pisilinux-theme-damadamas:add repo

This commit is contained in:
alihanozturk
2017-03-11 19:28:35 +03:00
parent 117d905640
commit e8f58ff91f
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-damadamas</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>
<Archive sha1sum="02582ef2c8abce29063f0b85ddcdb50d8ab948ee" type="targz">https://github.com/alihanozturk/pisilinux-theme-damadamas/archive/0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>plasma-framework-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>pisilinux-theme-damadamas</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>2017-03-11</Date>
<Version>0.1</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>