From 4ca752b3b58c1fa5ac656849c6a9d4688ce8b827 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 26 Apr 2018 01:28:53 +0300 Subject: [PATCH] compton-conf --- desktop/lxqt/compton-conf/actions.py | 27 ++++++++++ .../compton-conf/files/compton-conf.desktop | 27 ++++++++++ desktop/lxqt/compton-conf/pspec.xml | 53 +++++++++++++++++++ desktop/lxqt/compton-conf/translations.xml | 7 +++ 4 files changed, 114 insertions(+) create mode 100644 desktop/lxqt/compton-conf/actions.py create mode 100755 desktop/lxqt/compton-conf/files/compton-conf.desktop create mode 100644 desktop/lxqt/compton-conf/pspec.xml create mode 100644 desktop/lxqt/compton-conf/translations.xml diff --git a/desktop/lxqt/compton-conf/actions.py b/desktop/lxqt/compton-conf/actions.py new file mode 100644 index 0000000000..377fb186b0 --- /dev/null +++ b/desktop/lxqt/compton-conf/actions.py @@ -0,0 +1,27 @@ +#!/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_BUILD_TYPE=release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=/usr/lib \ + -DPULL_TRANSLATIONS=no", sourceDir="..") + +def build(): + shelltools.cd("build") + cmaketools.make() + +def install(): + shelltools.cd("build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + shelltools.cd("..") + pisitools.dodoc("AUTHORS", "COPYING") diff --git a/desktop/lxqt/compton-conf/files/compton-conf.desktop b/desktop/lxqt/compton-conf/files/compton-conf.desktop new file mode 100755 index 0000000000..759018c0eb --- /dev/null +++ b/desktop/lxqt/compton-conf/files/compton-conf.desktop @@ -0,0 +1,27 @@ +[Desktop Entry] +Type=Application +Name=Window Effects +Name[tr]=Pencere Efektleri +GenericName=Compton Configuration +Comment=Configure Compton window effects +Comment[tr]=Pencere Efektlerini Yapılandırın +TryExec=compton-conf +Exec=compton-conf +Icon=preferences-desktop-display +Categories=Settings;DesktopSettings;Qt;LXQt; + +Name[ru]=Эффекты окна +GenericName[ru]=Настройка Compton +Comment[ru]=Настроить эффекты окна Compton +Name[ru_RU]=Эффекты окна +GenericName[ru_RU]=Настройка Compton +Comment[ru_RU]=Настроить эффекты окна Compton +Name[ja]=ウインドウ効果 +GenericName[ja]=Comptonの設定 +Comment[ja]=Comptonのウインドウ効果の設定 +Name[de]=Fenstereffekte +GenericName[de]=Compton Konfiguration +Comment[de]=Konfiguriere Compton-Fenstereffekte +Name[pt]=Efeitos de janelas +GenericName[pt]=Configuração do Compton +Comment[pt]=Configurar os efeitos de janelas diff --git a/desktop/lxqt/compton-conf/pspec.xml b/desktop/lxqt/compton-conf/pspec.xml new file mode 100644 index 0000000000..8e0090060e --- /dev/null +++ b/desktop/lxqt/compton-conf/pspec.xml @@ -0,0 +1,53 @@ + + + + compton-conf + http://www.lxde.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + lxqt + app:gui + GUI configuration tool for compton X composite manager. + GUI configuration tool for compton X composite manager. + https://github.com/lxde/compton-conf/releases/download/0.3.0/compton-conf-0.3.0.tar.xz + + qt5-base-devel + qt5-linguist + libconfig-devel + cmake + lxqt-config + qt5-x11extras-devel + qt5-svg-devel + kwindowsystem-devel + lxqt-build-tools + + + + compton-conf + + qt5-base + libconfig + libgcc + + + /usr/bin + /usr/share + /etc/autostart + + + compton-conf.desktop + + + + + 2018-04-23 + 0.3.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/lxqt/compton-conf/translations.xml b/desktop/lxqt/compton-conf/translations.xml new file mode 100644 index 0000000000..71091ff516 --- /dev/null +++ b/desktop/lxqt/compton-conf/translations.xml @@ -0,0 +1,7 @@ + + + compton-conf + Compton X kompozit yöneticisi için GUI yapılandırma aracı. + X Kompozit yöneticisi yapılandırma (compton'dan için). + +