@@ -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_INSTALL_PREFIX=/usr \
|
||||||
|
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
|
||||||
|
-DUSE_QT5=ON \
|
||||||
|
-DNETWORKMONITOR_PLUGIN=yes \
|
||||||
|
-DCMAKE_BUILD_TYPE=release \
|
||||||
|
-DPULL_TRANSLATIONS=no", sourceDir="..")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
shelltools.cd("build")
|
||||||
|
cmaketools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
shelltools.cd("build")
|
||||||
|
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
+19
@@ -0,0 +1,19 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=Leave
|
||||||
|
Comment=Leave Session
|
||||||
|
Icon=system-shutdown
|
||||||
|
Type=Directory
|
||||||
|
|
||||||
|
Comment[de]=Sitzung verlassen
|
||||||
|
Name[de]=Verlassen
|
||||||
|
Name[el]=Έξοδος
|
||||||
|
Comment[hu]=LXQt elhagyása
|
||||||
|
Name[hu]=Kilépés
|
||||||
|
Name[it]=Esci
|
||||||
|
Comment[it]=Chiudere la sessione
|
||||||
|
Comment[ru]=Завершить сеанс
|
||||||
|
Name[ru]=Выйти
|
||||||
|
Comment[ru_RU]=Завершить сеанс
|
||||||
|
Name[ru_RU]=Выйти
|
||||||
|
Comment[tr]=Çıkış
|
||||||
|
Name[tr]=Çıkış
|
||||||
+15
@@ -0,0 +1,15 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Type=Directory
|
||||||
|
Name=LXQt settings
|
||||||
|
Icon=preferences-system
|
||||||
|
|
||||||
|
|
||||||
|
# Translations
|
||||||
|
Name[de]=LXQt-Systemeinstellungen
|
||||||
|
Name[el]=Ρυθμίσεις LXQt
|
||||||
|
Name[hu]=LXQt beállítása
|
||||||
|
Name[it]=Impostazioni di LXQt
|
||||||
|
Name[ru]=Настройки LXQt
|
||||||
|
Name[ru_RU]=Настройки LXQt
|
||||||
|
Name[tr]=LXQT Ayarları
|
||||||
+148
@@ -0,0 +1,148 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=Network
|
||||||
|
Name[af]=Netwerk
|
||||||
|
Name[an]=Rete
|
||||||
|
Name[ar]=شبكة
|
||||||
|
Name[as]=নেটৱৰ্ক
|
||||||
|
Name[ast]=Rede
|
||||||
|
Name[be]=Сетка
|
||||||
|
Name[bg]=Мрежа
|
||||||
|
Name[bs]=Mreža
|
||||||
|
Name[ca]=Xarxa
|
||||||
|
Name[ca@valencia]=Xarxa
|
||||||
|
Name[crh]=Şebeke
|
||||||
|
Name[cs]=Síť
|
||||||
|
Name[da]=Netværk
|
||||||
|
Name[de]=Netzwerk
|
||||||
|
Name[el]=Δίκτυο
|
||||||
|
Name[en_GB]=Network
|
||||||
|
Name[eo]=Reto
|
||||||
|
Name[es]=Red
|
||||||
|
Name[et]=Võrk
|
||||||
|
Name[eu]=Sarea
|
||||||
|
Name[fa]=شبکه
|
||||||
|
Name[fi]=Verkko
|
||||||
|
Name[fr]=Réseau
|
||||||
|
Name[gd]=Lìonra
|
||||||
|
Name[gl]=Red
|
||||||
|
Name[gu]=નેટવર્ક
|
||||||
|
Name[he]=רשת
|
||||||
|
Name[hi]=संजाल
|
||||||
|
Name[hu]=Hálózat
|
||||||
|
Name[id]=Jaringan
|
||||||
|
Name[is]=Netkerfi
|
||||||
|
Name[it]=Rete
|
||||||
|
Name[ja]=ネットワーク
|
||||||
|
Name[kk]=Желі
|
||||||
|
Name[km]=បណ្ដាញ
|
||||||
|
Name[ko]=네트워크
|
||||||
|
Name[ku]=Tor
|
||||||
|
Name[lt]=Tinklas
|
||||||
|
Name[lv]=Tīkls
|
||||||
|
Name[mk]=Мрежа
|
||||||
|
Name[ml]=ശൃംഖല
|
||||||
|
Name[mr]=नेटवर्क
|
||||||
|
Name[ms]=Rangkaian
|
||||||
|
Name[nb]=Nettverk
|
||||||
|
Name[nl]=Netwerk
|
||||||
|
Name[nn]=Nettverk
|
||||||
|
Name[oc]=Ret
|
||||||
|
Name[pa]=ਨੈੱਟਵਰਕ
|
||||||
|
Name[pl]=Sieć
|
||||||
|
Name[pt]=Rede
|
||||||
|
Name[pt_BR]=Rede
|
||||||
|
Name[ru]=Сеть
|
||||||
|
Name[sk]=Sieť
|
||||||
|
Name[sl]=Omrežje
|
||||||
|
Name[sr]=Мрежа
|
||||||
|
Name[sr@latin]=Mreža
|
||||||
|
Name[sv]=Nätverk
|
||||||
|
Name[ta]=பிணையம்
|
||||||
|
Name[te]=నెట్వర్క్
|
||||||
|
Name[tg]=Шабака
|
||||||
|
Name[th]=เครือข่าย
|
||||||
|
Name[tr]=Ağ Yöneticisi
|
||||||
|
Name[ug]=تور
|
||||||
|
Name[uk]=Мережа
|
||||||
|
Name[vi]=Mạng
|
||||||
|
Name[zh_CN]=网络
|
||||||
|
Name[zh_HK]=網絡
|
||||||
|
Name[zh_TW]=網路
|
||||||
|
Comment=Manage your network connections
|
||||||
|
Comment[af]=Bestuur u netwerkverbindings
|
||||||
|
Comment[an]=Chestione as suyas conexions de rete
|
||||||
|
Comment[ar]=إدارة اتصالات الشبكة
|
||||||
|
Comment[as]=আপোনাৰ নেটৱৰ্ক সংযোগসমূহ ব্যৱস্থাপনা কৰক
|
||||||
|
Comment[ast]=Remana les conexones de rede
|
||||||
|
Comment[be]=Кіраванне сеткавымі злучэннямі
|
||||||
|
Comment[bg]=Управление на мрежовите връзки
|
||||||
|
Comment[bs]=Upravljajte svojim mrežnim vezama
|
||||||
|
Comment[ca]=Gestioneu les connexions de xarxa
|
||||||
|
Comment[ca@valencia]=Gestioneu les connexions de xarxa
|
||||||
|
Comment[crh]=Şebeke bağlantılarıñıznı idare etiñiz
|
||||||
|
Comment[cs]=Spravujte svá síťová připojení
|
||||||
|
Comment[da]=Håndter dine netværksforbindelser
|
||||||
|
Comment[de]=Verwaltung der Netzwerkverbindungen
|
||||||
|
Comment[el]=Διαχείριση των συνδέσεων δικτύου
|
||||||
|
Comment[en_GB]=Manage your network connections
|
||||||
|
Comment[eo]=Kontroli viajn retkonektojn
|
||||||
|
Comment[es]=Gestione sus conexiones de red
|
||||||
|
Comment[et]=Võrguühenduste haldamine
|
||||||
|
Comment[eu]=Kudeatu sareko konexioak
|
||||||
|
Comment[fa]=اتصالهای شبکه خود را مدیریت کنید
|
||||||
|
Comment[fi]=Hallitse verkkoyhteyksiä
|
||||||
|
Comment[fr]=Gérer vos connexions réseau
|
||||||
|
Comment[gd]=Stiùirich na ceanglaichean agad ris an eadar-lìon
|
||||||
|
Comment[gl]=Xestione as súas conexións de rede
|
||||||
|
Comment[gu]=તમારા નેટવર્ક જોડાણોને સંચાલિત કરો
|
||||||
|
Comment[he]=ניהול חיבורי הרשת שלך
|
||||||
|
Comment[hi]=अपना संजाल कनेक्शन नियंत्रित करें
|
||||||
|
Comment[hu]=Hálózati kapcsolatok kezelése
|
||||||
|
Comment[id]=Mengelola koneksi jaringan Anda
|
||||||
|
Comment[is]=Sýsla með nettengingar
|
||||||
|
Comment[it]=Gestisce le connessioni di rete
|
||||||
|
Comment[ja]=ネットワーク接続を管理
|
||||||
|
Comment[kk]=Желілік байланыстарыңызды басқару
|
||||||
|
Comment[km]=គ្រប់គ្រងការតភ្ជាប់បណ្ដាញរបស់អ្នក
|
||||||
|
Comment[ko]=네트워크 연결을 관리합니다
|
||||||
|
Comment[ku]=Girêdanên torê yên xwe birêve bike
|
||||||
|
Comment[lt]=Tvarkyti tinklo ryšius
|
||||||
|
Comment[lv]=Pārvaldiet savus tīkla savienojumus
|
||||||
|
Comment[mk]=Менаџирајте со Вашите мрежни врски
|
||||||
|
Comment[ml]=നിങ്ങളുടെ ശൃംഖല ബന്ധങ്ങള് കൈകാര്യം ചെയ്യുക
|
||||||
|
Comment[mr]=नेटवर्क जोडणी नियंत्रीत करा
|
||||||
|
Comment[ms]=Urus sambungan-sambungan rangkaian anda
|
||||||
|
Comment[nb]=Håndter dine nettverksforbindelser
|
||||||
|
Comment[nl]=Uw netwerkverbindingen beheren
|
||||||
|
Comment[nn]=Handsam nettverkstilkoplingane
|
||||||
|
Comment[oc]=Gerissètz vòstras connexions a la ret
|
||||||
|
Comment[pa]=ਆਪਣੇ ਨੈੱਟਵਰਕ ਕੁਨੈਕਸ਼ਨਾਂ ਦਾ ਪਰਬੰਧ ਕਰੋ
|
||||||
|
Comment[pl]=Zarządzanie połączeniami sieciowymi
|
||||||
|
Comment[pt]=Controle as suas ligações de rede
|
||||||
|
Comment[pt_BR]=Controle suas conexões de rede
|
||||||
|
Comment[ru]=Управление сетевыми соединениями
|
||||||
|
Comment[sk]=Spravuje vaše sieťové pripojenia
|
||||||
|
Comment[sl]=Upravljanje omrežnih povezav
|
||||||
|
Comment[sr]=Управљајте вашим везама мреже
|
||||||
|
Comment[sr@latin]=Upravljajte vašim vezama mreže
|
||||||
|
Comment[sv]=Hantera dina nätverksanslutningar
|
||||||
|
Comment[ta]=உங்களது பிணையத்தின் இணைப்புகளை மேலாண்மை செய்க
|
||||||
|
Comment[te]=మీ నెట్వర్కు అనుసంధానములను నిర్వహించు
|
||||||
|
Comment[th]=จัดการการเชื่อมต่อเครือข่ายของคุณ
|
||||||
|
Comment[tr]=Ağ bağlantılarınızı yönetin
|
||||||
|
Comment[ug]=تور باغلىنىشلىرىڭىزنى باشقۇرۇڭ
|
||||||
|
Comment[uk]=Організуйте ваші мережеві з'єднання
|
||||||
|
Comment[vi]=Quản lý kết nối mạng
|
||||||
|
Comment[zh_CN]=管理网络连接
|
||||||
|
Comment[zh_HK]=管理你的網絡連線
|
||||||
|
Comment[zh_TW]=管理您的網路連線
|
||||||
|
Icon=nm-device-wireless
|
||||||
|
Exec=nm-applet
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
NoDisplay=true
|
||||||
|
NotShowIn=KDE;GNOME;
|
||||||
|
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||||
|
X-GNOME-Bugzilla-Product=NetworkManager
|
||||||
|
X-GNOME-Bugzilla-Component=nm-applet
|
||||||
|
X-GNOME-UsesNotifications=true
|
||||||
@@ -0,0 +1,159 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=Network Connections
|
||||||
|
Name[af]=Netwerkverbindings
|
||||||
|
Name[an]=Conexions de rete
|
||||||
|
Name[ar]=الاتصالات الشبكية
|
||||||
|
Name[as]=নেটৱৰ্ক সংযোগসমূহ
|
||||||
|
Name[ast]=Conexones de rede
|
||||||
|
Name[be]=Сеткавыя злучэнні
|
||||||
|
Name[be@latin]=Sietkavyja spałučeńni
|
||||||
|
Name[bg]=Мрежови връзки
|
||||||
|
Name[bn_IN]=নেটওয়ার্ক সংযোগ
|
||||||
|
Name[bs]=Mrežne konekcije
|
||||||
|
Name[ca]=Connexions de xarxa
|
||||||
|
Name[ca@valencia]=Connexions de xarxa
|
||||||
|
Name[crh]=Şebeke Bağlantıları
|
||||||
|
Name[cs]=Síťová připojení
|
||||||
|
Name[da]=Netværksforbindelser
|
||||||
|
Name[de]=Netzwerkverbindungen
|
||||||
|
Name[el]=Συνδέσεις δικτύου
|
||||||
|
Name[en_GB]=Network Connections
|
||||||
|
Name[eo]=Retkonektoj
|
||||||
|
Name[es]=Conexiones de red
|
||||||
|
Name[et]=Võrguühendused
|
||||||
|
Name[eu]=Sareko konexioak
|
||||||
|
Name[fa]=اتصالهای شبکه
|
||||||
|
Name[fi]=Verkkoyhteydet
|
||||||
|
Name[fr]=Connexions réseau
|
||||||
|
Name[gd]=Ceanglaichean ri lìonraidhean
|
||||||
|
Name[gl]=Conexións de rede
|
||||||
|
Name[gu]=નેટવર્ક જોડાણો
|
||||||
|
Name[he]=חיבורי רשת
|
||||||
|
Name[hi]=संजाल कनेक्शन
|
||||||
|
Name[hu]=Hálózati kapcsolatok
|
||||||
|
Name[id]=Sambungan Jaringan
|
||||||
|
Name[is]=Nettengingar
|
||||||
|
Name[it]=Connessioni di rete
|
||||||
|
Name[ja]=ネットワーク接続
|
||||||
|
Name[kk]=Желілік байланыстар
|
||||||
|
Name[km]=ការតភ្ជាប់បណ្ដាញ
|
||||||
|
Name[kn]=ಜಾಲಬಂಧ ಸಂಪರ್ಕಗಳು
|
||||||
|
Name[ko]=네트워크 연결
|
||||||
|
Name[ku]=Girêdanên torê
|
||||||
|
Name[lt]=Tinklo ryšiai
|
||||||
|
Name[lv]=Tīkla savienojumi
|
||||||
|
Name[mk]=Мрежни врски
|
||||||
|
Name[ml]=ശൃംഖല ബന്ധങ്ങള്
|
||||||
|
Name[mr]=नेटवर्क जोडणी
|
||||||
|
Name[ms]=Sambungan-sambungan Rangkaian
|
||||||
|
Name[nb]=Nettverkstilkoblinger
|
||||||
|
Name[nl]=Netwerkverbindingen
|
||||||
|
Name[nn]=Nettverkstilkoplingar
|
||||||
|
Name[oc]=Connexions ret
|
||||||
|
Name[or]=ନେଟୱର୍କ ସଂଯୋଗଗୁଡ଼ିକ
|
||||||
|
Name[pa]=ਨੈੱਟਵਰਕ ਕੁਨੈਕਸ਼ਨ
|
||||||
|
Name[pl]=Połączenia sieciowe
|
||||||
|
Name[pt]=Ligações de rede
|
||||||
|
Name[pt_BR]=Conexões de rede
|
||||||
|
Name[ro]=Conexiuni de rețea
|
||||||
|
Name[ru]=Сетевые соединения
|
||||||
|
Name[sk]=Sieťové pripojenia
|
||||||
|
Name[sl]=Omrežne povezave
|
||||||
|
Name[sr]=Везе са мрежом
|
||||||
|
Name[sr@latin]=Veze sa mrežom
|
||||||
|
Name[sv]=Nätverksanslutningar
|
||||||
|
Name[ta]=பிணைய இணைப்புகள்
|
||||||
|
Name[te]=నెట్వర్కు అనుసంధానములు
|
||||||
|
Name[th]=การเชื่อมต่อเครือข่าย
|
||||||
|
Name[tr]=Ağ Bağlantıları
|
||||||
|
Name[ug]=تور باغلىنىشلىرى
|
||||||
|
Name[uk]=Мережні з'єднання
|
||||||
|
Name[ur]=نیٹ ورک اتصال
|
||||||
|
Name[vi]=Kết nối mạng
|
||||||
|
Name[zh_CN]=网络连接
|
||||||
|
Name[zh_HK]=網絡連線
|
||||||
|
Name[zh_TW]=網路連線
|
||||||
|
Comment=Manage and change your network connection settings
|
||||||
|
Comment[af]=Bestuur en verander u netwerkverbinding-instellings
|
||||||
|
Comment[an]=Chestione y cambee os suyos achustes d'a connexión de ret
|
||||||
|
Comment[ar]=أدِر وغيّر إعدادات الاتصالات الشبكية
|
||||||
|
Comment[as]=আপোনাৰ নেটৱৰ্ক সংযোগক ব্যৱস্থাপনা আৰু সলনি কৰক
|
||||||
|
Comment[ast]=Xestiona y camuda los axustes de conexón de rede
|
||||||
|
Comment[be]=Настройкі сеткавага злучэння
|
||||||
|
Comment[be@latin]=Kiruj i źmianiaj nałady sietkavych spałučeńniaŭ
|
||||||
|
Comment[bg]=Управление и промяна на настройките на вашата мрежа
|
||||||
|
Comment[bn_IN]=আপনার নেটওয়ার্ক সংযোগ বৈশিষ্ট্য সম্পাদন ও পরিবর্তন করুন
|
||||||
|
Comment[bs]=Upravljajte i izmijenite podešavanja vaših mrežnih veza
|
||||||
|
Comment[ca]=Gestioneu i modifiqueu els paràmetres de connexió de xarxa
|
||||||
|
Comment[ca@valencia]=Gestioneu i modifiqueu els paràmetres de connexió de xarxa
|
||||||
|
Comment[crh]=Şebeke bağlantısı tesbitleriñizni idare etiñiz ve değiştiriñiz
|
||||||
|
Comment[cs]=Spravujte a měňte nastavení síťových připojení
|
||||||
|
Comment[da]=Rediger og ændr dine indstillinger til netværksforbindelser
|
||||||
|
Comment[de]=Einstellungen für Verbindungen mit Netzwerken verwalten
|
||||||
|
Comment[el]=Διαχείριση και αλλαγή ρυθμίσεων των συνδέσεων δικτύου
|
||||||
|
Comment[en_GB]=Manage and change your network connection settings
|
||||||
|
Comment[eo]=Administri kaj ŝanĝi viajn retkonektajn agordojn
|
||||||
|
Comment[es]=Gestione y cambie sus ajustes de la conexión de red
|
||||||
|
Comment[et]=Võrguühenduse sätete haldus
|
||||||
|
Comment[eu]=Kudeatu eta aldatu sareko konexioen ezarpenak
|
||||||
|
Comment[fa]=تنظیمات اتصال شبکه خود را مدیریت و تغییر دهید
|
||||||
|
Comment[fi]=Hallitse ja muuta verkkoyhteyksien asetuksia
|
||||||
|
Comment[fr]=Gérer et modifier les paramètres des connexions réseau
|
||||||
|
Comment[gd]=Stiùirich is atharraich roghainnean a' cheangail agad ris an lìonra
|
||||||
|
Comment[gl]=Xestione e cambie as súas configuracións de conexión de rede
|
||||||
|
Comment[gu]=તમારા નેટવર્ક જોડાણ સુયોજનોને બદલો અને સંચાલિત કરો
|
||||||
|
Comment[he]=ניהול ושינוי הגדרות חיבורי הרשת שלך
|
||||||
|
Comment[hi]=अपना संजाल कनेक्शन सेटिंग प्रबंधित करें और बदलें
|
||||||
|
Comment[hu]=Hálózati kapcsolatok beállításainak kezelése és módosítása
|
||||||
|
Comment[id]=Kelola dan ubah tatanan sambungan jaringan Anda
|
||||||
|
Comment[is]=Breyta og halda utan um nettenginguna
|
||||||
|
Comment[it]=Gestisce e cambia le impostazioni della connessione di rete
|
||||||
|
Comment[ja]=ネットワーク接続セッティングの管理と変更
|
||||||
|
Comment[kk]=Сіздің желілік байланысыңызды басқару мен түзету
|
||||||
|
Comment[km]=គ្រប់គ្រង និងផ្លាស់ប្ដូរការកំណត់ការភ្ជាប់បណ្ដាញរបស់អ្នក
|
||||||
|
Comment[kn]=ನಿಮ್ಮ ಜಾಲಬಂಧ ಸಂಪರ್ಕಗಳನ್ನು ನಿರ್ವಹಿಸಿ ಹಾಗು ಬದಲಾಯಿಸಿ
|
||||||
|
Comment[ko]=네트워크 연결 설정을 관리하고 설정을 바꿉니다
|
||||||
|
Comment[ku]=Girêdanên torê yên xwe birêve û sererast bike
|
||||||
|
Comment[lt]=Tvarkykite ir keiskite savo tinklo ryšių parametrus
|
||||||
|
Comment[lv]=Pārvaldiet un mainiet tīkla savienojumu iestatījumus
|
||||||
|
Comment[mk]=Управувајте и променувајте ги поставувањата на Вашата мрежна врска
|
||||||
|
Comment[ml]=നിങ്ങളുടെ ശൃംഖല ബന്ധങ്ങള് സജ്ജീകരണങ്ങള് കൈകാര്യം ചെയ്യുകയും മാറ്റങ്ങള് വരുത്തുകയും ചെയ്യുക.
|
||||||
|
Comment[mr]=नेटवर्क संयोजना व्यवस्थापीत करा व बदला
|
||||||
|
Comment[ms]=Urus dan pinda tetapan sambungan rangkaian anda
|
||||||
|
Comment[nb]=Håndter og endre innstillinger for nettverksforbindelser
|
||||||
|
Comment[nl]=De instellingen voor uw netwerkverbindingen beheren en bewerken
|
||||||
|
Comment[nn]=Handter og endra innstillingar for nettverkstilkopling
|
||||||
|
Comment[oc]=Gerir e modificar los paramètres de las connexions de ret
|
||||||
|
Comment[or]=ଆପଣଙ୍କର ନେଟୱର୍କ ସଂଯୋଗ ସଂରଚନାକୁ ପରିଚାଳନା କରନ୍ତୁ ଏବଂ ପରିବର୍ତ୍ତନ କରନ୍ତୁ
|
||||||
|
Comment[pa]=ਆਪਣੀ ਨੈੱਟਵਰਕ ਕੁਨੈਕਸ਼ਨ ਸੈਟਿੰਗ ਦਾ ਪਰਬੰਧ ਕਰੋ ਅਤੇ ਬਦਲੋ
|
||||||
|
Comment[pl]=Zarządzanie ustawieniami połączeń sieciowych
|
||||||
|
Comment[pt]=Gerir e alterar as suas definições da ligação de rede
|
||||||
|
Comment[pt_BR]=Gerencie e altere suas configurações de conexão de rede
|
||||||
|
Comment[ro]=Administrați și modificați opțiunile conexiunilor de rețea
|
||||||
|
Comment[ru]=Управление параметрами сетевых соединений
|
||||||
|
Comment[sk]=Spravuje a mení nastavenia vášho sieťového pripojenia
|
||||||
|
Comment[sl]=Upravljanje in spreminjanje nastavitev omrežne povezave
|
||||||
|
Comment[sr]=Управљајте и измените подешавања ваших мрежних веза
|
||||||
|
Comment[sr@latin]=Upravljajte i izmenite podešavanja vaših mrežnih veza
|
||||||
|
Comment[sv]=Hantera och ändra inställningar för dina nätverksanslutningar
|
||||||
|
Comment[ta]=உங்களின் பிணைய இணைப்பு அமைவுகளை மேலாண்மை மற்றும் மாற்றவும்
|
||||||
|
Comment[te]=మీ నెట్వర్కు అనుసంధానము అమర్పులను నిర్వహించండి మరియు మార్చండి
|
||||||
|
Comment[th]=จัดการและตั้งค่าการเชื่อมต่อเครือข่ายของคุณ
|
||||||
|
Comment[tr]=Ağ bağlantı ayarlarını yönetin ve değiştirin
|
||||||
|
Comment[ug]=تور باغلىنىش تەڭشەكلىرىڭىزنى باشقۇرۇڭ ۋە ئۆزگەرتىڭ
|
||||||
|
Comment[uk]=Керування параметрами мережних з'єднань
|
||||||
|
Comment[ur]=اپنے نیٹ ورک اتصال کی تبدیلی اور ادارت کریں
|
||||||
|
Comment[vi]=Quản lí và thay đổi thiết lập kết nối mạng
|
||||||
|
Comment[zh_CN]=管理或更改您的网络连接设置
|
||||||
|
Comment[zh_HK]=管理與更改你的連線設定值
|
||||||
|
Comment[zh_TW]=管理與變更您的連線設定值
|
||||||
|
Icon=preferences-system-network
|
||||||
|
Exec=nm-connection-editor
|
||||||
|
Terminal=false
|
||||||
|
StartupNotify=true
|
||||||
|
Type=Application
|
||||||
|
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||||
|
X-GNOME-Bugzilla-Product=NetworkManager
|
||||||
|
X-GNOME-Bugzilla-Component=nm-connection-editor
|
||||||
|
Categories=GNOME;GTK;Settings;DesktopSettings;Qt;LXQt;HardwareSettings;
|
||||||
|
NotShowIn=KDE;GNOME;
|
||||||
@@ -0,0 +1,121 @@
|
|||||||
|
[General]
|
||||||
|
icon_theme=breeze
|
||||||
|
single_click_activate=false
|
||||||
|
theme=light
|
||||||
|
tool_button_style=ToolButtonTextBesideIcon
|
||||||
|
|
||||||
|
[Qt]
|
||||||
|
doubleClickInterval=400
|
||||||
|
font="Noto Sans,10,-1,5,50,0,0,0,0,0"
|
||||||
|
style=Breeze
|
||||||
|
wheelScrollLines=3
|
||||||
|
|
||||||
|
[desktopswitch]
|
||||||
|
alignment=Left
|
||||||
|
rows=2
|
||||||
|
type=desktopswitch
|
||||||
|
|
||||||
|
[kbindicator]
|
||||||
|
alignment=Right
|
||||||
|
keeper_type=global
|
||||||
|
show_caps_lock=true
|
||||||
|
show_layout=true
|
||||||
|
show_num_lock=false
|
||||||
|
show_scroll_lock=false
|
||||||
|
type=kbindicator
|
||||||
|
|
||||||
|
[mainmenu]
|
||||||
|
alignment=Left
|
||||||
|
type=mainmenu
|
||||||
|
|
||||||
|
[mount]
|
||||||
|
alignment=Right
|
||||||
|
type=mount
|
||||||
|
|
||||||
|
[panel1]
|
||||||
|
alignment=-1
|
||||||
|
animation-duration=0
|
||||||
|
background-color=@Variant(\0\0\0\x43\0\xff\xff\0\0\0\0\0\0\0\0)
|
||||||
|
background-image=
|
||||||
|
desktop=0
|
||||||
|
font-color=@Variant(\0\0\0\x43\0\xff\xff\0\0\0\0\0\0\0\0)
|
||||||
|
hidable=false
|
||||||
|
iconSize=28
|
||||||
|
lineCount=1
|
||||||
|
lockPanel=false
|
||||||
|
opacity=100
|
||||||
|
panelSize=38
|
||||||
|
plugins=mainmenu, desktopswitch, showdesktop, quicklaunch, taskbar, tray, kbindicator, statusnotifier, networkmonitor, volume, mount, worldclock
|
||||||
|
position=Bottom
|
||||||
|
reserve-space=true
|
||||||
|
show-delay=0
|
||||||
|
width=100
|
||||||
|
width-percent=true
|
||||||
|
|
||||||
|
[quicklaunch]
|
||||||
|
alignment=Left
|
||||||
|
apps\1\desktop=/usr/share/applications/pcmanfm-qt.desktop
|
||||||
|
apps\2\desktop=/usr/lib/libreoffice/share/xdg/startcenter.desktop
|
||||||
|
apps\3\desktop=/usr/share/applications/qupzilla.desktop
|
||||||
|
apps\4\desktop=/usr/share/applications/qterminal.desktop
|
||||||
|
apps\5\desktop=/usr/share/applications/lxqt-config.desktop
|
||||||
|
apps\size=5
|
||||||
|
type=quicklaunch
|
||||||
|
|
||||||
|
[showdesktop]
|
||||||
|
alignment=Left
|
||||||
|
type=showdesktop
|
||||||
|
|
||||||
|
[statusnotifier]
|
||||||
|
alignment=Left
|
||||||
|
type=statusnotifier
|
||||||
|
|
||||||
|
[taskbar]
|
||||||
|
alignment=Left
|
||||||
|
autoRotate=true
|
||||||
|
buttonHeight=100
|
||||||
|
buttonStyle=IconText
|
||||||
|
buttonWidth=250
|
||||||
|
closeOnMiddleClick=true
|
||||||
|
groupingEnabled=true
|
||||||
|
iconByClass=true
|
||||||
|
raiseOnCurrentDesktop=false
|
||||||
|
showDesktopNum=0
|
||||||
|
showGroupOnHover=true
|
||||||
|
showOnlyCurrentScreenTasks=false
|
||||||
|
showOnlyMinimizedTasks=false
|
||||||
|
showOnlyOneDesktopTasks=false
|
||||||
|
type=taskbar
|
||||||
|
|
||||||
|
[tray]
|
||||||
|
alignment=Right
|
||||||
|
type=tray
|
||||||
|
|
||||||
|
[volume]
|
||||||
|
alignment=Right
|
||||||
|
type=volume
|
||||||
|
|
||||||
|
[worldclock]
|
||||||
|
alignment=Right
|
||||||
|
autoRotate=true
|
||||||
|
customFormat="'<b>'SS:dd:ss'</b><br/><font size=\"-2\">'ggg, g AAA yyyy'<br/>'TT'</font>'"
|
||||||
|
dateFormatType=custom
|
||||||
|
dateLongNames=false
|
||||||
|
datePadDay=false
|
||||||
|
datePosition=below
|
||||||
|
dateShowDoW=false
|
||||||
|
dateShowYear=true
|
||||||
|
defaultTimeZone=Europe/Istanbul
|
||||||
|
formatType=custom-timeonly
|
||||||
|
showDate=true
|
||||||
|
showTimezone=false
|
||||||
|
timeAMPM=false
|
||||||
|
timePadHour=false
|
||||||
|
timeShowSeconds=true
|
||||||
|
timeZones\1\customName=
|
||||||
|
timeZones\1\timeZone=Europe/Istanbul
|
||||||
|
timeZones\size=1
|
||||||
|
timezoneFormatType=iana
|
||||||
|
timezonePosition=below
|
||||||
|
type=worldclock
|
||||||
|
useAdvancedManualFormat=false
|
||||||
@@ -0,0 +1,110 @@
|
|||||||
|
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>lxqt-panel</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>Desktop panel</Summary>
|
||||||
|
<Description>The LXQt desktop panel</Description>
|
||||||
|
<Archive sha1sum="68b8229ec792c1cbae3bfed5f4a12eb9b766fe14" type="tarxz">https://github.com/lxde/lxqt-panel/releases/download/0.12.0/lxqt-panel-0.12.0.tar.xz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>cmake</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>kguiaddons-devel</Dependency>
|
||||||
|
<Dependency>kwindowsystem-devel</Dependency>
|
||||||
|
<Dependency>libX11-devel</Dependency>
|
||||||
|
<Dependency>libXcomposite-devel</Dependency>
|
||||||
|
<Dependency>libXdamage-devel</Dependency>
|
||||||
|
<Dependency>libdbusmenu-qt-devel</Dependency>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
|
<Dependency versionFrom="0.12.0">liblxqt-devel</Dependency>
|
||||||
|
<Dependency>libqtxdg-devel</Dependency>
|
||||||
|
<Dependency>libxkbcommon-devel</Dependency>
|
||||||
|
<Dependency>lm_sensors-devel</Dependency>
|
||||||
|
<Dependency>lxqt-globalkeys-devel</Dependency>
|
||||||
|
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||||
|
<Dependency>alsa-lib-devel</Dependency>
|
||||||
|
<Dependency>qt5-linguist</Dependency>
|
||||||
|
<Dependency>solid-devel</Dependency>
|
||||||
|
<Dependency>menu-cache-devel</Dependency>
|
||||||
|
<Dependency versionFrom="0.3.3">libsysstat-devel</Dependency>
|
||||||
|
<Dependency>lxmenu-data</Dependency>
|
||||||
|
<Dependency>libstatgrab</Dependency>
|
||||||
|
<Dependency>libxcb-devel</Dependency>
|
||||||
|
<Dependency>xcb-util-devel</Dependency>
|
||||||
|
<Dependency>libXrender-devel</Dependency>
|
||||||
|
<Dependency>desktop-file-utils</Dependency>
|
||||||
|
<Dependency versionFrom="0.4.0">lxqt-build-tools</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
<Package>
|
||||||
|
<Name>lxqt-panel</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>solid</Dependency>
|
||||||
|
<Dependency>libX11</Dependency>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
|
<Dependency>libxcb</Dependency>
|
||||||
|
<Dependency>liblxqt</Dependency>
|
||||||
|
<Dependency>alsa-lib</Dependency>
|
||||||
|
<Dependency>libqtxdg</Dependency>
|
||||||
|
<Dependency>qt5-base</Dependency>
|
||||||
|
<Dependency>libXdamage</Dependency>
|
||||||
|
<Dependency>libXrender</Dependency>
|
||||||
|
<Dependency>libsysstat</Dependency>
|
||||||
|
<Dependency>lm_sensors</Dependency>
|
||||||
|
<Dependency>menu-cache</Dependency>
|
||||||
|
<Dependency>libstatgrab</Dependency>
|
||||||
|
<Dependency>libxkbcommon</Dependency>
|
||||||
|
<Dependency>kwindowsystem</Dependency>
|
||||||
|
<Dependency>libXcomposite</Dependency>
|
||||||
|
<Dependency>qt5-x11extras</Dependency>
|
||||||
|
<Dependency>libdbusmenu-qt</Dependency>
|
||||||
|
<Dependency>lxqt-globalkeys</Dependency>
|
||||||
|
<Dependency>pulseaudio-libs</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="config">/etc</Path>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
<Path fileType="localedata">/usr/share/locale</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
</Files>
|
||||||
|
<AdditionalFiles>
|
||||||
|
<AdditionalFile permission="0644" owner="root" target="/usr/share/desktop-directories/lxqt-settings.directory">lxqt-settings.directory</AdditionalFile>
|
||||||
|
<AdditionalFile permission="0644" owner="root" target="/usr/share/desktop-directories/lxqt-leave.directory">lxqt-leave.directory</AdditionalFile>
|
||||||
|
<AdditionalFile permission="0644" owner="root" target="/usr/share/applications/connection-editor.desktop">nm-connection-editor.desktop</AdditionalFile>
|
||||||
|
<!-- Customizations for Pisi -->
|
||||||
|
<AdditionalFile permission="0644" owner="root" target="/etc/lxqt/panel.conf">panel.conf</AdditionalFile>
|
||||||
|
</AdditionalFiles>
|
||||||
|
</Package>
|
||||||
|
<Package>
|
||||||
|
<Name>lxqt-panel-devel</Name>
|
||||||
|
<Summary>Development headers for lxqt-panel</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="current">lxqt-panel</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||||
|
</Files>
|
||||||
|
</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-panel</Name>
|
||||||
|
<Summary xml:lang="tr">LXQt masaüstü paneli.</Summary>
|
||||||
|
<Description xml:lang="tr">lxqt-panel, LXQt masaüstü panelidir.</Description>
|
||||||
|
</Source>
|
||||||
|
<Package>
|
||||||
|
<Name>lxqt-panel-devel</Name>
|
||||||
|
</Package>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user