Merge pull request #4774 from ayhanyalcinsoy/master

obconf-qt
This commit is contained in:
2018-04-26 01:32:12 +03:00
committed by GitHub
4 changed files with 115 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
#!/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 shelltools
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPULL_TRANSLATIONS=no", sourceDir="..")
def build():
shelltools.cd("build")
cmaketools.make()
def install():
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+28
View File
@@ -0,0 +1,28 @@
[Desktop Entry]
Type=Application
Name=Openbox Settings
GenericName=Window Manager Settings
Comment=Configure the Openbox window manager
Exec=obconf-qt
Categories=Qt;Settings;DesktopSettings;
Icon=obconf-qt
StartupNotify=true
Name[de]=Fenstermanager Openbox
GenericName[de]=Openbox Einstellungen
Comment[de]=Konfiguration des Fenstermanagers Openbox (Qt-Version)
Name[hu]=Openbox beállítása
GenericName[hu]=Openbox beállítások
Comment[hu]=Az Openbox ablakkezelő beállítása (Qt-Verzió)
Name[ja]=Openbox設定マネージャー (Qtバージョン)
GenericName[ja]=Obconf-qt
Comment[ja]=Openboxを設定します。
Name[pt]=Definições do Openbox
GenericName[pt]=Definições do gestor de janelas
Comment[pt]=Configurar o gestor de janelas Openbox
Name[ru]=Настройки Openbox
GenericName[ru]=Настройки менеджера окон
Comment[ru]=Настроить оконный менеджер Openbox
Name[tr]=Pencere Yöneticisi Ayarları
GenericName[tr]=Pencere Yöneticisi Ayarları
Comment[tr]=Openbox Pencere Yöneticinizi Ayarlayın
+57
View File
@@ -0,0 +1,57 @@
<PISI>
<Source>
<Name>obconf-qt</Name>
<Homepage>http://www.lxde.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPL2</License>
<IsA>app</IsA>
<Icon>lxqt</Icon>
<Summary>This is a Qt port of ObConf, configurator of OpenBox window manager.</Summary>
<Description>This is a Qt port of ObConf, configurator of OpenBox window manager.</Description>
<Archive sha1sum="cff5bbf098c1c48c599e0f4b8a694b31d9aae808" type="tarxz">https://github.com/lxde/obconf-qt/releases/download/0.12.0/obconf-qt-0.12.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>icon-theme-hicolor</Dependency>
<Dependency versionFrom="0.12.0">liblxqt-devel</Dependency>
<Dependency>openbox-devel</Dependency>
<Dependency>lxqt-l10n</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency versionFrom="0.4.0">lxqt-build-tools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>obconf-qt</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-x11extras</Dependency>
<Dependency>openbox</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
</Files>
<AdditionalFiles>
<AdditionalFile permission="0644" owner="root" target="/usr/share/applications/obconf-qt.desktop">obconf-qt.desktop</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>
+7
View File
@@ -0,0 +1,7 @@
<PISI>
<Source>
<Name>obconf-qt</Name>
<Summary xml:lang="tr">Pencere yöneticisi yapılandırma (Openbox için).</Summary>
<Description xml:lang="tr">Bu bir obconf Qt portudur, OpenBox pencere yöneticisi yapılandırıcı.</Description>
</Source>
</PISI>