lxqt-themes

This commit is contained in:
2018-04-26 01:39:04 +03:00
parent a33a6ff39f
commit bf82658c6c
10 changed files with 578 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
#!/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 cmaketools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr", sourceDir="..")
def build():
shelltools.cd("build")
cmaketools.make()
def install():
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.removeDir("/usr/share/lxqt/themes/system")
pisitools.remove("/usr/share/lxqt/themes/ambiance/Butterfly-Kenneth-Wimer.jpg")
pisitools.remove("/usr/share/lxqt/themes/dark/wallpaper.png")
pisitools.remove("/usr/share/lxqt/themes/frost/lxqt-origami-light.png")
pisitools.remove("/usr/share/lxqt/themes/kde-plasma/kde-plasma.png")
pisitools.remove("/usr/share/lxqt/themes/light/96640-simple_blue_widescreen.svg")
pisitools.remove("/usr/share/lxqt/themes/light/simple_blue_widescreen.png")
Binary file not shown.

After

Width:  |  Height:  |  Size: 540 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

@@ -0,0 +1,31 @@
diff -Nuar themes_o/ambiance/wallpaper.cfg themes/ambiance/wallpaper.cfg
--- themes_o/ambiance/wallpaper.cfg 2017-10-10 18:45:01.000000000 +0300
+++ themes/ambiance/wallpaper.cfg 2018-03-28 12:16:32.476989000 +0300
@@ -1,2 +1,2 @@
wallpapers/size=9
-wallpapers/1/file=Butterfly-Kenneth-Wimer.jpg
+wallpapers/1/file=pisi-ata.png
diff -Nuar themes_o/frost/wallpaper.cfg themes/frost/wallpaper.cfg
--- themes_o/frost/wallpaper.cfg 2017-10-10 18:45:01.000000000 +0300
+++ themes/frost/wallpaper.cfg 2018-03-28 12:25:15.057980000 +0300
@@ -1,2 +1,2 @@
wallpapers/size=1
-wallpapers/1/file=lxqt-origami-light.png
\ Dosya sonunda yenisatır yok.
+wallpapers/1/file=frost.png
diff -Nuar themes_o/kde-plasma/wallpaper.cfg themes/kde-plasma/wallpaper.cfg
--- themes_o/kde-plasma/wallpaper.cfg 2017-10-10 18:45:01.000000000 +0300
+++ themes/kde-plasma/wallpaper.cfg 2018-03-28 12:28:42.591976000 +0300
@@ -1,4 +1,4 @@
/* Wallpaper by Nuno from the KDE Visual Design Group */
wallpapers/size=9
-wallpapers/1/file=kde-plasma.png
+wallpapers/1/file=dolunay_ata.png
diff -Nuar themes_o/light/wallpaper.cfg themes/light/wallpaper.cfg
--- themes_o/light/wallpaper.cfg 2017-10-10 18:45:01.000000000 +0300
+++ themes/light/wallpaper.cfg 2018-03-28 12:33:35.314971000 +0300
@@ -1,2 +1,2 @@
wallpapers/size=1
-wallpapers/1/file=simple_blue_widescreen.png
+wallpapers/1/file=light.png
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 MiB

+64
View File
@@ -0,0 +1,64 @@
<PISI>
<Source>
<Name>lxqt-themes</Name>
<Homepage>http://www.lxde.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPL2</License>
<IsA>data</IsA>
<Icon>lxqt</Icon>
<Summary>LXQt themes, graphics and icons.</Summary>
<Description>LXQt themes, graphics and icons</Description>
<Archive sha1sum="60e04cbb2c761889378714feeeae85fa6559a4e4" type="tarxz">https://github.com/lxde/lxqt-themes/releases/download/0.12.0/lxqt-themes-0.12.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency versionFrom="0.12.0">liblxqt-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency versionFrom="0.4.0">lxqt-build-tools</Dependency>
</BuildDependencies>
<Patches>
<Patch>themes.patch</Patch>
</Patches>
</Source>
<Package>
<Name>lxqt-themes</Name>
<RuntimeDependencies>
<Dependency>noto-fonts</Dependency>
<Dependency>openbox</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/themes/lxqt</Path>
</Files>
<AdditionalFiles>
<!-- Adds pisi startup icon and wallpaper to Themes -->
<AdditionalFile permission="0644" owner="root" target="/usr/share/lxqt/themes/ambiance/mainmenu.svg">mainmenu.svg</AdditionalFile>
<AdditionalFile permission="0644" owner="root" target="/usr/share/lxqt/themes/ambiance/pisi-ata.png">pisi-ata.png</AdditionalFile>
<AdditionalFile permission="0644" owner="root" target="/usr/share/lxqt/themes/dark/mainmenu.svg">mainmenu.svg</AdditionalFile>
<AdditionalFile permission="0644" owner="root" target="/usr/share/lxqt/themes/dark/wallpaper.png">wallpaper.png</AdditionalFile>
<AdditionalFile permission="0644" owner="root" target="/usr/share/lxqt/themes/frost/mainmenu.svg">mainmenu.svg</AdditionalFile>
<AdditionalFile permission="0644" owner="root" target="/usr/share/lxqt/themes/frost/frost.png">frost.png</AdditionalFile>
<AdditionalFile permission="0644" owner="root" target="/usr/share/lxqt/themes/kde-plasma/mainmenu.svg">mainmenu.svg</AdditionalFile>
<AdditionalFile permission="0644" owner="root" target="/usr/share/lxqt/themes/kde-plasma/dolunay_ata.png">dolunay_ata.png</AdditionalFile>
<AdditionalFile permission="0644" owner="root" target="/usr/share/lxqt/themes/light/mainmenu.svg">mainmenu.svg</AdditionalFile>
<AdditionalFile permission="0644" owner="root" target="/usr/share/lxqt/themes/light/light.png">light.png</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2018-04-23</Date>
<Version>0.12.0</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,7 @@
<PISI>
<Source>
<Name>lxqt-themes</Name>
<Summary xml:lang="tr">LXQt tema, grafik ve simgeleri</Summary>
<Description xml:lang="tr">LXQt tema, grafik ve simgeleri</Description>
</Source>
</PISI>