Merge pull request #3193 from alihanozturk/master
pisilinux-theme-damadamas:add repo index
This commit is contained in:
@@ -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>
|
||||||
+122062
-122017
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
66791b1562de81a1cc18675c77085be480b19d49
|
6727a1ff1eceecbab4eb72c4f952d45dcb2791f1
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
ad268fece8a08278d472d334f80e98f8f4985325
|
d5de176505e76e1b452a7098f0b2cb3c7ef02d26
|
||||||
Reference in New Issue
Block a user