new package maia-light plasma6 themes

This commit is contained in:
Erkan IŞIK
2024-10-02 22:26:26 +03:00
parent 0f51dfce9d
commit 634139b0a2
4 changed files with 83 additions and 0 deletions
@@ -0,0 +1,3 @@
{
"xml.downloadExternalResources.enabled": true
}
@@ -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,13 @@
diff -Nuar a/lookandfeel/contents/defaults b/lookandfeel/contents/defaults
--- a/lookandfeel/contents/defaults 2016-08-19 09:15:23.000000000 +0300
+++ b/lookandfeel/contents/defaults 2021-04-22 22:50:54.735707358 +0300
@@ -10,6 +10,9 @@
[plasmarc][Theme]
name=Maia-Plasma6
+[Wallpaper]
+Image=BlackRose
+
[kcminputrc][Mouse]
cursorTheme=breeze_cursors
@@ -0,0 +1,49 @@
<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="caacd7d96ef3d4d2c033d574c493dd1b2dfb0a55" 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/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>2024-09-24</Date>
<Version>1.0</Version>
<Comment>First release</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>