diff --git a/desktop/lookandfeel/gtk-theme-Qogir/actions.py b/desktop/lookandfeel/gtk-theme-Qogir/actions.py
new file mode 100644
index 0000000000..573a0658bf
--- /dev/null
+++ b/desktop/lookandfeel/gtk-theme-Qogir/actions.py
@@ -0,0 +1,22 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+
+def install():
+ shelltools.cd("src")
+ pisitools.dodir ("/usr/share/themes/Qogir")
+
+ for subtheme in ["gtk-2.0", "gtk-3.0", "metacity-1", "xfwm4", "cinnamon", "gnome-shell", "plank"]:
+ pisitools.insinto ("/usr/share/themes/Qogir", subtheme)
+
+ shelltools.cd("..")
+ pisitools.dodoc ("AUTHORS", "COPYING")
+
+
diff --git a/desktop/lookandfeel/gtk-theme-Qogir/pspec.xml b/desktop/lookandfeel/gtk-theme-Qogir/pspec.xml
new file mode 100644
index 0000000000..4f92e50c4d
--- /dev/null
+++ b/desktop/lookandfeel/gtk-theme-Qogir/pspec.xml
@@ -0,0 +1,38 @@
+
+
+
+
+ gtk-theme-Qogir
+ https://github.com/vinceliuice/Qogir-theme/
+
+ Pisi Linux Community
+ admins@pisilinux.org
+
+ Qogir is a flat Design theme for GTK
+ Qogir is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Cinnamon Pantheon, XFCE, Mate, etc.
+ GPL-3.0
+ data
+ https://github.com/vinceliuice/Qogir-theme/archive/2018-11-12.tar.gz
+
+
+
+ gtk-theme-Qogir
+
+ gtk2-engines-murrine
+
+
+ /usr/share/themes/Qogir
+ /usr/share/doc
+
+
+
+
+
+ 2019-01-31
+ 2018.11.12
+ First Release.
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/desktop/lxqt/compton-conf/actions.py b/desktop/lxqt/compton-conf/actions.py
index 377fb186b0..232199b43f 100644
--- a/desktop/lxqt/compton-conf/actions.py
+++ b/desktop/lxqt/compton-conf/actions.py
@@ -14,7 +14,7 @@ def setup():
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DPULL_TRANSLATIONS=no", sourceDir="..")
+ -DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/compton-conf/pspec.xml b/desktop/lxqt/compton-conf/pspec.xml
index a216d6c56e..17b90646bc 100644
--- a/desktop/lxqt/compton-conf/pspec.xml
+++ b/desktop/lxqt/compton-conf/pspec.xml
@@ -11,7 +11,7 @@
app:gui
GUI configuration tool for compton X composite manager.
GUI configuration tool for compton X composite manager.
- https://github.com/lxqt/compton-conf/releases/download/0.4.0/compton-conf-0.4.0.tar.xz
+ https://github.com/lxqt/compton-conf/releases/download/0.14.0/compton-conf-0.14.0.tar.xz
qt5-base-devel
qt5-linguist
@@ -21,7 +21,7 @@
qt5-x11extras-devel
qt5-svg-devel
kwindowsystem-devel
- lxqt-build-tools
+ lxqt-build-tools
@@ -41,6 +41,13 @@
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.4.0
diff --git a/desktop/lxqt/libfm-qt/actions.py b/desktop/lxqt/libfm-qt/actions.py
index 1f955d41de..3120de2f9e 100644
--- a/desktop/lxqt/libfm-qt/actions.py
+++ b/desktop/lxqt/libfm-qt/actions.py
@@ -12,7 +12,7 @@ def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
- -DPULL_TRANSLATIONS=no \
+ -DPULL_TRANSLATIONS=yes \
-DCMAKE_INSTALL_LIBDIR=lib", sourceDir="..")
diff --git a/desktop/lxqt/libfm-qt/pspec.xml b/desktop/lxqt/libfm-qt/pspec.xml
index 83ee1d51e2..447a45c067 100644
--- a/desktop/lxqt/libfm-qt/pspec.xml
+++ b/desktop/lxqt/libfm-qt/pspec.xml
@@ -11,24 +11,22 @@
lxqt
Core library of PCManFM file manager
libfm is a Core library of PCManFM file manager
- https://github.com/lxqt/libfm-qt/releases/download/0.13.1/libfm-qt-0.13.1.tar.xz
+ https://github.com/lxqt/libfm-qt/releases/download/0.14.0/libfm-qt-0.14.0.tar.xz
cmake
- libfm-devel
qt5-base-devel
qt5-linguist
qt5-x11extras-devel
- lxqt-build-tools
+ lxqt-build-tools
menu-cache-devel
libexif-devel
- libfm-extra-devel
libfm-qt
glib2
- libfm
+
libgcc
libxcb
qt5-base
@@ -42,12 +40,14 @@
/usr/share/mime
/usr/share/libfm-qt
+
+ libfm
+
libfm-qt-devel
Development headers for libfm-qt
- libfm-devel
qt5-base-devel
qt5-x11extras-devel
libfm-qt
@@ -58,6 +58,13 @@
+
+ 2019-01-27
+ 0.14.0
+ version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.1
diff --git a/desktop/lxqt/libfm/actions.py b/desktop/lxqt/libfm/actions.py
deleted file mode 100644
index 6035bbee9c..0000000000
--- a/desktop/lxqt/libfm/actions.py
+++ /dev/null
@@ -1,36 +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 shelltools
-from pisi.actionsapi import get
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import autotools
-
-def setup():
- shelltools.system("./autogen.sh")
- autotools.configure("--prefix=/usr \
- --sysconfdir=/etc \
- --enable-udisks \
- --disable-static \
- --with-gtk=3 \
- --with-gnu-ld")
-
- pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
-
-def build():
- autotools.make()
-
-def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.remove("/usr/include/libfm")
- pisitools.dodir("/usr/include/libfm")
- pisitools.domove("/usr/include/libfm-1.0/*.*", "/usr/include/libfm")
- pisitools.removeDir("/usr/include/libfm-1.0")
- pisitools.remove("/usr/include/libfm/fm-version.h")
- pisitools.remove("/usr/include/libfm/fm-extra.h")
- pisitools.remove("/usr/include/libfm/fm-xml-file.h")
- pisitools.remove("/usr/lib/libfm-extra*")
- pisitools.remove("/usr/lib/pkgconfig/libfm-extra.pc")
- pisitools.dodoc("AUTHORS", "COPYING")
diff --git a/desktop/lxqt/libfm/pspec.xml b/desktop/lxqt/libfm/pspec.xml
deleted file mode 100644
index d91420ef3a..0000000000
--- a/desktop/lxqt/libfm/pspec.xml
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
- libfm
- http://www.lxde.org
-
- Ayhan Yalçınsoy
- ayhanyalcinsoy@pisilinux.org
-
- GPL2
- lxqt
- library
- Core library of PCManFM file manager
- libfm is a Core library of PCManFM file manager
- https://github.com/lxde/libfm/archive/1.3.1.tar.gz
-
- atk-devel
- dbus-glib-devel
- desktop-file-utils
- gettext-devel
- gst-plugins-base-devel
- gtk-doc
- gtk3-devel
- intltool
- libexif-devel
- libxslt-devel
- udisks2-devel
- vala-devel
- menu-cache-devel
-
-
-
- libfm
- Development files for PCManFM
-
- atk
- cairo
- dbus-glib
- gdk-pixbuf
- glib2
- gtk3
- libexif
- libfm-extra
- menu-cache
- pango
-
-
- /etc
- /usr/bin
- /usr/lib/libfm-gtk.so*
- /usr/lib/libfm.so*
- /usr/lib/libfm/modules
- /usr/lib/libfm-gtk*
- /usr/share/applications
- /usr/share/doc
- /usr/share/libfm
- /usr/share/locale
- /usr/share/man
- /usr/share/mime
-
-
-
- libfm-devel
- Development headers for libfm
-
- glib2-devel
- gtk3-devel
- libfm
-
-
- /usr/include/libfm
- /usr/lib/pkgconfig/libfm-gtk*
- /usr/lib/pkgconfig/libfm.pc
-
-
-
-
- 2019-01-02
- 1.3.1
- version bump
- Ayhan Yalçınsoy
- ayhanyalcinsoy@pisilinux.org
-
-
- 2018-11-28
- 1.3.0.2
- version bump
- Ayhan Yalçınsoy
- ayhanyalcinsoy@pisilinux.org
-
-
- 2018-08-31
- 1.2.5
- Rebuild New T.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2018-04-23
- 1.2.5
- First release.
- Ayhan Yalçınsoy
- ayhanyalcinsoy@pisilinux.org
-
-
-
diff --git a/desktop/lxqt/libfm/translations.xml b/desktop/lxqt/libfm/translations.xml
deleted file mode 100644
index d06306182f..0000000000
--- a/desktop/lxqt/libfm/translations.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
- libfm-qt
- LXDE dosya yönetimi kitaplıkları
- libfm-qt, LXDE için dosya yönetim kitaplıklarını içerir.
-
-
-
-
- llibfm-qt-devel
- LXDE dosya yönetimi kitaplıkları
- libfm-qt, LXDE için dosya yönetim kitaplıklarını içerir.
-
-
\ No newline at end of file
diff --git a/desktop/lxqt/liblxqt/actions.py b/desktop/lxqt/liblxqt/actions.py
index 288037368c..c80fdc056b 100644
--- a/desktop/lxqt/liblxqt/actions.py
+++ b/desktop/lxqt/liblxqt/actions.py
@@ -14,7 +14,7 @@ def setup():
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=lib \
- -DPULL_TRANSLATIONS=no", sourceDir="..")
+ -DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
cmaketools.make()
diff --git a/desktop/lxqt/liblxqt/pspec.xml b/desktop/lxqt/liblxqt/pspec.xml
index 2671047f6a..7cc64adf7f 100644
--- a/desktop/lxqt/liblxqt/pspec.xml
+++ b/desktop/lxqt/liblxqt/pspec.xml
@@ -11,7 +11,7 @@
lxqt
Common base library for LXQt components.
Core utility library for all LXDE-Qt components
- https://github.com/lxqt/liblxqt/releases/download/0.13.0/liblxqt-0.13.0.tar.xz
+ https://github.com/lxqt/liblxqt/releases/download/0.14.0/liblxqt-0.14.0.tar.xz
cmake
glibc-devel
@@ -26,7 +26,7 @@
qt5-qdbusviewer
qt5-x11extras-devel
libXScrnSaver-devel
- lxqt-build-tools
+ lxqt-build-tools
@@ -61,6 +61,13 @@
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/libqtxdg/pspec.xml b/desktop/lxqt/libqtxdg/pspec.xml
index be7908a74e..c00120048f 100644
--- a/desktop/lxqt/libqtxdg/pspec.xml
+++ b/desktop/lxqt/libqtxdg/pspec.xml
@@ -13,7 +13,7 @@
Library providing freedesktop.org specs implementations for Qt.
Library providing freedesktop.org specs implementations for Qt.
lxqt-sudo
- https://github.com/lxqt/libqtxdg/releases/download/3.2.0/libqtxdg-3.2.0.tar.xz
+ https://github.com/lxqt/libqtxdg/releases/download/3.3.0/libqtxdg-3.3.0.tar.xz
libgcc
cmake
@@ -50,6 +50,13 @@
+
+ 2019-01-27
+ 3.3.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
3.2.0
diff --git a/desktop/lxqt/libsysstat/actions.py b/desktop/lxqt/libsysstat/actions.py
index 2ab6145004..dc686dc8ba 100644
--- a/desktop/lxqt/libsysstat/actions.py
+++ b/desktop/lxqt/libsysstat/actions.py
@@ -14,7 +14,7 @@ def setup():
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib\
- --DPULL_TRANSLATIONS=no", sourceDir="..")
+ --DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/libsysstat/pspec.xml b/desktop/lxqt/libsysstat/pspec.xml
index 3cf60fcc58..713e87cefc 100644
--- a/desktop/lxqt/libsysstat/pspec.xml
+++ b/desktop/lxqt/libsysstat/pspec.xml
@@ -12,13 +12,13 @@
lxqt
Library used to query system info and statistics
Library to query system statistics (net, resource usage, ...)
- https://github.com/lxqt/libsysstat/releases/download/0.4.1/libsysstat-0.4.1.tar.xz
+ https://github.com/lxqt/libsysstat/releases/download/0.4.2/libsysstat-0.4.2.tar.xz
cmake
libgcc
qt5-base-devel
qt5-linguist
- lxqt-build-tools
+ lxqt-build-tools
@@ -46,6 +46,13 @@
+
+ 2019-01-27
+ 0.4.2
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.4.1
diff --git a/desktop/lxqt/lximage-qt/actions.py b/desktop/lxqt/lximage-qt/actions.py
index b5d66eb23f..67ea1fdb09 100644
--- a/desktop/lxqt/lximage-qt/actions.py
+++ b/desktop/lxqt/lximage-qt/actions.py
@@ -15,7 +15,7 @@ def setup():
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DPULL_TRANSLATIONS=no", sourceDir="..")
+ -DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/lximage-qt/files/desktop.patch b/desktop/lxqt/lximage-qt/files/desktop.patch
deleted file mode 100755
index efb79ff8b8..0000000000
--- a/desktop/lxqt/lximage-qt/files/desktop.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- lximage-qt.desktope.in 2015-02-18 02:27:45.000000000 +0200
-+++ data/lximage-qt.desktop.in 2015-04-14 00:23:04.235455873 +0300
-@@ -1,11 +1,13 @@
- [Desktop Entry]
- Type=Application
- Name=LXImage
-+Name[tr]=LXImage Resim Görüntüleyici
- GenericName=Image Viewer
- Comment=The LXQt image viewer
-+Comment[tr]=LXQt resim görüntüleyici
- Icon=lximage-qt
- Exec=lximage-qt
- StartupNotify=true
- Terminal=false
--Categories=Graphics;Utility;Core;Qt;Viewer;RasterGraphics;2DGraphics;Photography;
-+Categories=Graphics;Qt;
- MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png;image/tiff;image/x-bmp;image/x-pcx;image/x-tga;image/x-portable-pixmap;image/x-portable-bitmap;image/x-targa;image/x-portable-greymap;application/pcx;image/svg+xml;image/svg-xml;
diff --git a/desktop/lxqt/lximage-qt/files/lximage-qt-screenshot.desktop b/desktop/lxqt/lximage-qt/files/lximage-qt-screenshot.desktop
new file mode 100644
index 0000000000..0d57b24353
--- /dev/null
+++ b/desktop/lxqt/lximage-qt/files/lximage-qt-screenshot.desktop
@@ -0,0 +1,53 @@
+[Desktop Entry]
+Type=Application
+Name=Screenshot
+GenericName=Screenshot
+Comment=Take a screenshot
+Exec=lximage-qt --screenshot
+Icon=camera-photo
+Categories=Graphics;Core;Qt;
+StartupNotify=true
+Name[ca]=Captura de pantalla
+GenericName[ca]=Captura de pantalla
+Comment[ca]=Preneu una captura de pantalla
+Name[cs]=Snímek obrazovky
+GenericName[cs]=Snímek obrazovky
+Comment[cs]=Pořízení snímku obrazovky
+Name[da]=Skærmbillede
+GenericName[da]=Skærmbillede
+Comment[da]=Tag et skærmbillede
+Name[de]=Bildschirmfoto
+GenericName[de]=Bildschirmfoto
+Comment[de]=Erstelle ein Bildschirmfoto
+Name[el]=Στιγμιότυπο οθόνης
+GenericName[el]=Στιγμιότυπο οθόνης
+Comment[el]=Λήψη ενός στιγμιότυπου της οθόνης
+Name[es]=Captura de pantalla
+GenericName[es]=Captura de pantalla
+Comment[es]=Toma capturas de la pantalla
+Name[fr]=Copie d'écran
+GenericName[fr]=Copie d'écran
+Comment[fr]=Faire une copie d'écran
+Name[hu]=LXQt képernyőfotó
+GenericName[hu]=Képrnyőfénykép
+Comment[hu]=Képernyőkép készítés
+Name[it]=Cattura schermata
+GenericName[it]=Cattura una schermata
+Comment[it]=Catturare una schermata
+Name[lt]=Ekrano kopija
+GenericName[lt]=Ekrano kopija
+Comment[lt]=Padaryti ekrano kopiją
+Name[pl]=Zrzut ekranu
+GenericName[pl]=Zrzut ekranu
+Comment[pl]=Wykonaj zrzut ekranu
+Name[pt]=Captura de ecrã
+GenericName[pt]=Captura de ecrã
+Comment[pt]=Obter uma captura de ecrã
+Name[pt_BR]=Captura de tela
+GenericName[pt_BR]=Captura tela
+Comment[pt_BR]=Obter uma captura de tela
+Name[ru]=Снимок экрана
+GenericName[ru]=Снимок экрана
+Comment[ru]=Сделать снимок экрана
+Name[tr]=Ekran Görüntüsü Al
+GenericName[tr]=Ekran Görüntüsü Al
diff --git a/desktop/lxqt/lximage-qt/files/lximage-qt.desktop b/desktop/lxqt/lximage-qt/files/lximage-qt.desktop
new file mode 100644
index 0000000000..c4ef04ba95
--- /dev/null
+++ b/desktop/lxqt/lximage-qt/files/lximage-qt.desktop
@@ -0,0 +1,46 @@
+[Desktop Entry]
+Type=Application
+Name=LXImage
+GenericName=Image Viewer
+Comment=The LXQt image viewer
+Icon=lximage-qt
+Exec=lximage-qt %F
+StartupNotify=true
+Terminal=false
+Categories=Graphics;Viewer;RasterGraphics;2DGraphics;Photography;
+MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png;image/tiff;image/x-bmp;image/x-pcx;image/x-tga;image/x-portable-pixmap;image/x-portable-bitmap;image/x-targa;image/x-portable-greymap;application/pcx;image/svg+xml;image/svg-xml;
+Name[ca]=LXImage
+GenericName[ca]=Visualitzador d'imatges
+Comment[ca]=El visualitzador d'imatges de LXQt
+Name[da]=LXImage
+GenericName[da]=Billedfremviser
+Comment[da]=LXQt-billedfremviseren
+GenericName[de]=Bildbetrachter
+Comment[de]=Der LXQt-Bildbetrachter
+Name[el]=LXImage
+GenericName[el]=Προβολέας εικόνων
+Comment[el]=Ο προβολέας εικόνων του LXQt
+Name[es]=LXImage
+GenericName[es]=Visor de imágenes
+Comment[es]=El visor de imágenes de LXQt
+Name[fr]=LXImage
+GenericName[fr]=Visionneuse d'images
+Comment[fr]=Visionneuse d'images de LXQt
+Name[hu]=LXQt képnéző
+GenericName[hu]=Képmegjelenítő
+Comment[hu]=Az LXQt képnézegetője
+Name[it]=Visualizzatore immagini
+Comment[it]=Il visualizzatore immagini di LXQt
+Name[lt]=LXImage
+GenericName[lt]=Paveikslų žiūryklė
+Comment[lt]=LXQt paveikslų žiūryklė
+GenericName[pl]=Przeglądarka obrazów
+Comment[pl]=Przeglądarka obrazów LXQt
+Name[pt]=LXImage-Qt
+GenericName[pt]=Visualizador de imagens
+Comment[pt]=O visualizador de imagens do LXQt
+Name[ru]=LXImage
+GenericName[ru]=Просмотрщик изображений
+Comment[ru]=Просмотрщик изображений LXQt
+Name[tr]=LXImage Resim Gürüntüleyici
+GenericName[tr]=Resim Görüntüleyici
diff --git a/desktop/lxqt/lximage-qt/files/lximage-qt_tr.qm b/desktop/lxqt/lximage-qt/files/lximage-qt_tr.qm
deleted file mode 100755
index 6fbc666cfa..0000000000
Binary files a/desktop/lxqt/lximage-qt/files/lximage-qt_tr.qm and /dev/null differ
diff --git a/desktop/lxqt/lximage-qt/pspec.xml b/desktop/lxqt/lximage-qt/pspec.xml
index aa26b5f1e7..f1a5266a11 100644
--- a/desktop/lxqt/lximage-qt/pspec.xml
+++ b/desktop/lxqt/lximage-qt/pspec.xml
@@ -12,7 +12,7 @@
lxqt
Image viewer and screenshot tool.
Image viewer and screenshot tool.
- https://github.com/lxqt/lximage-qt/releases/download/0.7.0/lximage-qt-0.7.0.tar.xz
+ https://github.com/lxqt/lximage-qt/releases/download/0.14.0/lximage-qt-0.14.0.tar.xz
glib2-devel
cmake
@@ -21,15 +21,13 @@
binutils
qt5-x11extras-devel
qt5-linguist
- libfm-extra-devel
libexif-devel
libX11-devel
- libfm-qt-devel
+ libfm-qt-devel
qt5-qdbusviewer
menu-cache-devel
- lxqt-config
kwindowsystem-devel
- lxqt-build-tools
+ lxqt-build-tools
@@ -41,20 +39,29 @@
glib2
- libfm
libX11
libgcc
libexif
qt5-svg
libfm-qt
- libfm-extra
qt5-base
libXfixes
qt5-x11extras
+
+ lximage-qt-screenshot.desktop
+ lximage-qt.desktop
+
+
+ 2019-01-27
+ 0.14.0
+ version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.7.0
diff --git a/desktop/lxqt/lxqt-about/actions.py b/desktop/lxqt/lxqt-about/actions.py
index ff259d2d2c..b1ebfdcc80 100644
--- a/desktop/lxqt/lxqt-about/actions.py
+++ b/desktop/lxqt/lxqt-about/actions.py
@@ -12,7 +12,7 @@ def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
- -DPULL_TRANSLATIONS=no", sourceDir="..")
+ -DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/lxqt-about/files/lxqt-about.desktop b/desktop/lxqt/lxqt-about/files/lxqt-about.desktop
new file mode 100644
index 0000000000..9c9326c37b
--- /dev/null
+++ b/desktop/lxqt/lxqt-about/files/lxqt-about.desktop
@@ -0,0 +1,60 @@
+[Desktop Entry]
+Type=Application
+Name=About LXQt
+GenericName=About LXQt
+Comment=Learn more about LXQt
+Exec=lxqt-about
+Icon=help-about
+Categories=System;Documentation;
+OnlyShowIn=LXQt;
+
+Name[ar]=عن لكسكيوت
+GenericName[ar]=عن لكسكيوت
+Comment[ar]=اطّلع على المزيد حول لكسكيوت
+Name[ca]=Quant a LXQt
+GenericName[ca]=Quant a LXQt
+Comment[ca]=Conegueu més coses quant a LXQt
+Name[cs]=O LXQt
+GenericName[cs]=O LXQt
+Comment[cs]=Více o LXQt
+Name[da]=Om LXQt
+GenericName[da]=Om LXQt
+Comment[da]=Lær mere om LXQt
+Name[de]=Über LXQt
+GenericName[de]=Über LXQt
+Comment[de]=Mehr über LXQt erfahren
+Name[el]=Σχετικά με το LXQt
+GenericName[el]=Σχετικά με το LXQt
+Comment[el]=Μάθετε περισσότερα σχετικά με το LXQt
+Name[es]=Acerca de LXQt
+GenericName[es]=Acerca de LXQt
+Comment[es]=Saber más acerca LXQt
+GenericName[fr]=À propos de LXQt
+Name[fr]=À propos de LXQt
+Name[hu]=Az LXQt
+GenericName[hu]=Az LXQt -ról
+Comment[hu]=Bővebben az LXQt asztalról
+GenericName[ja]=LXQtについて
+Name[ja]=LXQtについて
+GenericName[lt]=Apie LXQt
+Name[lt]=Apie LXQt
+Comment[lt]=Sužinokite daugiau apie LXQt
+Name[nl]=Over LXQt
+GenericName[nl]=Over LXQt
+Comment[nl]=Meer over LXQt te weten komen
+GenericName[pl]=Informacje o LXQt
+Name[pl]=O LXQt
+Comment[pl]=Dowiedz się więcej o środowisku LXQt
+Name[pt]=Sobre o LXQt
+GenericName[pt]=Sobre o LXQt
+Comment[pt]=Saber mais sobre o LXQt
+GenericName[ru]=Узнать больше об LXQt
+Name[ru]=Об LXQt
+Name[tr]=LXQt Hakkında
+GenericName[tr]=LXQt Hakkında
+Name[zh_CN]=关于 LXQt
+GenericName[zh_CN]=关于 LXQt
+Comment[zh_CN]=进一步了解 LXQt。
+Name[zh_TW]=關於 LXQt
+GenericName[zh_TW]=關於 LXQt
+Comment[zh_TW]=進一步了解 LXQt。
diff --git a/desktop/lxqt/lxqt-about/pspec.xml b/desktop/lxqt/lxqt-about/pspec.xml
index e179bc0a08..758e4fb23d 100644
--- a/desktop/lxqt/lxqt-about/pspec.xml
+++ b/desktop/lxqt/lxqt-about/pspec.xml
@@ -11,15 +11,15 @@
app:gui
LXQt about dialog.
About dialog of LXDE-Qt
- https://github.com/lxqt/lxqt-about/releases/download/0.13.0/lxqt-about-0.13.0.tar.xz
+ https://github.com/lxqt/lxqt-about/releases/download/0.14.0/lxqt-about-0.14.0.tar.xz
cmake
kwindowsystem-devel
libgcc
- liblxqt-devel
+ liblxqt-devel
qt5-linguist
libqtxdg-devel
- lxqt-build-tools
+ lxqt-build-tools
@@ -36,8 +36,19 @@
libqtxdg
qt5-base
+
+ lxqt-about.desktop
+
+
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/lxqt-admin/actions.py b/desktop/lxqt/lxqt-admin/actions.py
index 735a64b54c..9c1d78a4ce 100644
--- a/desktop/lxqt/lxqt-admin/actions.py
+++ b/desktop/lxqt/lxqt-admin/actions.py
@@ -14,7 +14,7 @@ def setup():
shelltools.cd("build")
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DPULL_TRANSLATIONS=no \
+ -DPULL_TRANSLATIONS=yes \
-DCMAKE_INSTALL_LIBDIR=/usr/lib", sourceDir="..")
def build():
diff --git a/desktop/lxqt/lxqt-admin/files/lxqt-admin-time.desktop b/desktop/lxqt/lxqt-admin/files/lxqt-admin-time.desktop
index 54603b3b40..2423868cac 100755
--- a/desktop/lxqt/lxqt-admin/files/lxqt-admin-time.desktop
+++ b/desktop/lxqt/lxqt-admin/files/lxqt-admin-time.desktop
@@ -5,7 +5,7 @@ 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;
+Categories=LXQt;Settings;DesktopSettings;Qt;
OnlyShowIn=LXQt;
Name[ar]=التّاريخ والوقت
diff --git a/desktop/lxqt/lxqt-admin/files/lxqt-admin-user.desktop b/desktop/lxqt/lxqt-admin/files/lxqt-admin-user.desktop
index 2ce3e671f3..ca689a3af4 100755
--- a/desktop/lxqt/lxqt-admin/files/lxqt-admin-user.desktop
+++ b/desktop/lxqt/lxqt-admin/files/lxqt-admin-user.desktop
@@ -5,7 +5,7 @@ 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;
+Categories=LXQt;Settings;DesktopSettings;Qt;
OnlyShowIn=LXQt;
Name[ar]=المستخدمون والمجموعات
diff --git a/desktop/lxqt/lxqt-admin/pspec.xml b/desktop/lxqt/lxqt-admin/pspec.xml
index fd6d6caad4..fd089f957f 100644
--- a/desktop/lxqt/lxqt-admin/pspec.xml
+++ b/desktop/lxqt/lxqt-admin/pspec.xml
@@ -11,17 +11,17 @@
lxqt
LXQt system administration tool
LXQt system administration tool
- https://github.com/lxqt/lxqt-admin/releases/download/0.13.0/lxqt-admin-0.13.0.tar.xz
+ https://github.com/lxqt/lxqt-admin/releases/download/0.14.0/lxqt-admin-0.14.0.tar.xz
cmake
glib2-devel
polkit-qt-devel
kwindowsystem-devel
libgcc
- liblxqt-devel
+ liblxqt-devel
qt5-base-devel
qt5-linguist
- lxqt-build-tools
+ lxqt-build-tools
@@ -35,13 +35,19 @@
lxqt-admin-time.desktop
- glib2
libgcc
liblxqt
qt5-base
+
+ 2019-01-27
+ 0.14.0
+ version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/lxqt-appearance/actions.py b/desktop/lxqt/lxqt-appearance/actions.py
deleted file mode 100644
index 7837596cda..0000000000
--- a/desktop/lxqt/lxqt-appearance/actions.py
+++ /dev/null
@@ -1,26 +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 shelltools
-from pisi.actionsapi import get
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import autotools
-
-def setup():
- pisitools.dosed("data/lxappearance.desktop", "GTK;Settings;DesktopSettings;X-LXDE-Settings;", "Settings;DesktopSettings;Qt;LXQt;")
- pisitools.dosed("data/lxappearance.desktop", "Görünümü Özelleştir", "GTK tema ayarları")
- autotools.configure("--prefix=/usr \
- --sysconfdir=/etc \
- --disable-static \
- --enable-dbus \
- --enable-gtk3")
-
-def build():
- autotools.make()
-
-def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("AUTHORS", "COPYING")
diff --git a/desktop/lxqt/lxqt-appearance/pspec.xml b/desktop/lxqt/lxqt-appearance/pspec.xml
deleted file mode 100644
index ffa4818b1b..0000000000
--- a/desktop/lxqt/lxqt-appearance/pspec.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
- lxqt-appearance
- http://lxde.org
-
- Ayhan Yalçınsoy
- ayhanyalcinsoy@pisilinux.org
-
- GPL2
- lxqt
- app
- Feature-rich GTK+ theme switcher of the LXQT Desktop
- Feature-rich GTK+ theme switcher of the LXQT Desktop
- http://downloads.sourceforge.net/lxde/lxappearance-0.6.3.tar.xz
-
- gtk3-devel
- dbus-glib-devel
- intltool
-
-
-
- lxqt-appearance
-
- dbus
- gtk3
- glib2
- libX11
- gdk-pixbuf
-
-
- /usr/bin
- /usr/share
- /usr/lib
-
-
-
-
- lxqt-appearance-devel
- Development files for lxqt-appearance
-
- lxqt-appearance
- gtk3-devel
- glib2-devel
-
-
-
- /usr/lib/pkgconfig
- /usr/include
-
-
-
-
-
- 2018-11-28
- 0.6.3
- Rebuild
- Ayhan Yalçınsoy
- ayhanyalcinsoy@pisilinux.org
-
-
- 2018-08-31
- 0.6.3
- Rebuild New T.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2018-04-23
- 0.6.3
- First release
- Ayhan Yalçınsoy
- ayhanyalcinsoy@pisilinux.org
-
-
-
diff --git a/desktop/lxqt/lxqt-appearance/translations.xml b/desktop/lxqt/lxqt-appearance/translations.xml
deleted file mode 100644
index e3ad648762..0000000000
--- a/desktop/lxqt/lxqt-appearance/translations.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- lxqt-appearance
- LXQT için gtk3 tema yapılandırıcı
- LXQT için gtk3 tema yapılandırıcı
-
-
diff --git a/desktop/lxqt/lxqt-build-tools/actions.py b/desktop/lxqt/lxqt-build-tools/actions.py
index dd0493713d..de07a7e00f 100644
--- a/desktop/lxqt/lxqt-build-tools/actions.py
+++ b/desktop/lxqt/lxqt-build-tools/actions.py
@@ -12,7 +12,7 @@ def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
- -DPULL_TRANSLATIONS=no", sourceDir="..")
+ -DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/lxqt-build-tools/pspec.xml b/desktop/lxqt/lxqt-build-tools/pspec.xml
index 7948aeaa26..2f759cae80 100755
--- a/desktop/lxqt/lxqt-build-tools/pspec.xml
+++ b/desktop/lxqt/lxqt-build-tools/pspec.xml
@@ -11,7 +11,7 @@
app:gui
Various packaging tools and scripts for LXQt applications.
Various packaging tools and scripts for LXQt applications
- https://github.com/lxqt/lxqt-build-tools/releases/download/0.5.0/lxqt-build-tools-0.5.0.tar.xz
+ https://github.com/lxqt/lxqt-build-tools/releases/download/0.6.0/lxqt-build-tools-0.6.0.tar.xz
cmake
qt5-base-devel
@@ -22,12 +22,20 @@
lxqt-build-tools
+ /usr/bin
/usr/share/cmake
/usr/share/doc
+
+ 2019-01-27
+ 0.6.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.5.0
diff --git a/desktop/lxqt/lxqt-config/actions.py b/desktop/lxqt/lxqt-config/actions.py
index 70377244b1..b7a210c904 100644
--- a/desktop/lxqt/lxqt-config/actions.py
+++ b/desktop/lxqt/lxqt-config/actions.py
@@ -13,7 +13,7 @@ def setup():
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
- -DPULL_TRANSLATIONS=no \
+ -DPULL_TRANSLATIONS=yes \
-DCMAKE_INSTALL_LIBDIR=lib", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/lxqt-config/pspec.xml b/desktop/lxqt/lxqt-config/pspec.xml
index 3a3dd17552..1c8eadd4b3 100644
--- a/desktop/lxqt/lxqt-config/pspec.xml
+++ b/desktop/lxqt/lxqt-config/pspec.xml
@@ -11,7 +11,7 @@
lxqt
Common base library for LXQt components.
Core utility library for all LXDE-Qt components
- https://github.com/lxqt/lxqt-config/releases/download/0.13.0/lxqt-config-0.13.0.tar.xz
+ https://github.com/lxqt/lxqt-config/releases/download/0.14.0/lxqt-config-0.14.0.tar.xz
cmake
zlib-devel
@@ -20,7 +20,7 @@
libX11-devel
libgcc
libqtxdg-devel
- liblxqt-devel
+ liblxqt-devel
pkgconfig
qt5-base-devel
qt5-linguist
@@ -29,7 +29,8 @@
qt5-svg-devel
libXcursor-devel
libkscreen-devel
- lxqt-build-tools
+ xorg-input-libinput-devel
+ lxqt-build-tools
@@ -48,6 +49,8 @@
libXcursor
libkscreen
qt5-x11extras
+ eudev
+ libXi
/usr/bin
@@ -66,6 +69,13 @@
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/lxqt-globalkeys/actions.py b/desktop/lxqt/lxqt-globalkeys/actions.py
index b9b84d8418..115c876248 100644
--- a/desktop/lxqt/lxqt-globalkeys/actions.py
+++ b/desktop/lxqt/lxqt-globalkeys/actions.py
@@ -15,7 +15,7 @@ def setup():
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib\
- -DPULL_TRANSLATIONS=no \
+ -DPULL_TRANSLATIONS=yes \
-DUSE_QT5=ON", sourceDir="..")
def build():
diff --git a/desktop/lxqt/lxqt-globalkeys/pspec.xml b/desktop/lxqt/lxqt-globalkeys/pspec.xml
index e1282075ad..5ad6d80d9b 100644
--- a/desktop/lxqt/lxqt-globalkeys/pspec.xml
+++ b/desktop/lxqt/lxqt-globalkeys/pspec.xml
@@ -11,17 +11,17 @@
lxqt
Daemon used to register global keyboard shortcuts
LXQt daemon and library for global keyboard shortcuts registration.
- https://github.com/lxqt/lxqt-globalkeys/releases/download/0.13.0/lxqt-globalkeys-0.13.0.tar.xz
+ https://github.com/lxqt/lxqt-globalkeys/releases/download/0.14.0/lxqt-globalkeys-0.14.0.tar.xz
cmake
kwindowsystem-devel
libX11-devel
libgcc
- liblxqt-devel
+ liblxqt-devel
libqtxdg-devel
qt5-base-devel
qt5-linguist
- lxqt-build-tools
+ lxqt-build-tools
@@ -49,9 +49,6 @@
/usr/include
/usr/lib/pkgconfig
-
- lxqt-config-globalkeyshortcuts.desktop
-
Development headers for lxqt-globalkeys
lxqt-globalkeys
@@ -59,6 +56,13 @@
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/lxqt-l10n/actions.py b/desktop/lxqt/lxqt-l10n/actions.py
deleted file mode 100644
index 46e32ef623..0000000000
--- a/desktop/lxqt/lxqt-l10n/actions.py
+++ /dev/null
@@ -1,25 +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_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release", 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")
diff --git a/desktop/lxqt/lxqt-l10n/pspec.xml b/desktop/lxqt/lxqt-l10n/pspec.xml
deleted file mode 100644
index bf0867a23f..0000000000
--- a/desktop/lxqt/lxqt-l10n/pspec.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
- lxqt-l10n
- http://www.lxde.org
-
- Ayhan Yalçınsoy
- ayhanyalcinsoy@pisilinux.org
-
- GPL2
- app:gui
- lxqt
- The lxqt-l10n package provides translations for all components of the LXQt desktop.
- The lxqt-l10n package provides translations for all components of the LXQt desktop.
- https://github.com/lxqt/lxqt-l10n/releases/download/0.13.0/lxqt-l10n-0.13.0.tar.xz
-
- cmake
- liblxqt-devel
- qt5-linguist
- qt5-base-devel
- kwindowsystem-devel
- lxqt-build-tools
-
-
-
- lxqt-l10n
-
- /usr/share/lxqt
- /usr/share/obconf-qt
- /usr/share/pcmanfm-qt
- /usr/share/qterminal
- /usr/share/lximage-qt
- /usr/share/compton-conf
- /usr/share/libfm-qt
- /usr/share/pavucontrol-qt
- /usr/share/qtermwidget
- /usr/share/doc
-
-
-
-
-
- 2019-01-02
- 0.13.0
- Rebuild for qt
- Ayhan Yalçınsoy
- ayhanyalcinsoy@pisilinux.org
-
-
- 2018-11-28
- 0.13.0
- Rebuild
- Ayhan Yalçınsoy
- ayhanyalcinsoy@pisilinux.org
-
-
- 2018-08-31
- 0.13.0
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2018-04-23
- 0.12.0
- First release
- Ayhan Yalçınsoy
- ayhanyalcinsoy@pisilinux.org
-
-
-
diff --git a/desktop/lxqt/lxqt-l10n/translations.xml b/desktop/lxqt/lxqt-l10n/translations.xml
deleted file mode 100644
index eb57a2cb9d..0000000000
--- a/desktop/lxqt/lxqt-l10n/translations.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- lxqt-about
- LXQt hakkında bilgi.
- LXDE-Qt hakkında bilgi içerir.
-
-
diff --git a/desktop/lxqt/lxqt-notificationd/actions.py b/desktop/lxqt/lxqt-notificationd/actions.py
index 2fd783587b..f3af73c174 100644
--- a/desktop/lxqt/lxqt-notificationd/actions.py
+++ b/desktop/lxqt/lxqt-notificationd/actions.py
@@ -13,7 +13,7 @@ def setup():
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib\
- -DPULL_TRANSLATIONS=no", sourceDir="..")
+ -DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/lxqt-notificationd/files/lxqt-config-notificationd.desktop b/desktop/lxqt/lxqt-notificationd/files/lxqt-config-notificationd.desktop
index f03e3bc354..7ef3528ecd 100755
--- a/desktop/lxqt/lxqt-notificationd/files/lxqt-config-notificationd.desktop
+++ b/desktop/lxqt/lxqt-notificationd/files/lxqt-config-notificationd.desktop
@@ -93,7 +93,7 @@ Name[th_TH]=การตั้งค่าการเตือนต่าง
Comment[th_TH]=ตั้งค่าการเตือนต่างๆ ของ freedesktop ในเดสก์ท็อป LXQt
GenericName[tr]=Not Defteri
Name[tr]=Masaüstü Bildirimleri
-Comment[tr]=LXQt masaüstünde freedesktop bildirimlerini ayarla
+Comment[tr]=LXQt masaüstü bildirimlerini ayarla
GenericName[uk]=Налаштування Freedesktop сповіщень LXQt
Name[uk]=Налаштування Freedesktop сповіщень LXQt
Comment[uk]=Налаштувати Freedesktop сповіщення в стільниці LXQt
diff --git a/desktop/lxqt/lxqt-notificationd/pspec.xml b/desktop/lxqt/lxqt-notificationd/pspec.xml
index 7998ecd12d..7fe93b34b7 100644
--- a/desktop/lxqt/lxqt-notificationd/pspec.xml
+++ b/desktop/lxqt/lxqt-notificationd/pspec.xml
@@ -11,16 +11,16 @@
lxqt
LXQt notification daemon and library.
Notification daemon
- https://github.com/lxqt/lxqt-notificationd/releases/download/0.13.0/lxqt-notificationd-0.13.0.tar.xz
+ https://github.com/lxqt/lxqt-notificationd/releases/download/0.14.0/lxqt-notificationd-0.14.0.tar.xz
cmake
kwindowsystem-devel
libgcc
- liblxqt-devel
+ liblxqt-devel
libqtxdg-devel
qt5-base-devel
qt5-linguist
- lxqt-build-tools
+ lxqt-build-tools
@@ -36,12 +36,20 @@
/usr/bin
/usr/share/
/etc/autostart
-
+
lxqt-config-notificationd.desktop
+
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/lxqt-openssh-askpass/actions.py b/desktop/lxqt/lxqt-openssh-askpass/actions.py
index b699840b80..57dbfa739a 100644
--- a/desktop/lxqt/lxqt-openssh-askpass/actions.py
+++ b/desktop/lxqt/lxqt-openssh-askpass/actions.py
@@ -15,7 +15,7 @@ def setup():
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib\
- -DPULL_TRANSLATIONS=no", sourceDir="..")
+ -DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/lxqt-openssh-askpass/pspec.xml b/desktop/lxqt/lxqt-openssh-askpass/pspec.xml
index 33e6eeae3b..0c2e40ff3b 100644
--- a/desktop/lxqt/lxqt-openssh-askpass/pspec.xml
+++ b/desktop/lxqt/lxqt-openssh-askpass/pspec.xml
@@ -11,16 +11,16 @@
lxqt
LXQt openssh password prompt
LXQt openssh password prompt
- https://github.com/lxqt/lxqt-openssh-askpass/releases/download/0.13.0/lxqt-openssh-askpass-0.13.0.tar.xz
+ https://github.com/lxqt/lxqt-openssh-askpass/releases/download/0.14.0/lxqt-openssh-askpass-0.14.0.tar.xz
cmake
kwindowsystem-devel
libqtxdg-devel
- liblxqt-devel
+ liblxqt-devel
lxqt-config
qt5-base-devel
qt5-linguist
- lxqt-build-tools
+ lxqt-build-tools
@@ -36,6 +36,13 @@
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/lxqt-panel/actions.py b/desktop/lxqt/lxqt-panel/actions.py
index 2ffba28884..1a363f18af 100644
--- a/desktop/lxqt/lxqt-panel/actions.py
+++ b/desktop/lxqt/lxqt-panel/actions.py
@@ -16,7 +16,7 @@ def setup():
-DUSE_QT5=ON \
-DNETWORKMONITOR_PLUGIN=yes \
-DCMAKE_BUILD_TYPE=release \
- -DPULL_TRANSLATIONS=no", sourceDir="..")
+ -DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/lxqt-panel/files/lxqt-leave.directory b/desktop/lxqt/lxqt-panel/files/lxqt-leave.directory
index 4cd099a338..73bac57e68 100755
--- a/desktop/lxqt/lxqt-panel/files/lxqt-leave.directory
+++ b/desktop/lxqt/lxqt-panel/files/lxqt-leave.directory
@@ -15,5 +15,6 @@ Comment[ru]=Завершить сеанс
Name[ru]=Выйти
Comment[ru_RU]=Завершить сеанс
Name[ru_RU]=Выйти
-Comment[tr]=Çıkış
-Name[tr]=Çıkış
+Name[tr]=Çık
+Comment[tr]=Çık
+
diff --git a/desktop/lxqt/lxqt-panel/files/nm-applet.desktop b/desktop/lxqt/lxqt-panel/files/nm-applet.desktop
deleted file mode 100755
index 7058405aac..0000000000
--- a/desktop/lxqt/lxqt-panel/files/nm-applet.desktop
+++ /dev/null
@@ -1,148 +0,0 @@
-[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
diff --git a/desktop/lxqt/lxqt-panel/files/nm-connection-editor.desktop b/desktop/lxqt/lxqt-panel/files/nm-connection-editor.desktop
deleted file mode 100644
index f1898469be..0000000000
--- a/desktop/lxqt/lxqt-panel/files/nm-connection-editor.desktop
+++ /dev/null
@@ -1,159 +0,0 @@
-[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;
diff --git a/desktop/lxqt/lxqt-panel/pspec.xml b/desktop/lxqt/lxqt-panel/pspec.xml
index 272061693b..97f5d2e2b7 100644
--- a/desktop/lxqt/lxqt-panel/pspec.xml
+++ b/desktop/lxqt/lxqt-panel/pspec.xml
@@ -11,7 +11,7 @@
lxqt
Desktop panel
The LXQt desktop panel
- https://github.com/lxqt/lxqt-panel/releases/download/0.13.0/lxqt-panel-0.13.0.tar.xz
+ https://github.com/lxqt/lxqt-panel/releases/download/0.14.0/lxqt-panel-0.14.0.tar.xz
cmake
glib2-devel
@@ -22,7 +22,7 @@
libXdamage-devel
libdbusmenu-qt-devel
libgcc
- liblxqt-devel
+ liblxqt-devel
libqtxdg-devel
libxkbcommon-devel
lm_sensors-devel
@@ -31,21 +31,18 @@
alsa-lib-devel
qt5-linguist
solid-devel
- menu-cache-devel
libsysstat-devel
- lxmenu-data
libstatgrab
libxcb-devel
xcb-util-devel
libXrender-devel
desktop-file-utils
- lxqt-build-tools
+ lxqt-build-tools
lxqt-panel
- glib2
solid
libX11
libgcc
@@ -58,7 +55,6 @@
libXrender
libsysstat
lm_sensors
- menu-cache
libstatgrab
libxkbcommon
kwindowsystem
@@ -78,9 +74,8 @@
/usr/share/man
- lxqt-settings.directory
lxqt-leave.directory
- nm-connection-editor.desktop
+ lxqt-settings.directory
panel.conf
@@ -98,6 +93,13 @@
+
+ 2019-01-27
+ 0.14.0
+ version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/lxqt-policykit/actions.py b/desktop/lxqt/lxqt-policykit/actions.py
index a49e13c357..47315859be 100644
--- a/desktop/lxqt/lxqt-policykit/actions.py
+++ b/desktop/lxqt/lxqt-policykit/actions.py
@@ -14,7 +14,7 @@ def setup():
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib\
- -DPULL_TRANSLATIONS=no", sourceDir="..")
+ -DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/lxqt-policykit/files/lxqt-policykit-0.11.0-authdialog.patch b/desktop/lxqt/lxqt-policykit/files/lxqt-policykit-0.11.0-authdialog.patch
deleted file mode 100755
index 8f9846f76c..0000000000
--- a/desktop/lxqt/lxqt-policykit/files/lxqt-policykit-0.11.0-authdialog.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- lxqt-policykit-0.11.0/src/policykitagentgui.cpp 2016-09-24 00:46:00.000000000 +0200
-+++ src/policykitagentgui.cpp.new 2016-09-26 11:45:19.666066086 +0200
-@@ -49,6 +49,8 @@
- if (icon.isNull())
- icon = QIcon::fromTheme(QLatin1String("dialog-question"));
- iconLabel->setPixmap(icon.pixmap(64, 64));
-+ identityComboBox->hide();
-+ label->hide();
-
- const uid_t current_uid = getuid();
- int current_user_index = -1;
-
diff --git a/desktop/lxqt/lxqt-policykit/pspec.xml b/desktop/lxqt/lxqt-policykit/pspec.xml
index 9cbad3010b..c1ac8926d8 100644
--- a/desktop/lxqt/lxqt-policykit/pspec.xml
+++ b/desktop/lxqt/lxqt-policykit/pspec.xml
@@ -11,18 +11,18 @@
lxqt
Policykit agent
The LXQt policykit authentication agent
- https://github.com/lxqt/lxqt-policykit/releases/download/0.13.0/lxqt-policykit-0.13.0.tar.xz
+ https://github.com/lxqt/lxqt-policykit/releases/download/0.14.0/lxqt-policykit-0.14.0.tar.xz
cmake
glib2-devel
kwindowsystem-devel
libgcc
- liblxqt-devel
+ liblxqt-devel
libqtxdg-devel
polkit-devel
polkit-qt-devel
qt5-linguist
- lxqt-build-tools
+ lxqt-build-tools
@@ -40,10 +40,18 @@
/usr/share/doc
/usr/share/lxqt/translations
/etc/autostart
+ /usr/share/man
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/lxqt-powermanagement/actions.py b/desktop/lxqt/lxqt-powermanagement/actions.py
index be7bff851d..44d2b5521b 100644
--- a/desktop/lxqt/lxqt-powermanagement/actions.py
+++ b/desktop/lxqt/lxqt-powermanagement/actions.py
@@ -14,7 +14,7 @@ def setup():
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DPULL_TRANSLATIONS=no", sourceDir="..")
+ -DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/lxqt-powermanagement/files/lxqt-config-powermanagement.desktop b/desktop/lxqt/lxqt-powermanagement/files/lxqt-config-powermanagement.desktop
new file mode 100644
index 0000000000..20bf38b37b
--- /dev/null
+++ b/desktop/lxqt/lxqt-powermanagement/files/lxqt-config-powermanagement.desktop
@@ -0,0 +1,57 @@
+[Desktop Entry]
+Type=Application
+Name=Power Management
+GenericName=Power Management Settings
+Comment=Various settings regarding Power Management like battery or idleness watcher
+Exec=lxqt-config-powermanagement
+Icon=preferences-system-power-management
+Categories=Settings;DesktopSettings;Qt;LXQt;
+OnlyShowIn=LXQt;
+
+Name[ar]=إدارة الطّاقة
+GenericName[ar]=إعدادات إدارة الطّاقة
+Comment[ar]=عدّة إعدادات لإدارة الطّاقة مثل مراقبات البطّاريّة أو الخمول
+Name[ca]=Gestió de l'energia
+GenericName[ca]=Ajusts de la gestió de l'energia
+Comment[ca]=Diversos ajusts pel que fa a la gestió de l'energia com la bateria o l'observador de l'ociositat
+Name[da]=Strømstyring
+GenericName[da]=Indstillinger for strømstyring
+Comment[da]=Diverse indstillinger omhandlende strømstyring, såsom batteri- eller tomgangsovervågning
+Name[de]=Energieverwaltung
+GenericName[de]=Einstellungen der Energieverwaltung
+Comment[de]=Verschiedene Einstellungen zur Energieverwaltung wie Batterie- oder Leerlaufüberwachung
+Name[el]=Διαχείριση ενέργειας
+GenericName[el]=Ρυθμίσεις της διαχείρισης ενέργειας
+Comment[el]=Διάφορες ρυθμίσεις σχετικά με την διαχείριση ενέργειας όπως ο επόπτης μπαταρίας ή αδράνειας
+Name[es]=Gestión de energía
+GenericName[es]=Configuración de la gestión de energía
+Comment[es]=Configuraciones varias relacionadas con la gestión de energía, como la batería o el monitor de inactividad
+Name[fr]=Gestion de l'énergie
+GenericName[fr]=Paramétrage de la gestion de l'énergie
+Comment[fr]=Divers paramétrages de la gestion de l'énergie, tels que batteries ou contrôle de l'activité
+Name[hu]=Energiakezelés
+GenericName[hu]=LXQt energiakezelés beállítása
+Comment[hu]=LXQt energiakezelés beállítása
+Name[it]=Gestore energia
+GenericName[it]=Impostazioni del risparmio energetico
+Comment[it]=Diverse impostazioni per il risparmio energetico
+Name[ja]=電源管理
+GenericName[ja]=電源管理の設定
+Comment[ja]=電源管理の設定
+Name[lt]=Maitinimo valdymas
+GenericName[lt]=Maitinimo valdymo nustatymai
+Comment[lt]=Įvairūs su maitinimo valdymu susiję nustatymai
+Name[pl]=Zarządzanie energią
+GenericName[pl]=Konfiguracja zarządzania energią
+Comment[pl]=Konfiguracja zarządzania energią
+Name[pt]=Gestão de energia
+GenericName[pt]=Definições do gestor de energia
+Comment[pt]=Definições do gestor de energia
+Name[tr]= Güç Yönetimi
+GenericName[]= Güç Yönetimi Ayarları
+Name[ru]=Управление энергопотреблением
+GenericName[ru]=Настройки управления энергопотреблением
+Comment[ru]=Настройки управления энергопотреблением
+Name[zh_CN]=电源管理
+GenericName[zh_CN]=电源管理设置
+Comment[zh_CN]=关于电源管理的各种设置,如电池与空闲监视器
diff --git a/desktop/lxqt/lxqt-powermanagement/pspec.xml b/desktop/lxqt/lxqt-powermanagement/pspec.xml
index 2687882e59..5fba54f459 100644
--- a/desktop/lxqt/lxqt-powermanagement/pspec.xml
+++ b/desktop/lxqt/lxqt-powermanagement/pspec.xml
@@ -11,12 +11,12 @@
lxqt
LXQt power management daemon.
Daemon use for power management and auto-suspend.
- https://github.com/lxqt/lxqt-powermanagement/releases/download/0.13.0/lxqt-powermanagement-0.13.0.tar.xz
+ https://github.com/lxqt/lxqt-powermanagement/releases/download/0.14.0/lxqt-powermanagement-0.14.0.tar.xz
cmake
kwindowsystem-devel
libgcc
- liblxqt-devel
+ liblxqt-devel
libqtxdg-devel
libxcb-devel
qt5-base-devel
@@ -25,7 +25,7 @@
solid-devel
upower-devel
kidletime-devel
- lxqt-build-tools
+ lxqt-build-tools
@@ -45,10 +45,17 @@
/etc/autostart
-
+ lxqt-config-powermanagement.desktop
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/lxqt-qtplugin/pspec.xml b/desktop/lxqt/lxqt-qtplugin/pspec.xml
index f1fa4b3ca4..b1f4e9e1ab 100644
--- a/desktop/lxqt/lxqt-qtplugin/pspec.xml
+++ b/desktop/lxqt/lxqt-qtplugin/pspec.xml
@@ -11,18 +11,17 @@
lxqt
LXQt platform integration for Qt
LXDE-Qt platform integration plugin for Qt
- https://github.com/lxqt/lxqt-qtplugin/releases/download/0.13.0/lxqt-qtplugin-0.13.0.tar.xz
+ https://github.com/lxqt/lxqt-qtplugin/releases/download/0.14.0/lxqt-qtplugin-0.14.0.tar.xz
cmake
kwindowsystem-devel
libdbusmenu-qt-devel
- libfm-extra-devel
libgcc
- liblxqt-devel
+ liblxqt-devel
libqtxdg-devel
qt5-base-devel
qt5-linguist
- lxqt-build-tools
+ lxqt-build-tools
libfm-qt-devel
menu-cache-devel
libexif-devel
@@ -32,7 +31,6 @@
lxqt-qtplugin
libgcc
- libfm-extra
qt5-base
libdbusmenu-qt
libqtxdg
@@ -43,6 +41,13 @@
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/lxqt-runner/actions.py b/desktop/lxqt/lxqt-runner/actions.py
index 16cc7af6a4..21cc6af6e6 100644
--- a/desktop/lxqt/lxqt-runner/actions.py
+++ b/desktop/lxqt/lxqt-runner/actions.py
@@ -14,7 +14,7 @@ def setup():
shelltools.cd("build")
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DPULL_TRANSLATIONS=no", sourceDir="..")
+ -DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/lxqt-runner/pspec.xml b/desktop/lxqt/lxqt-runner/pspec.xml
index 8b3a478ffb..262a4124d7 100644
--- a/desktop/lxqt/lxqt-runner/pspec.xml
+++ b/desktop/lxqt/lxqt-runner/pspec.xml
@@ -11,13 +11,13 @@
lxqt
The LXQt application launcher
Tool used to launch programs quickly by typing their names
- https://github.com/lxqt/lxqt-runner/releases/download/0.13.0/lxqt-runner-0.13.0.tar.xz
+ https://github.com/lxqt/lxqt-runner/releases/download/0.14.0/lxqt-runner-0.14.0.tar.xz
cmake
glib2-devel
kwindowsystem-devel
libgcc
- liblxqt-devel
+ liblxqt-devel
libqtxdg-devel
lxqt-globalkeys-devel
menu-cache-devel
@@ -25,7 +25,7 @@
qt5-linguist
qt5-script-devel
muparser-devel
- lxqt-build-tools
+ lxqt-build-tools
@@ -48,6 +48,13 @@
+
+ 2019-01-27
+ 0.14.0
+ version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/lxqt-session/actions.py b/desktop/lxqt/lxqt-session/actions.py
index 93e3ad6abb..82a66a9920 100644
--- a/desktop/lxqt/lxqt-session/actions.py
+++ b/desktop/lxqt/lxqt-session/actions.py
@@ -13,7 +13,7 @@ def setup():
shelltools.cd("build")
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DPULL_TRANSLATIONS=no", sourceDir="..")
+ -DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/lxqt-session/files/session.conf b/desktop/lxqt/lxqt-session/files/session.conf
index e83ec59294..5126bb65a5 100644
--- a/desktop/lxqt/lxqt-session/files/session.conf
+++ b/desktop/lxqt/lxqt-session/files/session.conf
@@ -4,7 +4,7 @@ lock_screen_before_power_actions=false
window_manager=openbox
[Environment]
-BROWSER=qupzilla
+BROWSER=falkon
GTK_CSD=0
GTK_OVERLAY_SCROLLING=0
TERM=qterminal
diff --git a/desktop/lxqt/lxqt-session/pspec.xml b/desktop/lxqt/lxqt-session/pspec.xml
index 4f15cebd1b..cc3d1134fc 100644
--- a/desktop/lxqt/lxqt-session/pspec.xml
+++ b/desktop/lxqt/lxqt-session/pspec.xml
@@ -11,18 +11,18 @@
lxqt
LXQt session
An alternative session manager ported from the original razor-session
- https://github.com/lxqt/lxqt-session/releases/download/0.13.0/lxqt-session-0.13.0.tar.xz
+ https://github.com/lxqt/lxqt-session/releases/download/0.14.0/lxqt-session-0.14.0.tar.xz
cmake
kwindowsystem-devel
libX11-devel
libgcc
- liblxqt-devel
+ liblxqt-devel
libqtxdg-devel
qt5-linguist
qt5-x11extras-devel
xdg-user-dirs
- lxqt-build-tools
+ lxqt-build-tools
libgudev-devel
@@ -58,6 +58,13 @@
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/lxqt-sudo/actions.py b/desktop/lxqt/lxqt-sudo/actions.py
index 9c5aff5dc8..cf91c5bfe1 100644
--- a/desktop/lxqt/lxqt-sudo/actions.py
+++ b/desktop/lxqt/lxqt-sudo/actions.py
@@ -13,7 +13,7 @@ def setup():
shelltools.cd("build")
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DPULL_TRANSLATIONS=no \
+ -DPULL_TRANSLATIONS=yes \
-DCMAKE_INSTALL_LIBDIR=/usr/lib", sourceDir="..")
def build():
diff --git a/desktop/lxqt/lxqt-sudo/pspec.xml b/desktop/lxqt/lxqt-sudo/pspec.xml
index 94e327dc14..dd7680d7bd 100644
--- a/desktop/lxqt/lxqt-sudo/pspec.xml
+++ b/desktop/lxqt/lxqt-sudo/pspec.xml
@@ -11,15 +11,15 @@
lxqt
Python binding of terminal widget for Qt
LXQt privilege program (lxsu).
- https://github.com/lxqt/lxqt-sudo/releases/download/0.13.0/lxqt-sudo-0.13.0.tar.xz
+ https://github.com/lxqt/lxqt-sudo/releases/download/0.14.0/lxqt-sudo-0.14.0.tar.xz
cmake
kwindowsystem-devel
- liblxqt-devel
+ liblxqt-devel
libqtxdg-devel
qt5-base-devel
qt5-linguist
- lxqt-build-tools
+ lxqt-build-tools
lxqt-sudo
@@ -38,6 +38,13 @@
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/lxqt-themes/pspec.xml b/desktop/lxqt/lxqt-themes/pspec.xml
index ad737acda1..a9b625be0a 100644
--- a/desktop/lxqt/lxqt-themes/pspec.xml
+++ b/desktop/lxqt/lxqt-themes/pspec.xml
@@ -11,13 +11,13 @@
lxqt
LXQt themes, graphics and icons.
LXQt themes, graphics and icons
- https://github.com/lxqt/lxqt-themes/releases/download/0.13.0/lxqt-themes-0.13.0.tar.xz
+ https://github.com/lxqt/lxqt-themes/releases/download/0.14.0/lxqt-themes-0.14.0.tar.xz
cmake
kwindowsystem-devel
- liblxqt-devel
+ liblxqt-devel
qt5-linguist
- lxqt-build-tools
+ lxqt-build-tools
themes.patch
@@ -27,7 +27,6 @@
lxqt-themes
noto-fonts
- openbox
/etc
@@ -52,6 +51,13 @@
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/menu-cache/pspec.xml b/desktop/lxqt/menu-cache/pspec.xml
index 57bc779cb6..d22dbcabf6 100644
--- a/desktop/lxqt/menu-cache/pspec.xml
+++ b/desktop/lxqt/menu-cache/pspec.xml
@@ -16,7 +16,7 @@
glib2-devel
gtk-doc
- libfm-extra-devel
+
qt5-base-devel
diff --git a/desktop/lxqt/obconf-qt/actions.py b/desktop/lxqt/obconf-qt/actions.py
index 2bd979edb0..ecef17a919 100644
--- a/desktop/lxqt/obconf-qt/actions.py
+++ b/desktop/lxqt/obconf-qt/actions.py
@@ -12,7 +12,7 @@ def setup():
shelltools.cd("build")
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DPULL_TRANSLATIONS=no", sourceDir="..")
+ -DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/obconf-qt/pspec.xml b/desktop/lxqt/obconf-qt/pspec.xml
index 4e410a094a..1a516f01fb 100644
--- a/desktop/lxqt/obconf-qt/pspec.xml
+++ b/desktop/lxqt/obconf-qt/pspec.xml
@@ -11,16 +11,15 @@
lxqt
This is a Qt port of ObConf, configurator of OpenBox window manager.
This is a Qt port of ObConf, configurator of OpenBox window manager.
- https://github.com/lxqt/obconf-qt/releases/download/0.13.0/obconf-qt-0.13.0.tar.xz
+ https://github.com/lxqt/obconf-qt/releases/download/0.14.0/obconf-qt-0.14.0.tar.xz
cmake
icon-theme-hicolor
- liblxqt-devel
+ liblxqt-devel
openbox-devel
- lxqt-l10n
qt5-linguist
kwindowsystem-devel
- lxqt-build-tools
+ lxqt-build-tools
@@ -45,6 +44,13 @@
+
+ 2019-01-27
+ 0.14.0
+ Version Bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/pavucontrol-qt/actions.py b/desktop/lxqt/pavucontrol-qt/actions.py
index dd0493713d..de07a7e00f 100644
--- a/desktop/lxqt/pavucontrol-qt/actions.py
+++ b/desktop/lxqt/pavucontrol-qt/actions.py
@@ -12,7 +12,7 @@ def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
- -DPULL_TRANSLATIONS=no", sourceDir="..")
+ -DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/pavucontrol-qt/pspec.xml b/desktop/lxqt/pavucontrol-qt/pspec.xml
index 5a6dd49426..28d2eb0208 100644
--- a/desktop/lxqt/pavucontrol-qt/pspec.xml
+++ b/desktop/lxqt/pavucontrol-qt/pspec.xml
@@ -11,18 +11,18 @@
lxqt
Qt port of volume control pavucontrol.
Qt port of volume control pavucontrol
- https://github.com/lxqt/pavucontrol-qt/releases/download/0.4.0/pavucontrol-qt-0.4.0.tar.xz
+ https://github.com/lxqt/pavucontrol-qt/releases/download/0.14.0/pavucontrol-qt-0.14.0.tar.xz
cmake
kwindowsystem-devel
libgcc
- liblxqt-devel
+ liblxqt-devel
qt5-linguist
libqtxdg-devel
pulseaudio-libs-devel
glib2-devel
xdg-user-dirs
- lxqt-build-tools
+ lxqt-build-tools
@@ -36,11 +36,18 @@
/usr/bin
/usr/share/applications
- /usr/share/lxqt/translations
+ /usr/share/pavucontrol-qt/translations
/usr/share/doc
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.4.0
diff --git a/desktop/lxqt/pcmanfm-qt/actions.py b/desktop/lxqt/pcmanfm-qt/actions.py
index 1617bb424d..02ede389a7 100644
--- a/desktop/lxqt/pcmanfm-qt/actions.py
+++ b/desktop/lxqt/pcmanfm-qt/actions.py
@@ -15,7 +15,7 @@ def setup():
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DPULL_TRANSLATIONS=no", sourceDir="..")
+ -DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/pcmanfm-qt/files/pcmanfm-qt-desktop-pref.desktop b/desktop/lxqt/pcmanfm-qt/files/pcmanfm-qt-desktop-pref.desktop
old mode 100755
new mode 100644
index ed1ecc5834..973e6448ab
--- a/desktop/lxqt/pcmanfm-qt/files/pcmanfm-qt-desktop-pref.desktop
+++ b/desktop/lxqt/pcmanfm-qt/files/pcmanfm-qt-desktop-pref.desktop
@@ -10,18 +10,39 @@ StartupNotify=true
Name[ar]=سطح المكتب
GenericName[ar]=تفضيلات سطح المكتب
Comment[ar]=غيّر خلفيّات مدير سطح المكتب وسلوكه
+Name[ca]=Escriptori
+GenericName[ca]=Ajusts de l'escriptori
+Comment[ca]=Canvieu les imatges dels fons i el comportament del gestor d'escriptoris
+Name[cs]=Pracovní plocha
+GenericName[cs]=Nastavení pracovní plochy
+Comment[cs]=Změna pozadí plochy a chování jejího správce
+Name[da]=Skrivebord
+GenericName[da]=Skrivebordsindstillinger
+Comment[da]=Skift desktop managerens tapeter og adfærd
Name[de]=Schreibtisch
GenericName[de]=Schreibtischeinstellungen
Comment[de]=Einstellungen wie Hintergrundbild oder verwendete Menüs
Name[el]=Επιφάνεια εργασίας
GenericName[el]=Ρυθμίσεις της επιφάνειας εργασίας
Comment[el]=Αλλαγή της ταπετσαρίας και της συμπεριφοράς του διαχειριστή της επιφάνειας εργασίας
+Name[es]=Escritorio
+GenericName[es]=Configuración del escritorio
+Comment[es]=Cambiar el fondo de pantalla y el comportamiento del escritorio
+Name[fr]=Bureau
+GenericName[fr]=Paramétrage du bureau
+Comment[fr]=Paramètres tels que papier-peint et autres réglages du bureau
Name[hu]=Asztal
GenericName[hu]=Asztalbeállítás
Comment[hu]=Asztal kinézet és viselkedés beállítása
Name[it]=Scrivania
GenericName[it]=Preferenze della scrivania
Comment[it]=Configura percorso e aspetto della scrivania
+Name[ja]=デスクトップ
+GenericName[ja]=デスクトップ設定
+Comment[ja]=壁紙やその他のデスクトップ設定を変更します
+Name[lt]=Darbalaukis
+GenericName[lt]=Darbalaukio nustatymai
+Comment[lt]=Keisti darbalaukio tvarkytuvės darbalaukio foną ir elgseną
Name[pl]=Pulpit
GenericName[pl]=Ustawienia pulpitu
Comment[pl]=Zmiana tapety oraz zachowania pulpitu
@@ -31,6 +52,9 @@ Comment[pt]=Mudar o papel de parede e o comportamento da área de trabalho
Name[ru]=Рабочий стол
GenericName[ru]=Настройки рабочего стола
Comment[ru]=Изменить обои и поведение менеджера рабочего стола
-Name[tr]=Dosya Yöneticisi
-GenericName[tr]=Lxqt Dosya ve masaüstü yönetim uygulaması
+Name[tr]=Masaüstü Ayarları
+GenericName[tr]=Masaüstü Ayarları
Comment[tr]=Dosya Yöneticisi ve Masaüstü Ayarları (duvarkağıtları, menüler vs..)
+Name[zh_CN]=桌面
+GenericName[zh_CN]=桌面设置
+Comment[zh_CN]=更改墙纸与桌面管理器的行为。
diff --git a/desktop/lxqt/pcmanfm-qt/files/pcmanfm-qt.desktop b/desktop/lxqt/pcmanfm-qt/files/pcmanfm-qt.desktop
deleted file mode 100755
index 6e0e85f083..0000000000
--- a/desktop/lxqt/pcmanfm-qt/files/pcmanfm-qt.desktop
+++ /dev/null
@@ -1,37 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=PCManFM File Manager
-GenericName=File Manager
-Comment=Browse the file system and manage the files
-Exec=pcmanfm-qt %U
-MimeType=inode/directory;
-Icon=system-file-manager
-Categories=FileManager;Utility;Core;Qt;
-StartupNotify=true
-Name[ar]=مدير الملفّات PCManFM
-GenericName[ar]=مدير ملفّات
-Comment[ar]=تصفّح نظام الملفّات وأدر ملفّاتك
-Name[de]=PCManFM-Qt
-GenericName[de]=Dateimanager
-Comment[de]=Dateimanager der Desktop-Umgebung LXQt
-Name[el]=Διαχειριστής αρχείων PCManFM
-GenericName[el]=Διαχειριστής αρχείων
-Comment[el]=Περιήγηση του συστήματος αρχείων και διαχείριση των αρχείων
-Name[hu]=PCManFM-Qt fájlkezelő
-GenericName[hu]=Fájlkezelő
-Comment[hu]=Fájlok böngészése és karbantartása
-Name[it]=Gestore file PCmanFM
-GenericName[it]=Gestore file
-Comment[it]=Esplora e organizza file e cartelle
-Name[pl]=Menedżer plików PCManFM
-GenericName[pl]=Menedżer plików
-Comment[pl]=Przegląd systemu plików i zarządzanie plikami
-Name[pt]=Gestor de ficheiros PCManFM
-GenericName[pt]=Gestor de ficheiros
-Comment[pt]=Explorar o sistema de ficheiros e gerir os seus ficheiros e pastas
-Name[ru]=Диспетчер файлов PCManFM
-GenericName[ru]=Диспетчер файлов
-Comment[ru]=Просматривайте файловую систему и управляйте файлами
-Name[tr]=Pcmanfm-Qt
-GenericName[tr]=Dosya Yönetici
-Comment[tr]=Lxqt dosya ve masaüstü yöneticisi
diff --git a/desktop/lxqt/pcmanfm-qt/pspec.xml b/desktop/lxqt/pcmanfm-qt/pspec.xml
index e0c78c0d72..e9ab788a28 100644
--- a/desktop/lxqt/pcmanfm-qt/pspec.xml
+++ b/desktop/lxqt/pcmanfm-qt/pspec.xml
@@ -11,16 +11,15 @@
app:gui
The LXQt file manager, Qt port of PCManFM
File manager and desktop icon manager (Qt port of PCManFM and libfm)
- https://github.com/lxqt/pcmanfm-qt/releases/download/0.13.0/pcmanfm-qt-0.13.0.tar.xz
+ https://github.com/lxqt/pcmanfm-qt/releases/download/0.14.0/pcmanfm-qt-0.14.0.tar.xz
cairo-devel
cmake
glib2-devel
- libfm-devel
libfm-qt-devel
libfm-extra-devel
libgcc
- liblxqt-devel
+ liblxqt-devel
libqtxdg-devel
libxcb-devel
libkexiv2-devel
@@ -31,15 +30,13 @@
kwindowsystem-devel
libexif-devel
udisks2-devel
- lxqt-build-tools
+ lxqt-build-tools
pcmanfm-qt
glib2
- libfm
- libfm-extra
libgcc
libxcb
libfm-qt
@@ -48,7 +45,6 @@
breeze-icons
gvfs
udisks2
- kwin
/etc
@@ -59,10 +55,18 @@
settings.conf
+ pcmanfm-qt-desktop-pref.desktop
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.13.0
diff --git a/desktop/lxqt/qlipper/actions.py b/desktop/lxqt/qlipper/actions.py
index 575cef1d29..de9976d68c 100644
--- a/desktop/lxqt/qlipper/actions.py
+++ b/desktop/lxqt/qlipper/actions.py
@@ -12,7 +12,7 @@ def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
- -DPULL_TRANSLATIONS=no \
+ -DPULL_TRANSLATIONS=yes \
-DCMAKE_BUILD_TYPE=Release ", sourceDir="..")
def build():
shelltools.cd("build")
diff --git a/desktop/lxqt/qlipper/files/qlipper_tr.qm b/desktop/lxqt/qlipper/files/qlipper_tr.qm
deleted file mode 100755
index dc3327cd34..0000000000
Binary files a/desktop/lxqt/qlipper/files/qlipper_tr.qm and /dev/null differ
diff --git a/desktop/lxqt/qps/pspec.xml b/desktop/lxqt/qps/pspec.xml
index 65a4c479c4..c4874b693c 100644
--- a/desktop/lxqt/qps/pspec.xml
+++ b/desktop/lxqt/qps/pspec.xml
@@ -12,19 +12,22 @@
app
Qt Process Manager
Qt Process Manager
- https://github.com/QtDesktop/qps/releases/download/1.10.18/qps-1.10.18.tar.xz
+ https://github.com/QtDesktop/qps/releases/download/1.10.19/qps-1.10.19.tar.xz
cmake
qt5-base-devel
qt5-x11extras-devel
libXrender-devel
qt5-linguist
+ lxqt-build-tools
qps
qt5-base
+ libgcc
+ qt5-x11extras
/usr/bin/qps
@@ -34,6 +37,13 @@
+
+ 2019-01-27
+ 1.10.19
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
1.10.18
diff --git a/desktop/lxqt/qterminal/actions.py b/desktop/lxqt/qterminal/actions.py
index 84f3de5c4d..be8356c76e 100644
--- a/desktop/lxqt/qterminal/actions.py
+++ b/desktop/lxqt/qterminal/actions.py
@@ -18,7 +18,7 @@ def setup():
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
- -DPULL_TRANSLATIONS=no", sourceDir="..")
+ -DPULL_TRANSLATIONS=yes", sourceDir="..")
def build():
shelltools.cd("build")
qt5.make()
diff --git a/desktop/lxqt/qterminal/pspec.xml b/desktop/lxqt/qterminal/pspec.xml
index a78740584b..85b7656f96 100644
--- a/desktop/lxqt/qterminal/pspec.xml
+++ b/desktop/lxqt/qterminal/pspec.xml
@@ -12,27 +12,30 @@
lxqt
QT5-based multitab terminal emulator.
QT5-based multitab terminal emulator.
- https://github.com/lxqt/qterminal/releases/download/0.9.0/qterminal-0.9.0.tar.xz
+ https://github.com/lxqt/qterminal/releases/download/0.14.0/qterminal-0.14.0.tar.xz
cmake
qt5-base-devel
qt5-linguist
libxcb-devel
libX11-devel
- qtermwidget5-devel
+ qtermwidget5-devel
qt5-x11extras-devel
lxqt-config
qt5-svg-devel
kwindowsystem-devel
- lxqt-build-tools
+ lxqt-build-tools
qterminal
+ libX11
+ libgcc
qt5-base
- qtermwidget5
+ qtermwidget5
+ qt5-x11extras
/usr/share
@@ -43,6 +46,13 @@
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-02
0.9.0
diff --git a/desktop/toolkit/qtermwidget5/pspec.xml b/desktop/toolkit/qtermwidget5/pspec.xml
index 6fed1e99fc..13d243920a 100755
--- a/desktop/toolkit/qtermwidget5/pspec.xml
+++ b/desktop/toolkit/qtermwidget5/pspec.xml
@@ -11,11 +11,11 @@
app:gui
Terminal widget for Qt5
A simple terminal widget for using with Qt5 based applications
- https://github.com/lxde/qtermwidget/releases/download/0.9.0/qtermwidget-0.9.0.tar.xz
+ https://github.com/lxde/qtermwidget/releases/download/0.14.0/qtermwidget-0.14.0.tar.xz
cmake
libgcc
- lxqt-build-tools
+ lxqt-build-tools
qt5-base-devel
qt5-linguist
@@ -48,6 +48,13 @@
+
+ 2019-01-27
+ 0.14.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-16
0.9.0
diff --git a/distribution.xml b/distribution.xml
index 907383b5fd..359849d875 100644
--- a/distribution.xml
+++ b/distribution.xml
@@ -120,9 +120,12 @@
kde-l10n-ru-doc
kde-l10n-sv-doc
kde-l10n-tr-doc
- kde-l10n-uk-doc
-
- qupzilla
+ kde-l10n-uk-doc
+ qupzilla
qt5-docs
+ lxqt-l10n
+ libfm
+ libfm-devel
+ lxappearence
-
\ No newline at end of file
+