@@ -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,42 @@
|
|||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>pisilinux-theme-maia-light</Name>
|
||||||
|
<Homepage>https://pisilinux.org/</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Erkan IŞIK</Name>
|
||||||
|
<Email>erkanisik@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv2</License>
|
||||||
|
<IsA>app:gui</IsA>
|
||||||
|
<Summary>PisiLinux için kde plasma6 teması.</Summary>
|
||||||
|
<Description>PisiLinux için simge seti, şifre ekranı, açılış ekranı ve kilit ekranı.</Description>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>extra-cmake-modules</Dependency>
|
||||||
|
<Dependency>qt6-base-devel</Dependency>
|
||||||
|
<Dependency>plasma-framework-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<Archive sha1sum="46eaaceadcaf57df4ba5cc39bf20a80cb7d01c94" type="targz">https://github.com/erkanisik1/pisilinux-theme-maia-light/archive/refs/tags/1.0.tar.gz</Archive>
|
||||||
|
</Source>
|
||||||
|
<Package>
|
||||||
|
<Name>pisilinux-theme-maia-light</Name>
|
||||||
|
<Summary>PisiLinux için kde plasma6 teması.</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/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>2024-10-04</Date>
|
||||||
|
<Version>1.0</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Erkan IŞIK</Name>
|
||||||
|
<Email>erkanisik@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user