Merge pull request #9320 from ayhanyalcinsoy/master

compton-conf:deprecated
This commit is contained in:
2021-04-27 15:58:45 +03:00
committed by GitHub
9 changed files with 258343 additions and 258462 deletions
-27
View File
@@ -1,27 +0,0 @@
#!/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=yes", 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")
@@ -1,57 +0,0 @@
[Desktop Entry]
Type=Application
Name=Window Effects
GenericName=Compton Configuration
Comment=Configure Compton window effects
TryExec=compton-conf
Exec=compton-conf
Icon=preferences-desktop-theme
Categories=Settings;DesktopSettings;Qt;LXQt;X-XFCE-SettingsDialog;X-XFCE-PersonalSettings;
Name[ca]=Efectes de les finestres
GenericName[ca]=Configuració de Compton
Comment[ca]=Configureu els efectes de les finestres de Compton
Name[cs]=Efekty oken
GenericName[cs]=Nastavení kompozitoru Compton
Comment[cs]=Nastavit Compton efekty oken
Name[da]=Vindueseffekter
GenericName[da]=Compton-konfiguration
Comment[da]=Konfigurér Compton's vindueseffekter
Name[de]=Fenstereffekte
GenericName[de]=Compton Konfiguration
Comment[de]=Konfiguriere Compton-Fenstereffekte
Name[es]=Efectos de ventana
GenericName[es]=Configuración de Compton
Comment[es]=Configura los efectos de ventana de Compton
Name[fr]=Effets des fenêtres
GenericName[fr]=Paramétrage de Compton
Comment[fr]=Paramétrage de Compton (effets des fenêtres)
Name[hu]=Ablakhatások
GenericName[hu]=Compton beállítás
Comment[hu]=Compton-ablakhatások beállítása
Name[it]=Effetti delle finestre
Comment[it]=Configura gli effetti delle finestre di Compton
Name[ja]=ウインドウ効果
GenericName[ja]=Comptonの設定
Comment[ja]=Comptonのウインドウ効果の設定
Name[lt]=Langų efektai
GenericName[lt]=Compton konfigūravimas
Comment[lt]=Konfigūruoti Compton langų efektus
Name[pl]=Edytor konfiguracji Comptona
GenericName[pl]=Efekty wizualne
Comment[pl]=Edytor konfiguracji menedżera kompozycji okien Compton
Name[pt]=Efeitos de janelas
GenericName[pt]=Configuração do Compton
Comment[pt]=Configurar os efeitos de janelas
Name[ru]=Эффекты окна
GenericName[ru]=Настройка Compton
Comment[ru]=Настроить эффекты окна Compton
Name[tr]=Pencere Efektleri
GenericName[tr]=Pencere Yapılandırması
Comment[tr]=Pencere efektlerini yapılandırma
Name[zh_CN]=窗口特效
GenericName[zh_CN]=Compton 配置
Comment[zh_CN]=配置 Compton 窗口特效
Name[zh_TW]=視窗效果
GenericName[zh_TW]=Compton 設定
Comment[zh_TW]=設定 Compton 視窗效果
-117
View File
@@ -1,117 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>compton-conf</Name>
<Homepage>https://github.com/lxqt/compton-conf</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>lxqt</Icon>
<IsA>app:gui</IsA>
<Summary>GUI configuration tool for compton X composite manager.</Summary>
<Description>GUI configuration tool for compton X composite manager.</Description>
<Archive sha1sum="c2f730b2a4aa16805e9a267b3dbf7bd9b3705ea3" type="tarxz">https://github.com/lxqt/compton-conf/releases/download/0.16.0/compton-conf-0.16.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>libconfig-devel</Dependency>
<Dependency>cmake</Dependency>
<Dependency>lxqt-config</Dependency>
<Dependency>qt5-x11extras-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency versionFrom="0.7.0">lxqt-build-tools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>compton-conf</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>libconfig</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="config">/etc/autostart</Path>
</Files>
<AdditionalFiles>
<AdditionalFile permission="0644" owner="root" target="/usr/share/applications/compton-conf.desktop">compton-conf.desktop</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="10">
<Date>2020-11-05</Date>
<Version>0.16.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2020-04-26</Date>
<Version>0.15.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.13.0</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2019-02-28</Date>
<Version>0.14.1</Version>
<Comment>Version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2019-01-27</Date>
<Version>0.14.0</Version>
<Comment>Version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2019-01-02</Date>
<Version>0.4.0</Version>
<Comment>Rebuild for qt</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2018-11-28</Date>
<Version>0.4.0</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2018-08-31</Date>
<Version>0.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2018-04-23</Date>
<Version>0.3.0</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -1,7 +0,0 @@
<PISI>
<Source>
<Name>compton-conf</Name>
<Summary xml:lang="tr">Compton X kompozit yöneticisi için GUI yapılandırma aracı.</Summary>
<Description xml:lang="tr">X Kompozit yöneticisi yapılandırma (compton'dan için).</Description>
</Source>
</PISI>
+1 -2
View File
@@ -142,8 +142,7 @@
<Package>kdepimlibs</Package><!-- deprecated -->
<Package>kdepimlibs-devel</Package><!-- deprecated -->
<Package>Bluefish</Package><!-- renamed, bluefish -->
<!--Package>libfm-extra</Package--><!-- deprecated -->
<!--Package>libfm-extra-devel</Package--><!-- deprecated -->
<package>compton-conf</package>
<package>vokoscreen</package>
<package>kcalcore</package>
<package>kcalcore-devel</package>
+258340 -258250
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
4e172c4372dadf88b50dffafd8239d7a0faff6c7
4adea05d7118debb594cd251f64cb44501f390d8
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
242dfcb61e2efc59860ab5bfef27a0ffc62f1848
5674c8d9874e0764945d4d999dd038ba3864e164