diff options
author | Tim Biermann <tbier@posteo.de> | 2022-05-31 22:25:46 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-05-31 22:25:46 +0200 |
commit | 54ff04c2b3c5095f965e8fc0712ebc96b6c46b02 (patch) | |
tree | bc67803a1fe99c61f3f7bbe6bd0b3ea6781c93c5 /libnotify | |
parent | 4af39605ec4ab209009a447aec8ef576626fd6a3 (diff) | |
download | opt-54ff04c2b3c5095f965e8fc0712ebc96b6c46b02.tar.gz opt-54ff04c2b3c5095f965e8fc0712ebc96b6c46b02.tar.xz |
libnotify: 0.7.9 -> 0.7.12
Diffstat (limited to 'libnotify')
-rw-r--r-- | libnotify/.signature | 6 | ||||
-rw-r--r-- | libnotify/Pkgfile | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/libnotify/.signature b/libnotify/.signature index 9d3e46e6d..4516d5707 100644 --- a/libnotify/.signature +++ b/libnotify/.signature @@ -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 diff --git a/libnotify/Pkgfile b/libnotify/Pkgfile index 49d0fe9b3..b98bc20e4 100644 --- a/libnotify/Pkgfile +++ b/libnotify/Pkgfile @@ -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 \ |