gobject-introspection: 1.64.0 -> 1.64.1
This commit is contained in:
parent
e707c9f2c6
commit
6895bc505c
gobject-introspection
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/dhKcOerv1hWnIPKR9N71Il5I3S3VTbHL0YSMTg4tdYzq2rnS9uwRH5STUZ2VnDsIHxMlL9Z6dKtMLjoBu8PGgA=
|
||||
SHA256 (Pkgfile) = 4dc7b243da96de0af3ffd9d1b3e88c5aa79261a90fd7bd81dd3ef2d101bbf545
|
||||
RWSE3ohX2g5d/dc05Vf3A8wwSmJ3E4CnyCmGeQ/zk+qqdWD0NNcr1NIJ39kyTSNVgZakzw9W1s21D0jAD/48Efd4g8yR1kpupQ8=
|
||||
SHA256 (Pkgfile) = ef4da022f8722e5de66114c6543309ee9c2b28a71901a0d62433000d7956cb7d
|
||||
SHA256 (.footprint) = 6373efb99d47ef6f75b74ab8c5dac61edfe6f31e4a82bf14f9ef1dfcf97e36aa
|
||||
SHA256 (gobject-introspection-1.64.0.tar.xz) = eac05a63091c81adfdc8ef34820bcc7e7778c5b9e34734d344fc9e69ddf4fc82
|
||||
SHA256 (gobject-introspection-1.64.1.tar.xz) = 80beae6728c134521926affff9b2e97125749b38d38744dc901f4010ee3e7fa7
|
||||
|
@ -4,18 +4,16 @@
|
||||
# Depends on: glib
|
||||
|
||||
name=gobject-introspection
|
||||
version=1.64.0
|
||||
version=1.64.1
|
||||
release=1
|
||||
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
meson build \
|
||||
meson build $name-$version \
|
||||
--prefix /usr \
|
||||
-D cairo=disabled \
|
||||
-D doctool=disabled
|
||||
|
||||
ninja -C build -j ${JOBS:-1}
|
||||
DESTDIR="$PKG" ninja -C build install
|
||||
DESTDIR=$PKG meson install -C build
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user