lxqt-config
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
#!/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 \
|
||||||
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DPULL_TRANSLATIONS=no \
|
||||||
|
-DCMAKE_INSTALL_LIBDIR=lib", sourceDir="..")
|
||||||
|
def build():
|
||||||
|
shelltools.cd("build")
|
||||||
|
cmaketools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
shelltools.cd("build")
|
||||||
|
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=Brightness Settings
|
||||||
|
Exec=lxqt-config-brightness
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Icon=brightnesssettings
|
||||||
|
Categories=Settings;DesktopSettings;Qt;LXQt;HardwareSettings;
|
||||||
|
OnlyShowIn=LXQt;
|
||||||
|
|
||||||
|
Name[ar]=إعدادات السّطوع
|
||||||
|
Name[ca]=Ajusts de la brillantor
|
||||||
|
Comment[es]=Permite cambiar el brillo y el contraste del monitor
|
||||||
|
GenericName[es]=Configuración de Brillo y contraste LXQt
|
||||||
|
Name[es]=Configuración de Brillo y contraste LXQt
|
||||||
|
Comment[ru]=Позволяет менять яркость и контраст монитора
|
||||||
|
GenericName[ru]=Настройка яркости и контраста LXQt
|
||||||
|
Name[ru]=Настройка яркости и контраста LXQt
|
||||||
|
Name[tr]=Parlaklık Ayarları
|
||||||
|
GenericName[tr]=LXQT Parlaklık Ayarları
|
||||||
|
Comment[tr]=Ekran Parlaklığını Ayarlayın
|
||||||
@@ -0,0 +1,43 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=File Associations
|
||||||
|
GenericName=File Association Settings
|
||||||
|
Comment=Configure applications associated with known file types
|
||||||
|
Exec=lxqt-config-file-associations
|
||||||
|
Icon=preferences-desktop-filetype-association
|
||||||
|
Categories=Settings;DesktopSettings;Qt;LXQt;
|
||||||
|
OnlyShowIn=LXQt;
|
||||||
|
|
||||||
|
Name[ar]=ارتباطات الملفّات
|
||||||
|
GenericName[ar]=إعدادات ارتباطات الملفّات
|
||||||
|
Comment[ar]=اضبط التّطبيقات المرتبطة بأنواع الملفّات المعروفة
|
||||||
|
Name[ca]=Associacions dels fitxers
|
||||||
|
GenericName[ca]=Ajusts de les associacions dels fitxers
|
||||||
|
Comment[ca]=Configureu les aplicacions associades amb els tipus de fitxers coneguts
|
||||||
|
Name[de]=Dateizuordnungen
|
||||||
|
GenericName[de]=Setzen von Dateizuordnungen
|
||||||
|
Comment[de]=Zuordnen von Dateitypen zu Anwendungsprogrammen
|
||||||
|
Name[el]=Συσχετίσεις αρχείων
|
||||||
|
GenericName[el]=Ρυθμίσεις των συσχετίσεων αρχείων
|
||||||
|
Comment[el]=Διαμόρφωση της συσχέτισης των εφαρμογών με γνωστούς τύπους αρχείων
|
||||||
|
Name[hu]=Fájlhozzárendelések
|
||||||
|
GenericName[hu]=Fájltípusok hozzárendelése
|
||||||
|
Comment[hu]=Fájltípusok hozzárandelése programokhoz
|
||||||
|
Name[it]=Associazioni file
|
||||||
|
GenericName[it]=Imposta le associazioni file
|
||||||
|
Comment[it]=Imposta le associazioni file per le applicazioni installate
|
||||||
|
Comment[ja]=既知のファイル種類に対するアプリケーション関連付けの設定
|
||||||
|
GenericName[ja]=ファイル関連付けの設定
|
||||||
|
Name[ja]=ファイル関連付け
|
||||||
|
Name[pl]=Skojarzenia plików
|
||||||
|
GenericName[pl]=Ustawienia skojarzeń plików
|
||||||
|
Comment[pl]=Ustawienia domyślnych programów dla danego typu pliku
|
||||||
|
Name[pt]=Associação de ficheiros
|
||||||
|
GenericName[pt]=Definições de associação de ficheiros
|
||||||
|
Comment[pt]=Configurar associação de ficheiros para os tipos de ficheiro conhecidos
|
||||||
|
Comment[ru]=Настроить приложения, ассоциированные с известными типами файлов
|
||||||
|
GenericName[ru]=Настройки ассоциации файлов
|
||||||
|
Name[ru]=Ассоциация файлов
|
||||||
|
Name[tr]=Dosya İlişkileri
|
||||||
|
GenericName[tr]=Dosya İlişki Ayarları
|
||||||
|
Comment[tr]=Uygulamalarınızı bilinen dosya türleri ile ilişkilendirin
|
||||||
@@ -0,0 +1,43 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Keyboard and Mouse
|
||||||
|
GenericName=Input settings
|
||||||
|
Comment=Configure keyboard, mouse, and other input devices
|
||||||
|
Exec=lxqt-config-input
|
||||||
|
Icon=input-keyboard
|
||||||
|
Categories=Qt;Settings;HardwareSettings;DesktopSettings;LXQt;
|
||||||
|
OnlyShowIn=LXQt;
|
||||||
|
|
||||||
|
Name[ar]=لوحة المفاتيح والفأرة
|
||||||
|
GenericName[ar]=إعدادات الدّخل
|
||||||
|
Comment[ar]=اضبط لوحة المفاتيح، والفأرة وأجهزة الدّخل الأخرى
|
||||||
|
Name[ca]=Teclat i ratolí
|
||||||
|
GenericName[ca]=Ajusts de l'entrada
|
||||||
|
Comment[ca]=Configureu el teclat, el ratolí i altres dispositius d'entrada
|
||||||
|
Name[de]=Tastatur und Maus
|
||||||
|
GenericName[de]=Eingabegerätekonfiguration
|
||||||
|
Comment[de]=Tastatur, Maus und andere Eingabegeräte konfigurieren
|
||||||
|
Name[el]=Πληκτρολόγιο και ποντίκι
|
||||||
|
GenericName[el]=Ρυθμίσεις εισαγωγής
|
||||||
|
Comment[el]=Διαμόρφωση του πληκτρολογίου, του ποντικιού, και άλλων συσκευών εισαγωγής
|
||||||
|
Name[hu]=Billentyű és egérbeállítás
|
||||||
|
GenericName[hu]=Beviteli eszközbeállítás
|
||||||
|
Comment[hu]=TA billentyűzet és egér beállítása
|
||||||
|
Name[it]=Tastiera e mouse
|
||||||
|
GenericName[it]=Configura i dispositivi di immissione
|
||||||
|
Comment[it]=Configura tastiera, mouse e altri dispositivi di immissione
|
||||||
|
Name[ja]=キーボードとマウス
|
||||||
|
GenericName[ja]=入力の設定
|
||||||
|
Comment[ja]=キーボードやマウス、その他の入力デバイスの設定
|
||||||
|
Name[pl]=Mysz i Klawiatura
|
||||||
|
GenericName[pl]=Urządzenia wejścia
|
||||||
|
Comment[pl]=Konfiguracja klawiatury i myszy
|
||||||
|
Name[pt]=Teclado e rato
|
||||||
|
GenericName[pt]=Definições de introdução
|
||||||
|
Comment[pt]=Configuração do rato, teclado e outros dispositivos de introdução
|
||||||
|
Comment[ru]=Настроить клавиатуру, мышь и другие устройства ввода
|
||||||
|
Name[ru]=Клавиатура и мышь
|
||||||
|
GenericName[ru]=Настройки ввода
|
||||||
|
Name[tr]=Klavye ve Fare
|
||||||
|
GenericName[tr]=Girdi Aygıtları Ayarları
|
||||||
|
Comment[tr]=Klavye, fare ve diğer girdi aygıtlarınızı yapılandırın
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Locale
|
||||||
|
GenericName=Locale settings
|
||||||
|
Comment=Locale settings for LXQt
|
||||||
|
Exec=lxqt-config-locale
|
||||||
|
Icon=preferences-desktop-locale
|
||||||
|
Categories=Settings;DesktopSettings;Qt;LXQt;
|
||||||
|
OnlyShowIn=LXQt;
|
||||||
|
|
||||||
|
Name[ar]=المحليّة
|
||||||
|
GenericName[ar]=إعدادات المحليّة
|
||||||
|
Comment[ar]=إعدادات المحليّة للكسكيوت
|
||||||
|
Name[ca]=Configuració regional
|
||||||
|
GenericName[ca]=Ajusts de la configuració regional
|
||||||
|
Comment[ca]=Ajusts de la configuració regional per a LXQt
|
||||||
|
Name[de]=Regionaleinstellungen
|
||||||
|
GenericName[de]=Regionaleinstellungen
|
||||||
|
Comment[de]=Regionaleinstellungen für LXQt
|
||||||
|
Name[it]=Lingua e Paese
|
||||||
|
Comment[it]=Preferenze della lingua e del paese
|
||||||
|
Name[ru]=Локаль
|
||||||
|
GenericName[ru]=Настройки локали
|
||||||
|
Comment[ru]=Настройки локали для LXQt
|
||||||
|
Name[tr]=Yerel
|
||||||
|
GenericName[tr]=Yerel Ayarlar
|
||||||
|
Comment[tr]=LXQT için yerel ayarlar
|
||||||
@@ -0,0 +1,46 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Monitor settings
|
||||||
|
GenericName=Monitor settings
|
||||||
|
Comment=Configure monitors
|
||||||
|
Exec=lxqt-config-monitor
|
||||||
|
Icon=preferences-desktop-display
|
||||||
|
Categories=Settings;DesktopSettings;Qt;LXQt;HardwareSettings;
|
||||||
|
OnlyShowIn=LXQt;
|
||||||
|
|
||||||
|
Name[ar]=إعدادات الشّاشة
|
||||||
|
GenericName[ar]=إعدادات الشّاشة
|
||||||
|
Comment[ar]=اضبط الشّاشات
|
||||||
|
Name[ca]=Ajusts del monitor
|
||||||
|
GenericName[ca]=Ajusts del monitor
|
||||||
|
Comment[ca]=Configureu els monitors
|
||||||
|
Name[de]=Bildschirmeinstellungen
|
||||||
|
GenericName[de]=Bildschirmeinstellungen
|
||||||
|
Comment[de]=Bildschirmauflösung und externe Monitore konfigurieren
|
||||||
|
Name[el]=Ρυθμίσεις οθόνης
|
||||||
|
GenericName[el]=Ρυθμίσεις οθόνης
|
||||||
|
Comment[el]=Διαμόρφωση οθονών
|
||||||
|
Name[hu]=LXQt képernyőbeállítás
|
||||||
|
GenericName[hu]=Képernyőbeállítások
|
||||||
|
Comment[hu]=Képfelbontás és külső monitorok beállítása
|
||||||
|
Name[it]=Monitor
|
||||||
|
GenericName[it]=Impostazioni dei monitor
|
||||||
|
Comment[it]=Configura la risoluzione e i monitor esterni
|
||||||
|
Name[ja]=モニターの設定
|
||||||
|
GenericName[ja]=モニターの設定
|
||||||
|
Comment[ja]=モニターの設定
|
||||||
|
Name[pl]=Monitor
|
||||||
|
GenericName[pl]=Ustawienia monitora
|
||||||
|
Comment[pl]=Konfiguracja monitora
|
||||||
|
Name[pt]=Definições do monitor
|
||||||
|
GenericName[pt]=Definições do monitor
|
||||||
|
Comment[pt]=Configuração de monitores
|
||||||
|
Comment[ru]=Настроить мониторы
|
||||||
|
Name[ru]=Настройки монитора
|
||||||
|
GenericName[ru]=Настройки монитора
|
||||||
|
Name[tr]=Ekran Ayarları
|
||||||
|
GenericName[tr]=Ekran Ayarları
|
||||||
|
Comment[tr]=Monitörünüzü Yapılandırın
|
||||||
|
Comment[zh_TW]=設定螢幕
|
||||||
|
GenericName[zh_TW]=螢幕設定
|
||||||
|
Name[zh_TW]=LXQt螢幕設定
|
||||||
@@ -0,0 +1,78 @@
|
|||||||
|
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>lxqt-config</Name>
|
||||||
|
<Homepage>http://www.lxqt.org</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPL2</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Icon>lxqt</Icon>
|
||||||
|
<Summary>Common base library for LXQt components.</Summary>
|
||||||
|
<Description>Core utility library for all LXDE-Qt components</Description>
|
||||||
|
<Archive sha1sum="308602347c038987bc31ad8440906842206148eb" type="tarxz">https://github.com/lxde/lxqt-config/releases/download/0.12.0/lxqt-config-0.12.0.tar.xz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>cmake</Dependency>
|
||||||
|
<Dependency>zlib-devel</Dependency>
|
||||||
|
<Dependency>glibc-devel</Dependency>
|
||||||
|
<Dependency>kwindowsystem-devel</Dependency>
|
||||||
|
<Dependency>libX11-devel</Dependency>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
|
<Dependency versionFrom="1.3.0">libqtxdg-devel</Dependency>
|
||||||
|
<Dependency versionFrom="0.11.1">liblxqt-devel</Dependency>
|
||||||
|
<Dependency>pkgconfig</Dependency>
|
||||||
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
|
<Dependency>qt5-linguist</Dependency>
|
||||||
|
<Dependency>qt5-qdbusviewer</Dependency>
|
||||||
|
<Dependency>qt5-x11extras-devel</Dependency>
|
||||||
|
<Dependency>qt5-svg-devel</Dependency>
|
||||||
|
<Dependency>libXcursor-devel</Dependency>
|
||||||
|
<Dependency>libkscreen-devel</Dependency>
|
||||||
|
<Dependency vesionFrom="0.4.0">lxqt-build-tools</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>lxqt-config</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>zlib</Dependency>
|
||||||
|
<Dependency>libX11</Dependency>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
|
<Dependency>libxcb</Dependency>
|
||||||
|
<Dependency>liblxqt</Dependency>
|
||||||
|
<Dependency>qt5-svg</Dependency>
|
||||||
|
<Dependency versionFrom="1.3.0">libqtxdg</Dependency>
|
||||||
|
<Dependency>qt5-base</Dependency>
|
||||||
|
<Dependency>libXfixes</Dependency>
|
||||||
|
<Dependency>libXcursor</Dependency>
|
||||||
|
<Dependency>libkscreen</Dependency>
|
||||||
|
<Dependency>qt5-x11extras</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="library">/usr/lib64</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="config">/etc/menus</Path>
|
||||||
|
</Files>
|
||||||
|
<AdditionalFiles>
|
||||||
|
<AdditionalFile permission="0644" owner="root" target="/usr/share/applications/lxqt-config-brightness.desktop">lxqt-config-brightness.desktop</AdditionalFile>
|
||||||
|
<AdditionalFile permission="0644" owner="root" target="/usr/share/applications/lxqt-config-file-associations.desktop">lxqt-config-file-associations.desktop</AdditionalFile>
|
||||||
|
<AdditionalFile permission="0644" owner="root" target="/usr/share/applications/lxqt-config-input.desktop">lxqt-config-input.desktop</AdditionalFile>
|
||||||
|
<AdditionalFile permission="0644" owner="root" target="/usr/share/applications/lxqt-config-locale.desktop">lxqt-config-locale.desktop</AdditionalFile>
|
||||||
|
<AdditionalFile permission="0644" owner="root" target="/usr/share/applications/lxqt-config-monitor.desktop">lxqt-config-monitor.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>
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>lxqt-config</Name>
|
||||||
|
<Summary xml:lang="tr">Çoğu lxqt bileşenleri için ortak temel kitaplıklar.</Summary>
|
||||||
|
<Description xml:lang="tr">liblxqt çoğu lxde-qt bileşenleri için ortak temel kitaplıklar içerir.</Description>
|
||||||
|
</Source>
|
||||||
|
<Package>
|
||||||
|
<Name>lxqt-config-devel</Name>
|
||||||
|
</Package>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user