breeze-icons and breeze-gtk add

This commit is contained in:
alihanozturk
2015-12-26 23:58:35 +02:00
parent 13a498a4b3
commit 227fe046cb
5 changed files with 143 additions and 16 deletions
@@ -0,0 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("README*", "COPYING*")
@@ -0,0 +1,40 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>breeze-icons</Name>
<Homepage>https://projects.kde.org/projects/kde/workspace/breeze</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<IsA>app:gui</IsA>
<Summary>Breeze icon themes</Summary>
<Description>İcon themes breeze</Description>
<Archive type="tarxz" sha1sum="9e1d685d365be997287630b8ac57fbc9e8691567">http://download.kde.org/stable/frameworks/5.17/breeze-icons-5.17.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>breeze-icons</Name>
<Summary>Breeze icon themes</Summary>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-12-26</Date>
<Version>5.17.0</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>