Hi, ports@:

   Here is a patch for x11/lxqt to update to 1.1.0.
   It build well and run well on my amd64-7.1 system.

   Any comments?


Cheers !
wen
Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/x11/lxqt/Makefile.inc,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile.inc
--- Makefile.inc        11 Mar 2022 20:16:38 -0000      1.7
+++ Makefile.inc        1 May 2022 14:07:55 -0000
@@ -1,6 +1,6 @@
 DIST_SUBDIR =  lxqt
 
-VERSION ?=     1.0.0
+VERSION ?=     1.1.0
 
 DISTNAME ?=    ${NAME}-${VERSION}
 
Index: about/Makefile
===================================================================
RCS file: /cvs/ports/x11/lxqt/about/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- about/Makefile      11 Mar 2022 20:16:38 -0000      1.8
+++ about/Makefile      1 May 2022 14:07:55 -0000
@@ -6,7 +6,7 @@ WANTLIB += ${COMPILER_LIBCXX} KF5WindowS
 WANTLIB += Qt5Gui Qt5Svg Qt5Widgets Qt5X11Extras Qt5Xdg Qt5XdgIconLoader
 WANTLIB += Qt5Xml X11 c gio-2.0 glib-2.0 gobject-2.0 lxqt m
 
-LIB_DEPENDS +=         x11/lxqt/liblxqt>=1.0.0
+LIB_DEPENDS +=         x11/lxqt/liblxqt>=1.1.0
 
 BUILD_DEPENDS +=       x11/lxqt/build-tools
 
Index: about/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/about/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- about/distinfo      22 Nov 2021 05:45:42 -0000      1.3
+++ about/distinfo      1 May 2022 14:07:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-about-1.0.0.tar.xz) = 
HBT2i/ZQmfvUawYv/GySZWYgqhqe7FoP0tGxGIiTkgM=
-SIZE (lxqt/lxqt-about-1.0.0.tar.xz) = 43176
+SHA256 (lxqt/lxqt-about-1.1.0.tar.xz) = 
g1u8WORU2x/EY88/9lMmlRQApPn/W03osOo62+6CeA0=
+SIZE (lxqt/lxqt-about-1.1.0.tar.xz) = 45324
Index: build-tools/Makefile
===================================================================
RCS file: /cvs/ports/x11/lxqt/build-tools/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- build-tools/Makefile        19 Apr 2022 13:06:37 -0000      1.10
+++ build-tools/Makefile        1 May 2022 14:07:55 -0000
@@ -1,7 +1,6 @@
 COMMENT =      various packaging tools and scripts for LXQt applications
 
-VERSION =      0.10.0
-REVISION =     1
+VERSION =      0.11.0
 
 NAME =         lxqt-build-tools
 
Index: build-tools/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/build-tools/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- build-tools/distinfo        22 Nov 2021 05:45:42 -0000      1.3
+++ build-tools/distinfo        1 May 2022 14:07:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-build-tools-0.10.0.tar.xz) = 
+suGsL871P0gMG066WWhSO1ZeF6vfXMWmoKpdHPQO+o=
-SIZE (lxqt/lxqt-build-tools-0.10.0.tar.xz) = 25312
+SHA256 (lxqt/lxqt-build-tools-0.11.0.tar.xz) = 
3V1J5Z+bBVLLQBGOsopGP2MLXebmJrKRBBC1TvO8wbk=
+SIZE (lxqt/lxqt-build-tools-0.11.0.tar.xz) = 25348
Index: build-tools/patches/patch-cmake_find-modules_FindGLIB_cmake
===================================================================
RCS file: build-tools/patches/patch-cmake_find-modules_FindGLIB_cmake
diff -N build-tools/patches/patch-cmake_find-modules_FindGLIB_cmake
--- build-tools/patches/patch-cmake_find-modules_FindGLIB_cmake 13 Apr 2022 
06:01:59 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-From 62b77bb807aa2ac2c1df8eec372df771da8d2203 Mon Sep 17 00:00:00 2001
-From: Dmitry Shachnev <mity...@users.noreply.github.com>
-Date: Tue, 29 Mar 2022 00:29:49 +0300
-Subject: [PATCH] Replace gunixconnection.h file in gio-unix include dir check 
(#74)
-
-Index: cmake/find-modules/FindGLIB.cmake
---- cmake/find-modules/FindGLIB.cmake.orig
-+++ cmake/find-modules/FindGLIB.cmake
-@@ -101,7 +101,7 @@ foreach (_component ${GLIB_FIND_COMPONENTS})
-     elseif (${_component} STREQUAL "gio-unix")
-         pkg_check_modules(GIO_UNIX gio-unix-2.0)
-         find_path(GLIB_GIO_UNIX_INCLUDE_DIR
--                  NAMES gio/gunixconnection.h
-+                  NAMES gio/gunixfdlist.h
-                   HINTS ${GIO_UNIX_INCLUDEDIR}
-                   PATH_SUFFIXES gio-unix-2.0)
- 
Index: compton-conf/Makefile
===================================================================
RCS file: /cvs/ports/x11/lxqt/compton-conf/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- compton-conf/Makefile       11 Mar 2022 20:16:39 -0000      1.7
+++ compton-conf/Makefile       1 May 2022 14:07:55 -0000
@@ -1,7 +1,6 @@
 COMMENT =      configuration tool for compton X composite manager
 
-VERSION =      0.15.0
-REVISION =      0
+VERSION =      0.16.0
 
 NAME =         compton-conf
 
Index: compton-conf/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/compton-conf/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- compton-conf/distinfo       4 Sep 2020 15:40:10 -0000       1.2
+++ compton-conf/distinfo       1 May 2022 14:07:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/compton-conf-0.15.0.tar.xz) = 
CQd3mbejrrroFclNpC6QjDQ1Lm5695pTdarxo61aIcY=
-SIZE (lxqt/compton-conf-0.15.0.tar.xz) = 42828
+SHA256 (lxqt/compton-conf-0.16.0.tar.xz) = 
fVNU2IrYzTNCziN/DPiw7UIu6De+Meia5eDKZuHPSkE=
+SIZE (lxqt/compton-conf-0.16.0.tar.xz) = 42944
Index: config/Makefile
===================================================================
RCS file: /cvs/ports/x11/lxqt/config/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- config/Makefile     11 Mar 2022 20:16:39 -0000      1.7
+++ config/Makefile     1 May 2022 14:07:55 -0000
@@ -2,12 +2,12 @@ COMMENT =     tools to configure LXQt and th
 
 NAME =         lxqt-config
 
-WANTLIB += ${COMPILER_LIBCXX} ICE KF5WindowSystem Qt5Core Qt5DBus
+WANTLIB += ${COMPILER_LIBCXX} ICE Qt5Core Qt5DBus
 WANTLIB += Qt5Gui Qt5Svg Qt5Widgets Qt5X11Extras Qt5Xdg Qt5XdgIconLoader
 WANTLIB += Qt5Xml SM X11 Xcursor Xext Xfixes c gio-2.0 glib-2.0
 WANTLIB += gobject-2.0 lxqt m xcb xcb-randr z
 
-LIB_DEPENDS +=         x11/lxqt/liblxqt>=1.0.0 \
+LIB_DEPENDS +=         x11/lxqt/liblxqt>=1.1.0 \
                        x11/qt5/qtsvg
 
 BUILD_DEPENDS +=       x11/lxqt/build-tools
Index: config/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/config/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- config/distinfo     22 Nov 2021 05:45:42 -0000      1.3
+++ config/distinfo     1 May 2022 14:07:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-config-1.0.0.tar.xz) = 
ZNfdQ+XsH5jwukHpn0Q4ux+IH8vCspMfeYzIJkPC2KU=
-SIZE (lxqt/lxqt-config-1.0.0.tar.xz) = 355616
+SHA256 (lxqt/lxqt-config-1.1.0.tar.xz) = 
RUVQrnW4detZtNDJOCO2LsHePHgUI2B3k9MgVbFAHTg=
+SIZE (lxqt/lxqt-config-1.1.0.tar.xz) = 359900
Index: globalkeys/Makefile
===================================================================
RCS file: /cvs/ports/x11/lxqt/globalkeys/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- globalkeys/Makefile 19 Apr 2022 13:06:37 -0000      1.8
+++ globalkeys/Makefile 1 May 2022 14:07:55 -0000
@@ -1,17 +1,16 @@
 COMMENT =      daemon used to register global keyboard shortcuts
 
 NAME =         lxqt-globalkeys
-REVISION =     0
 
