diff --git a/desktop/lxqt/lxqt-themes/actions.py b/desktop/lxqt/lxqt-themes/actions.py new file mode 100644 index 0000000000..2e7a85ac47 --- /dev/null +++ b/desktop/lxqt/lxqt-themes/actions.py @@ -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") diff --git a/desktop/lxqt/lxqt-themes/files/dolunay_ata.png b/desktop/lxqt/lxqt-themes/files/dolunay_ata.png new file mode 100644 index 0000000000..03f8148ac8 Binary files /dev/null and b/desktop/lxqt/lxqt-themes/files/dolunay_ata.png differ diff --git a/desktop/lxqt/lxqt-themes/files/frost.png b/desktop/lxqt/lxqt-themes/files/frost.png new file mode 100644 index 0000000000..caaa128197 Binary files /dev/null and b/desktop/lxqt/lxqt-themes/files/frost.png differ diff --git a/desktop/lxqt/lxqt-themes/files/light.png b/desktop/lxqt/lxqt-themes/files/light.png new file mode 100644 index 0000000000..97e63b6fb6 Binary files /dev/null and b/desktop/lxqt/lxqt-themes/files/light.png differ diff --git a/desktop/lxqt/lxqt-themes/files/mainmenu.svg b/desktop/lxqt/lxqt-themes/files/mainmenu.svg new file mode 100644 index 0000000000..42d8b22912 --- /dev/null +++ b/desktop/lxqt/lxqt-themes/files/mainmenu.svg @@ -0,0 +1,447 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktop/lxqt/lxqt-themes/files/pisi-ata.png b/desktop/lxqt/lxqt-themes/files/pisi-ata.png new file mode 100644 index 0000000000..43bdc9b243 Binary files /dev/null and b/desktop/lxqt/lxqt-themes/files/pisi-ata.png differ diff --git a/desktop/lxqt/lxqt-themes/files/themes.patch b/desktop/lxqt/lxqt-themes/files/themes.patch new file mode 100644 index 0000000000..4a0285fae6 --- /dev/null +++ b/desktop/lxqt/lxqt-themes/files/themes.patch @@ -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 diff --git a/desktop/lxqt/lxqt-themes/files/wallpaper.png b/desktop/lxqt/lxqt-themes/files/wallpaper.png new file mode 100644 index 0000000000..1beef40bbb Binary files /dev/null and b/desktop/lxqt/lxqt-themes/files/wallpaper.png differ diff --git a/desktop/lxqt/lxqt-themes/pspec.xml b/desktop/lxqt/lxqt-themes/pspec.xml new file mode 100644 index 0000000000..7181161c79 --- /dev/null +++ b/desktop/lxqt/lxqt-themes/pspec.xml @@ -0,0 +1,64 @@ + + + + lxqt-themes + http://www.lxde.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + data + lxqt + LXQt themes, graphics and icons. + LXQt themes, graphics and icons + https://github.com/lxde/lxqt-themes/releases/download/0.12.0/lxqt-themes-0.12.0.tar.xz + + cmake + kwindowsystem-devel + liblxqt-devel + qt5-linguist + lxqt-build-tools + + + themes.patch + + + + lxqt-themes + + noto-fonts + openbox + + + /etc + /usr/bin + /usr/share + /usr/share/doc + /usr/share/man + /usr/share/themes/lxqt + + + + mainmenu.svg + pisi-ata.png + mainmenu.svg + wallpaper.png + mainmenu.svg + frost.png + mainmenu.svg + dolunay_ata.png + mainmenu.svg + light.png + + + + + 2018-04-23 + 0.12.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/lxqt/lxqt-themes/translations.xml b/desktop/lxqt/lxqt-themes/translations.xml new file mode 100644 index 0000000000..14cdfa31d9 --- /dev/null +++ b/desktop/lxqt/lxqt-themes/translations.xml @@ -0,0 +1,7 @@ + + + lxqt-themes + LXQt tema, grafik ve simgeleri + LXQt tema, grafik ve simgeleri + +