diff --git a/programming/misc/libnotify/actions.py b/programming/misc/libnotify/actions.py
index f9c9e8cf94..16c0d4e4f0 100644
--- a/programming/misc/libnotify/actions.py
+++ b/programming/misc/libnotify/actions.py
@@ -4,24 +4,22 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import autotools
-from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
+from pisi.actionsapi import pisitools
from pisi.actionsapi import get
-
def setup():
- #autotools.autoreconf("-vif")
-
- #autotools.configure("--disable-static")
-
+ # suppress c compiler warnings
+ pisitools.cflags.add("-Wno-deprecated-declarations")
mesontools.configure()
def build():
mesontools.build()
+
+def check():
+ mesontools.build("test")
def install():
mesontools.install()
-
- pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "COPYING")
+ pisitools.dodoc("SPECIFICATION", "README", "COPYING")
\ No newline at end of file
diff --git a/programming/misc/libnotify/pspec.xml b/programming/misc/libnotify/pspec.xml
index 795edaa1e7..78dc1fedd3 100644
--- a/programming/misc/libnotify/pspec.xml
+++ b/programming/misc/libnotify/pspec.xml
@@ -1,5 +1,5 @@
-
+
libnotify
@@ -9,36 +9,37 @@
admins@pisilinux.org
GPLv2
+ programming.language.misc
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
- meson
- gtk3-devel
- gdk-pixbuf-devel
- gnome-common
- libepoxy-devel
- at-spi2-core-devel
gobject-introspection-devel
+ gdk-pixbuf-devel
+ python-pyatspi
+ libXtst-devel
+ gnome-common
+ gtk3-devel
gtk-doc
- docbook-xsl
- python-six
+ xmlto
+ meson
libnotify
+ Desktop notification library
gdk-pixbuf
- glib2
+ libXtst
+ glib2
+ /usr/share/doc/libnotify/COPYING
+ /usr/share/gir-1.0/
/usr/bin
/usr/lib
- /usr/share/doc
- /usr/share/gir-1.0/
- /usr/share/gtk-doc/html
@@ -54,8 +55,29 @@
/usr/lib/pkgconfig
+
+
+ libnotify-docs
+ Documentation files for libnotify
+
+ libnotify
+
+
+ /usr/share/doc/libnotify/SPECIFICATION
+ /usr/share/doc/libnotify/README
+ /usr/share/doc/libnotify/spec
+ /usr/share/gtk-doc/html
+
+
+
+ 2020-01-18
+ 0.7.8
+ Clean and split docs.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-01-17
0.7.8
@@ -92,4 +114,4 @@
alihan@pisilinux.org
-
+
\ No newline at end of file
diff --git a/programming/misc/libnotify/translations.xml b/programming/misc/libnotify/translations.xml
index ee6b808ccb..ace972993e 100644
--- a/programming/misc/libnotify/translations.xml
+++ b/programming/misc/libnotify/translations.xml
@@ -10,11 +10,13 @@
libnotify-docs
- Libnotify belgeleri
+ libnotify için belgelendirme dosyaları
+ libnotify-docs, libnotify için belgelendirme dosyalarını içerir.
libnotify-devel
libnotify için geliştirme dosyaları
+ libnotify-devel, libnotify için geliştirme dosyalarını içerir.
-
+
\ No newline at end of file