-SHARED_LIBS +=  lxqt-globalkeys-ui        0.0 # 1.00
-SHARED_LIBS +=  lxqt-globalkeys           0.0 # 1.00
+SHARED_LIBS +=  lxqt-globalkeys-ui        0.0 # 1.1.0
+SHARED_LIBS +=  lxqt-globalkeys           0.0 # 1.1.0
 
 WANTLIB += ${COMPILER_LIBCXX} ICE KF5WindowSystem Qt5Core Qt5DBus
 WANTLIB += Qt5Gui Qt5Svg Qt5Widgets Qt5X11Extras Qt5Xdg Qt5XdgIconLoader
 WANTLIB += Qt5Xml SM X11 Xext c gio-2.0 glib-2.0 gobject-2.0 lxqt
 WANTLIB += m
 
-LIB_DEPENDS +=         x11/lxqt/liblxqt>=1.0.0
+LIB_DEPENDS +=         x11/lxqt/liblxqt>=1.1.0
 
 BUILD_DEPENDS +=       x11/lxqt/build-tools
 
Index: globalkeys/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/globalkeys/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- globalkeys/distinfo 22 Nov 2021 05:45:42 -0000      1.3
+++ globalkeys/distinfo 1 May 2022 14:07:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-globalkeys-1.0.0.tar.xz) = 
qQkjMopmCl1J9uUd+YMhO4wVKoFIpJ8uqill077ZJZQ=
-SIZE (lxqt/lxqt-globalkeys-1.0.0.tar.xz) = 72844
+SHA256 (lxqt/lxqt-globalkeys-1.1.0.tar.xz) = 
lIBn2mFw70pGE0NntpnzRl+mFhz1vTa3xYCnolRBfC0=
+SIZE (lxqt/lxqt-globalkeys-1.1.0.tar.xz) = 73176
Index: libfm-qt/Makefile
===================================================================
RCS file: /cvs/ports/x11/lxqt/libfm-qt/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- libfm-qt/Makefile   11 Mar 2022 20:16:39 -0000      1.7
+++ libfm-qt/Makefile   1 May 2022 14:07:55 -0000
@@ -2,7 +2,7 @@ COMMENT =       qt binding for libfm
 
 NAME =         libfm-qt
 
-SHARED_LIBS +=  fm-qt                     2.0 # 1.0.0
+SHARED_LIBS +=  fm-qt                     2.1 # 1.1.0
 
 WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Widgets Qt5X11Extras
 WANTLIB += exif gio-2.0 glib-2.0 gobject-2.0 gthread-2.0 intl
Index: libfm-qt/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/libfm-qt/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- libfm-qt/distinfo   22 Nov 2021 05:45:42 -0000      1.3
+++ libfm-qt/distinfo   1 May 2022 14:07:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/libfm-qt-1.0.0.tar.xz) = 
dD2cj8MNBl1/78EucvMQhYkXMxhPEyC6Ot6JDa5UmTs=
-SIZE (lxqt/libfm-qt-1.0.0.tar.xz) = 379492
+SHA256 (lxqt/libfm-qt-1.1.0.tar.xz) = 
pe7PDJclwaMkcOr1OZiVY7pT6m7ZFkVMxH6UAnnATlQ=
+SIZE (lxqt/libfm-qt-1.1.0.tar.xz) = 383280
Index: liblxqt/Makefile
===================================================================
RCS file: /cvs/ports/x11/lxqt/liblxqt/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- liblxqt/Makefile    19 Apr 2022 13:06:37 -0000      1.9
+++ liblxqt/Makefile    1 May 2022 14:07:55 -0000
@@ -1,9 +1,8 @@
 COMMENT =      core utility library for all LXQt components
 
 NAME =         liblxqt
-REVISION =     0
 
-SHARED_LIBS +=  lxqt                      1.0 # 1.0.0
+SHARED_LIBS +=  lxqt                      1.0 # 1.1.0
 
 WANTLIB += ${COMPILER_LIBCXX} KF5WindowSystem Qt5Core Qt5DBus
 WANTLIB += Qt5Gui Qt5Svg Qt5Widgets Qt5X11Extras Qt5Xdg Qt5XdgIconLoader
Index: liblxqt/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/liblxqt/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- liblxqt/distinfo    22 Nov 2021 05:45:42 -0000      1.3
+++ liblxqt/distinfo    1 May 2022 14:07:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/liblxqt-1.0.0.tar.xz) = 
1iggqUg5Y3rt1qDO7MIy+F2MzSFz1OxlXNksnLy8yYw=
-SIZE (lxqt/liblxqt-1.0.0.tar.xz) = 82140
+SHA256 (lxqt/liblxqt-1.1.0.tar.xz) = 
Nk24utF8Cq0SwEzaFafHTIDeyWse9LEXWuySgsObLLo=
+SIZE (lxqt/liblxqt-1.1.0.tar.xz) = 82308
Index: libqtxdg/Makefile
===================================================================
RCS file: /cvs/ports/x11/lxqt/libqtxdg/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- libqtxdg/Makefile   19 Apr 2022 13:06:37 -0000      1.9
+++ libqtxdg/Makefile   1 May 2022 14:07:55 -0000
@@ -1,12 +1,11 @@
 COMMENT =      qt implementation of freedesktop.org xdg specs
 
-VERSION =      3.8.0
-REVISION =     0
+VERSION =      3.9.0
 
 NAME =         libqtxdg
 
-SHARED_LIBS +=  Qt5Xdg                    0.1 # 3.8
-SHARED_LIBS +=  Qt5XdgIconLoader          0.0 # 3.8
+SHARED_LIBS +=  Qt5Xdg                    0.1 # 3.9
+SHARED_LIBS +=  Qt5XdgIconLoader          0.0 # 3.9
 
 WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5DBus Qt5Gui Qt5Svg Qt5Widgets
 WANTLIB += Qt5Xml c gio-2.0 glib-2.0 gobject-2.0 m
Index: libqtxdg/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/libqtxdg/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- libqtxdg/distinfo   22 Nov 2021 05:45:42 -0000      1.3
+++ libqtxdg/distinfo   1 May 2022 14:07:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/libqtxdg-3.8.0.tar.xz) = 
zoJPst2kd1i0Tlfo5LY0N6W8W9R2zzfbumFEKZDXzOw=
-SIZE (lxqt/libqtxdg-3.8.0.tar.xz) = 76044
+SHA256 (lxqt/libqtxdg-3.9.0.tar.xz) = 
sEmhTgssYQAdip7iP1gBo81pqxsvL3BdbhsfVnOhsgM=
+SIZE (lxqt/libqtxdg-3.9.0.tar.xz) = 76760
Index: libqtxdg/pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/lxqt/libqtxdg/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- libqtxdg/pkg/PLIST  19 Apr 2022 13:06:37 -0000      1.5
+++ libqtxdg/pkg/PLIST  1 May 2022 14:07:55 -0000
@@ -24,10 +24,10 @@ include/qt5xdg/xdgmimeapps.h
 include/qt5xdg/xdgmimetype.h
 include/qt5xdg/xmlhelper.h
 include/qt5xdgiconloader/
-include/qt5xdgiconloader/3.8.0/
-include/qt5xdgiconloader/3.8.0/private/
-include/qt5xdgiconloader/3.8.0/private/xdgiconloader/
-include/qt5xdgiconloader/3.8.0/private/xdgiconloader/xdgiconloader_p.h
+include/qt5xdgiconloader/3.9.0/
+include/qt5xdgiconloader/3.9.0/private/
+include/qt5xdgiconloader/3.9.0/private/xdgiconloader/
+include/qt5xdgiconloader/3.9.0/private/xdgiconloader/xdgiconloader_p.h
 include/qt5xdgiconloader/xdgiconloader_export.h
 @lib lib/libQt5Xdg.so.${LIBQt5Xdg_VERSION}
 @lib lib/libQt5XdgIconLoader.so.${LIBQt5XdgIconLoader_VERSION}
Index: lximage-qt/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/lximage-qt/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- lximage-qt/distinfo 22 Nov 2021 05:45:42 -0000      1.3
+++ lximage-qt/distinfo 1 May 2022 14:07:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lximage-qt-1.0.0.tar.xz) = 
BP3/nQ0g2/7dyiyoFm990UtpG622ymWQnKi851xKciU=
-SIZE (lxqt/lximage-qt-1.0.0.tar.xz) = 819396
+SHA256 (lxqt/lximage-qt-1.1.0.tar.xz) = 
i4t4JesNBGtKTVR2MpUTrY4wZkYsabbaVU7Nao9FVFk=
+SIZE (lxqt/lximage-qt-1.1.0.tar.xz) = 829056
Index: lximage-qt/pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/lxqt/lximage-qt/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- lximage-qt/pkg/PLIST        11 Mar 2022 20:16:40 -0000      1.4
+++ lximage-qt/pkg/PLIST        1 May 2022 14:07:55 -0000
@@ -1,7 +1,6 @@
 @conflict lximage-qt-l10n-*
 @pkgpath x11/lxqt/l10n,-lximage-qt
 @bin bin/lximage-qt
