pisilinux-theme-maia:first release

This commit is contained in:
alihanozturk
2016-04-20 12:03:00 +03:00
parent f22a9b193a
commit 29e90817a1
2 changed files with 61 additions and 0 deletions
@@ -0,0 +1,18 @@
#!/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*")
@@ -0,0 +1,43 @@
<PISI>
<Source>
<Name>pisilinux-theme-maia</Name>
<Homepage>http://www.pisilinux.org/</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<Summary>PisiLinux için görsel çalışmaları.</Summary>
<Description>PisiLinux için simge seti, şifre ekranı, açılış ekranı ve kilit ekranı.</Description>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>plasma-framework-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="ffb21c2abe41dd3d83c541b868e1f0bb97440566" type="targz">https://github.com/alihanozturk/pisilinux-theme-maia/archive/0.1.tar.gz</Archive>
</Source>
<Package>
<Name>pisilinux-theme-maia</Name>
<Summary>PisiLinux için görsel çalışmaları.</Summary>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/color-schemes</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/kservices5</Path>
<Path fileType="data">/usr/share/plasma</Path>
<Path fileType="data">/usr/share/sddm</Path>
<Path fileType="data">/usr/share/wallpapers</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-04-20</Date>
<Version>0.1</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>