grantleetheme add repo

This commit is contained in:
bferturk
2016-05-22 01:12:18 +03:00
parent b83c418c4e
commit 293a67780f
3 changed files with 100 additions and 1 deletions
@@ -0,0 +1,16 @@
#!/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 kde5
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
@@ -0,0 +1,83 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>grantleetheme</Name>
<Homepage>http://www.kde.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<Summary>Library for Grantlee theming support</Summary>
<Description>Library for Grantlee theming support</Description>
<Archive sha1sum="1b571e9f1c0a1b57465a08e3b0c02a59f1b1e491" type="tarxz">mirrors://kde/stable/applications/16.04.0/src/grantleetheme-16.04.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>libkleo-devel</Dependency>
<Dependency>grantlee-qt5-devel</Dependency>
<Dependency>knewstuff-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>grantleetheme</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>knewstuff</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kiconthemes</Dependency>
<Dependency>grantlee-qt5</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/xdg</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/mkspecs/</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/mime</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/kservices5</Path>
<Path fileType="data">/usr/share/kservicetypes5</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="data">/usr/share/config.kcfg</Path>
<Path fileType="data">/usr/share/kf5</Path>
<Path fileType="data">/usr/share/config</Path>
<Path fileType="data">/usr/share/akonadi</Path>
<Path fileType="data">/usr/share/akonadicontact/grantleetheme/default</Path>
</Files>
</Package>
<Package>
<Name>grantleetheme-devel</Name>
<Summary>Development package for grantleetheme libraries</Summary>
<Description>Contains development tools and header files for grantleetheme</Description>
<RuntimeDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency release="current">grantleetheme</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-04-25</Date>
<Version>16.04.0</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -16,4 +16,4 @@ def build():
def install():
kde5.install()
pisitools.dodoc("README", "COPYING.LIB")
pisitools.dodoc("README", "COPYING.LIB")