-share/applications/lximage-qt-screenshot.desktop
 share/applications/lximage-qt.desktop
 share/icons/hicolor/48x48/apps/lximage-qt.png
 @tag gtk-update-icon-cache %D/share/icons/hicolor
@@ -17,6 +16,7 @@ share/lximage-qt/translations/lximage-qt
 share/lximage-qt/translations/lximage-qt_cy.qm
 share/lximage-qt/translations/lximage-qt_da.qm
 share/lximage-qt/translations/lximage-qt_de.qm
+share/lximage-qt/translations/lximage-qt_de_CH.qm
 share/lximage-qt/translations/lximage-qt_el.qm
 share/lximage-qt/translations/lximage-qt_en_GB.qm
 share/lximage-qt/translations/lximage-qt_es.qm
@@ -30,9 +30,11 @@ share/lximage-qt/translations/lximage-qt
 share/lximage-qt/translations/lximage-qt_is.qm
 share/lximage-qt/translations/lximage-qt_it.qm
 share/lximage-qt/translations/lximage-qt_ja.qm
+share/lximage-qt/translations/lximage-qt_ko.qm
 share/lximage-qt/translations/lximage-qt_lt.qm
 share/lximage-qt/translations/lximage-qt_nb_NO.qm
 share/lximage-qt/translations/lximage-qt_nl.qm
+share/lximage-qt/translations/lximage-qt_oc.qm
 share/lximage-qt/translations/lximage-qt_pa.qm
 share/lximage-qt/translations/lximage-qt_pl.qm
 share/lximage-qt/translations/lximage-qt_pt.qm
@@ -47,3 +49,5 @@ share/lximage-qt/translations/lximage-qt
 share/lximage-qt/translations/lximage-qt_vi.qm
 share/lximage-qt/translations/lximage-qt_zh_CN.qm
 share/lximage-qt/translations/lximage-qt_zh_TW.qm
+share/metainfo/
+share/metainfo/lximage-qt.metainfo.xml
Index: notificationd/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/notificationd/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- notificationd/distinfo      22 Nov 2021 05:45:43 -0000      1.3
+++ notificationd/distinfo      1 May 2022 14:07:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-notificationd-1.0.0.tar.xz) = 
lMEP2QSZXT7qO1h91SHtAbg52GP/gCBa8K+Mq2yypmA=
-SIZE (lxqt/lxqt-notificationd-1.0.0.tar.xz) = 57160
+SHA256 (lxqt/lxqt-notificationd-1.1.0.tar.xz) = 
hPwUJJVqaP7xCFlWG+NgLBbsA6wYf9zn3T+ksnfD4y8=
+SIZE (lxqt/lxqt-notificationd-1.1.0.tar.xz) = 59596
Index: obconf-qt/Makefile
===================================================================
RCS file: /cvs/ports/x11/lxqt/obconf-qt/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- obconf-qt/Makefile  11 Mar 2022 20:16:40 -0000      1.7
+++ obconf-qt/Makefile  1 May 2022 14:07:55 -0000
@@ -1,6 +1,6 @@
 COMMENT =      configuration editor for openbox window manager
 
-VERSION =      0.16.1
+VERSION =      0.16.2
 
 NAME =         obconf-qt
 
Index: obconf-qt/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/obconf-qt/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- obconf-qt/distinfo  22 Nov 2021 05:45:43 -0000      1.3
+++ obconf-qt/distinfo  1 May 2022 14:07:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/obconf-qt-0.16.1.tar.xz) = 
RY2Wtj3Kigmk9HfUIDDYKegJCq4Oo5s5lPzwuNqOi0I=
-SIZE (lxqt/obconf-qt-0.16.1.tar.xz) = 102328
+SHA256 (lxqt/obconf-qt-0.16.2.tar.xz) = 
cyjaFgayiSgOLODyJ5qzDQb1hOTC1vxfAcDz2c5xSWA=
+SIZE (lxqt/obconf-qt-0.16.2.tar.xz) = 111080
Index: openssh-askpass/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/openssh-askpass/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- openssh-askpass/distinfo    22 Nov 2021 05:45:43 -0000      1.3
+++ openssh-askpass/distinfo    1 May 2022 14:07:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-openssh-askpass-1.0.0.tar.xz) = 
neIqBmRs+lCw3e7yash7UQ+CBQH/iDLcgMfYilXYeLU=
-SIZE (lxqt/lxqt-openssh-askpass-1.0.0.tar.xz) = 17452
+SHA256 (lxqt/lxqt-openssh-askpass-1.1.0.tar.xz) = 
Z3Imfw97Ifq9X3TWKnPhXU0w+nMBf/d8tUqLP0LpscM=
+SIZE (lxqt/lxqt-openssh-askpass-1.1.0.tar.xz) = 17452
Index: panel/Makefile
===================================================================
RCS file: /cvs/ports/x11/lxqt/panel/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- panel/Makefile      11 Mar 2022 20:16:40 -0000      1.8
+++ panel/Makefile      1 May 2022 14:07:55 -0000
@@ -10,8 +10,8 @@ WANTLIB += gobject-2.0 lxqt lxqt-globalk
 WANTLIB += m pulse statgrab sysstat-qt5 xcb xcb-damage xcb-util
 WANTLIB += xcb-xkb xkbcommon xkbcommon-x11
 
-LIB_DEPENDS +=         x11/lxqt/liblxqt>=1.0.0 \
-                       x11/lxqt/globalkeys>=1.0.0 \
+LIB_DEPENDS +=         x11/lxqt/liblxqt>=1.1.0 \
+                       x11/lxqt/globalkeys>=1.1.0 \
                        x11/lxqt/libsysstat \
                        sysutils/libstatgrab \
                        devel/kf5/solid \
Index: panel/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/panel/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- panel/distinfo      22 Nov 2021 05:45:43 -0000      1.3
+++ panel/distinfo      1 May 2022 14:07:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-panel-1.0.0.tar.xz) = 
6mOTnFV/pjnSqz+uSDQcGlmui6rhp50R8V5LwOOEaNU=
-SIZE (lxqt/lxqt-panel-1.0.0.tar.xz) = 539116
+SHA256 (lxqt/lxqt-panel-1.1.0.tar.xz) = 
p72kZjPPRz44d3B4xK01MMrp71+ApJfnxEhOwxQKr4U=
+SIZE (lxqt/lxqt-panel-1.1.0.tar.xz) = 555656
Index: panel/patches/patch-panel_resources_panel_conf
===================================================================
RCS file: /cvs/ports/x11/lxqt/panel/patches/patch-panel_resources_panel_conf,v
retrieving revision 1.2
diff -u -p -r1.2 patch-panel_resources_panel_conf
--- panel/patches/patch-panel_resources_panel_conf      11 Mar 2022 20:16:40 
-0000      1.2
+++ panel/patches/patch-panel_resources_panel_conf      1 May 2022 14:07:55 
-0000
@@ -5,12 +5,12 @@ Index: panel/resources/panel.conf
  panels=panel1
  
  [panel1]
--plugins=mainmenu,desktopswitch,quicklaunch,taskbar,tray,statusnotifier,mount,volume,worldclock,showdesktop
-+plugins=mainmenu,desktopswitch,quicklaunch,taskbar,tray,statusnotifier,mount,worldclock,showdesktop
+-plugins=mainmenu,desktopswitch,quicklaunch,taskbar,statusnotifier,tray,mount,volume,worldclock,showdesktop
++plugins=mainmenu,desktopswitch,quicklaunch,taskbar,statusnotifier,tray,mount,worldclock,showdesktop
  position=Bottom
  desktop=0
  
-@@ -26,10 +26,6 @@ type=mount
+@@ -27,10 +27,6 @@ type=mount
  
  [worldclock]
  type=worldclock
Index: panel/pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/lxqt/panel/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- panel/pkg/PLIST     11 Mar 2022 20:16:40 -0000      1.4
+++ panel/pkg/PLIST     1 May 2022 14:07:56 -0000
@@ -30,6 +30,8 @@ share/examples/lxqt-panel/xdg/lxqt/panel
 @sample ${SYSCONFDIR}/xdg/lxqt/panel.conf
 share/examples/lxqt-panel/xdg/menus/
 @sample ${SYSCONFDIR}/xdg/menus/
+share/examples/lxqt-panel/xdg/menus/lxqt-applications-compact.menu
+share/examples/lxqt-panel/xdg/menus/lxqt-applications-simple.menu
 share/examples/lxqt-panel/xdg/menus/lxqt-applications.menu
 @sample ${SYSCONFDIR}/xdg/menus/lxqt-applications.menu
 share/lxqt/lxqt-panel/
