summaryrefslogtreecommitdiff
path: root/libnotify/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-05-31 22:25:46 +0200
committerTim Biermann <tbier@posteo.de>2022-05-31 22:25:46 +0200
commit54ff04c2b3c5095f965e8fc0712ebc96b6c46b02 (patch)
treebc67803a1fe99c61f3f7bbe6bd0b3ea6781c93c5 /libnotify/Pkgfile
parent4af39605ec4ab209009a447aec8ef576626fd6a3 (diff)
downloadopt-54ff04c2b3c5095f965e8fc0712ebc96b6c46b02.tar.gz
opt-54ff04c2b3c5095f965e8fc0712ebc96b6c46b02.tar.xz
libnotify: 0.7.9 -> 0.7.12
Diffstat (limited to 'libnotify/Pkgfile')
-rw-r--r--libnotify/Pkgfile5
1 files changed, 4 insertions, 1 deletions
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 \

Generated by cgit