Merge pull request #1645 from alihanozturk/master
pisilinux-theme-maia first release
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-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>
|
||||
+78363
-78324
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
3ec517e0f5e00515d0fe30767e7ad35a107c2681
|
||||
bdd9c4352cd3cbf6da74c061794b673b02eeba64
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
8a5e50b86c6b4a972e97c2f88f8ad037645f4f16
|
||||
fd0092b922cf742e768b32524c7f8a3f17bf20a2
|
||||
Reference in New Issue
Block a user