@@ -53,6 +55,12 @@ share/lxqt/lxqt-panel/tray.desktop
 share/lxqt/lxqt-panel/volume.desktop
 share/lxqt/lxqt-panel/worldclock.desktop
 share/lxqt/translations/lxqt-panel/
+share/lxqt/translations/lxqt-panel/colorpicker/
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_fr.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_he.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_it.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_ko.qm
+share/lxqt/translations/lxqt-panel/colorpicker/colorpicker_nl.qm
 share/lxqt/translations/lxqt-panel/cpuload/
 share/lxqt/translations/lxqt-panel/cpuload/cpuload_ar.qm
 share/lxqt/translations/lxqt-panel/cpuload/cpuload_arn.qm
@@ -78,6 +86,7 @@ share/lxqt/translations/lxqt-panel/cpulo
 share/lxqt/translations/lxqt-panel/cpuload/cpuload_id.qm
 share/lxqt/translations/lxqt-panel/cpuload/cpuload_it.qm
 share/lxqt/translations/lxqt-panel/cpuload/cpuload_ja.qm
+share/lxqt/translations/lxqt-panel/cpuload/cpuload_ko.qm
 share/lxqt/translations/lxqt-panel/cpuload/cpuload_lt.qm
 share/lxqt/translations/lxqt-panel/cpuload/cpuload_lv.qm
 share/lxqt/translations/lxqt-panel/cpuload/cpuload_nb_NO.qm
@@ -107,10 +116,12 @@ share/lxqt/translations/lxqt-panel/custo
 share/lxqt/translations/lxqt-panel/customcommand/customcommand_et.qm
 share/lxqt/translations/lxqt-panel/customcommand/customcommand_fi.qm
 share/lxqt/translations/lxqt-panel/customcommand/customcommand_fr.qm
+share/lxqt/translations/lxqt-panel/customcommand/customcommand_he.qm
 share/lxqt/translations/lxqt-panel/customcommand/customcommand_hr.qm
 share/lxqt/translations/lxqt-panel/customcommand/customcommand_hu.qm
 share/lxqt/translations/lxqt-panel/customcommand/customcommand_it.qm
 share/lxqt/translations/lxqt-panel/customcommand/customcommand_ja.qm
+share/lxqt/translations/lxqt-panel/customcommand/customcommand_ko.qm
 share/lxqt/translations/lxqt-panel/customcommand/customcommand_lt.qm
 share/lxqt/translations/lxqt-panel/customcommand/customcommand_lv.qm
 share/lxqt/translations/lxqt-panel/customcommand/customcommand_nb_NO.qm
@@ -231,6 +242,7 @@ share/lxqt/translations/lxqt-panel/kbind
 share/lxqt/translations/lxqt-panel/kbindicator/kbindicator_id.qm
 share/lxqt/translations/lxqt-panel/kbindicator/kbindicator_it.qm
 share/lxqt/translations/lxqt-panel/kbindicator/kbindicator_ja.qm
+share/lxqt/translations/lxqt-panel/kbindicator/kbindicator_ko.qm
 share/lxqt/translations/lxqt-panel/kbindicator/kbindicator_lt.qm
 share/lxqt/translations/lxqt-panel/kbindicator/kbindicator_lv.qm
 share/lxqt/translations/lxqt-panel/kbindicator/kbindicator_nb_NO.qm
@@ -413,11 +425,13 @@ share/lxqt/translations/lxqt-panel/netwo
 share/lxqt/translations/lxqt-panel/networkmonitor/networkmonitor_fr.qm
 share/lxqt/translations/lxqt-panel/networkmonitor/networkmonitor_gl.qm
 share/lxqt/translations/lxqt-panel/networkmonitor/networkmonitor_he.qm
+share/lxqt/translations/lxqt-panel/networkmonitor/networkmonitor_hi.qm
 share/lxqt/translations/lxqt-panel/networkmonitor/networkmonitor_hr.qm
 share/lxqt/translations/lxqt-panel/networkmonitor/networkmonitor_hu.qm
 share/lxqt/translations/lxqt-panel/networkmonitor/networkmonitor_id.qm
 share/lxqt/translations/lxqt-panel/networkmonitor/networkmonitor_it.qm
 share/lxqt/translations/lxqt-panel/networkmonitor/networkmonitor_ja.qm
+share/lxqt/translations/lxqt-panel/networkmonitor/networkmonitor_ko.qm
 share/lxqt/translations/lxqt-panel/networkmonitor/networkmonitor_lt.qm
 share/lxqt/translations/lxqt-panel/networkmonitor/networkmonitor_lv.qm
 share/lxqt/translations/lxqt-panel/networkmonitor/networkmonitor_nb_NO.qm
@@ -549,6 +563,7 @@ share/lxqt/translations/lxqt-panel/space
 share/lxqt/translations/lxqt-panel/spacer/spacer_id.qm
 share/lxqt/translations/lxqt-panel/spacer/spacer_it.qm
 share/lxqt/translations/lxqt-panel/spacer/spacer_ja.qm
+share/lxqt/translations/lxqt-panel/spacer/spacer_ko.qm
 share/lxqt/translations/lxqt-panel/spacer/spacer_lt.qm
 share/lxqt/translations/lxqt-panel/spacer/spacer_lv.qm
 share/lxqt/translations/lxqt-panel/spacer/spacer_nb_NO.qm
@@ -578,6 +593,7 @@ share/lxqt/translations/lxqt-panel/statu
 share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_hu.qm
 share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_it.qm
 share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_ja.qm
+share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_ko.qm
 share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_lt.qm
 share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_lv.qm
 share/lxqt/translations/lxqt-panel/statusnotifier/statusnotifier_nb_NO.qm
@@ -610,6 +626,7 @@ share/lxqt/translations/lxqt-panel/sysst
 share/lxqt/translations/lxqt-panel/sysstat/sysstat_id.qm
 share/lxqt/translations/lxqt-panel/sysstat/sysstat_it.qm
 share/lxqt/translations/lxqt-panel/sysstat/sysstat_ja.qm
+share/lxqt/translations/lxqt-panel/sysstat/sysstat_ko.qm
 share/lxqt/translations/lxqt-panel/sysstat/sysstat_lt.qm
 share/lxqt/translations/lxqt-panel/sysstat/sysstat_lv.qm
 share/lxqt/translations/lxqt-panel/sysstat/sysstat_nb_NO.qm
@@ -670,38 +687,6 @@ share/lxqt/translations/lxqt-panel/taskb
 share/lxqt/translations/lxqt-panel/taskbar/taskbar_uk.qm
 share/lxqt/translations/lxqt-panel/taskbar/taskbar_zh_CN.qm
 share/lxqt/translations/lxqt-panel/taskbar/taskbar_zh_TW.qm
-share/lxqt/translations/lxqt-panel/tray/
-share/lxqt/translations/lxqt-panel/tray/tray_arn.qm
-share/lxqt/translations/lxqt-panel/tray/tray_ast.qm
-share/lxqt/translations/lxqt-panel/tray/tray_bg.qm
-share/lxqt/translations/lxqt-panel/tray/tray_ca.qm
-share/lxqt/translations/lxqt-panel/tray/tray_cs.qm
-share/lxqt/translations/lxqt-panel/tray/tray_cy.qm
-share/lxqt/translations/lxqt-panel/tray/tray_da.qm
-share/lxqt/translations/lxqt-panel/tray/tray_de.qm
-share/lxqt/translations/lxqt-panel/tray/tray_es.qm
-share/lxqt/translations/lxqt-panel/tray/tray_et.qm
-share/lxqt/translations/lxqt-panel/tray/tray_fr.qm
-share/lxqt/translations/lxqt-panel/tray/tray_gl.qm
-share/lxqt/translations/lxqt-panel/tray/tray_he.qm
-share/lxqt/translations/lxqt-panel/tray/tray_hr.qm
-share/lxqt/translations/lxqt-panel/tray/tray_hu.qm
-share/lxqt/translations/lxqt-panel/tray/tray_id.qm
-share/lxqt/translations/lxqt-panel/tray/tray_it.qm
-share/lxqt/translations/lxqt-panel/tray/tray_ja.qm
-share/lxqt/translations/lxqt-panel/tray/tray_lt.qm
-share/lxqt/translations/lxqt-panel/tray/tray_lv.qm
-share/lxqt/translations/lxqt-panel/tray/tray_nb_NO.qm
-share/lxqt/translations/lxqt-panel/tray/tray_nl.qm
-share/lxqt/translations/lxqt-panel/tray/tray_pl.qm
-share/lxqt/translations/lxqt-panel/tray/tray_pt.qm
-share/lxqt/translations/lxqt-panel/tray/tray_pt_BR.qm
-share/lxqt/translations/lxqt-panel/tray/tray_ru_RU.qm
-share/lxqt/translations/lxqt-panel/tray/tray_si.qm
-share/lxqt/translations/lxqt-panel/tray/tray_sk_SK.qm
-share/lxqt/translations/lxqt-panel/tray/tray_tr.qm
-share/lxqt/translations/lxqt-panel/tray/tray_uk.qm
-share/lxqt/translations/lxqt-panel/tray/tray_zh_Hans.qm
 share/lxqt/translations/lxqt-panel/volume/
 share/lxqt/translations/lxqt-panel/volume/volume_ar.qm
 share/lxqt/translations/lxqt-panel/volume/volume_arn.qm
