diff --git a/programming/misc/libnotify/actions.py b/programming/misc/libnotify/actions.py
index a1ba4b2135..f9c9e8cf94 100644
--- a/programming/misc/libnotify/actions.py
+++ b/programming/misc/libnotify/actions.py
@@ -7,18 +7,21 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
+from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
- autotools.autoreconf("-vif")
+ #autotools.autoreconf("-vif")
- autotools.configure("--disable-static")
+ #autotools.configure("--disable-static")
+
+ mesontools.configure()
def build():
- autotools.make()
+ mesontools.build()
def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ mesontools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "COPYING")
diff --git a/programming/misc/libnotify/pspec.xml b/programming/misc/libnotify/pspec.xml
index a707c3b650..6712c7edb1 100644
--- a/programming/misc/libnotify/pspec.xml
+++ b/programming/misc/libnotify/pspec.xml
@@ -12,7 +12,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.7.tar.xz
+ http://ftp.acc.umu.se/pub/GNOME/sources/libnotify/0.7/libnotify-0.7.8.tar.xz
gtk3-devel
gdk-pixbuf-devel
@@ -21,7 +21,7 @@
at-spi2-core-devel
gobject-introspection-devel
gtk-doc
- python-six
+ python-six
@@ -29,7 +29,7 @@
libnotify
gdk-pixbuf
- glib2
+ glib2
/usr/bin
@@ -54,6 +54,13 @@
+
+ 2020-01-17
+ 0.7.8
+ Version bump
+ İdris Kalp
+ idriskalp@gmail.com
+
2018-07-31
0.7.7