Merge pull request #7877 from Rmys/master

libaccounts-glib libaccounts-qt5
This commit is contained in:
Rmys
2020-02-04 19:27:48 +03:00
committed by GitHub
3 changed files with 30 additions and 14 deletions
@@ -4,22 +4,18 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # 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 shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
shelltools.system("./autogen.sh") mesontools.configure()
autotools.configure("--prefix=/usr \
--disable-static \
--disable-gtk-doc")
def build(): def build():
autotools.make() mesontools.build()
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) mesontools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING") pisitools.dodoc("README*", "NEWS", "COPYING")
+15 -2
View File
@@ -11,14 +11,19 @@
<License>LGPLv2</License> <License>LGPLv2</License>
<Summary>Accounts and SSO (Single Sign-On) framework</Summary> <Summary>Accounts and SSO (Single Sign-On) framework</Summary>
<Description>Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms.</Description> <Description>Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms.</Description>
<Archive sha1sum="4c3ee966372c50f88bb9200c1b6160cbd03f08e3" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/libaccounts-glib-1.21.tar.xz</Archive> <Archive sha1sum="a39b0ea02bbddbc67b180a509ed5af69768ccb64" type="targz">https://sourceforge.net/projects/pisilinux/files/source/libaccounts-glib-1.24.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>check-devel</Dependency>
<Dependency>libxml2-devel</Dependency> <Dependency>libxml2-devel</Dependency>
<Dependency>sqlite-devel</Dependency> <Dependency>sqlite-devel</Dependency>
<Dependency>gtk-doc</Dependency> <Dependency>gtk-doc</Dependency>
<Dependency>docbook-xsl</Dependency> <Dependency>docbook-xsl</Dependency>
<Dependency>python-pygobject-devel</Dependency> <Dependency>dbus-glib-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -35,6 +40,7 @@
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="conf">/usr/share/backup-framework/applications/accounts.conf</Path> <Path fileType="conf">/usr/share/backup-framework/applications/accounts.conf</Path>
<Path fileType="data">/usr/share/xml</Path> <Path fileType="data">/usr/share/xml</Path>
<Path fileType="data">/usr/share/gettext/its/</Path>
<Path fileType="data">/usr/share/libaccounts-glib/testdata</Path> <Path fileType="data">/usr/share/libaccounts-glib/testdata</Path>
<Path fileType="data">/usr/share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml</Path> <Path fileType="data">/usr/share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml</Path>
<Path fileType="man">/usr/share/man/man1</Path> <Path fileType="man">/usr/share/man/man1</Path>
@@ -72,6 +78,13 @@
</Package> </Package>
<History> <History>
<Update release="5">
<Date>2020-02-04</Date>
<Version>1.24</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4"> <Update release="4">
<Date>2018-08-13</Date> <Date>2018-08-13</Date>
<Version>1.21</Version> <Version>1.21</Version>
@@ -12,7 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Qt5-based client library for accessing the online accounts database</Summary> <Summary>Qt5-based client library for accessing the online accounts database</Summary>
<Description>Qt5-based client library for accessing the online accounts database</Description> <Description>Qt5-based client library for accessing the online accounts database</Description>
<Archive sha1sum="17614995f501be1918b85facb62e106794c4403a" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/libaccounts-qt-1.14.tar.xz</Archive> <Archive sha1sum="7922439bae4a082b7159e61d37ddb61c3c04329e" type="targz">https://sourceforge.net/projects/pisilinux/files/source/libaccounts-qt-1.16.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>doxygen</Dependency> <Dependency>doxygen</Dependency>
<Dependency>qt5-base-devel</Dependency> <Dependency>qt5-base-devel</Dependency>
@@ -79,6 +79,13 @@
</Package> </Package>
<History> <History>
<Update release="9">
<Date>2020-02-04</Date>
<Version>1.16</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8"> <Update release="8">
<Date>2019-07-22</Date> <Date>2019-07-22</Date>
<Version>1.14</Version> <Version>1.14</Version>