@@ -727,6 +712,7 @@ share/lxqt/translations/lxqt-panel/volum
 share/lxqt/translations/lxqt-panel/volume/volume_id.qm
 share/lxqt/translations/lxqt-panel/volume/volume_it.qm
 share/lxqt/translations/lxqt-panel/volume/volume_ja.qm
+share/lxqt/translations/lxqt-panel/volume/volume_ko.qm
 share/lxqt/translations/lxqt-panel/volume/volume_lt.qm
 share/lxqt/translations/lxqt-panel/volume/volume_lv.qm
 share/lxqt/translations/lxqt-panel/volume/volume_nb_NO.qm
@@ -766,6 +752,7 @@ share/lxqt/translations/lxqt-panel/world
 share/lxqt/translations/lxqt-panel/worldclock/worldclock_id.qm
 share/lxqt/translations/lxqt-panel/worldclock/worldclock_it.qm
 share/lxqt/translations/lxqt-panel/worldclock/worldclock_ja.qm
+share/lxqt/translations/lxqt-panel/worldclock/worldclock_ko.qm
 share/lxqt/translations/lxqt-panel/worldclock/worldclock_lt.qm
 share/lxqt/translations/lxqt-panel/worldclock/worldclock_lv.qm
 share/lxqt/translations/lxqt-panel/worldclock/worldclock_nb_NO.qm
Index: pavucontrol-qt/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/pavucontrol-qt/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- pavucontrol-qt/distinfo     22 Nov 2021 05:45:43 -0000      1.3
+++ pavucontrol-qt/distinfo     1 May 2022 14:07:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/pavucontrol-qt-1.0.0.tar.xz) = 
JAeqVaLT3A/ccHS0YcArl/1FVRT7v59bcR5o+t1FrGk=
-SIZE (lxqt/pavucontrol-qt-1.0.0.tar.xz) = 110092
+SHA256 (lxqt/pavucontrol-qt-1.1.0.tar.xz) = 
G4SvGrlYwd41ISlvqtlLBkJUFvvHNbXlryy8yoqgeHg=
+SIZE (lxqt/pavucontrol-qt-1.1.0.tar.xz) = 110032
Index: pcmanfm-qt/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/pcmanfm-qt/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- pcmanfm-qt/distinfo 22 Nov 2021 05:45:43 -0000      1.3
+++ pcmanfm-qt/distinfo 1 May 2022 14:07:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/pcmanfm-qt-1.0.0.tar.xz) = 
+kXMDT6HDbP7VvR06FSqEoRXYCMIK3cLPkpEQQ8izOM=
-SIZE (lxqt/pcmanfm-qt-1.0.0.tar.xz) = 317624
+SHA256 (lxqt/pcmanfm-qt-1.1.0.tar.xz) = 
CeYqcKq9TrTBlCsNxKJAUdCVEN4KXoNw3QbpNYsUlF8=
+SIZE (lxqt/pcmanfm-qt-1.1.0.tar.xz) = 331652
Index: policykit/Makefile
===================================================================
RCS file: /cvs/ports/x11/lxqt/policykit/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- policykit/Makefile  11 Mar 2022 20:16:41 -0000      1.8
+++ policykit/Makefile  1 May 2022 14:07:56 -0000
@@ -8,7 +8,7 @@ WANTLIB += Qt5Xml X11 c gio-2.0 glib-2.0
 WANTLIB += m polkit-agent-1 polkit-gobject-1 polkit-qt5-agent-1
 WANTLIB += polkit-qt5-core-1
 
-LIB_DEPENDS +=         x11/lxqt/liblxqt>=1.0.0\
+LIB_DEPENDS +=         x11/lxqt/liblxqt>=1.1.0\
                        x11/polkit-qt5
 
 BUILD_DEPENDS +=       x11/lxqt/build-tools
Index: policykit/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/policykit/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- policykit/distinfo  22 Nov 2021 05:45:43 -0000      1.3
+++ policykit/distinfo  1 May 2022 14:07:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-policykit-1.0.0.tar.xz) = 
jjrlgZbFXCilojH0QVSoPWaXql9rQN/97ba56ndrTTU=
-SIZE (lxqt/lxqt-policykit-1.0.0.tar.xz) = 39040
+SHA256 (lxqt/lxqt-policykit-1.1.0.tar.xz) = 
ORHmYzJ0fi+guZBaq1JWiyWvqt1BnK8ft0yrfB17D5Q=
+SIZE (lxqt/lxqt-policykit-1.1.0.tar.xz) = 39280
Index: powermanagement/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/powermanagement/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- powermanagement/distinfo    22 Nov 2021 05:45:43 -0000      1.3
+++ powermanagement/distinfo    1 May 2022 14:07:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-powermanagement-1.0.0.tar.xz) = 
wKRE+u7WAzfJZr/VYuZek28TL1eHYsLwHxNgOKPwWO4=
-SIZE (lxqt/lxqt-powermanagement-1.0.0.tar.xz) = 84900
+SHA256 (lxqt/lxqt-powermanagement-1.1.0.tar.xz) = 
c2JcH3cnJ39eR+cIdV/UV5dKVot9PRSy7pnH4dZSxn8=
+SIZE (lxqt/lxqt-powermanagement-1.1.0.tar.xz) = 89236
Index: qterminal/Makefile
===================================================================
RCS file: /cvs/ports/x11/lxqt/qterminal/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- qterminal/Makefile  11 Mar 2022 20:16:41 -0000      1.7
+++ qterminal/Makefile  1 May 2022 14:07:56 -0000
@@ -5,7 +5,7 @@ NAME =          qterminal
 WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5DBus Qt5Gui Qt5Widgets
 WANTLIB += Qt5X11Extras X11 c m qtermwidget5 util
 
-LIB_DEPENDS +=         x11/lxqt/qtermwidget>=1.0.0 \
+LIB_DEPENDS +=         x11/lxqt/qtermwidget>=1.1.0 \
                        x11/qt5/qtx11extras
 
 BUILD_DEPENDS +=       x11/lxqt/build-tools
Index: qterminal/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/qterminal/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- qterminal/distinfo  22 Nov 2021 05:45:43 -0000      1.3
+++ qterminal/distinfo  1 May 2022 14:07:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/qterminal-1.0.0.tar.xz) = 
8WmlJ5rlr+OG7DAWOFx2krVR/qG65jmorkOOyQFlpkM=
-SIZE (lxqt/qterminal-1.0.0.tar.xz) = 201644
+SHA256 (lxqt/qterminal-1.1.0.tar.xz) = 
tDAEhvsaZbqMj04LirvyjQi10EF/3pPRrL77XjwyJa0=
+SIZE (lxqt/qterminal-1.1.0.tar.xz) = 209908
Index: qterminal/pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/lxqt/qterminal/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- qterminal/pkg/PLIST 11 Mar 2022 20:16:41 -0000      1.4
+++ qterminal/pkg/PLIST 1 May 2022 14:07:56 -0000
@@ -1,14 +1,15 @@
 @conflict qterminal-l10n-*
 @pkgpath x11/lxqt/l10n,-qterminal
 @bin bin/qterminal
-share/appdata/
-share/appdata/qterminal.appdata.xml
 share/applications/qterminal-drop.desktop
 share/applications/qterminal.desktop
 share/icons/hicolor/64x64/apps/qterminal.png
 @tag update-desktop-database
 @tag gtk-update-icon-cache %D/share/icons/hicolor
+share/metainfo/
+share/metainfo/qterminal.metainfo.xml
 share/qterminal/
+share/qterminal/qterminal_bookmarks_example.xml
 share/qterminal/translations/
 share/qterminal/translations/qterminal_ar.qm
 share/qterminal/translations/qterminal_arn.qm
