Merge pull request #7877 from Rmys/master
libaccounts-glib libaccounts-qt5
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -11,14 +11,19 @@
|
||||
<License>LGPLv2</License>
|
||||
<Summary>Accounts and SSO (Single Sign-On) framework</Summary>
|
||||
<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>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>check-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>sqlite-devel</Dependency>
|
||||
<Dependency>gtk-doc</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>
|
||||
</Source>
|
||||
|
||||
@@ -35,6 +40,7 @@
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="conf">/usr/share/backup-framework/applications/accounts.conf</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/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
@@ -72,6 +78,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2018-08-13</Date>
|
||||
<Version>1.21</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Qt5-based client library for accessing the online accounts database</Summary>
|
||||
<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>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
@@ -79,6 +79,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2019-07-22</Date>
|
||||
<Version>1.14</Version>
|
||||
|
||||
Reference in New Issue
Block a user