diff --git a/programming/misc/libnotify/actions.py b/programming/misc/libnotify/actions.py
index 16c0d4e4f0..cf31eb16e6 100644
--- a/programming/misc/libnotify/actions.py
+++ b/programming/misc/libnotify/actions.py
@@ -12,7 +12,7 @@ from pisi.actionsapi import get
def setup():
# suppress c compiler warnings
pisitools.cflags.add("-Wno-deprecated-declarations")
- mesontools.configure()
+ mesontools.configure("-Dman=false")
def build():
mesontools.build()
@@ -22,4 +22,4 @@ def check():
def install():
mesontools.install()
- pisitools.dodoc("SPECIFICATION", "README", "COPYING")
\ No newline at end of file
+ pisitools.dodoc("SPECIFICATION", "README*", "COPYING")
diff --git a/programming/misc/libnotify/pspec.xml b/programming/misc/libnotify/pspec.xml
index b94803dc89..91cb7734cd 100644
--- a/programming/misc/libnotify/pspec.xml
+++ b/programming/misc/libnotify/pspec.xml
@@ -13,7 +13,7 @@
library
Desktop notification library
libnotify sends desktop notifications to a notification daemon.
- http://ftp.acc.umu.se/pub/GNOME/sources/libnotify/0.7/libnotify-0.7.8.tar.xz
+ https://download.gnome.org/sources/libnotify/0.7/libnotify-0.7.12.tar.xz
gobject-introspection-devel
gdk-pixbuf-devel
@@ -49,6 +49,7 @@
libnotify
gdk-pixbuf-devel
+ glib2-devel
/usr/include
@@ -64,13 +65,20 @@
/usr/share/doc/libnotify/SPECIFICATION
- /usr/share/doc/libnotify/README
+ /usr/share/doc/libnotify/README*
/usr/share/doc/libnotify/spec
/usr/share/gtk-doc/html
+
+ 2022-05-31
+ 0.7.12
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-01-18
0.7.8
@@ -114,4 +122,4 @@
alihan@pisilinux.org
-
\ No newline at end of file
+