@@ -19,6 +20,7 @@ share/qterminal/translations/qterminal_c
 share/qterminal/translations/qterminal_cy.qm
 share/qterminal/translations/qterminal_da.qm
 share/qterminal/translations/qterminal_de.qm
+share/qterminal/translations/qterminal_de_CH.qm
 share/qterminal/translations/qterminal_el.qm
 share/qterminal/translations/qterminal_es.qm
 share/qterminal/translations/qterminal_et.qm
Index: qtermwidget/Makefile
===================================================================
RCS file: /cvs/ports/x11/lxqt/qtermwidget/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- qtermwidget/Makefile        19 Apr 2022 13:06:38 -0000      1.8
+++ qtermwidget/Makefile        1 May 2022 14:07:56 -0000
@@ -1,9 +1,8 @@
 COMMENT =      the terminal widget for QTerminal
 
 NAME =         qtermwidget
-REVISION =     0
 
-SHARED_LIBS +=  qtermwidget5              1.0 # 1.0.0
+SHARED_LIBS +=  qtermwidget5              1.1 # 1.1.0
 
 WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Widgets m
 
Index: qtermwidget/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/qtermwidget/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- qtermwidget/distinfo        22 Nov 2021 05:45:44 -0000      1.3
+++ qtermwidget/distinfo        1 May 2022 14:07:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/qtermwidget-1.0.0.tar.xz) = 
KvDp8hKTLLNru/IHIur0odOs9kDf7Zt2PKfTiK+Lf9I=
-SIZE (lxqt/qtermwidget-1.0.0.tar.xz) = 189764
+SHA256 (lxqt/qtermwidget-1.1.0.tar.xz) = 
ZIMEYPVY6AZxDmQ2bOCF92pplVAtgemeM2DNhmpgxNQ=
+SIZE (lxqt/qtermwidget-1.1.0.tar.xz) = 187592
Index: qtplugin/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/qtplugin/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- qtplugin/distinfo   22 Nov 2021 05:45:44 -0000      1.3
+++ qtplugin/distinfo   1 May 2022 14:07:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-qtplugin-1.0.0.tar.xz) = 
jniUMOHztqNU9h1JZEClm3l/aZMgu4wAHY73rI4dsF4=
-SIZE (lxqt/lxqt-qtplugin-1.0.0.tar.xz) = 23824
+SHA256 (lxqt/lxqt-qtplugin-1.1.0.tar.xz) = 
pPsg9K7PgRaQXdYMG9JA2dJgEZiWbtJ8G/KVUS1Nh/8=
+SIZE (lxqt/lxqt-qtplugin-1.1.0.tar.xz) = 23836
Index: runner/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/runner/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- runner/distinfo     22 Nov 2021 05:45:44 -0000      1.3
+++ runner/distinfo     1 May 2022 14:07:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-runner-1.0.0.tar.xz) = 
JNqoZoDveNr4dTtgs6DG3zkedguFF5agq+3e7WGuE7k=
-SIZE (lxqt/lxqt-runner-1.0.0.tar.xz) = 226548
+SHA256 (lxqt/lxqt-runner-1.1.0.tar.xz) = 
u7G/PeitzZqxuwNdWWtsu4Q4ypDL3ZdXPAlXJB561vE=
+SIZE (lxqt/lxqt-runner-1.1.0.tar.xz) = 266860
Index: screengrab/Makefile
===================================================================
RCS file: /cvs/ports/x11/lxqt/screengrab/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- screengrab/Makefile 11 Mar 2022 20:16:41 -0000      1.7
+++ screengrab/Makefile 1 May 2022 14:07:56 -0000
@@ -1,10 +1,10 @@
 COMMENT =      tool for fast making screenshots
 
-VERSION =      2.3.0
+VERSION =      2.4.0
 
 NAME =         screengrab
 
-SHARED_LIBS +=  extedit                   0.0 # 1.0
+SHARED_LIBS +=  extedit                   0.0 # 1.1.0
 
 WANTLIB += ${COMPILER_LIBCXX} ICE KF5WindowSystem Qt5Core Qt5DBus
 WANTLIB += Qt5Gui Qt5Network Qt5Svg Qt5Widgets Qt5X11Extras Qt5Xdg
Index: screengrab/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/screengrab/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- screengrab/distinfo 22 Nov 2021 05:45:44 -0000      1.3
+++ screengrab/distinfo 1 May 2022 14:07:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/screengrab-2.3.0.tar.xz) = 
eq2HxXtZchhslVBp1frLi698qOjOzKQtLEdFZE+u4WA=
-SIZE (lxqt/screengrab-2.3.0.tar.xz) = 142160
+SHA256 (lxqt/screengrab-2.4.0.tar.xz) = 
p396+TJ75q/tPiJBgglpcvBqEYryIl7apWGD0w4ScJI=
+SIZE (lxqt/screengrab-2.4.0.tar.xz) = 336400
Index: screengrab/pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/lxqt/screengrab/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- screengrab/pkg/PLIST        11 Mar 2022 20:16:41 -0000      1.4
+++ screengrab/pkg/PLIST        1 May 2022 14:07:56 -0000
@@ -15,7 +15,9 @@ share/examples/screengrab/
 @sample ${SYSCONFDIR}/xdg/screengrab/
 share/examples/screengrab/screengrab.conf
 @sample ${SYSCONFDIR}/xdg/screengrab/screengrab.conf
-share/icons/hicolor/32x32/apps/screengrab.png
+share/icons/hicolor/scalable/apps/screengrab.svg
+share/metainfo/
+share/metainfo/screengrab.metainfo.xml
 share/screengrab/
 share/screengrab/translations/
 share/screengrab/translations/screengrab_arn.qm
@@ -35,6 +37,7 @@ share/screengrab/translations/screengrab
 share/screengrab/translations/screengrab_hu.qm
 share/screengrab/translations/screengrab_it.qm
 share/screengrab/translations/screengrab_ja.qm
+share/screengrab/translations/screengrab_ko.qm
 share/screengrab/translations/screengrab_lt.qm
 share/screengrab/translations/screengrab_nb_NO.qm
 share/screengrab/translations/screengrab_nl.qm
@@ -47,6 +50,7 @@ share/screengrab/translations/screengrab
 @tag update-desktop-database
 share/screengrab/translations/screengrab_si.qm
 share/screengrab/translations/screengrab_sk.qm
+share/screengrab/translations/screengrab_sl.qm
 share/screengrab/translations/screengrab_sv.qm
 share/screengrab/translations/screengrab_tr.qm
 share/screengrab/translations/screengrab_uk.qm
Index: session/Makefile
===================================================================
RCS file: /cvs/ports/x11/lxqt/session/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- session/Makefile    11 Mar 2022 20:16:42 -0000      1.8
+++ session/Makefile    1 May 2022 14:07:56 -0000
@@ -1,16 +1,15 @@
 COMMENT =      session manager for LXQt
 
 NAME =         lxqt-session
-REVISION =     0
 
 WANTLIB += ${COMPILER_LIBCXX} ICE KF5WindowSystem Qt5Core Qt5DBus
 WANTLIB += Qt5Gui Qt5Svg Qt5Widgets Qt5X11Extras Qt5Xdg Qt5XdgIconLoader
 WANTLIB += Qt5Xml SM X11 Xext c gio-2.0 glib-2.0 gobject-2.0 lxqt
 WANTLIB += m
 
-LIB_DEPENDS +=         x11/lxqt/liblxqt>=1.0.0
+LIB_DEPENDS +=         x11/lxqt/liblxqt>=1.1.0
 
-BUILD_DEPENDS +=       x11/lxqt/libqtxdg>=3.8.0 \
+BUILD_DEPENDS +=       x11/lxqt/libqtxdg>=3.9.0 \
                        x11/lxqt/build-tools \
                        devel/xdg-user-dirs
 
Index: session/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/session/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- session/distinfo    22 Nov 2021 05:45:44 -0000      1.3
+++ session/distinfo    1 May 2022 14:07:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-session-1.0.0.tar.xz) = 
WtX4EJB9t+z8mPPFYtbfGwTR1TL8f4+pU+ewV7xEKsU=
-SIZE (lxqt/lxqt-session-1.0.0.tar.xz) = 182600
+SHA256 (lxqt/lxqt-session-1.1.0.tar.xz) = 
XKmKF+7BtuCEhg2Sdko05OIShqN7kHlvHFI8DVdvsRc=
+SIZE (lxqt/lxqt-session-1.1.0.tar.xz) = 184448
Index: session/pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/lxqt/session/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- session/pkg/PLIST   11 Mar 2022 20:16:42 -0000      1.4
+++ session/pkg/PLIST   1 May 2022 14:07:56 -0000
@@ -164,8 +164,5 @@ share/examples/lxqt-session/xdg/lxqt/tra
 share/examples/lxqt-session/xdg/lxqt/windowmanagers.conf
 @sample ${SYSCONFDIR}/xdg/lxqt/windowmanagers.conf
 @sample ${SYSCONFDIR}/xdg/openbox/
