diff --git a/programming/library/libaccounts-glib/actions.py b/programming/library/libaccounts-glib/actions.py
index 49f0c145ac..53e622e01e 100644
--- a/programming/library/libaccounts-glib/actions.py
+++ b/programming/library/libaccounts-glib/actions.py
@@ -4,22 +4,18 @@
# 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():
- shelltools.system("./autogen.sh")
- autotools.configure("--prefix=/usr \
- --disable-static \
- --disable-gtk-doc")
+ mesontools.configure()
def build():
- autotools.make()
+ mesontools.build()
def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
-
- pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING")
+ mesontools.install()
+
+ pisitools.dodoc("README*", "NEWS", "COPYING")
diff --git a/programming/library/libaccounts-glib/pspec.xml b/programming/library/libaccounts-glib/pspec.xml
index 1e9ee556a3..794953bc6d 100644
--- a/programming/library/libaccounts-glib/pspec.xml
+++ b/programming/library/libaccounts-glib/pspec.xml
@@ -11,14 +11,19 @@
LGPLv2
Accounts and SSO (Single Sign-On) framework
Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms.
- https://sourceforge.net/projects/pisilinux/files/source/libaccounts-glib-1.21.tar.xz
+ https://sourceforge.net/projects/pisilinux/files/source/libaccounts-glib-1.24.tar.gz
+ meson
+ vala-devel
glib2-devel
+ check-devel
libxml2-devel
sqlite-devel
gtk-doc
docbook-xsl
- python-pygobject-devel
+ dbus-glib-devel
+ gobject-introspection-devel
+ python3-pygobject3-devel
@@ -35,6 +40,7 @@
/usr/lib
/usr/share/backup-framework/applications/accounts.conf
/usr/share/xml
+ /usr/share/gettext/its/
/usr/share/libaccounts-glib/testdata
/usr/share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml
/usr/share/man/man1
@@ -72,6 +78,13 @@
+
+ 2020-02-04
+ 1.24
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-08-13
1.21
diff --git a/programming/library/libaccounts-qt5/pspec.xml b/programming/library/libaccounts-qt5/pspec.xml
index 86bf9360f1..5f7d36f4ed 100644
--- a/programming/library/libaccounts-qt5/pspec.xml
+++ b/programming/library/libaccounts-qt5/pspec.xml
@@ -12,7 +12,7 @@
library
Qt5-based client library for accessing the online accounts database
Qt5-based client library for accessing the online accounts database
- https://sourceforge.net/projects/pisilinux/files/source/libaccounts-qt-1.14.tar.xz
+ https://sourceforge.net/projects/pisilinux/files/source/libaccounts-qt-1.16.tar.gz
doxygen
qt5-base-devel
@@ -79,6 +79,13 @@
+
+ 2020-02-04
+ 1.16
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2019-07-22
1.14