diff --git a/network/chat/telepathy-glib/actions.py b/network/chat/telepathy-glib/actions.py index e06074d137..7f6a29f405 100644 --- a/network/chat/telepathy-glib/actions.py +++ b/network/chat/telepathy-glib/actions.py @@ -11,9 +11,9 @@ from pisi.actionsapi import get def setup(): - autotools.configure("--disable-static \ - --enable-vala-bindings \ - --enable-introspection") + autotools.configure("--prefix=/usr \ + --disable-static \ + --enable-vala-bindings") def build(): autotools.make() diff --git a/network/chat/telepathy-glib/pspec.xml b/network/chat/telepathy-glib/pspec.xml index 8ea2dd6bc7..5b74918fa5 100644 --- a/network/chat/telepathy-glib/pspec.xml +++ b/network/chat/telepathy-glib/pspec.xml @@ -56,6 +56,9 @@ Development files for telepathy-glib telepathy-glib + dbus-devel + glib2-devel + dbus-glib-devel /usr/include @@ -66,7 +69,7 @@ - 2015-11-20 + 2016-03-30 0.24.1 First release Alihan Öztürk diff --git a/network/chat/telepathy-mission-control/actions.py b/network/chat/telepathy-mission-control/actions.py index bda1a3c00c..5607695ab6 100644 --- a/network/chat/telepathy-mission-control/actions.py +++ b/network/chat/telepathy-mission-control/actions.py @@ -10,17 +10,10 @@ from pisi.actionsapi import get def setup(): autotools.configure("--prefix=/usr \ - --disable-static \ - --libexecdir=/usr/lib/telepathy \ - --with-connectivity=nm \ - --with-pic \ --enable-gtk-doc \ --disable-upower \ - --disable-static \ - --disable-schemas-compile") + --disable-static") - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") - def build(): autotools.make() diff --git a/network/chat/telepathy-mission-control/pspec.xml b/network/chat/telepathy-mission-control/pspec.xml index c097359dd6..33986478cd 100644 --- a/network/chat/telepathy-mission-control/pspec.xml +++ b/network/chat/telepathy-mission-control/pspec.xml @@ -23,6 +23,7 @@ gtk-doc NetworkManager-devel docbook-xsl + libaccounts-glib-devel @@ -34,6 +35,7 @@ dbus-glib NetworkManager telepathy-glib + libaccounts-glib /usr/bin @@ -63,7 +65,7 @@ - 2015-11-22 + 2016-03-30 5.16.3 First release Alihan Öztürk diff --git a/programming/library/libaccounts-glib/actions.py b/programming/library/libaccounts-glib/actions.py index 4bf4662426..49f0c145ac 100644 --- a/programming/library/libaccounts-glib/actions.py +++ b/programming/library/libaccounts-glib/actions.py @@ -11,9 +11,10 @@ from pisi.actionsapi import get def setup(): - shelltools.system("PYTHON=/usr/bin/python2.7 HAVE_GCOV_FALSE='#' ./configure \ - --disable-static \ - --disable-gtk-doc") + shelltools.system("./autogen.sh") + autotools.configure("--prefix=/usr \ + --disable-static \ + --disable-gtk-doc") def build(): autotools.make() @@ -21,11 +22,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.domove("/usr/local/include/libaccounts-glib/*", "/usr/include/libaccounts-glib/") - pisitools.domove("/usr/local/lib/*", "/usr/lib/") - pisitools.domove("/usr/local/bin/*", "/usr/bin/") - pisitools.domove("/usr/local/share/*", "/usr/share/") - - pisitools.removeDir("/usr/local") - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING") diff --git a/programming/library/libaccounts-glib/pspec.xml b/programming/library/libaccounts-glib/pspec.xml index 7fa2fe20a5..70d4d69c31 100644 --- a/programming/library/libaccounts-glib/pspec.xml +++ b/programming/library/libaccounts-glib/pspec.xml @@ -12,14 +12,14 @@ LGPLv2 Accounts and SSO (Single Sign-On) framework Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms. - http://heanet.dl.sourceforge.net/project/kaosx/sources/libaccounts-glib/libaccounts-glib-1.18.tar.gz + https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.bz2 - glib2-devel - libxml2-devel - sqlite-devel - gtk-doc - docbook-xsl - python-pygobject-devel + glib2-devel + libxml2-devel + sqlite-devel + gtk-doc + docbook-xsl + python-pygobject-devel @@ -28,8 +28,8 @@ library glib2 - sqlite - libxml2 + sqlite + libxml2 /usr/bin @@ -37,7 +37,7 @@ /usr/share/backup-framework/applications/accounts.conf /usr/share/xml /usr/share/libaccounts-glib/testdata - /usr/share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml + /usr/share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml /usr/share/man/man1 @@ -48,6 +48,8 @@ libaccounts-glib glib2-devel + libxml2-devel + sqlite-devel /usr/include @@ -72,8 +74,8 @@ - 2015-10-20 - 1.18 + 2016-03-30 + 1.21 First release Alihan Öztürk alihan@pisilinux.org diff --git a/programming/library/libaccounts-qt5/pspec.xml b/programming/library/libaccounts-qt5/pspec.xml index 583ddab94c..f2369ff51e 100644 --- a/programming/library/libaccounts-qt5/pspec.xml +++ b/programming/library/libaccounts-qt5/pspec.xml @@ -13,7 +13,7 @@ library Qt5-based client library for accessing the online accounts database Qt5-based client library for accessing the online accounts database - https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2 + https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2 doxygen qt5-base-devel @@ -41,6 +41,7 @@ Development files for libaccounts-qt5 libaccounts-qt5 + qt5-base-devel glib2-devel @@ -80,7 +81,7 @@ - 2015-10-20 + 2016-03-30 1.14 First release Alihan Öztürk