-share/kdm/
-share/kdm/sessions/
-share/kdm/sessions/lxqt.desktop
 share/xsessions/
 share/xsessions/lxqt.desktop
Index: sudo/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/sudo/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- sudo/distinfo       22 Nov 2021 05:45:44 -0000      1.3
+++ sudo/distinfo       1 May 2022 14:07:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-sudo-1.0.0.tar.xz) = 
YHL2kUlC//WIQ4i+nHxdONJZ/tFDWMTCqRA9DN0KQ/A=
-SIZE (lxqt/lxqt-sudo-1.0.0.tar.xz) = 37108
+SHA256 (lxqt/lxqt-sudo-1.1.0.tar.xz) = 
aIF0dJJwk3dP2u3Ip9cjlN1c5BWud+5V8iHVQTYgnBg=
+SIZE (lxqt/lxqt-sudo-1.1.0.tar.xz) = 37140
Index: themes/distinfo
===================================================================
RCS file: /cvs/ports/x11/lxqt/themes/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- themes/distinfo     22 Nov 2021 05:45:44 -0000      1.3
+++ themes/distinfo     1 May 2022 14:07:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-themes-1.0.0.tar.xz) = 
46bJYxG79HHOCvcpU7LzTs8VRhq15XpvW5JN5BdYVis=
-SIZE (lxqt/lxqt-themes-1.0.0.tar.xz) = 7861268
+SHA256 (lxqt/lxqt-themes-1.1.0.tar.xz) = 
mWX+LdO9BVlu1orZrb5MjH32S5mIN1GN/1nfDqS4+aM=
+SIZE (lxqt/lxqt-themes-1.1.0.tar.xz) = 26658660
Index: themes/pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/lxqt/themes/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- themes/pkg/PLIST    11 Mar 2022 20:16:42 -0000      1.3
+++ themes/pkg/PLIST    1 May 2022 14:07:56 -0000
@@ -3,19 +3,36 @@ share/icons/hicolor/scalable/places/star
 share/lxqt/
 share/lxqt/graphics/
 share/lxqt/graphics/README
+share/lxqt/graphics/helix-bright.png
+share/lxqt/graphics/helix-lxqt-shadow.png
+share/lxqt/graphics/helix-shadow-effect.png
 share/lxqt/graphics/helix.svg
 share/lxqt/graphics/helix_1120.png
 share/lxqt/graphics/helix_150.png
 share/lxqt/graphics/helix_60.png
+share/lxqt/graphics/helix_blue_shadow.png
 share/lxqt/graphics/helix_lxqt.svg
+share/lxqt/graphics/helix_shadow.png
+share/lxqt/graphics/helix_white_shadow.png
 share/lxqt/graphics/lxqt_logo.png
 share/lxqt/graphics/lxqt_logo_doxygen.png
 share/lxqt/graphics/spacer-dark-dots.svg
 share/lxqt/graphics/spacer-dark-line.svg
 share/lxqt/graphics/spacer-light-dots.svg
 share/lxqt/graphics/spacer-light-line.svg
+share/lxqt/palettes/
+share/lxqt/palettes/Ambiance
+share/lxqt/palettes/Arch-Colors
+share/lxqt/palettes/Dark
+share/lxqt/palettes/Leech
+share/lxqt/palettes/Silver-bright
+share/lxqt/palettes/Silver-dark
+share/lxqt/palettes/Valendas
 share/lxqt/themes/
 share/lxqt/themes/Arch-Colors/
+share/lxqt/themes/Arch-Colors/arrow-left-selected.svg
+share/lxqt/themes/Arch-Colors/arrow-left.svg
+share/lxqt/themes/Arch-Colors/arrow-right-selected.svg
 share/lxqt/themes/Arch-Colors/arrow-right.svg
 share/lxqt/themes/Arch-Colors/calendar-popup/
 share/lxqt/themes/Arch-Colors/calendar-popup/left-arrow.svg
@@ -31,7 +48,6 @@ share/lxqt/themes/Arch-Colors/lxqt-runne
 share/lxqt/themes/Arch-Colors/lxqt-sudo.qss
 share/lxqt/themes/Arch-Colors/mainmenu-arch.svg
 share/lxqt/themes/Arch-Colors/mainmenu.svg
-share/lxqt/themes/Arch-Colors/plasma_arch.png
 share/lxqt/themes/Arch-Colors/preview.png
 share/lxqt/themes/Arch-Colors/spacer-plugin/
 share/lxqt/themes/Arch-Colors/spacer-plugin/spacer-dots.svg
@@ -39,6 +55,8 @@ share/lxqt/themes/Arch-Colors/spacer-plu
 share/lxqt/themes/Arch-Colors/unchecked.svg
 share/lxqt/themes/Arch-Colors/wallpaper.cfg
 share/lxqt/themes/Clearlooks/
+share/lxqt/themes/Clearlooks/arrow-left-selected.svg
+share/lxqt/themes/Clearlooks/arrow-left.svg
 share/lxqt/themes/Clearlooks/arrow-right-selected.svg
 share/lxqt/themes/Clearlooks/arrow-right.svg
 share/lxqt/themes/Clearlooks/calendar-popup/
@@ -61,7 +79,30 @@ share/lxqt/themes/Clearlooks/spacer-plug
 share/lxqt/themes/Clearlooks/spacer-plugin/spacer-line.svg
 share/lxqt/themes/Clearlooks/unchecked-selected.svg
 share/lxqt/themes/Clearlooks/unchecked.svg
+share/lxqt/themes/Clearlooks/wallpaper.cfg
+share/lxqt/themes/KDE-Plasma/
+share/lxqt/themes/KDE-Plasma/checked.svg
+share/lxqt/themes/KDE-Plasma/left-arrow.svg
+share/lxqt/themes/KDE-Plasma/lxqt-notificationd/
+share/lxqt/themes/KDE-Plasma/lxqt-notificationd.qss
+share/lxqt/themes/KDE-Plasma/lxqt-notificationd/window-close.svg
+share/lxqt/themes/KDE-Plasma/lxqt-panel.qss
+share/lxqt/themes/KDE-Plasma/lxqt-runner/
+share/lxqt/themes/KDE-Plasma/lxqt-runner.qss
+share/lxqt/themes/KDE-Plasma/lxqt-runner/application-menu.svg
+share/lxqt/themes/KDE-Plasma/lxqt-runner/close-32x32.png
+share/lxqt/themes/KDE-Plasma/lxqt-runner/close-48x48.png
+share/lxqt/themes/KDE-Plasma/lxqt-runner/window-close.svg
+share/lxqt/themes/KDE-Plasma/mainmenu.svg
+share/lxqt/themes/KDE-Plasma/preview.png
+share/lxqt/themes/KDE-Plasma/right-arrow.svg
+share/lxqt/themes/KDE-Plasma/spacer-plugin/
+share/lxqt/themes/KDE-Plasma/spacer-plugin/spacer-dots.svg
+share/lxqt/themes/KDE-Plasma/spacer-plugin/spacer-line.svg
+share/lxqt/themes/KDE-Plasma/unchecked.svg
+share/lxqt/themes/KDE-Plasma/wallpaper.cfg
 share/lxqt/themes/Leech/
+share/lxqt/themes/Leech/arrow-left.svg
 share/lxqt/themes/Leech/arrow-right.svg
 share/lxqt/themes/Leech/calendar-popup/
 share/lxqt/themes/Leech/calendar-popup/left-arrow.svg
@@ -81,8 +122,28 @@ share/lxqt/themes/Leech/spacer-plugin/
 share/lxqt/themes/Leech/spacer-plugin/spacer-dots.svg
 share/lxqt/themes/Leech/spacer-plugin/spacer-line.svg
 share/lxqt/themes/Leech/unchecked.svg
