lxqt-admin

This commit is contained in:
2018-04-26 01:14:09 +03:00
parent 6259b0b154
commit 287b970f55
5 changed files with 169 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
#!/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 \
-DPULL_TRANSLATIONS=no \
-DCMAKE_INSTALL_LIBDIR=/usr/lib", sourceDir="..")
def build():
shelltools.cd("build")
cmaketools.make()
def install():
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+42
View File
@@ -0,0 +1,42 @@
[Desktop Entry]
Type=Application
Name=Date and Time
GenericName=Date and Time Settings
Comment=Configure the date and time of your system
Exec=lxqt-admin-time
Icon=preferences-system
Categories=Settings;System;DesktopSettings;Qt;LXQt;
OnlyShowIn=LXQt;
Name[ar]=التّاريخ والوقت
GenericName[ar]=إعدادات التّاريخ والوقت
Comment[ar]=اضبط تاريخ النّظام ووقته
Name[ca]=Data i hora
GenericName[ca]=Ajusts de la data i l'hora
Comment[ca]=Configureu la data i l'hora del vostre sistema
Name[de]=Datum und Zeit
GenericName[de]=Einstellungen für Datum und Zeit
Comment[de]=Konfiguriert das Datum und die Zeit des Systems
Name[el]=Ημερομηνία και ώρα
GenericName[el]=Ρυθμίσεις της ημερομηνίας και της ώρας
Comment[el]=Διαμόρφωση της ημερομηνίας και της ώρας του συστήματός σας
Name[hu]=Dátum és idő
GenericName[hu]=Dátum és időbeállítás
Comment[hu]=A rendszeridő beállítása
Name[it]=Data e ora
Comment[it]=Configura la data e l'ora del sistema
Name[ja]=日時設定
GenericName[ja]=日時の設定
Comment[ja]=システムに日付と時刻を設定します
Name[pl]=Data i czas
GenericName[pl]=Ustawienia daty i czasu
Name[pt]=Data e hora
GenericName[pt]=Definições de data e hora
Comment[pt]=Configurar a data e a hora do seu sistema
Name[ru]=Дата и время
GenericName[ru]=Настройки даты и времени
Comment[ru]=Настроить дату и время вашей системы
Name[tr]=Tarih ve Saat
GenericName[tr]=Tarih ve Saat Ayarı
Comment[tr]=Sisteminizin tarih ve saatini ayarlayını
+41
View File
@@ -0,0 +1,41 @@
[Desktop Entry]
Type=Application
Name=Users and Groups
GenericName=User and Group Settings
Comment=Configure the users and groups of your system
Exec=lxqt-admin-user
Icon=preferences-system
Categories=Settings;System;DesktopSettings;Qt;LXQt;
OnlyShowIn=LXQt;
Name[ar]=المستخدمون والمجموعات
GenericName[ar]=إعدادات المستخدمون والمجموعات
Comment[ar]=اضبط مستخدمو النّظام ومجموعاته
Name[ca]=Usuaris i grups
GenericName[ca]=Ajusts dels usuaris i dels grups
Comment[ca]=Configureu els usuaris i els grups del vostre sistema
Name[de]=Benutzer und Gruppen
GenericName[de]=Einstellungen für Benutzer und Gruppen
Comment[de]=Konfiguriert die Benutzer und Gruppen des Systems
Name[el]=Χρήστες και ομάδες
GenericName[el]=Ρυθμίσεις χρηστών και ομάδων
Comment[el]=Διαμόρφωση των χρηστών και των ομάδων του συστήματός σας
Name[hu]=Felhasználók és csoportok
GenericName[hu]=Felhasználó és csoportkezelés
Comment[hu]=A rendszer felhasználóinak és csoportjainak kezeése
Name[it]=Utenti e gruppi
Comment[it]=Configura utenti e gruppi del sistema
Name[ja]=ユーザーとグループ
GenericName[ja]=ユーザーとグループの設定
Comment[ja]=システム上のユーザーとグループを設定します
Name[pl]=Użytkownicy i grupy
GenericName[pl]=Zarządzanie użytkownikami i grupami
Name[pt]=Utilizadores e grupos
GenericName[pt]=Definições de utilizadores e grupos
Comment[pt]=Configurar os utilizadores e os grupos do seu sistema
Name[ru]=Пользователи и группы
GenericName[ru]=Настройки пользователей и групп
Comment[ru]=Настроить пользователей и группы вашей системы
Name[tr]=Kullanıcılar ve Gruplar
GenericName[tr]=Kullanıcı ve Grup Ayarları
Comment[tr]=Sisteminizdeki kullanıcı ve grupları ayarlayın
+53
View File
@@ -0,0 +1,53 @@
<PISI>
<Source>
<Name>lxqt-admin</Name>
<Homepage>https://github.com/lxde/lxqt-admin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app</IsA>
<Icon>lxqt</Icon>
<Summary>LXQt system administration tool</Summary>
<Description>LXQt system administration tool</Description>
<Archive sha1sum="a8d72969391ec35e523363c3a5e8c943426d86c4" type="tarxz">https://github.com/lxde/lxqt-admin/releases/download/0.12.0/lxqt-admin-0.12.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency>libgcc</Dependency>
<Dependency versionFrom="0.11.1">liblxqt-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency vesionFrom="0.4.0">lxqt-build-tools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>lxqt-admin</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
</Files>
<AdditionalFiles>
<AdditionalFile permission="0644" owner="root" target="/usr/share/applications/lxqt-admin-user.desktop" group="root">lxqt-admin-user.desktop</AdditionalFile>
<AdditionalFile permission="0644" owner="root" target="/usr/share/applications/lxqt-admin-time.desktop" group="root">lxqt-admin-time.desktop</AdditionalFile>
</AdditionalFiles>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>liblxqt</Dependency>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
</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>lxqt-admin</Name>
<Summary xml:lang="tr">LXQt sistem yönetim araçları.</Summary>
<Description xml:lang="tr">LXQt sistem yönetim araçlarını içerir.</Description>
</Source>
</PISI>