libnotify: 0.7.9 -> 0.7.12

This commit is contained in:
Tim Biermann 2022-05-31 22:25:46 +02:00
parent 4af39605ec
commit 54ff04c2b3
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/fZ/RXvpEKnSH4PeFQ91kI/f33chQZKLEOaXjlwKM05T03LZSmv0twlSPqROQKK71HpNabwNlSGvkH64+ZXERAk=
SHA256 (Pkgfile) = be8b4432538f6e3311c5f6625b17fca4e2e257ecea8655d81c38e4e20c648690
RWSE3ohX2g5d/e+kuSV64QZCmEehDO8rZtAQnP/d59/o8ked7YQvtGmwusj4EGzhnSPxtG4Sp0ARDb/w1acgAXlKxHYoUKaU4Q4=
SHA256 (Pkgfile) = d69747bc21989202e0b66ec25cd6ba8dbf2d8606fa3a277933a8f53fc5657655
SHA256 (.footprint) = 1bb5f87088d37b048b47712e7e595d7c96dfc3211df98fed94a08cc74d64d498
SHA256 (libnotify-0.7.9.tar.xz) = 66c0517ed16df7af258e83208faaf5069727dfd66995c4bbc51c16954d674761
SHA256 (libnotify-0.7.12.tar.xz) = 744b2b37508135f8261b755a9debe6e09add421adc75bde930f6e198b70ab46e

View File

@ -4,13 +4,16 @@
# Depends on: gtk3
name=libnotify
version=0.7.9
version=0.7.12
release=1
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
meson $name-$version build \
--prefix /usr \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true \
-Dtests=false \
-Dintrospection=auto \
-Dman=false \