+share/lxqt/themes/Leech/wallpaper.cfg
+share/lxqt/themes/Valendas/
+share/lxqt/themes/Valendas/arrow-left-selected.svg
+share/lxqt/themes/Valendas/arrow-left.svg
+share/lxqt/themes/Valendas/arrow-right-selected.svg
+share/lxqt/themes/Valendas/arrow-right.svg
+share/lxqt/themes/Valendas/calendar-popup/
+share/lxqt/themes/Valendas/calendar-popup/left-arrow.svg
+share/lxqt/themes/Valendas/calendar-popup/right-arrow.svg
+share/lxqt/themes/Valendas/lxqt-notificationd.qss
+share/lxqt/themes/Valendas/lxqt-panel.qss
+share/lxqt/themes/Valendas/lxqt-runner/
+share/lxqt/themes/Valendas/lxqt-runner/close.svg
+share/lxqt/themes/Valendas/lxqt-runner/down-arrow.svg
+share/lxqt/themes/Valendas/lxqt-sudo.qss
+share/lxqt/themes/Valendas/mainmenu.svg
+share/lxqt/themes/Valendas/preview.png
+share/lxqt/themes/Valendas/spacer-plugin/
+share/lxqt/themes/Valendas/spacer-plugin/spacer-dots.svg
+share/lxqt/themes/Valendas/spacer-plugin/spacer-line.svg
+share/lxqt/themes/Valendas/wallpaper.cfg
 share/lxqt/themes/ambiance/
-share/lxqt/themes/ambiance/Butterfly-Kenneth-Wimer.jpg
 share/lxqt/themes/ambiance/arrow-left.svg
 share/lxqt/themes/ambiance/arrow-right.svg
 share/lxqt/themes/ambiance/checked.svg
@@ -102,6 +163,7 @@ share/lxqt/themes/ambiance/spacer-plugin
 share/lxqt/themes/ambiance/unchecked.svg
 share/lxqt/themes/ambiance/wallpaper.cfg
 share/lxqt/themes/dark/
+share/lxqt/themes/dark/arrow-left.svg
 share/lxqt/themes/dark/arrow-right.svg
 share/lxqt/themes/dark/calendar-popup/
 share/lxqt/themes/dark/calendar-popup/left-arrow.svg
@@ -122,16 +184,14 @@ share/lxqt/themes/dark/spacer-plugin/spa
 share/lxqt/themes/dark/spacer-plugin/spacer-line.svg
 share/lxqt/themes/dark/unchecked.svg
 share/lxqt/themes/dark/wallpaper.cfg
-share/lxqt/themes/dark/wallpaper.png
 share/lxqt/themes/frost/
+share/lxqt/themes/frost/arrow-left.svg
 share/lxqt/themes/frost/arrow-right.svg
 share/lxqt/themes/frost/calendar-popup/
 share/lxqt/themes/frost/calendar-popup/left-arrow.svg
 share/lxqt/themes/frost/calendar-popup/right-arrow.svg
-share/lxqt/themes/frost/color-picker.svg
 share/lxqt/themes/frost/debug.png
 share/lxqt/themes/frost/lxqt-notificationd.qss
-share/lxqt/themes/frost/lxqt-origami-light.png
 share/lxqt/themes/frost/lxqt-panel.qss
 share/lxqt/themes/frost/lxqt-runner/
 share/lxqt/themes/frost/lxqt-runner.qss
@@ -145,28 +205,6 @@ share/lxqt/themes/frost/spacer-plugin/sp
 share/lxqt/themes/frost/volume-plugin/
 share/lxqt/themes/frost/volume-plugin/mixer.svg
 share/lxqt/themes/frost/wallpaper.cfg
-share/lxqt/themes/kde-plasma/
-share/lxqt/themes/kde-plasma/checked.svg
-share/lxqt/themes/kde-plasma/kde-plasma.png
-share/lxqt/themes/kde-plasma/left-arrow.svg
-share/lxqt/themes/kde-plasma/lxqt-notificationd/
-share/lxqt/themes/kde-plasma/lxqt-notificationd.qss
-share/lxqt/themes/kde-plasma/lxqt-notificationd/window-close.svg
-share/lxqt/themes/kde-plasma/lxqt-panel.qss
-share/lxqt/themes/kde-plasma/lxqt-runner/
-share/lxqt/themes/kde-plasma/lxqt-runner.qss
-share/lxqt/themes/kde-plasma/lxqt-runner/application-menu.svg
-share/lxqt/themes/kde-plasma/lxqt-runner/close-32x32.png
-share/lxqt/themes/kde-plasma/lxqt-runner/close-48x48.png
-share/lxqt/themes/kde-plasma/lxqt-runner/window-close.svg
-share/lxqt/themes/kde-plasma/mainmenu.svg
-share/lxqt/themes/kde-plasma/preview.png
-share/lxqt/themes/kde-plasma/right-arrow.svg
-share/lxqt/themes/kde-plasma/spacer-plugin/
-share/lxqt/themes/kde-plasma/spacer-plugin/spacer-dots.svg
-share/lxqt/themes/kde-plasma/spacer-plugin/spacer-line.svg
-share/lxqt/themes/kde-plasma/unchecked.svg
-share/lxqt/themes/kde-plasma/wallpaper.cfg
 share/lxqt/themes/kvantum/
 share/lxqt/themes/kvantum/lxqt-config.qss
 share/lxqt/themes/kvantum/lxqt-notificationd.qss
@@ -196,8 +234,8 @@ share/lxqt/themes/kvantum/preview.png
 share/lxqt/themes/kvantum/spacer-plugin/
 share/lxqt/themes/kvantum/spacer-plugin/spacer-dots.svg
 share/lxqt/themes/kvantum/spacer-plugin/spacer-line.svg
+share/lxqt/themes/kvantum/wallpaper.cfg
 share/lxqt/themes/light/
-share/lxqt/themes/light/96640-simple_blue_widescreen.svg
 share/lxqt/themes/light/lxqt-lightdm-greeter/
 share/lxqt/themes/light/lxqt-lightdm-greeter/dropdown.svg
 share/lxqt/themes/light/lxqt-lightdm-greeter/leaveIcon.svg
@@ -212,19 +250,20 @@ share/lxqt/themes/light/lxqt-runner/clos
 share/lxqt/themes/light/lxqt-runner/close-48x48.png
 share/lxqt/themes/light/mainmenu.svg
 share/lxqt/themes/light/preview.png
-share/lxqt/themes/light/simple_blue_widescreen.png
 share/lxqt/themes/light/spacer-plugin/
 share/lxqt/themes/light/spacer-plugin/spacer-dots.svg
 share/lxqt/themes/light/spacer-plugin/spacer-line.svg
 share/lxqt/themes/light/wallpaper.cfg
 share/lxqt/themes/silver/
+share/lxqt/themes/silver/arrow-left-selected.svg
+share/lxqt/themes/silver/arrow-left.svg
+share/lxqt/themes/silver/arrow-right-selected.svg
 share/lxqt/themes/silver/arrow-right.svg
 share/lxqt/themes/silver/beam.png
 share/lxqt/themes/silver/calendar-popup/
 share/lxqt/themes/silver/calendar-popup/left-arrow.svg
 share/lxqt/themes/silver/calendar-popup/right-arrow.svg
 share/lxqt/themes/silver/checked.svg
-share/lxqt/themes/silver/color-picker.svg
 share/lxqt/themes/silver/lxqt-notificationd.qss
 share/lxqt/themes/silver/lxqt-panel.qss
 share/lxqt/themes/silver/lxqt-runner/
@@ -247,3 +286,30 @@ share/lxqt/themes/system/spacer-plugin/
 share/lxqt/themes/system/spacer-plugin/spacer-dots.svg
 share/lxqt/themes/system/spacer-plugin/spacer-line.svg
 @tag gtk-update-icon-cache %D/share/icons/hicolor
+share/lxqt/themes/system/wallpaper.cfg
+share/lxqt/wallpapers/
+share/lxqt/wallpapers/Butterfly-Kenneth-Wimer.jpg
+share/lxqt/wallpapers/License
+share/lxqt/wallpapers/Valendas.png
+share/lxqt/wallpapers/after-the-rain.jpg
+share/lxqt/wallpapers/appleflower.png
+share/lxqt/wallpapers/beam.png
+share/lxqt/wallpapers/butterfly.png
+share/lxqt/wallpapers/cloud.png
+share/lxqt/wallpapers/drop.png
+share/lxqt/wallpapers/flowers.png
+share/lxqt/wallpapers/fog.jpg
+share/lxqt/wallpapers/kde-plasma.png
+share/lxqt/wallpapers/lxqt-origami-green.png
+share/lxqt/wallpapers/origami-bright-logo.png
+share/lxqt/wallpapers/origami-dark.png
+share/lxqt/wallpapers/origami-light.png
+share/lxqt/wallpapers/plasma-logo-bright.png
+share/lxqt/wallpapers/plasma-logo-dark.png
+share/lxqt/wallpapers/plasma_arch.png
+share/lxqt/wallpapers/simple_blue_widescreen.png
+share/lxqt/wallpapers/this-is-not-windows.jpg
+share/lxqt/wallpapers/triangles-logo.png
+share/lxqt/wallpapers/triangles.png
+share/lxqt/wallpapers/waves-logo.png
+share/lxqt/wallpapers/waves-purple-logo.jpg

Reply via email to