libaccounts-qt5:first release
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# 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 get
|
||||
|
||||
|
||||
def setup():
|
||||
shelltools.system("sed -i 's|SUBDIRS += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro")
|
||||
shelltools.system("qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("INSTALL_ROOT=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("NOTES", "INSTALL", "COPYING", "README.md", "TODO")
|
||||
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libaccounts-qt5</Name>
|
||||
<Homepage>https://gitlab.com/accounts-sso/libaccounts-qt</Homepage>
|
||||
<Packager>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<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="21a08c8e256d1d128b07b9b84d3ad4b16eb7ca3d" type="tarbz2">https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libaccounts-glib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libaccounts-qt5</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libaccounts-glib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libaccounts-qt5.so.*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/libaccounts-qt5</Path>
|
||||
-->
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libaccounts-qt5-devel</Name>
|
||||
<Summary>Development files for libaccounts-qt5</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libaccounts-qt5</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="library">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/libaccounts-qt5.so</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libaccounts-qt5-docs</Name>
|
||||
<IsA>data:doc</IsA>
|
||||
<Summary>Help files and API documents for libaccounts-qt5</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libaccounts-qt5</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libaccounts-qt5-tools</Name>
|
||||
<IsA>data:doc</IsA>
|
||||
<Summary>This package contains the tools for the libaccounts-qt5 library</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libaccounts-qt5</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/libaccounts-qt-tests</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-10-20</Date>
|
||||
<Version>1.14</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user