diff --git a/archivers/lxqt-archiver/Makefile b/archivers/lxqt-archiver/Makefile index ab3f0e226cba..e2d922fb7fb3 100644 --- a/archivers/lxqt-archiver/Makefile +++ b/archivers/lxqt-archiver/Makefile @@ -1,33 +1,32 @@ PORTNAME= lxqt-archiver -PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTVERSION= 1.4.0 CATEGORIES= archivers MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= Qt6 file archiver WWW= https://github.com/lxqt/lxqt-archiver LICENSE= GPLv2 LIB_DEPENDS= libfm-qt6.so:x11/libfm-qt6 \ libjson-glib-1.0.so:devel/json-glib \ libmenu-cache.so:x11/menu-cache \ libexif.so:graphics/libexif RUN_DEPENDS= gtar:archivers/gtar USES= cmake compiler:c++20-lang desktop-file-utils lxqt:2 perl5 \ pkgconfig tar:xz gnome qt:6 xorg USE_GNOME= glib20 USE_QT= tools:build base:run USE_LXQT= buildtools2 libfmqt6 lxqt USE_XORG= xcb .include .if ${OSVERSION} < 1400504 RUN_DEPENDS+= unzip:archivers/unzip .endif .include diff --git a/archivers/lxqt-archiver/distinfo b/archivers/lxqt-archiver/distinfo index dcc235abe5e6..ba4609bfee1d 100644 --- a/archivers/lxqt-archiver/distinfo +++ b/archivers/lxqt-archiver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762978545 -SHA256 (lxqt/lxqt-archiver-1.3.0.tar.xz) = 948655705e8e6a9c4c57f2d09b1134b4b23739c8cac0c39b09b04fb15d5375ef -SIZE (lxqt/lxqt-archiver-1.3.0.tar.xz) = 198084 +TIMESTAMP = 1777194537 +SHA256 (lxqt/lxqt-archiver-1.4.0.tar.xz) = b93eda6d80391d373a47afd8b28fa401762300dcdb51d8bc1d3a2263bc186ae7 +SIZE (lxqt/lxqt-archiver-1.4.0.tar.xz) = 205660 diff --git a/archivers/lxqt-archiver/pkg-plist b/archivers/lxqt-archiver/pkg-plist index 3c8af76507e3..2eae3be828d4 100644 --- a/archivers/lxqt-archiver/pkg-plist +++ b/archivers/lxqt-archiver/pkg-plist @@ -1,48 +1,49 @@ bin/lxqt-archiver share/applications/lxqt-archiver.desktop share/icons/hicolor/scalable/apps/lxqt-archiver.svg %%DATADIR%%/translations/lxqt-archiver_ar.qm %%DATADIR%%/translations/lxqt-archiver_arn.qm %%DATADIR%%/translations/lxqt-archiver_ast.qm %%DATADIR%%/translations/lxqt-archiver_bg.qm %%DATADIR%%/translations/lxqt-archiver_ca.qm %%DATADIR%%/translations/lxqt-archiver_cs.qm %%DATADIR%%/translations/lxqt-archiver_cy.qm %%DATADIR%%/translations/lxqt-archiver_da.qm %%DATADIR%%/translations/lxqt-archiver_de.qm %%DATADIR%%/translations/lxqt-archiver_el.qm %%DATADIR%%/translations/lxqt-archiver_en_GB.qm %%DATADIR%%/translations/lxqt-archiver_es.qm %%DATADIR%%/translations/lxqt-archiver_et.qm %%DATADIR%%/translations/lxqt-archiver_fi.qm %%DATADIR%%/translations/lxqt-archiver_fr.qm %%DATADIR%%/translations/lxqt-archiver_fur.qm %%DATADIR%%/translations/lxqt-archiver_gl.qm %%DATADIR%%/translations/lxqt-archiver_he.qm %%DATADIR%%/translations/lxqt-archiver_hr.qm %%DATADIR%%/translations/lxqt-archiver_hu.qm %%DATADIR%%/translations/lxqt-archiver_id.qm %%DATADIR%%/translations/lxqt-archiver_it.qm %%DATADIR%%/translations/lxqt-archiver_ja.qm %%DATADIR%%/translations/lxqt-archiver_ka.qm %%DATADIR%%/translations/lxqt-archiver_kab.qm +%%DATADIR%%/translations/lxqt-archiver_kk.qm %%DATADIR%%/translations/lxqt-archiver_ko.qm %%DATADIR%%/translations/lxqt-archiver_lg.qm %%DATADIR%%/translations/lxqt-archiver_lt.qm %%DATADIR%%/translations/lxqt-archiver_nb_NO.qm %%DATADIR%%/translations/lxqt-archiver_nl.qm %%DATADIR%%/translations/lxqt-archiver_oc.qm %%DATADIR%%/translations/lxqt-archiver_pa.qm %%DATADIR%%/translations/lxqt-archiver_pl.qm %%DATADIR%%/translations/lxqt-archiver_pt.qm %%DATADIR%%/translations/lxqt-archiver_pt_BR.qm %%DATADIR%%/translations/lxqt-archiver_ru.qm %%DATADIR%%/translations/lxqt-archiver_si.qm %%DATADIR%%/translations/lxqt-archiver_sk.qm %%DATADIR%%/translations/lxqt-archiver_sl.qm %%DATADIR%%/translations/lxqt-archiver_sv.qm %%DATADIR%%/translations/lxqt-archiver_tr.qm %%DATADIR%%/translations/lxqt-archiver_uk.qm %%DATADIR%%/translations/lxqt-archiver_vi.qm %%DATADIR%%/translations/lxqt-archiver_zh_CN.qm %%DATADIR%%/translations/lxqt-archiver_zh_TW.qm diff --git a/audio/pavucontrol-qt/Makefile b/audio/pavucontrol-qt/Makefile index 1d369ee2037a..2f9be46d3069 100644 --- a/audio/pavucontrol-qt/Makefile +++ b/audio/pavucontrol-qt/Makefile @@ -1,21 +1,21 @@ PORTNAME= pavucontrol-qt -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 CATEGORIES= audio MASTER_SITES= LXQT/${PORTNAME} MAINTAINER= lxqt@FreeBSD.org COMMENT= PulseAudio mixer in Qt6 WWW= https://github.com/lxqt/pavucontrol-qt/ LICENSE= GPLv2 LIB_DEPENDS= libpulse.so:audio/pulseaudio USES= cmake compiler:c++20-lang gettext-runtime localbase:ldflags \ lxqt:2 qt:6 perl5 pkgconfig tar:xz gnome USE_PERL5= build USE_QT= base:run tools:build USE_LXQT= buildtools2 USE_GNOME= glib20 .include diff --git a/audio/pavucontrol-qt/distinfo b/audio/pavucontrol-qt/distinfo index 9ff2c0ec33ff..eb48e00181a1 100644 --- a/audio/pavucontrol-qt/distinfo +++ b/audio/pavucontrol-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762978767 -SHA256 (lxqt/pavucontrol-qt-2.3.0.tar.xz) = b5cd029418b5205f1d28e68606f63394eeaaae4ee6ffac468718b908a1ed6fbd -SIZE (lxqt/pavucontrol-qt-2.3.0.tar.xz) = 119132 +TIMESTAMP = 1777197924 +SHA256 (lxqt/pavucontrol-qt-2.4.0.tar.xz) = 7f813d3029e9f1b66020cf3da143d07196dd8bce01a95bd754489287ca5b6380 +SIZE (lxqt/pavucontrol-qt-2.4.0.tar.xz) = 123576 diff --git a/audio/pavucontrol-qt/pkg-plist b/audio/pavucontrol-qt/pkg-plist index 74a4ba62386e..6a75b43e588c 100644 --- a/audio/pavucontrol-qt/pkg-plist +++ b/audio/pavucontrol-qt/pkg-plist @@ -1,57 +1,58 @@ bin/pavucontrol-qt share/applications/pavucontrol-qt.desktop %%DATADIR%%/translations/pavucontrol-qt_ar.qm %%DATADIR%%/translations/pavucontrol-qt_arn.qm %%DATADIR%%/translations/pavucontrol-qt_as.qm %%DATADIR%%/translations/pavucontrol-qt_ast.qm %%DATADIR%%/translations/pavucontrol-qt_bg.qm %%DATADIR%%/translations/pavucontrol-qt_bn_IN.qm %%DATADIR%%/translations/pavucontrol-qt_ca.qm %%DATADIR%%/translations/pavucontrol-qt_cs.qm %%DATADIR%%/translations/pavucontrol-qt_cy.qm %%DATADIR%%/translations/pavucontrol-qt_da.qm %%DATADIR%%/translations/pavucontrol-qt_de.qm %%DATADIR%%/translations/pavucontrol-qt_el.qm %%DATADIR%%/translations/pavucontrol-qt_en_GB.qm %%DATADIR%%/translations/pavucontrol-qt_es.qm %%DATADIR%%/translations/pavucontrol-qt_et.qm %%DATADIR%%/translations/pavucontrol-qt_fi.qm %%DATADIR%%/translations/pavucontrol-qt_fr.qm %%DATADIR%%/translations/pavucontrol-qt_gl.qm %%DATADIR%%/translations/pavucontrol-qt_gu.qm %%DATADIR%%/translations/pavucontrol-qt_he.qm %%DATADIR%%/translations/pavucontrol-qt_hi.qm %%DATADIR%%/translations/pavucontrol-qt_hr.qm %%DATADIR%%/translations/pavucontrol-qt_hu.qm %%DATADIR%%/translations/pavucontrol-qt_id.qm %%DATADIR%%/translations/pavucontrol-qt_it.qm %%DATADIR%%/translations/pavucontrol-qt_ja.qm %%DATADIR%%/translations/pavucontrol-qt_ka.qm +%%DATADIR%%/translations/pavucontrol-qt_kk.qm %%DATADIR%%/translations/pavucontrol-qt_kn.qm %%DATADIR%%/translations/pavucontrol-qt_ko.qm %%DATADIR%%/translations/pavucontrol-qt_lg.qm %%DATADIR%%/translations/pavucontrol-qt_lt.qm %%DATADIR%%/translations/pavucontrol-qt_ml.qm %%DATADIR%%/translations/pavucontrol-qt_mr.qm %%DATADIR%%/translations/pavucontrol-qt_nb_NO.qm %%DATADIR%%/translations/pavucontrol-qt_nl.qm %%DATADIR%%/translations/pavucontrol-qt_oc.qm %%DATADIR%%/translations/pavucontrol-qt_or.qm %%DATADIR%%/translations/pavucontrol-qt_pa.qm %%DATADIR%%/translations/pavucontrol-qt_pl.qm %%DATADIR%%/translations/pavucontrol-qt_pt.qm %%DATADIR%%/translations/pavucontrol-qt_pt_BR.qm %%DATADIR%%/translations/pavucontrol-qt_ro.qm %%DATADIR%%/translations/pavucontrol-qt_ru.qm %%DATADIR%%/translations/pavucontrol-qt_si.qm %%DATADIR%%/translations/pavucontrol-qt_sk.qm %%DATADIR%%/translations/pavucontrol-qt_sr.qm %%DATADIR%%/translations/pavucontrol-qt_sr@latin.qm %%DATADIR%%/translations/pavucontrol-qt_sv.qm %%DATADIR%%/translations/pavucontrol-qt_ta.qm %%DATADIR%%/translations/pavucontrol-qt_te.qm %%DATADIR%%/translations/pavucontrol-qt_th.qm %%DATADIR%%/translations/pavucontrol-qt_tr.qm %%DATADIR%%/translations/pavucontrol-qt_uk.qm %%DATADIR%%/translations/pavucontrol-qt_zh_CN.qm %%DATADIR%%/translations/pavucontrol-qt_zh_TW.qm diff --git a/deskutils/lxqt-notificationd/Makefile b/deskutils/lxqt-notificationd/Makefile index ef6f54961c9d..58a3093973d2 100644 --- a/deskutils/lxqt-notificationd/Makefile +++ b/deskutils/lxqt-notificationd/Makefile @@ -1,22 +1,21 @@ PORTNAME= lxqt-notificationd -PORTVERSION= 2.3.1 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= deskutils MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= LXQt notification daemon WWW= https://lxqt-project.org LICENSE= LGPL21+ USES= cmake compiler:c++20-lang gettext kde:6 localbase:ldflags lxqt:2 qt:6 \ perl5 pkgconfig tar:xz gnome xorg USE_PERL5= build USE_QT= base:run tools:build svg USE_KDE= layer-shell-qt windowsystem USE_GNOME= glib20 USE_XORG= x11 USE_LXQT= buildtools2 lxqt .include diff --git a/deskutils/lxqt-notificationd/distinfo b/deskutils/lxqt-notificationd/distinfo index 07bb5b7fd718..f3efb3a83f77 100644 --- a/deskutils/lxqt-notificationd/distinfo +++ b/deskutils/lxqt-notificationd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765267905 -SHA256 (lxqt/lxqt-notificationd-2.3.1.tar.xz) = e47851cc744440f0399f227b6d3c8e950dd5b964b279eb9e69cd448ac8415213 -SIZE (lxqt/lxqt-notificationd-2.3.1.tar.xz) = 68052 +TIMESTAMP = 1777196212 +SHA256 (lxqt/lxqt-notificationd-2.4.0.tar.xz) = 525a21feb622cb255f10b7ebd28b4af5afba9da4833560337f167ffe5f1d19d2 +SIZE (lxqt/lxqt-notificationd-2.4.0.tar.xz) = 70600 diff --git a/deskutils/lxqt-notificationd/pkg-plist b/deskutils/lxqt-notificationd/pkg-plist index 250c64e54e28..886bdc088e4a 100644 --- a/deskutils/lxqt-notificationd/pkg-plist +++ b/deskutils/lxqt-notificationd/pkg-plist @@ -1,90 +1,91 @@ bin/lxqt-config-notificationd bin/lxqt-notificationd etc/xdg/autostart/lxqt-notifications.desktop share/applications/lxqt-config-notificationd.desktop %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_et.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_ka.qm +%%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_si.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-notificationd/lxqt-config-notificationd_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_da.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_de.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_el.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_es.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_et.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_he.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_id.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_it.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_si.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_vi.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_zh_TW.qm diff --git a/deskutils/xdg-desktop-portal-lxqt/Makefile b/deskutils/xdg-desktop-portal-lxqt/Makefile index c85b27910761..c8c9fee20546 100644 --- a/deskutils/xdg-desktop-portal-lxqt/Makefile +++ b/deskutils/xdg-desktop-portal-lxqt/Makefile @@ -1,21 +1,21 @@ PORTNAME= xdg-desktop-portal-lxqt -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= deskutils MAINTAINER= lxqt@FreeBSD.org COMMENT= Portal frontend service for LXQt WWW= https://github.com/lxqt/xdg-desktop-portal-lxqt LICENSE= LGPL21 RUN_DEPENDS= xdg-desktop-portal>0:deskutils/xdg-desktop-portal USES= cmake kde:6 lxqt:2 pkgconfig qt:6 tar:xz USE_KDE= windowsystem USE_LXQT= libfmqt6 USE_QT= base:run tools:build post-install: @${RM} -r ${STAGEDIR}${PREFIX}/lib/systemd .include diff --git a/deskutils/xdg-desktop-portal-lxqt/distinfo b/deskutils/xdg-desktop-portal-lxqt/distinfo index ce20ccbb2c49..3fa6471a6c66 100644 --- a/deskutils/xdg-desktop-portal-lxqt/distinfo +++ b/deskutils/xdg-desktop-portal-lxqt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762978869 -SHA256 (lxqt/xdg-desktop-portal-lxqt-1.3.0.tar.xz) = daa49490600ef3a3dbd9d1ccd94e72870f6c099ae425a1c2982e014555509775 -SIZE (lxqt/xdg-desktop-portal-lxqt-1.3.0.tar.xz) = 16692 +TIMESTAMP = 1777198257 +SHA256 (lxqt/xdg-desktop-portal-lxqt-1.4.0.tar.xz) = 4468a068130e5f66a3f61d02833429b71c49b714332f3cf49c540b8d689661c7 +SIZE (lxqt/xdg-desktop-portal-lxqt-1.4.0.tar.xz) = 17812 diff --git a/devel/libdbusmenu-lxqt/Makefile b/devel/libdbusmenu-lxqt/Makefile index b03fe601c196..28d0b614c811 100644 --- a/devel/libdbusmenu-lxqt/Makefile +++ b/devel/libdbusmenu-lxqt/Makefile @@ -1,32 +1,31 @@ PORTNAME= libdbusmenu-lxqt -PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTVERSION= 0.4.0 CATEGORIES= devel MASTER_SITE= LXQT/${PORTNAME} MAINTAINER= lxqt@FreeBSD.org COMMENT= Qt6 implementation of the DBusMenu protocol WWW= https://github.com/lxqt/libdbusmenu-lxqt LICENSE= LGPL20 USES= compiler:c++17-lang cmake lxqt:2 qt:6 tar:xz USE_LDCONFIG= yes USE_QT= base OPTIONS_DEFINE= DOXYGEN OPTIONS_SUB= YES DOXYGEN_DESC= Build documentation (requires doxygen) DOXYGEN_CMAKE_BOOL= WITH_DOC DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen . if defined(PACKAGE_BUILDING) OPTIONS_DEFAULT+= DOXYGEN . endif post-patch: @${REINPLACE_CMD} -e '/add_subdirectory(tests)/ d' \ -e '/add_subdirectory(tools)/ d' \ ${WRKSRC}/CMakeLists.txt .include diff --git a/devel/libdbusmenu-lxqt/distinfo b/devel/libdbusmenu-lxqt/distinfo index baf79b683294..52427b9b834e 100644 --- a/devel/libdbusmenu-lxqt/distinfo +++ b/devel/libdbusmenu-lxqt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744930874 -SHA256 (lxqt/libdbusmenu-lxqt-0.3.0.tar.xz) = ada0d14d3a4d9fb0ba344bf078d351046dfd226da1096f866d78167a79243ff9 -SIZE (lxqt/libdbusmenu-lxqt-0.3.0.tar.xz) = 40084 +TIMESTAMP = 1777183927 +SHA256 (lxqt/libdbusmenu-lxqt-0.4.0.tar.xz) = b7f94d653559f021932aada76291e933535431a337c39c1a146d0461dd27a103 +SIZE (lxqt/libdbusmenu-lxqt-0.4.0.tar.xz) = 40380 diff --git a/devel/libdbusmenu-lxqt/pkg-plist b/devel/libdbusmenu-lxqt/pkg-plist index b85714f12f92..f84ef32132d9 100644 --- a/devel/libdbusmenu-lxqt/pkg-plist +++ b/devel/libdbusmenu-lxqt/pkg-plist @@ -1,93 +1,93 @@ include/dbusmenu-lxqt/dbusmenu_export.h include/dbusmenu-lxqt/dbusmenu_version.h include/dbusmenu-lxqt/dbusmenuexporter.h include/dbusmenu-lxqt/dbusmenuimporter.h lib/cmake/dbusmenu-lxqt/dbusmenu-lxqt-config-version.cmake lib/cmake/dbusmenu-lxqt/dbusmenu-lxqt-config.cmake lib/cmake/dbusmenu-lxqt/dbusmenu-lxqt-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/dbusmenu-lxqt/dbusmenu-lxqt-targets.cmake lib/libdbusmenu-lxqt.so lib/libdbusmenu-lxqt.so.0 lib/libdbusmenu-lxqt.so.%%VERSION%% libdata/pkgconfig/dbusmenu-lxqt.pc %%DOXYGEN%%%%DOCSDIR%%-doc/annotated.html %%DOXYGEN%%%%DOCSDIR%%-doc/bc_s.png %%DOXYGEN%%%%DOCSDIR%%-doc/bc_sd.png %%DOXYGEN%%%%DOCSDIR%%-doc/bdwn.png %%DOXYGEN%%%%DOCSDIR%%-doc/classDBusMenuExporter-members.html %%DOXYGEN%%%%DOCSDIR%%-doc/classDBusMenuExporter.html %%DOXYGEN%%%%DOCSDIR%%-doc/classDBusMenuExporter.png %%DOXYGEN%%%%DOCSDIR%%-doc/classDBusMenuImporter-members.html %%DOXYGEN%%%%DOCSDIR%%-doc/classDBusMenuImporter.html %%DOXYGEN%%%%DOCSDIR%%-doc/classDBusMenuImporter.png %%DOXYGEN%%%%DOCSDIR%%-doc/classMenu-members.html %%DOXYGEN%%%%DOCSDIR%%-doc/classMenu.html %%DOXYGEN%%%%DOCSDIR%%-doc/classMenu.png %%DOXYGEN%%%%DOCSDIR%%-doc/classes.html %%DOXYGEN%%%%DOCSDIR%%-doc/closed.png %%DOXYGEN%%%%DOCSDIR%%-doc/dbusmenu__export_8h_source.html %%DOXYGEN%%%%DOCSDIR%%-doc/dbusmenuexporter_8h_source.html %%DOXYGEN%%%%DOCSDIR%%-doc/dbusmenuimporter_8h_source.html %%DOXYGEN%%%%DOCSDIR%%-doc/deprecated.html -%%DOXYGEN%%%%DOCSDIR%%-doc/dir_92d905a2582396d400d240cfcac8b71c.html -%%DOXYGEN%%%%DOCSDIR%%-doc/dir_d016f966dff4c898d0cf1468a4da86eb.html +%%DOXYGEN%%%%DOCSDIR%%-doc/dir_6b5b49a621685d01d823a5e4a8f51321.html +%%DOXYGEN%%%%DOCSDIR%%-doc/dir_b5efcb4662d00106496f21e740984fa7.html %%DOXYGEN%%%%DOCSDIR%%-doc/doc.png %%DOXYGEN%%%%DOCSDIR%%-doc/docd.png %%DOXYGEN%%%%DOCSDIR%%-doc/doxygen.css %%DOXYGEN%%%%DOCSDIR%%-doc/doxygen.svg %%DOXYGEN%%%%DOCSDIR%%-doc/dynsections.js %%DOXYGEN%%%%DOCSDIR%%-doc/files.html %%DOXYGEN%%%%DOCSDIR%%-doc/folderclosed.png %%DOXYGEN%%%%DOCSDIR%%-doc/folderopen.png %%DOXYGEN%%%%DOCSDIR%%-doc/functions.html %%DOXYGEN%%%%DOCSDIR%%-doc/functions_func.html %%DOXYGEN%%%%DOCSDIR%%-doc/hierarchy.html %%DOXYGEN%%%%DOCSDIR%%-doc/index.html %%DOXYGEN%%%%DOCSDIR%%-doc/jquery.js %%DOXYGEN%%%%DOCSDIR%%-doc/menu.js %%DOXYGEN%%%%DOCSDIR%%-doc/menudata.js %%DOXYGEN%%%%DOCSDIR%%-doc/nav_f.png %%DOXYGEN%%%%DOCSDIR%%-doc/nav_fd.png %%DOXYGEN%%%%DOCSDIR%%-doc/nav_g.png %%DOXYGEN%%%%DOCSDIR%%-doc/nav_h.png %%DOXYGEN%%%%DOCSDIR%%-doc/nav_hd.png %%DOXYGEN%%%%DOCSDIR%%-doc/open.png %%DOXYGEN%%%%DOCSDIR%%-doc/pages.html %%DOXYGEN%%%%DOCSDIR%%-doc/search/all_0.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/all_1.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/all_2.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/all_3.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/all_4.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/all_5.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/all_6.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/classes_0.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/classes_1.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/close.svg %%DOXYGEN%%%%DOCSDIR%%-doc/search/functions_0.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/functions_1.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/functions_2.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/functions_3.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/functions_4.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/functions_5.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/functions_6.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/mag.svg %%DOXYGEN%%%%DOCSDIR%%-doc/search/mag_d.svg %%DOXYGEN%%%%DOCSDIR%%-doc/search/mag_sel.svg %%DOXYGEN%%%%DOCSDIR%%-doc/search/mag_seld.svg %%DOXYGEN%%%%DOCSDIR%%-doc/search/pages_0.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/search.css %%DOXYGEN%%%%DOCSDIR%%-doc/search/search.js %%DOXYGEN%%%%DOCSDIR%%-doc/search/searchdata.js %%DOXYGEN%%%%DOCSDIR%%-doc/splitbar.png %%DOXYGEN%%%%DOCSDIR%%-doc/splitbard.png %%DOXYGEN%%%%DOCSDIR%%-doc/sync_off.png %%DOXYGEN%%%%DOCSDIR%%-doc/sync_on.png %%DOXYGEN%%%%DOCSDIR%%-doc/tab_a.png %%DOXYGEN%%%%DOCSDIR%%-doc/tab_ad.png %%DOXYGEN%%%%DOCSDIR%%-doc/tab_b.png %%DOXYGEN%%%%DOCSDIR%%-doc/tab_bd.png %%DOXYGEN%%%%DOCSDIR%%-doc/tab_h.png %%DOXYGEN%%%%DOCSDIR%%-doc/tab_hd.png %%DOXYGEN%%%%DOCSDIR%%-doc/tab_s.png %%DOXYGEN%%%%DOCSDIR%%-doc/tab_sd.png %%DOXYGEN%%%%DOCSDIR%%-doc/tabs.css diff --git a/devel/liblxqt/Makefile b/devel/liblxqt/Makefile index c740a406edb0..ded341dcf55a 100644 --- a/devel/liblxqt/Makefile +++ b/devel/liblxqt/Makefile @@ -1,24 +1,23 @@ PORTNAME= liblxqt -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= devel MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= Shared library for LXQt applications WWW= https://github.com/lxqt/liblxqt LICENSE= LGPL21+ LIB_DEPENDS= libpolkit-qt6-core-1.so:sysutils/polkit-qt-1@qt6 USES= cmake compiler:c++20-lang gnome kde:6 lxqt:2 \ pkgconfig qt:6 tar:xz xorg USE_GNOME= glib20 USE_QT= base:run tools:build svg USE_KDE= windowsystem USE_XORG= x11 xscrnsaver USE_LDCONFIG= yes USE_LXQT= buildtools2 qt6xdg .include diff --git a/devel/liblxqt/distinfo b/devel/liblxqt/distinfo index 0ef699eb6e67..68b4f1409ada 100644 --- a/devel/liblxqt/distinfo +++ b/devel/liblxqt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762978978 -SHA256 (lxqt/liblxqt-2.3.0.tar.xz) = 2b5c619d2f166e56ed899a856fbad419d80d85d8b3ffdd08909b596cf886e4dc -SIZE (lxqt/liblxqt-2.3.0.tar.xz) = 88024 +TIMESTAMP = 1777184417 +SHA256 (lxqt/liblxqt-2.4.0.tar.xz) = 6627215644eb370723536274555743db52baed919db6ffc32ebc2bdf3cf8ee4a +SIZE (lxqt/liblxqt-2.4.0.tar.xz) = 90676 diff --git a/devel/libqt6xdg/Makefile b/devel/libqt6xdg/Makefile index 2cff6b0b24de..d9aa63e568f1 100644 --- a/devel/libqt6xdg/Makefile +++ b/devel/libqt6xdg/Makefile @@ -1,19 +1,18 @@ PORTNAME= libqt6xdg -PORTVERSION= 4.3.0 -PORTREVISION= 2 +PORTVERSION= 4.4.0 CATEGORIES= devel MASTER_SITES= LXQT/${PORTNAME:S/6//} MAINTAINER= lxqt@FreeBSD.org COMMENT= Qt6 implementation of freedesktop.org xdg specs WWW= https://github.com/lxde/libqtxdg LICENSE= LGPL21+ USES= cmake compiler:c++20-lang gnome lxqt:2 pkgconfig qt:6 tar:xz USE_LDCONFIG= yes USE_GNOME= glib20 USE_LXQT= buildtools2 USE_QT= base:run tools:build svg .include diff --git a/devel/libqt6xdg/distinfo b/devel/libqt6xdg/distinfo index ac0172e840d1..ecb4cfb47827 100644 --- a/devel/libqt6xdg/distinfo +++ b/devel/libqt6xdg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979049 -SHA256 (lxqt/libqtxdg-4.3.0.tar.xz) = 846cb8a35ab55ea3d513a860b6bb5fdf45e2de95a037afb73538b316908efa55 -SIZE (lxqt/libqtxdg-4.3.0.tar.xz) = 72784 +TIMESTAMP = 1777184460 +SHA256 (lxqt/libqtxdg-4.4.0.tar.xz) = 34d25949ae7b6275fb54da46187dd8ba41771600353405b15e53bdc90b9e287a +SIZE (lxqt/libqtxdg-4.4.0.tar.xz) = 75152 diff --git a/devel/lxqt2-build-tools/Makefile b/devel/lxqt2-build-tools/Makefile index def320c00605..82bd0ed098f2 100644 --- a/devel/lxqt2-build-tools/Makefile +++ b/devel/lxqt2-build-tools/Makefile @@ -1,19 +1,19 @@ PORTNAME= lxqt2-build-tools -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 CATEGORIES= devel MASTER_SITES= LXQT/${PORTNAME:S/2//} MAINTAINER= lxqt@FreeBSD.org COMMENT= Helpers CMake modules for LXQt2 WWW= https://github.com/lxqt/lxqt-build-tools LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/BSD-3-Clause USES= cmake lxqt:2 pkgconfig qt:6 tar:xz gnome USE_QT= base:run tools:build USE_GNOME= glib20 CMAKE_ARGS+= -DLXQT_ETC_XDG_DIR=${PREFIX}/etc/xdg .include diff --git a/devel/lxqt2-build-tools/distinfo b/devel/lxqt2-build-tools/distinfo index 196403403b8d..ab0ac3b7dec0 100644 --- a/devel/lxqt2-build-tools/distinfo +++ b/devel/lxqt2-build-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979085 -SHA256 (lxqt/lxqt-build-tools-2.3.0.tar.xz) = f979142ceee22993da6f5d43a7eea9b0d8ef1ff9812ea9210f514e9a52407f42 -SIZE (lxqt/lxqt-build-tools-2.3.0.tar.xz) = 25784 +TIMESTAMP = 1777183361 +SHA256 (lxqt/lxqt-build-tools-2.4.0.tar.xz) = 14999ff954e820a23af44389b9f7c65f9e58b2f1c0a559f0badd38f9b459aee6 +SIZE (lxqt/lxqt-build-tools-2.4.0.tar.xz) = 26924 diff --git a/devel/lxqt2-build-tools/files/patch-cmake_modules_LXQtCompilerSettings.cmake b/devel/lxqt2-build-tools/files/patch-cmake_modules_LXQtCompilerSettings.cmake new file mode 100644 index 000000000000..fbdc747729f7 --- /dev/null +++ b/devel/lxqt2-build-tools/files/patch-cmake_modules_LXQtCompilerSettings.cmake @@ -0,0 +1,11 @@ +--- cmake/modules/LXQtCompilerSettings.cmake.orig 2026-04-26 06:06:29 UTC ++++ cmake/modules/LXQtCompilerSettings.cmake +@@ -164,7 +164,7 @@ if (CMAKE_COMPILER_IS_GNUCXX OR LXQT_COMPILER_IS_CLANG + set(NO_UNDEFINED_FLAGS "-Wl,--no-undefined") + # -Bsymbolic-functions: replace dynamic symbols used internally in + # shared libs with direct addresses. +- set(SYMBOLIC_FLAGS "-Wl,-Bsymbolic-functions") ++ set(SYMBOLIC_FLAGS "") + endif() + + set(CMAKE_SHARED_LINKER_FLAGS diff --git a/graphics/lximage-qt/Makefile b/graphics/lximage-qt/Makefile index 0d75543032d1..d37849ec09df 100644 --- a/graphics/lximage-qt/Makefile +++ b/graphics/lximage-qt/Makefile @@ -1,24 +1,24 @@ PORTNAME= lximage-qt -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 CATEGORIES= graphics MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= Image viewer WWW= https://github.com/lxde/lximage-qt LICENSE= GPLv2 LIB_DEPENDS= libexif.so:graphics/libexif \ libmenu-cache.so:x11/menu-cache USES= cmake compiler:c++20-lang desktop-file-utils gettext-runtime \ gnome localbase:ldflags lxqt:2 perl5 pkgconfig qt:6 gnome tar:xz xorg USE_GNOME= glib20 USE_PERL5= build USE_QT= base:run tools:build svg USE_LXQT= buildtools2 libfmqt6 USE_XORG= ice sm x11 xcb xext xfixes .include diff --git a/graphics/lximage-qt/distinfo b/graphics/lximage-qt/distinfo index 0a20ba51fd23..8c82e75de5fa 100644 --- a/graphics/lximage-qt/distinfo +++ b/graphics/lximage-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979143 -SHA256 (lxqt/lximage-qt-2.3.0.tar.xz) = 9376d492945917a5ee2ec6a69bb8f6aeadf89d0f14c38d73a2eac5407b34b641 -SIZE (lxqt/lximage-qt-2.3.0.tar.xz) = 862192 +TIMESTAMP = 1777194225 +SHA256 (lxqt/lximage-qt-2.4.0.tar.xz) = 7ca49039f3246011b80d76037603ac6a7af484574d8e5e2cc5bb7b8534298636 +SIZE (lxqt/lximage-qt-2.4.0.tar.xz) = 869496 diff --git a/graphics/lximage-qt/pkg-plist b/graphics/lximage-qt/pkg-plist index b616d193fca7..dd55cc95f023 100644 --- a/graphics/lximage-qt/pkg-plist +++ b/graphics/lximage-qt/pkg-plist @@ -1,52 +1,54 @@ bin/lximage-qt share/applications/lximage-qt.desktop share/icons/hicolor/48x48/apps/lximage-qt.svg %%DATADIR%%/translations/lximage-qt_ar.qm %%DATADIR%%/translations/lximage-qt_arn.qm %%DATADIR%%/translations/lximage-qt_ast.qm %%DATADIR%%/translations/lximage-qt_bg.qm %%DATADIR%%/translations/lximage-qt_ca.qm %%DATADIR%%/translations/lximage-qt_cs.qm %%DATADIR%%/translations/lximage-qt_cy.qm %%DATADIR%%/translations/lximage-qt_da.qm %%DATADIR%%/translations/lximage-qt_de.qm %%DATADIR%%/translations/lximage-qt_de_CH.qm %%DATADIR%%/translations/lximage-qt_el.qm %%DATADIR%%/translations/lximage-qt_en_GB.qm %%DATADIR%%/translations/lximage-qt_es.qm %%DATADIR%%/translations/lximage-qt_et.qm %%DATADIR%%/translations/lximage-qt_fi.qm %%DATADIR%%/translations/lximage-qt_fr.qm %%DATADIR%%/translations/lximage-qt_fur.qm %%DATADIR%%/translations/lximage-qt_gl.qm %%DATADIR%%/translations/lximage-qt_he.qm %%DATADIR%%/translations/lximage-qt_hi.qm %%DATADIR%%/translations/lximage-qt_hr.qm %%DATADIR%%/translations/lximage-qt_hu.qm %%DATADIR%%/translations/lximage-qt_id.qm %%DATADIR%%/translations/lximage-qt_is.qm %%DATADIR%%/translations/lximage-qt_it.qm %%DATADIR%%/translations/lximage-qt_ja.qm %%DATADIR%%/translations/lximage-qt_ka.qm %%DATADIR%%/translations/lximage-qt_kab.qm +%%DATADIR%%/translations/lximage-qt_kk.qm %%DATADIR%%/translations/lximage-qt_ko.qm %%DATADIR%%/translations/lximage-qt_lg.qm %%DATADIR%%/translations/lximage-qt_lt.qm +%%DATADIR%%/translations/lximage-qt_mk.qm %%DATADIR%%/translations/lximage-qt_nb_NO.qm %%DATADIR%%/translations/lximage-qt_nl.qm %%DATADIR%%/translations/lximage-qt_oc.qm %%DATADIR%%/translations/lximage-qt_pa.qm %%DATADIR%%/translations/lximage-qt_pl.qm %%DATADIR%%/translations/lximage-qt_pt.qm %%DATADIR%%/translations/lximage-qt_pt_BR.qm %%DATADIR%%/translations/lximage-qt_ru.qm %%DATADIR%%/translations/lximage-qt_si.qm %%DATADIR%%/translations/lximage-qt_sk.qm %%DATADIR%%/translations/lximage-qt_sl.qm %%DATADIR%%/translations/lximage-qt_sv.qm %%DATADIR%%/translations/lximage-qt_tr.qm %%DATADIR%%/translations/lximage-qt_uk.qm %%DATADIR%%/translations/lximage-qt_vi.qm %%DATADIR%%/translations/lximage-qt_zh_CN.qm %%DATADIR%%/translations/lximage-qt_zh_TW.qm share/metainfo/lximage-qt.metainfo.xml diff --git a/security/lxqt-openssh-askpass/Makefile b/security/lxqt-openssh-askpass/Makefile index 11052a737063..5c7639cc4719 100644 --- a/security/lxqt-openssh-askpass/Makefile +++ b/security/lxqt-openssh-askpass/Makefile @@ -1,19 +1,18 @@ PORTNAME= lxqt-openssh-askpass -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= security MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= LXQt GUI dialog for OpenSSH authentication WWW= https://lxqt-project.org LICENSE= LGPL21+ USES= cmake compiler:c++20-lang gettext-runtime lxqt:2 perl5 \ pkgconfig qt:6 tar:xz USE_LXQT= buildtools2 lxqt USE_PERL5= build USE_QT= base:run tools:build .include diff --git a/security/lxqt-openssh-askpass/distinfo b/security/lxqt-openssh-askpass/distinfo index c5351bbc243e..93baba01b342 100644 --- a/security/lxqt-openssh-askpass/distinfo +++ b/security/lxqt-openssh-askpass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979165 -SHA256 (lxqt/lxqt-openssh-askpass-2.3.0.tar.xz) = 6354664b5509f315a65ce46449728552730c9c4c664d3e47b9f4ede94d94b9d8 -SIZE (lxqt/lxqt-openssh-askpass-2.3.0.tar.xz) = 18124 +TIMESTAMP = 1777196251 +SHA256 (lxqt/lxqt-openssh-askpass-2.4.0.tar.xz) = 1a4d5c9c9450cc08cacd1646fc55dc9c78c297ab1fbae49b8047df78665b5c55 +SIZE (lxqt/lxqt-openssh-askpass-2.4.0.tar.xz) = 19208 diff --git a/security/lxqt-openssh-askpass/pkg-plist b/security/lxqt-openssh-askpass/pkg-plist index 2c4052b25f45..e2abc3775f42 100644 --- a/security/lxqt-openssh-askpass/pkg-plist +++ b/security/lxqt-openssh-askpass/pkg-plist @@ -1,46 +1,47 @@ bin/lxqt-openssh-askpass %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_da.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_de.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_el.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_es.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_et.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_he.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_id.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_it.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_si.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_vi.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_zh_TW.qm share/man/man1/lxqt-openssh-askpass.1.gz diff --git a/security/lxqt-sudo/Makefile b/security/lxqt-sudo/Makefile index b9dc7783b023..ef7687c21bf1 100644 --- a/security/lxqt-sudo/Makefile +++ b/security/lxqt-sudo/Makefile @@ -1,23 +1,22 @@ PORTNAME= lxqt-sudo -PORTVERSION= 2.3.0 -PORTREVISION= 4 +PORTVERSION= 2.4.0 CATEGORIES= security MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= GUI frontend to su/sudo/doas for LXQt desktop WWW= https://lxqt-project.org LICENSE= LGPL21+ USES= cmake compiler:c++20-lang gettext kde:6 lxqt:2 qt:6 perl5 tar:xz \ gnome sudo xorg USE_PERL5= build USE_QT= base:run tools:build svg USE_KDE= windowsystem USE_GNOME= glib20 USE_LXQT= buildtools2 lxqt USE_XORG= x11 .include diff --git a/security/lxqt-sudo/distinfo b/security/lxqt-sudo/distinfo index 7063be05f78c..4ecfe1b2f615 100644 --- a/security/lxqt-sudo/distinfo +++ b/security/lxqt-sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979185 -SHA256 (lxqt/lxqt-sudo-2.3.0.tar.xz) = 79bf1e4eb39b61fd00221e908189ba1a4a06f0ee84d3bd1f31a81293f2b1cca1 -SIZE (lxqt/lxqt-sudo-2.3.0.tar.xz) = 40480 +TIMESTAMP = 1777197612 +SHA256 (lxqt/lxqt-sudo-2.4.0.tar.xz) = 74aaa1663b288144f1398ff29330ce44715a51a8d7210f1672223c6052856eab +SIZE (lxqt/lxqt-sudo-2.4.0.tar.xz) = 42768 diff --git a/security/lxqt-sudo/pkg-plist b/security/lxqt-sudo/pkg-plist index 5f515295bcb2..02c89dcddcac 100644 --- a/security/lxqt-sudo/pkg-plist +++ b/security/lxqt-sudo/pkg-plist @@ -1,53 +1,54 @@ bin/lxdoas bin/lxqt-sudo bin/lxsu bin/lxsudo %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_da.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_de.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_el.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_es.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_et.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_he.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_id.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_it.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_si.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_sk.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_vi.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-sudo/lxqt-sudo_zh_TW.qm share/man/man1/lxdoas.1.gz share/man/man1/lxqt-sudo.1.gz share/man/man1/lxsu.1.gz share/man/man1/lxsudo.1.gz diff --git a/sysutils/libsysstat-qt6/Makefile b/sysutils/libsysstat-qt6/Makefile index e518428511cf..03f35a97b86c 100644 --- a/sysutils/libsysstat-qt6/Makefile +++ b/sysutils/libsysstat-qt6/Makefile @@ -1,22 +1,22 @@ PORTNAME= libsysstat PORTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils PKGNAMESUFFIX= -qt6 MAINTAINER= lxqt@FreeBSD.org COMMENT= Library used to query system info and statistics ported to qt6 WWW= https://lxqt-project.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++20-lang lxqt:2 pkgconfig tar:xz qt:6 USE_QT= base:run tools:build USE_LDCONFIG= yes USE_LXQT= buildtools2 post-extract: @${CP} ${FILESDIR}/config.h.in ${WRKSRC} .include diff --git a/sysutils/lxqt-admin/Makefile b/sysutils/lxqt-admin/Makefile index 6ce0755a010b..36a63c0dc63e 100644 --- a/sysutils/lxqt-admin/Makefile +++ b/sysutils/lxqt-admin/Makefile @@ -1,24 +1,23 @@ PORTNAME= lxqt-admin -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= sysutils MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= System administration tool for the LXQt desktop WWW= https://lxqt-project.org LICENSE= LGPL21+ LIB_DEPENDS= libpolkit-qt6-core-1.so:sysutils/polkit-qt-1@qt6 USES= cmake compiler:c++20-lang gnome kde:6 localbase lxqt:2 \ perl5 pkgconfig tar:xz qt:6 xorg USE_PERL5= build USE_QT= base:run tools:build svg USE_LXQT= buildtools2 lxqt USE_KDE= windowsystem USE_GNOME= glib20 USE_XORG= x11 .include diff --git a/sysutils/lxqt-admin/distinfo b/sysutils/lxqt-admin/distinfo index 3ed5bb0e7d97..f84c19f3191a 100644 --- a/sysutils/lxqt-admin/distinfo +++ b/sysutils/lxqt-admin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979293 -SHA256 (lxqt/lxqt-admin-2.3.0.tar.xz) = 4113c3e6ec8dec0f51965939daa9fd60de4effd7b193ceaeba3097e6ee7bb1c2 -SIZE (lxqt/lxqt-admin-2.3.0.tar.xz) = 157456 +TIMESTAMP = 1777194469 +SHA256 (lxqt/lxqt-admin-2.4.0.tar.xz) = 17b7c5e10bbdb2a6436ef237a7b0c5672a42a9b874f46cb147f81f0a2eff170a +SIZE (lxqt/lxqt-admin-2.4.0.tar.xz) = 159896 diff --git a/sysutils/lxqt-admin/pkg-plist b/sysutils/lxqt-admin/pkg-plist index 691080360410..83e034039e9f 100644 --- a/sysutils/lxqt-admin/pkg-plist +++ b/sysutils/lxqt-admin/pkg-plist @@ -1,97 +1,99 @@ bin/lxqt-admin-time bin/lxqt-admin-time-helper bin/lxqt-admin-user bin/lxqt-admin-user-helper share/applications/lxqt-admin-time.desktop share/applications/lxqt-admin-user.desktop %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_da.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_de.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_el.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_es.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_et.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_he.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_id.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_it.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_si.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_sk.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_vi.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-time/lxqt-admin-time_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_da.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_de.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_el.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_es.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_et.qm +%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_he.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_hi.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_id.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_it.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_si.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_sk.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_vi.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-admin-user/lxqt-admin-user_zh_TW.qm share/polkit-1/actions/org.lxqt.lxqt-admin-time.policy share/polkit-1/actions/org.lxqt.lxqt-admin-user.policy diff --git a/sysutils/lxqt-config/Makefile b/sysutils/lxqt-config/Makefile index 95ab2a8fb9e9..cac680799199 100644 --- a/sysutils/lxqt-config/Makefile +++ b/sysutils/lxqt-config/Makefile @@ -1,32 +1,31 @@ PORTNAME= lxqt-config -PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTVERSION= 2.4.0 CATEGORIES= sysutils DIST_SUBDIR= lxqt MAINTAINER= lxqt@FreeBSD.org COMMENT= LXQt system settings center WWW= https://lxqt-project.org LICENSE= GPLv2 LGPL21+ LICENSE_COMB= multi BUILD_DEPENDS= lxqt-menu-data>=2.3.0:x11/lxqt-menu-data \ ${LOCALBASE}/lib/xorg/modules/input/libinput_drv.so:x11-drivers/xf86-input-libinput RUN_DEPENDS= lxqt-menu-data>=2.0.0:x11/lxqt-menu-data LIB_DEPENDS= libudev.so:devel/libudev-devd USES= cmake compiler:c++20-lang kde:6 localbase:ldflags lxqt:2 \ qt:6 perl5 pkgconfig tar:xz xorg gnome USE_QT= base:run tools:build svg USE_KDE= libkscreen windowsystem USE_GNOME= glib20 USE_PERL5= build USE_XORG= ice sm x11 xcb xcursor xext xfixes xrandr xi USE_LDCONFIG= yes USE_LXQT= buildtools2 lxqt CXXFLAGS+= -Wno-c++11-narrowing .include diff --git a/sysutils/lxqt-config/distinfo b/sysutils/lxqt-config/distinfo index a22d5dc1c3a5..2dcc346661cf 100644 --- a/sysutils/lxqt-config/distinfo +++ b/sysutils/lxqt-config/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1769812630 -SHA256 (lxqt/lxqt-config-2.3.1.tar.xz) = 69e5ca947fda1d2b4242f3021af8c41bd0ec03096e946ca37e50248e44dd8e01 -SIZE (lxqt/lxqt-config-2.3.1.tar.xz) = 412040 +TIMESTAMP = 1777194693 +SHA256 (lxqt/lxqt-config-2.4.0.tar.xz) = 8943a0d61993e068fa71aac85eb1eb93ac32064928ee1c8c1ff9666b45e1610e +SIZE (lxqt/lxqt-config-2.4.0.tar.xz) = 416440 diff --git a/sysutils/lxqt-config/pkg-plist b/sysutils/lxqt-config/pkg-plist index 442c3f8b72c7..5c1fbc846d96 100644 --- a/sysutils/lxqt-config/pkg-plist +++ b/sysutils/lxqt-config/pkg-plist @@ -1,409 +1,411 @@ bin/lxqt-config bin/lxqt-config-appearance bin/lxqt-config-brightness bin/lxqt-config-file-associations bin/lxqt-config-input bin/lxqt-config-locale bin/lxqt-config-monitor lib/lxqt-config/liblxqt-config-cursor.so share/applications/lxqt-config-appearance.desktop share/applications/lxqt-config-brightness.desktop share/applications/lxqt-config-file-associations.desktop share/applications/lxqt-config-input.desktop share/applications/lxqt-config-locale.desktop share/applications/lxqt-config-monitor-autostart.desktop share/applications/lxqt-config-monitor.desktop share/applications/lxqt-config-touchpad-autostart.desktop share/applications/lxqt-config.desktop share/icons/hicolor/48x48/apps/brightnesssettings.svg %%LXQT_SHAREDIR%%/icons/monitor.svg %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_et.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_fa.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_hi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ia.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_kab.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_si.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_sk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_sr_BA.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_sr_RS.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_vi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_et.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_si.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_et.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_hi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_kab.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_si.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_et.qm +%%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_si.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_af.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_bn.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_bn_IN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_et.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_is.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_kab.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_si.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_en_GB.qm +%%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_et.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_hi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_kab.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_si.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_et.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_kab.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_si.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_et.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_fa.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_hi.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_kab.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_si.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_vi.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_zh_TW.qm share/man/man1/lxqt-config-appearance.1.gz share/man/man1/lxqt-config-input.1.gz share/man/man1/lxqt-config.1.gz diff --git a/sysutils/lxqt-policykit/Makefile b/sysutils/lxqt-policykit/Makefile index c72aef6afc36..431eae11ad0c 100644 --- a/sysutils/lxqt-policykit/Makefile +++ b/sysutils/lxqt-policykit/Makefile @@ -1,25 +1,24 @@ PORTNAME= lxqt-policykit -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= sysutils MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= PolicyKit authentication agent WWW= https://lxqt-project.org LICENSE= LGPL21+ LIB_DEPENDS= libpolkit-qt6-agent-1.so:sysutils/polkit-qt-1@qt6 \ libpolkit-agent-1.so:sysutils/polkit USES= cmake compiler:c++20-lang gnome gettext-runtime lxqt:2 \ qt:6 perl5 localbase:ldflags pkgconfig tar:xz xorg USE_PERL5= build USE_QT= base:run tools:build USE_LXQT= buildtools2 lxqt USE_GNOME= glib20 USE_XORG= x11 .include diff --git a/sysutils/lxqt-policykit/distinfo b/sysutils/lxqt-policykit/distinfo index 97c85bd7d7e0..096d1e2e47a4 100644 --- a/sysutils/lxqt-policykit/distinfo +++ b/sysutils/lxqt-policykit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979343 -SHA256 (lxqt/lxqt-policykit-2.3.0.tar.xz) = 7ccf2547aa980eac6c4002acdea2c07b38ae017913a54f29d2221d18ee352cdf -SIZE (lxqt/lxqt-policykit-2.3.0.tar.xz) = 40232 +TIMESTAMP = 1777197259 +SHA256 (lxqt/lxqt-policykit-2.4.0.tar.xz) = d151161ce639d3dee07f41e0fc623951da0d62c405b1cecd6960e76cfdc43846 +SIZE (lxqt/lxqt-policykit-2.4.0.tar.xz) = 41548 diff --git a/sysutils/lxqt-policykit/pkg-plist b/sysutils/lxqt-policykit/pkg-plist index a044cb322318..ff90818a5876 100644 --- a/sysutils/lxqt-policykit/pkg-plist +++ b/sysutils/lxqt-policykit/pkg-plist @@ -1,46 +1,47 @@ bin/lxqt-policykit-agent etc/xdg/autostart/lxqt-policykit-agent.desktop %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_da.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_de.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_el.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_es.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_et.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_he.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_id.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_it.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_ro.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_vi.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_zh_TW.qm share/man/man1/lxqt-policykit-agent.1.gz diff --git a/sysutils/lxqt-powermanagement/Makefile b/sysutils/lxqt-powermanagement/Makefile index e4059ed31d37..2a90d490d56b 100644 --- a/sysutils/lxqt-powermanagement/Makefile +++ b/sysutils/lxqt-powermanagement/Makefile @@ -1,24 +1,23 @@ PORTNAME= lxqt-powermanagement -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= sysutils MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= LXQt power management WWW= https://github.com/lxqt/lxqt-powermanagement LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= upower:sysutils/upower USES= cmake compiler:c++20-lang gettext-runtime kde:6 lxqt:2 qt:6 \ localbase:ldflags perl5 pkgconfig tar:xz gnome xorg USE_PERL5= build USE_QT= base:run tools:build svg USE_GNOME= glib20 USE_KDE= idletime solid windowsystem USE_LXQT= buildtools2 lxqt globalkeys USE_XORG= x11 .include diff --git a/sysutils/lxqt-powermanagement/distinfo b/sysutils/lxqt-powermanagement/distinfo index 3510a625be05..85dffd6476aa 100644 --- a/sysutils/lxqt-powermanagement/distinfo +++ b/sysutils/lxqt-powermanagement/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979359 -SHA256 (lxqt/lxqt-powermanagement-2.3.0.tar.xz) = 57a45c18f229112c5b10e700258fd14c0363a9d5023f967ab1f35dd503599e76 -SIZE (lxqt/lxqt-powermanagement-2.3.0.tar.xz) = 109764 +TIMESTAMP = 1777197288 +SHA256 (lxqt/lxqt-powermanagement-2.4.0.tar.xz) = 24dcc7f668e97c8c0f8584115d376190493d47f36c73bab6042814c772280360 +SIZE (lxqt/lxqt-powermanagement-2.4.0.tar.xz) = 114936 diff --git a/sysutils/lxqt-powermanagement/pkg-plist b/sysutils/lxqt-powermanagement/pkg-plist index c33bf5e2f2ed..fad1994e0d04 100644 --- a/sysutils/lxqt-powermanagement/pkg-plist +++ b/sysutils/lxqt-powermanagement/pkg-plist @@ -1,88 +1,90 @@ bin/lxqt-config-powermanagement bin/lxqt-powermanagement etc/xdg/autostart/lxqt-powermanagement.desktop share/applications/lxqt-config-powermanagement.desktop share/icons/hicolor/scalable/devices/laptop-lid.svg %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_et.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_ka.qm +%%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_si.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_da.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_de.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_el.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_es.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_et.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_he.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_id.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_it.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_si.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_vi.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_zh_TW.qm diff --git a/sysutils/lxqt-qt6plugin/Makefile b/sysutils/lxqt-qt6plugin/Makefile index 8f8bfa953111..1ab16fb56781 100644 --- a/sysutils/lxqt-qt6plugin/Makefile +++ b/sysutils/lxqt-qt6plugin/Makefile @@ -1,28 +1,27 @@ PORTNAME= lxqt-qt6plugin -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= sysutils MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= LXQt system integration plugin for Qt6 WWW= https://lxqt-project.org LICENSE= LGPL21+ LIB_DEPENDS= libdbusmenu-lxqt.so:devel/libdbusmenu-lxqt \ libexif.so:graphics/libexif USES= cmake compiler:c++20-lang gnome kde:6 lxqt:2 pkgconfig tar:xz \ qt:6 gettext-runtime xorg USE_XORG= xcb USE_GNOME= glib20 USE_QT= base:run tools:build svg USE_KDE= windowsystem USE_LDCONFIG= yes USE_LXQT= buildtools2 qt6xdg libfmqt6 PLIST_FILES= ${QT_PLUGINDIR}/platformthemes/libqtlxqt.so .include diff --git a/sysutils/lxqt-qt6plugin/distinfo b/sysutils/lxqt-qt6plugin/distinfo index a3091a56ae88..f92861906f9a 100644 --- a/sysutils/lxqt-qt6plugin/distinfo +++ b/sysutils/lxqt-qt6plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979379 -SHA256 (lxqt/lxqt-qtplugin-2.3.0.tar.xz) = cae5d4292fa25facf899520767d9148adc5e4e14debae721eab8d7ff850ec102 -SIZE (lxqt/lxqt-qtplugin-2.3.0.tar.xz) = 24300 +TIMESTAMP = 1777197373 +SHA256 (lxqt/lxqt-qtplugin-2.4.0.tar.xz) = 8c36b572613ccb0e35d39e87c044ac07e115c2de85bbdb646ffe4533af788a45 +SIZE (lxqt/lxqt-qtplugin-2.4.0.tar.xz) = 25100 diff --git a/sysutils/qtxdg-tools/Makefile b/sysutils/qtxdg-tools/Makefile index 1b9cc77e0924..4671fdb5b79d 100644 --- a/sysutils/qtxdg-tools/Makefile +++ b/sysutils/qtxdg-tools/Makefile @@ -1,17 +1,17 @@ PORTNAME= qtxdg-tools -PORTVERSION= 4.3.0 +PORTVERSION= 4.4.0 CATEGORIES= sysutils MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= User tools for libqt6xdg WWW= https://github.com/lxqt/qtxdg-tools LICENSE= LGPL21+ USES= cmake compiler:c++20-lang gnome pkgconfig lxqt:2 qt:6 tar:xz USE_GNOME= glib20 USE_QT= tools:build base:run USE_LXQT= buildtools2 qt6xdg .include diff --git a/sysutils/qtxdg-tools/distinfo b/sysutils/qtxdg-tools/distinfo index a000dedb16b7..f592601674c1 100644 --- a/sysutils/qtxdg-tools/distinfo +++ b/sysutils/qtxdg-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979421 -SHA256 (lxqt/qtxdg-tools-4.3.0.tar.xz) = 6d84dc5016464741a6fbc466b94120267ea5333ebe037b9b0e1799846165ef96 -SIZE (lxqt/qtxdg-tools-4.3.0.tar.xz) = 16880 +TIMESTAMP = 1777196468 +SHA256 (lxqt/qtxdg-tools-4.4.0.tar.xz) = f21ba4308eac0effd417d910cc4916df7b6202aaeee777b51bb120f7abc6c5ac +SIZE (lxqt/qtxdg-tools-4.4.0.tar.xz) = 16948 diff --git a/x11-fm/pcmanfm-qt/Makefile b/x11-fm/pcmanfm-qt/Makefile index 00d9d829c11e..c17f6a7e4d13 100644 --- a/x11-fm/pcmanfm-qt/Makefile +++ b/x11-fm/pcmanfm-qt/Makefile @@ -1,28 +1,27 @@ PORTNAME= pcmanfm-qt -PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTVERSION= 2.4.0 CATEGORIES= x11-fm MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= LXQt file manager WWW= https://github.com/lxde/pcmanfm-qt LICENSE= GPLv2 LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \ libfm-qt6.so:x11/libfm-qt6 \ libexif.so:graphics/libexif RUN_DEPENDS= lxqt-menu-data>=2.0.0:x11/lxqt-menu-data USES= cmake compiler:c++20-lang gnome kde:6 gettext-runtime \ localbase:ldflags lxqt:2 perl5 pkgconfig qt:6 \ tar:xz xorg USE_PERL5= build USE_GNOME= glib20 gvfs:build:run USE_QT= base:run tools:build svg USE_KDE= layer-shell-qt USE_LXQT= buildtools2 libfmqt6 USE_XORG= xcb .include diff --git a/x11-fm/pcmanfm-qt/distinfo b/x11-fm/pcmanfm-qt/distinfo index 005b7ede9a09..3b237fd0edf1 100644 --- a/x11-fm/pcmanfm-qt/distinfo +++ b/x11-fm/pcmanfm-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979607 -SHA256 (lxqt/pcmanfm-qt-2.3.0.tar.xz) = 30ab4cc0f36aedd3f454cec2468d7b8a5820f12de1dd9e69d2e65d7299716d09 -SIZE (lxqt/pcmanfm-qt-2.3.0.tar.xz) = 422264 +TIMESTAMP = 1777197966 +SHA256 (lxqt/pcmanfm-qt-2.4.0.tar.xz) = 53fb1acf5a818300487ceffabc5b768034fa4dee956b9d1bc0019bb456b48daf +SIZE (lxqt/pcmanfm-qt-2.4.0.tar.xz) = 439124 diff --git a/x11-fm/pcmanfm-qt/pkg-plist b/x11-fm/pcmanfm-qt/pkg-plist index 632de565acb4..9ab72f789b45 100644 --- a/x11-fm/pcmanfm-qt/pkg-plist +++ b/x11-fm/pcmanfm-qt/pkg-plist @@ -1,59 +1,61 @@ bin/pcmanfm-qt etc/xdg/autostart/lxqt-desktop.desktop share/applications/pcmanfm-qt-desktop-pref.desktop share/applications/pcmanfm-qt.desktop share/icons/hicolor/scalable/apps/pcmanfm-qt.svg share/man/man1/pcmanfm-qt.1.gz @sample %%DATADIR%%/lxqt/settings.conf.sample %%DATADIR%%/translations/pcmanfm-qt_ar.qm %%DATADIR%%/translations/pcmanfm-qt_arn.qm %%DATADIR%%/translations/pcmanfm-qt_ast.qm %%DATADIR%%/translations/pcmanfm-qt_bg.qm %%DATADIR%%/translations/pcmanfm-qt_ca.qm %%DATADIR%%/translations/pcmanfm-qt_cs.qm %%DATADIR%%/translations/pcmanfm-qt_cy.qm %%DATADIR%%/translations/pcmanfm-qt_da.qm %%DATADIR%%/translations/pcmanfm-qt_de.qm %%DATADIR%%/translations/pcmanfm-qt_el.qm %%DATADIR%%/translations/pcmanfm-qt_en_GB.qm +%%DATADIR%%/translations/pcmanfm-qt_eo.qm %%DATADIR%%/translations/pcmanfm-qt_es.qm +%%DATADIR%%/translations/pcmanfm-qt_es_VE.qm %%DATADIR%%/translations/pcmanfm-qt_et.qm %%DATADIR%%/translations/pcmanfm-qt_eu.qm %%DATADIR%%/translations/pcmanfm-qt_fi.qm %%DATADIR%%/translations/pcmanfm-qt_fil.qm %%DATADIR%%/translations/pcmanfm-qt_fr.qm %%DATADIR%%/translations/pcmanfm-qt_ga.qm %%DATADIR%%/translations/pcmanfm-qt_gl.qm %%DATADIR%%/translations/pcmanfm-qt_he.qm %%DATADIR%%/translations/pcmanfm-qt_hi.qm %%DATADIR%%/translations/pcmanfm-qt_hr.qm %%DATADIR%%/translations/pcmanfm-qt_hu.qm %%DATADIR%%/translations/pcmanfm-qt_id.qm %%DATADIR%%/translations/pcmanfm-qt_ie.qm %%DATADIR%%/translations/pcmanfm-qt_is.qm %%DATADIR%%/translations/pcmanfm-qt_it.qm %%DATADIR%%/translations/pcmanfm-qt_ja.qm %%DATADIR%%/translations/pcmanfm-qt_ka.qm %%DATADIR%%/translations/pcmanfm-qt_kab.qm %%DATADIR%%/translations/pcmanfm-qt_kk.qm %%DATADIR%%/translations/pcmanfm-qt_ko.qm %%DATADIR%%/translations/pcmanfm-qt_lg.qm %%DATADIR%%/translations/pcmanfm-qt_lt.qm %%DATADIR%%/translations/pcmanfm-qt_lv.qm %%DATADIR%%/translations/pcmanfm-qt_nb_NO.qm %%DATADIR%%/translations/pcmanfm-qt_nl.qm %%DATADIR%%/translations/pcmanfm-qt_oc.qm %%DATADIR%%/translations/pcmanfm-qt_pl.qm %%DATADIR%%/translations/pcmanfm-qt_pt.qm %%DATADIR%%/translations/pcmanfm-qt_pt_BR.qm %%DATADIR%%/translations/pcmanfm-qt_ro.qm %%DATADIR%%/translations/pcmanfm-qt_ru.qm %%DATADIR%%/translations/pcmanfm-qt_si.qm %%DATADIR%%/translations/pcmanfm-qt_sk_SK.qm %%DATADIR%%/translations/pcmanfm-qt_sl.qm %%DATADIR%%/translations/pcmanfm-qt_sv.qm %%DATADIR%%/translations/pcmanfm-qt_tr.qm %%DATADIR%%/translations/pcmanfm-qt_uk.qm %%DATADIR%%/translations/pcmanfm-qt_vi.qm %%DATADIR%%/translations/pcmanfm-qt_zh_CN.qm %%DATADIR%%/translations/pcmanfm-qt_zh_TW.qm diff --git a/x11-themes/lxqt-themes/Makefile b/x11-themes/lxqt-themes/Makefile index 8dc5e3112ec3..7d2aeefe5783 100644 --- a/x11-themes/lxqt-themes/Makefile +++ b/x11-themes/lxqt-themes/Makefile @@ -1,15 +1,15 @@ PORTNAME= lxqt-themes -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 CATEGORIES= x11-themes MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= Themes for the LXQt desktop WWW= https://lxqt-project.org LICENSE= LGPL21+ USES= cmake lxqt:2 tar:xz perl5 USE_LXQT= buildtools2 .include diff --git a/x11-themes/lxqt-themes/distinfo b/x11-themes/lxqt-themes/distinfo index a5cfb752300c..8f1f91fe3b25 100644 --- a/x11-themes/lxqt-themes/distinfo +++ b/x11-themes/lxqt-themes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979627 -SHA256 (lxqt/lxqt-themes-2.3.0.tar.xz) = e6ea956409b50e64e3eefe7b1b60c3ca9b9525dec3ff1eb53438ece55312ccb3 -SIZE (lxqt/lxqt-themes-2.3.0.tar.xz) = 27234452 +TIMESTAMP = 1777197730 +SHA256 (lxqt/lxqt-themes-2.4.0.tar.xz) = b39475e0fdaf5b94747141da28319694d45d4646b3d83c45917f5a1d9af432fb +SIZE (lxqt/lxqt-themes-2.4.0.tar.xz) = 27241588 diff --git a/x11-themes/lxqt-themes/pkg-plist b/x11-themes/lxqt-themes/pkg-plist index 798666b612b2..28349fc99e70 100644 --- a/x11-themes/lxqt-themes/pkg-plist +++ b/x11-themes/lxqt-themes/pkg-plist @@ -1,354 +1,355 @@ share/icons/hicolor/scalable/apps/lxqt.svg share/icons/hicolor/scalable/places/start-here-lxqt.svg %%LXQT_SHAREDIR%%/graphics/README %%LXQT_SHAREDIR%%/graphics/helix-bright.png %%LXQT_SHAREDIR%%/graphics/helix-lxqt-shadow.png %%LXQT_SHAREDIR%%/graphics/helix-shadow-effect.png %%LXQT_SHAREDIR%%/graphics/helix.svg %%LXQT_SHAREDIR%%/graphics/helix_1120.png %%LXQT_SHAREDIR%%/graphics/helix_150.png %%LXQT_SHAREDIR%%/graphics/helix_60.png %%LXQT_SHAREDIR%%/graphics/helix_blue_shadow.png %%LXQT_SHAREDIR%%/graphics/helix_lxqt.svg %%LXQT_SHAREDIR%%/graphics/helix_shadow.png %%LXQT_SHAREDIR%%/graphics/helix_white_shadow.png %%LXQT_SHAREDIR%%/graphics/lxqt_logo.png %%LXQT_SHAREDIR%%/graphics/lxqt_logo_doxygen.png %%LXQT_SHAREDIR%%/graphics/spacer-dark-dots.svg %%LXQT_SHAREDIR%%/graphics/spacer-dark-line.svg %%LXQT_SHAREDIR%%/graphics/spacer-light-dots.svg %%LXQT_SHAREDIR%%/graphics/spacer-light-line.svg %%LXQT_SHAREDIR%%/palettes/Ambiance %%LXQT_SHAREDIR%%/palettes/Arch-Colors %%LXQT_SHAREDIR%%/palettes/Clearlooks %%LXQT_SHAREDIR%%/palettes/Dark %%LXQT_SHAREDIR%%/palettes/Frost %%LXQT_SHAREDIR%%/palettes/Graphite %%LXQT_SHAREDIR%%/palettes/KDE-Plasma %%LXQT_SHAREDIR%%/palettes/Kvantum %%LXQT_SHAREDIR%%/palettes/Leech %%LXQT_SHAREDIR%%/palettes/Light %%LXQT_SHAREDIR%%/palettes/Silver %%LXQT_SHAREDIR%%/palettes/Silver-bright %%LXQT_SHAREDIR%%/palettes/Valendas %%LXQT_SHAREDIR%%/themes/Arch-Colors/arrow-left-selected.svg %%LXQT_SHAREDIR%%/themes/Arch-Colors/arrow-left.svg %%LXQT_SHAREDIR%%/themes/Arch-Colors/arrow-right-selected.svg %%LXQT_SHAREDIR%%/themes/Arch-Colors/arrow-right.svg %%LXQT_SHAREDIR%%/themes/Arch-Colors/calendar-popup/left-arrow.svg %%LXQT_SHAREDIR%%/themes/Arch-Colors/calendar-popup/right-arrow.svg %%LXQT_SHAREDIR%%/themes/Arch-Colors/checked.svg %%LXQT_SHAREDIR%%/themes/Arch-Colors/color-picker.svg %%LXQT_SHAREDIR%%/themes/Arch-Colors/lxqt-config.qss %%LXQT_SHAREDIR%%/themes/Arch-Colors/lxqt-notificationd.qss %%LXQT_SHAREDIR%%/themes/Arch-Colors/lxqt-panel.qss %%LXQT_SHAREDIR%%/themes/Arch-Colors/lxqt-runner.qss %%LXQT_SHAREDIR%%/themes/Arch-Colors/lxqt-runner/close.svg %%LXQT_SHAREDIR%%/themes/Arch-Colors/lxqt-runner/down-arrow.svg %%LXQT_SHAREDIR%%/themes/Arch-Colors/lxqt-sudo.qss %%LXQT_SHAREDIR%%/themes/Arch-Colors/mainmenu-arch.svg %%LXQT_SHAREDIR%%/themes/Arch-Colors/mainmenu.svg %%LXQT_SHAREDIR%%/themes/Arch-Colors/preview.png %%LXQT_SHAREDIR%%/themes/Arch-Colors/spacer-plugin/spacer-dots.svg %%LXQT_SHAREDIR%%/themes/Arch-Colors/spacer-plugin/spacer-line.svg %%LXQT_SHAREDIR%%/themes/Arch-Colors/unchecked.svg %%LXQT_SHAREDIR%%/themes/Arch-Colors/wallpaper.cfg %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/arrows/arrow-left-selected.svg %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/arrows/arrow-left.svg %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/arrows/arrow-right-selected.svg %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/arrows/arrow-right.svg %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/boxes/checked-selected.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/boxes/checked.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/boxes/unchecked-selected.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/boxes/unchecked.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/buttons/arrow-down-active.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/buttons/arrow-down.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/buttons/arrow-up-active.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/buttons/arrow-up.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/buttons/spin-down-active.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/buttons/spin-down.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/buttons/spin-up-active.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/buttons/spin-up.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/icons/cancel.svg %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/icons/menu.svg %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/menus/bg.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/menus/mainmenu.svg %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/menus/menuitem.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/panel/dot-spacer.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/panel/line-spacer.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/arrow-down-hover.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/arrow-down-pressed.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/arrow-down.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/arrow-left-hover.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/arrow-left-pressed.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/arrow-left.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/arrow-right-hover.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/arrow-right-pressed.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/arrow-right.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/arrow-up-hover.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/arrow-up-pressed.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/arrow-up.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/grip-h.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/grip-v.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/groove.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/handle-h-active.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/handle-h.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/handle-v-active.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/handle-v.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/scrollbar-h.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/scrollbar-v.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/slider-active.png +%%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/slider-v.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/slider.png %%LXQT_SHAREDIR%%/themes/Clearlooks/assets/scrollbars/subpage.png %%LXQT_SHAREDIR%%/themes/Clearlooks/lxqt-config.qss %%LXQT_SHAREDIR%%/themes/Clearlooks/lxqt-leave.qss %%LXQT_SHAREDIR%%/themes/Clearlooks/lxqt-notificationd.qss %%LXQT_SHAREDIR%%/themes/Clearlooks/lxqt-panel.qss %%LXQT_SHAREDIR%%/themes/Clearlooks/lxqt-runner.qss %%LXQT_SHAREDIR%%/themes/Clearlooks/preview.png %%LXQT_SHAREDIR%%/themes/Clearlooks/wallpaper.cfg %%LXQT_SHAREDIR%%/themes/KDE-Plasma/checked.svg %%LXQT_SHAREDIR%%/themes/KDE-Plasma/left-arrow.svg %%LXQT_SHAREDIR%%/themes/KDE-Plasma/lxqt-config.qss %%LXQT_SHAREDIR%%/themes/KDE-Plasma/lxqt-notificationd.qss %%LXQT_SHAREDIR%%/themes/KDE-Plasma/lxqt-notificationd/window-close.svg %%LXQT_SHAREDIR%%/themes/KDE-Plasma/lxqt-panel.qss %%LXQT_SHAREDIR%%/themes/KDE-Plasma/lxqt-runner.qss %%LXQT_SHAREDIR%%/themes/KDE-Plasma/lxqt-runner/application-menu.svg %%LXQT_SHAREDIR%%/themes/KDE-Plasma/lxqt-runner/close-32x32.png %%LXQT_SHAREDIR%%/themes/KDE-Plasma/lxqt-runner/close-48x48.png %%LXQT_SHAREDIR%%/themes/KDE-Plasma/lxqt-runner/window-close.svg %%LXQT_SHAREDIR%%/themes/KDE-Plasma/mainmenu.svg %%LXQT_SHAREDIR%%/themes/KDE-Plasma/preview.png %%LXQT_SHAREDIR%%/themes/KDE-Plasma/right-arrow.svg %%LXQT_SHAREDIR%%/themes/KDE-Plasma/spacer-plugin/spacer-dots.svg %%LXQT_SHAREDIR%%/themes/KDE-Plasma/spacer-plugin/spacer-line.svg %%LXQT_SHAREDIR%%/themes/KDE-Plasma/unchecked.svg %%LXQT_SHAREDIR%%/themes/KDE-Plasma/wallpaper.cfg %%LXQT_SHAREDIR%%/themes/Leech/assets/arrows/arrow-left-selected.png %%LXQT_SHAREDIR%%/themes/Leech/assets/arrows/arrow-left.png %%LXQT_SHAREDIR%%/themes/Leech/assets/arrows/arrow-right-selected.png %%LXQT_SHAREDIR%%/themes/Leech/assets/arrows/arrow-right.png %%LXQT_SHAREDIR%%/themes/Leech/assets/boxes/checked.png %%LXQT_SHAREDIR%%/themes/Leech/assets/boxes/unchecked.png %%LXQT_SHAREDIR%%/themes/Leech/assets/buttons/arrow-down-pressed.png %%LXQT_SHAREDIR%%/themes/Leech/assets/buttons/arrow-down.png %%LXQT_SHAREDIR%%/themes/Leech/assets/buttons/arrow-up-pressed.png %%LXQT_SHAREDIR%%/themes/Leech/assets/buttons/arrow-up.png %%LXQT_SHAREDIR%%/themes/Leech/assets/buttons/spin-down-hover.png %%LXQT_SHAREDIR%%/themes/Leech/assets/buttons/spin-down.png %%LXQT_SHAREDIR%%/themes/Leech/assets/buttons/spin-up-hover.png %%LXQT_SHAREDIR%%/themes/Leech/assets/buttons/spin-up.png %%LXQT_SHAREDIR%%/themes/Leech/assets/icons/close.png %%LXQT_SHAREDIR%%/themes/Leech/assets/icons/close.svg %%LXQT_SHAREDIR%%/themes/Leech/assets/icons/menu.svg %%LXQT_SHAREDIR%%/themes/Leech/assets/menus/bg.png %%LXQT_SHAREDIR%%/themes/Leech/assets/menus/mainmenu.svg %%LXQT_SHAREDIR%%/themes/Leech/assets/menus/menuitem.png %%LXQT_SHAREDIR%%/themes/Leech/assets/panel/dot-spacer.png %%LXQT_SHAREDIR%%/themes/Leech/assets/panel/line-spacer.png %%LXQT_SHAREDIR%%/themes/Leech/assets/panel/task-active.png %%LXQT_SHAREDIR%%/themes/Leech/assets/panel/task-hover.png %%LXQT_SHAREDIR%%/themes/Leech/assets/panel/task-onhover.png %%LXQT_SHAREDIR%%/themes/Leech/assets/panel/task-urgent.png %%LXQT_SHAREDIR%%/themes/Leech/assets/panel/task.png %%LXQT_SHAREDIR%%/themes/Leech/assets/scrollbars/arrow-down.png %%LXQT_SHAREDIR%%/themes/Leech/assets/scrollbars/arrow-left.png %%LXQT_SHAREDIR%%/themes/Leech/assets/scrollbars/arrow-right.png %%LXQT_SHAREDIR%%/themes/Leech/assets/scrollbars/arrow-up.png %%LXQT_SHAREDIR%%/themes/Leech/assets/scrollbars/grip-h-active.png %%LXQT_SHAREDIR%%/themes/Leech/assets/scrollbars/grip-h.png %%LXQT_SHAREDIR%%/themes/Leech/assets/scrollbars/grip-v-active.png %%LXQT_SHAREDIR%%/themes/Leech/assets/scrollbars/grip-v.png %%LXQT_SHAREDIR%%/themes/Leech/assets/scrollbars/scrollbar-h.png %%LXQT_SHAREDIR%%/themes/Leech/assets/scrollbars/scrollbar-v.png %%LXQT_SHAREDIR%%/themes/Leech/lxqt-config.qss %%LXQT_SHAREDIR%%/themes/Leech/lxqt-leave.qss %%LXQT_SHAREDIR%%/themes/Leech/lxqt-notificationd.qss %%LXQT_SHAREDIR%%/themes/Leech/lxqt-panel.qss %%LXQT_SHAREDIR%%/themes/Leech/lxqt-runner.qss %%LXQT_SHAREDIR%%/themes/Leech/preview.png %%LXQT_SHAREDIR%%/themes/Leech/wallpaper.cfg %%LXQT_SHAREDIR%%/themes/Valendas/arrow-left-selected.svg %%LXQT_SHAREDIR%%/themes/Valendas/arrow-left.svg %%LXQT_SHAREDIR%%/themes/Valendas/arrow-right-selected.svg %%LXQT_SHAREDIR%%/themes/Valendas/arrow-right.svg %%LXQT_SHAREDIR%%/themes/Valendas/calendar-popup/left-arrow.svg %%LXQT_SHAREDIR%%/themes/Valendas/calendar-popup/right-arrow.svg %%LXQT_SHAREDIR%%/themes/Valendas/lxqt-config.qss %%LXQT_SHAREDIR%%/themes/Valendas/lxqt-notificationd.qss %%LXQT_SHAREDIR%%/themes/Valendas/lxqt-panel.qss %%LXQT_SHAREDIR%%/themes/Valendas/lxqt-runner/close.svg %%LXQT_SHAREDIR%%/themes/Valendas/lxqt-runner/down-arrow.svg %%LXQT_SHAREDIR%%/themes/Valendas/lxqt-sudo.qss %%LXQT_SHAREDIR%%/themes/Valendas/mainmenu.svg %%LXQT_SHAREDIR%%/themes/Valendas/preview.png %%LXQT_SHAREDIR%%/themes/Valendas/spacer-plugin/spacer-dots.svg %%LXQT_SHAREDIR%%/themes/Valendas/spacer-plugin/spacer-line.svg %%LXQT_SHAREDIR%%/themes/Valendas/wallpaper.cfg %%LXQT_SHAREDIR%%/themes/ambiance/arrow-left.svg %%LXQT_SHAREDIR%%/themes/ambiance/arrow-right.svg %%LXQT_SHAREDIR%%/themes/ambiance/checked.svg %%LXQT_SHAREDIR%%/themes/ambiance/lxqt-config.qss %%LXQT_SHAREDIR%%/themes/ambiance/lxqt-notificationd.qss %%LXQT_SHAREDIR%%/themes/ambiance/lxqt-notificationd/cancel.svg %%LXQT_SHAREDIR%%/themes/ambiance/lxqt-panel.qss %%LXQT_SHAREDIR%%/themes/ambiance/lxqt-runner.qss %%LXQT_SHAREDIR%%/themes/ambiance/lxqt-runner/clear.svg %%LXQT_SHAREDIR%%/themes/ambiance/lxqt-runner/navigation-menu.svg %%LXQT_SHAREDIR%%/themes/ambiance/mainmenu.svg %%LXQT_SHAREDIR%%/themes/ambiance/preview.png %%LXQT_SHAREDIR%%/themes/ambiance/spacer-plugin/spacer-dots.svg %%LXQT_SHAREDIR%%/themes/ambiance/spacer-plugin/spacer-line.svg %%LXQT_SHAREDIR%%/themes/ambiance/unchecked.svg %%LXQT_SHAREDIR%%/themes/ambiance/wallpaper.cfg %%LXQT_SHAREDIR%%/themes/dark/arrow-left.svg %%LXQT_SHAREDIR%%/themes/dark/arrow-right.svg %%LXQT_SHAREDIR%%/themes/dark/calendar-popup/left-arrow.svg %%LXQT_SHAREDIR%%/themes/dark/calendar-popup/right-arrow.svg %%LXQT_SHAREDIR%%/themes/dark/checked.svg %%LXQT_SHAREDIR%%/themes/dark/lxqt-config.qss %%LXQT_SHAREDIR%%/themes/dark/lxqt-notificationd.qss %%LXQT_SHAREDIR%%/themes/dark/lxqt-notificationd/cancel.svg %%LXQT_SHAREDIR%%/themes/dark/lxqt-panel.qss %%LXQT_SHAREDIR%%/themes/dark/lxqt-runner.qss %%LXQT_SHAREDIR%%/themes/dark/lxqt-runner/close.svg %%LXQT_SHAREDIR%%/themes/dark/lxqt-runner/down-arrow.svg %%LXQT_SHAREDIR%%/themes/dark/mainmenu.svg %%LXQT_SHAREDIR%%/themes/dark/preview.png %%LXQT_SHAREDIR%%/themes/dark/spacer-plugin/spacer-dots.svg %%LXQT_SHAREDIR%%/themes/dark/spacer-plugin/spacer-line.svg %%LXQT_SHAREDIR%%/themes/dark/unchecked.svg %%LXQT_SHAREDIR%%/themes/dark/wallpaper.cfg %%LXQT_SHAREDIR%%/themes/frost/arrow-left.svg %%LXQT_SHAREDIR%%/themes/frost/arrow-right.svg %%LXQT_SHAREDIR%%/themes/frost/calendar-popup/left-arrow.svg %%LXQT_SHAREDIR%%/themes/frost/calendar-popup/right-arrow.svg %%LXQT_SHAREDIR%%/themes/frost/debug.png %%LXQT_SHAREDIR%%/themes/frost/lxqt-config.qss %%LXQT_SHAREDIR%%/themes/frost/lxqt-notificationd.qss %%LXQT_SHAREDIR%%/themes/frost/lxqt-panel.qss %%LXQT_SHAREDIR%%/themes/frost/lxqt-runner.qss %%LXQT_SHAREDIR%%/themes/frost/lxqt-runner/close.svg %%LXQT_SHAREDIR%%/themes/frost/lxqt-runner/down-arrow.svg %%LXQT_SHAREDIR%%/themes/frost/mainmenu.svg %%LXQT_SHAREDIR%%/themes/frost/preview.png %%LXQT_SHAREDIR%%/themes/frost/spacer-plugin/spacer-dots.svg %%LXQT_SHAREDIR%%/themes/frost/spacer-plugin/spacer-line.svg %%LXQT_SHAREDIR%%/themes/frost/volume-plugin/mixer.svg %%LXQT_SHAREDIR%%/themes/frost/wallpaper.cfg %%LXQT_SHAREDIR%%/themes/graphite/arrow-left-selected.svg %%LXQT_SHAREDIR%%/themes/graphite/arrow-left.svg %%LXQT_SHAREDIR%%/themes/graphite/arrow-right-selected.svg %%LXQT_SHAREDIR%%/themes/graphite/arrow-right.svg %%LXQT_SHAREDIR%%/themes/graphite/calendar-popup/left-arrow.svg %%LXQT_SHAREDIR%%/themes/graphite/calendar-popup/right-arrow.svg %%LXQT_SHAREDIR%%/themes/graphite/checked.svg %%LXQT_SHAREDIR%%/themes/graphite/lxqt-config.qss %%LXQT_SHAREDIR%%/themes/graphite/lxqt-leave.qss %%LXQT_SHAREDIR%%/themes/graphite/lxqt-notificationd.qss %%LXQT_SHAREDIR%%/themes/graphite/lxqt-notificationd/cancel.svg %%LXQT_SHAREDIR%%/themes/graphite/lxqt-panel.qss %%LXQT_SHAREDIR%%/themes/graphite/lxqt-runner.qss %%LXQT_SHAREDIR%%/themes/graphite/lxqt-runner/close.svg %%LXQT_SHAREDIR%%/themes/graphite/lxqt-runner/down-arrow.svg %%LXQT_SHAREDIR%%/themes/graphite/mainmenu.svg %%LXQT_SHAREDIR%%/themes/graphite/preview.png %%LXQT_SHAREDIR%%/themes/graphite/spacer-plugin/spacer-dots.svg %%LXQT_SHAREDIR%%/themes/graphite/spacer-plugin/spacer-line.svg %%LXQT_SHAREDIR%%/themes/graphite/unchecked.svg %%LXQT_SHAREDIR%%/themes/graphite/wallpaper.cfg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-config.qss %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-notificationd.qss %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel.qss %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel/arrow-down-selected.svg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel/arrow-down.svg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel/arrow-left-selected.svg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel/arrow-left.svg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel/arrow-right-selected.svg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel/arrow-right.svg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel/arrow-up-selected.svg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel/arrow-up.svg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel/checked.svg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel/mainmenu.svg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel/plugin-handle-horizontal.svg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel/plugin-handle-vertical.svg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel/radio-checked.svg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel/radio-unchecked.svg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel/slidercursor.png %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-panel/unchecked.svg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-runner.qss %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-runner/close.svg %%LXQT_SHAREDIR%%/themes/kvantum/lxqt-runner/down.svg %%LXQT_SHAREDIR%%/themes/kvantum/preview.png %%LXQT_SHAREDIR%%/themes/kvantum/spacer-plugin/spacer-dots.svg %%LXQT_SHAREDIR%%/themes/kvantum/spacer-plugin/spacer-line.svg %%LXQT_SHAREDIR%%/themes/kvantum/wallpaper.cfg %%LXQT_SHAREDIR%%/themes/light/lxqt-config.qss %%LXQT_SHAREDIR%%/themes/light/lxqt-lightdm-greeter/dropdown.svg %%LXQT_SHAREDIR%%/themes/light/lxqt-lightdm-greeter/leaveIcon.svg %%LXQT_SHAREDIR%%/themes/light/lxqt-notificationd.qss %%LXQT_SHAREDIR%%/themes/light/lxqt-panel.qss %%LXQT_SHAREDIR%%/themes/light/lxqt-panel/plugin-handle-horizontal.gif %%LXQT_SHAREDIR%%/themes/light/lxqt-panel/plugin-handle-vertical.gif %%LXQT_SHAREDIR%%/themes/light/lxqt-runner.qss %%LXQT_SHAREDIR%%/themes/light/lxqt-runner/close-32x32.png %%LXQT_SHAREDIR%%/themes/light/lxqt-runner/close-48x48.png %%LXQT_SHAREDIR%%/themes/light/mainmenu.svg %%LXQT_SHAREDIR%%/themes/light/preview.png %%LXQT_SHAREDIR%%/themes/light/spacer-plugin/spacer-dots.svg %%LXQT_SHAREDIR%%/themes/light/spacer-plugin/spacer-line.svg %%LXQT_SHAREDIR%%/themes/light/wallpaper.cfg %%LXQT_SHAREDIR%%/themes/silver/arrow-left-selected.svg %%LXQT_SHAREDIR%%/themes/silver/arrow-left.svg %%LXQT_SHAREDIR%%/themes/silver/arrow-right-selected.svg %%LXQT_SHAREDIR%%/themes/silver/arrow-right.svg %%LXQT_SHAREDIR%%/themes/silver/beam.png %%LXQT_SHAREDIR%%/themes/silver/calendar-popup/left-arrow.svg %%LXQT_SHAREDIR%%/themes/silver/calendar-popup/right-arrow.svg %%LXQT_SHAREDIR%%/themes/silver/checked.svg %%LXQT_SHAREDIR%%/themes/silver/lxqt-config.qss %%LXQT_SHAREDIR%%/themes/silver/lxqt-notificationd.qss %%LXQT_SHAREDIR%%/themes/silver/lxqt-panel.qss %%LXQT_SHAREDIR%%/themes/silver/lxqt-runner.qss %%LXQT_SHAREDIR%%/themes/silver/lxqt-runner/close.svg %%LXQT_SHAREDIR%%/themes/silver/lxqt-runner/down-arrow.svg %%LXQT_SHAREDIR%%/themes/silver/lxqt-sudo.qss %%LXQT_SHAREDIR%%/themes/silver/mainmenu.svg %%LXQT_SHAREDIR%%/themes/silver/preview.png %%LXQT_SHAREDIR%%/themes/silver/spacer-plugin/spacer-dots.svg %%LXQT_SHAREDIR%%/themes/silver/spacer-plugin/spacer-line.svg %%LXQT_SHAREDIR%%/themes/silver/unchecked.svg %%LXQT_SHAREDIR%%/themes/silver/wallpaper.cfg %%LXQT_SHAREDIR%%/themes/system/lxqt-panel.qss %%LXQT_SHAREDIR%%/themes/system/mainmenu.svg %%LXQT_SHAREDIR%%/themes/system/preview.png %%LXQT_SHAREDIR%%/themes/system/spacer-plugin/spacer-dots.svg %%LXQT_SHAREDIR%%/themes/system/spacer-plugin/spacer-line.svg %%LXQT_SHAREDIR%%/themes/system/wallpaper.cfg %%LXQT_SHAREDIR%%/wallpapers/Butterfly-Kenneth-Wimer.jpg %%LXQT_SHAREDIR%%/wallpapers/License %%LXQT_SHAREDIR%%/wallpapers/Valendas.png %%LXQT_SHAREDIR%%/wallpapers/after-the-rain.jpg %%LXQT_SHAREDIR%%/wallpapers/appleflower.png %%LXQT_SHAREDIR%%/wallpapers/beam.png %%LXQT_SHAREDIR%%/wallpapers/butterfly.png %%LXQT_SHAREDIR%%/wallpapers/cloud.png %%LXQT_SHAREDIR%%/wallpapers/drop.png %%LXQT_SHAREDIR%%/wallpapers/flowers.png %%LXQT_SHAREDIR%%/wallpapers/fog.jpg %%LXQT_SHAREDIR%%/wallpapers/graphite.jpg %%LXQT_SHAREDIR%%/wallpapers/kde-plasma.png %%LXQT_SHAREDIR%%/wallpapers/lxqt-origami-green.png %%LXQT_SHAREDIR%%/wallpapers/origami-bright-logo.png %%LXQT_SHAREDIR%%/wallpapers/origami-dark.png %%LXQT_SHAREDIR%%/wallpapers/origami-light.png %%LXQT_SHAREDIR%%/wallpapers/plasma-logo-bright.png %%LXQT_SHAREDIR%%/wallpapers/plasma-logo-dark.png %%LXQT_SHAREDIR%%/wallpapers/plasma_arch.png %%LXQT_SHAREDIR%%/wallpapers/simple_blue_widescreen.png %%LXQT_SHAREDIR%%/wallpapers/this-is-not-windows.jpg %%LXQT_SHAREDIR%%/wallpapers/triangles-logo.png %%LXQT_SHAREDIR%%/wallpapers/triangles.png %%LXQT_SHAREDIR%%/wallpapers/waves-logo.png %%LXQT_SHAREDIR%%/wallpapers/waves-purple-logo.jpg diff --git a/x11-toolkits/qtermwidget/Makefile b/x11-toolkits/qtermwidget/Makefile index b20707bcf359..c73579e34af6 100644 --- a/x11-toolkits/qtermwidget/Makefile +++ b/x11-toolkits/qtermwidget/Makefile @@ -1,21 +1,21 @@ PORTNAME= qtermwidget -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 CATEGORIES= x11-toolkits MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= Terminal widget for QTerminal WWW= https://github.com/lxde/qtermwidget LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++20-lang gettext-runtime lxqt:2 \ pkgconfig qt:6 tar:xz USE_LDCONFIG= yes USE_QT= base:run tools:build USE_LXQT= buildtools2 CMAKE_ARGS+= -DQTERMWIDGET_USE_UTEMPTER=ON .include diff --git a/x11-toolkits/qtermwidget/distinfo b/x11-toolkits/qtermwidget/distinfo index 8f182bf2878e..c6c639250a3e 100644 --- a/x11-toolkits/qtermwidget/distinfo +++ b/x11-toolkits/qtermwidget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979656 -SHA256 (lxqt/qtermwidget-2.3.0.tar.xz) = 77366c9b45fb3986c63e0ef6ff51cd894b44c363b50a12fa92c0308c94022c32 -SIZE (lxqt/qtermwidget-2.3.0.tar.xz) = 195772 +TIMESTAMP = 1777198062 +SHA256 (lxqt/qtermwidget-2.4.0.tar.xz) = ceb7d1991ecc0e75b751b6b7786c4962598d367c6e9a0b55f78fc12a49f25304 +SIZE (lxqt/qtermwidget-2.4.0.tar.xz) = 202592 diff --git a/x11-toolkits/qtermwidget/pkg-plist b/x11-toolkits/qtermwidget/pkg-plist index c62ea1d65eb3..6e45d4d982f0 100644 --- a/x11-toolkits/qtermwidget/pkg-plist +++ b/x11-toolkits/qtermwidget/pkg-plist @@ -1,89 +1,91 @@ include/qtermwidget6/Emulation.h include/qtermwidget6/Filter.h include/qtermwidget6/KeyboardTranslator.h include/qtermwidget6/qtermwidget.h include/qtermwidget6/qtermwidget_export.h include/qtermwidget6/qtermwidget_interface.h include/qtermwidget6/qtermwidget_version.h lib/cmake/qtermwidget6/qtermwidget6-config-version.cmake lib/cmake/qtermwidget6/qtermwidget6-config.cmake lib/cmake/qtermwidget6/qtermwidget6-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/qtermwidget6/qtermwidget6-targets.cmake lib/libqtermwidget6.so lib/libqtermwidget6.so.2 lib/libqtermwidget6.so.%%VERSION%% libdata/pkgconfig/qtermwidget6.pc %%DATADIR%%6/color-schemes/BlackOnLightYellow.colorscheme %%DATADIR%%6/color-schemes/BlackOnRandomLight.colorscheme %%DATADIR%%6/color-schemes/BlackOnWhite.colorscheme %%DATADIR%%6/color-schemes/BreezeModified.colorscheme %%DATADIR%%6/color-schemes/DarkPastels.colorscheme %%DATADIR%%6/color-schemes/Falcon.colorscheme %%DATADIR%%6/color-schemes/GreenOnBlack.colorscheme %%DATADIR%%6/color-schemes/Linux.colorscheme +%%DATADIR%%6/color-schemes/Nord.colorscheme %%DATADIR%%6/color-schemes/Solarized.colorscheme %%DATADIR%%6/color-schemes/SolarizedLight.colorscheme %%DATADIR%%6/color-schemes/Tango.colorscheme %%DATADIR%%6/color-schemes/Ubuntu.colorscheme %%DATADIR%%6/color-schemes/WhiteOnBlack.colorscheme %%DATADIR%%6/color-schemes/historic/BlackOnLightColor.schema %%DATADIR%%6/color-schemes/historic/DarkPicture.schema %%DATADIR%%6/color-schemes/historic/GreenOnBlack.schema %%DATADIR%%6/color-schemes/historic/GreenTint.schema %%DATADIR%%6/color-schemes/historic/GreenTint_MC.schema %%DATADIR%%6/color-schemes/historic/LightPicture.schema %%DATADIR%%6/color-schemes/historic/Linux.schema %%DATADIR%%6/color-schemes/historic/Transparent.schema %%DATADIR%%6/color-schemes/historic/Transparent_MC.schema %%DATADIR%%6/color-schemes/historic/Transparent_darkbg.schema %%DATADIR%%6/color-schemes/historic/Transparent_lightbg.schema %%DATADIR%%6/color-schemes/historic/XTerm.schema %%DATADIR%%6/color-schemes/historic/syscolor.schema %%DATADIR%%6/color-schemes/historic/vim.schema %%DATADIR%%6/kb-layouts/default.keytab %%DATADIR%%6/kb-layouts/historic/vt100.keytab %%DATADIR%%6/kb-layouts/historic/x11r5.keytab %%DATADIR%%6/kb-layouts/linux.keytab %%DATADIR%%6/kb-layouts/macbook.keytab %%DATADIR%%6/kb-layouts/solaris.keytab %%DATADIR%%6/kb-layouts/vt420pc.keytab %%DATADIR%%6/translations/qtermwidget_ar.qm %%DATADIR%%6/translations/qtermwidget_arn.qm %%DATADIR%%6/translations/qtermwidget_ast.qm %%DATADIR%%6/translations/qtermwidget_bg.qm %%DATADIR%%6/translations/qtermwidget_ca.qm %%DATADIR%%6/translations/qtermwidget_cs.qm %%DATADIR%%6/translations/qtermwidget_cy.qm %%DATADIR%%6/translations/qtermwidget_da.qm %%DATADIR%%6/translations/qtermwidget_de.qm %%DATADIR%%6/translations/qtermwidget_de_CH.qm %%DATADIR%%6/translations/qtermwidget_el.qm %%DATADIR%%6/translations/qtermwidget_en_GB.qm %%DATADIR%%6/translations/qtermwidget_es.qm %%DATADIR%%6/translations/qtermwidget_et.qm %%DATADIR%%6/translations/qtermwidget_fi.qm %%DATADIR%%6/translations/qtermwidget_fr.qm %%DATADIR%%6/translations/qtermwidget_gl.qm %%DATADIR%%6/translations/qtermwidget_he.qm %%DATADIR%%6/translations/qtermwidget_hr.qm %%DATADIR%%6/translations/qtermwidget_hu.qm %%DATADIR%%6/translations/qtermwidget_it.qm %%DATADIR%%6/translations/qtermwidget_ja.qm %%DATADIR%%6/translations/qtermwidget_ka.qm %%DATADIR%%6/translations/qtermwidget_kab.qm +%%DATADIR%%6/translations/qtermwidget_kk.qm %%DATADIR%%6/translations/qtermwidget_ko.qm %%DATADIR%%6/translations/qtermwidget_lg.qm %%DATADIR%%6/translations/qtermwidget_lt.qm %%DATADIR%%6/translations/qtermwidget_nb_NO.qm %%DATADIR%%6/translations/qtermwidget_nl.qm %%DATADIR%%6/translations/qtermwidget_oc.qm %%DATADIR%%6/translations/qtermwidget_pl.qm %%DATADIR%%6/translations/qtermwidget_pt.qm %%DATADIR%%6/translations/qtermwidget_pt_BR.qm %%DATADIR%%6/translations/qtermwidget_ru.qm %%DATADIR%%6/translations/qtermwidget_si.qm %%DATADIR%%6/translations/qtermwidget_sk.qm %%DATADIR%%6/translations/qtermwidget_tr.qm %%DATADIR%%6/translations/qtermwidget_uk.qm %%DATADIR%%6/translations/qtermwidget_zh_CN.qm %%DATADIR%%6/translations/qtermwidget_zh_TW.qm diff --git a/x11-wm/lxqt-panel/Makefile b/x11-wm/lxqt-panel/Makefile index b8c2b5d9f9b3..5184f799b151 100644 --- a/x11-wm/lxqt-panel/Makefile +++ b/x11-wm/lxqt-panel/Makefile @@ -1,64 +1,64 @@ PORTNAME= lxqt-panel -PORTVERSION= 2.3.2 +PORTVERSION= 2.4.0 CATEGORIES= x11-wm MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= Panel for the LXQt2 desktop WWW= https://lxqt-project.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdbusmenu-lxqt.so:devel/libdbusmenu-lxqt \ libxkbcommon.so:x11/libxkbcommon \ libxcb-util.so:x11/xcb-util \ libsysstat-qt6.so:sysutils/libsysstat-qt6 \ libxcb-image.so:x11/xcb-util-image BUILD_DEPENDS= lxqt-menu-data>=2.0.0:x11/lxqt-menu-data RUN_DEPENDS= lxqt-menu-data>=2.0.0:x11/lxqt-menu-data USES= cmake compiler:c++17-lang gettext-runtime kde:6 qt:6 gnome \ lxqt:2 localbase:ldflags perl5 pkgconfig tar:xz xorg USE_PERL5= build USE_QT= base:run tools:build svg USE_KDE= layer-shell-qt windowsystem USE_LXQT= buildtools2 lxqt globalkeys qt6xdg USE_XORG= ice sm x11 xcb xcomposite xdamage xext xfixes xrender xtst USE_GNOME= glib20 USE_LDCONFIG= yes OPTIONS_RADIO= SOUND OPTIONS_RADIO_SOUND= ALSA PULSEAUDIO OPTIONS_DEFINE= CPULOAD MOUNT OPTIONS_DEFAULT= PULSEAUDIO CPULOAD_DESC= CPU stat plugin MOUNT_DESC= Mount removable devices support ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CMAKE_ON= -DVOLUME_USE_PULSEAUDIO:BOOL=OFF CPULOAD_LIB_DEPENDS= libstatgrab.so:devel/libstatgrab CPULOAD_CMAKE_OFF= -DCPULOAD_PLUGIN:BOOL=OFF PULSEAUDIO_CMAKE_ON= -DVOLUME_USE_ALSA:BOOL=OFF PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio MOUNT_USE= kde=solid MOUNT_CMAKE_OFF= -DMOUNT_PLUGIN:BOOL=OFF OPTIONS_SUB= yes LDFLAGS+= -Xlinker --export-dynamic CMAKE_ARGS+= -DSENSORS_PLUGIN:BOOL=OFF \ -DNETWORKMONITOR_PLUGIN:BOOL=OFF \ -DWITH_SCREENSAVER_FALLBACK:BOOL=OFF .include .if ! ${PORT_OPTIONS:MALSA} && ! ${PORT_OPTIONS:MPULSEAUDIO} CMAKE_ARGS+= -DVOLUME_PLUGIN:BOOL=OFF PLIST_SUB+= SOUND="@comment " .elif ${PORT_OPTIONS:MALSA} || ${PORT_OPTIONS:MPULSEAUDIO} PLIST_SUB+= SOUND="" .endif .include diff --git a/x11-wm/lxqt-panel/distinfo b/x11-wm/lxqt-panel/distinfo index f194df376735..5bc728ca80f5 100644 --- a/x11-wm/lxqt-panel/distinfo +++ b/x11-wm/lxqt-panel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1768257557 -SHA256 (lxqt/lxqt-panel-2.3.2.tar.xz) = f1ab0a2a645765045078621b6a510ec61685fbe4446422f9f9fb1cded62eb2d0 -SIZE (lxqt/lxqt-panel-2.3.2.tar.xz) = 807708 +TIMESTAMP = 1777196530 +SHA256 (lxqt/lxqt-panel-2.4.0.tar.xz) = 23b9cda6e6ad47df61d2e813de2fced52597fd547de120d2eae8df5db4573702 +SIZE (lxqt/lxqt-panel-2.4.0.tar.xz) = 839856 diff --git a/x11-wm/lxqt-panel/pkg-plist b/x11-wm/lxqt-panel/pkg-plist index 80fdea6212fd..ea0379b1cad5 100644 --- a/x11-wm/lxqt-panel/pkg-plist +++ b/x11-wm/lxqt-panel/pkg-plist @@ -1,1020 +1,1040 @@ bin/lxqt-panel etc/xdg/autostart/lxqt-panel.desktop etc/xdg/lxqt/panel.conf %%LXQT_INCLUDEDIR%%/ilxqtpanel.h %%LXQT_INCLUDEDIR%%/ilxqtpanelplugin.h %%LXQT_INCLUDEDIR%%/lxqtpanelglobals.h %%LXQT_INCLUDEDIR%%/pluginsettings.h lib/lxqt-panel/backend/libwmbackend_kwin_wayland.so lib/lxqt-panel/backend/libwmbackend_wayfire.so lib/lxqt-panel/backend/libwmbackend_wlroots.so lib/lxqt-panel/backend/libwmbackend_xcb.so lib/lxqt-panel/libbacklight.so lib/lxqt-panel/libcolorpicker.so %%CPULOAD%%lib/lxqt-panel/libcpuload.so lib/lxqt-panel/libcustomcommand.so lib/lxqt-panel/libdirectorymenu.so lib/lxqt-panel/libdom.so lib/lxqt-panel/libkbindicator.so %%MOUNT%%lib/lxqt-panel/libmount.so lib/lxqt-panel/libqeyes.so lib/lxqt-panel/libsysstat.so %%SOUND%%lib/lxqt-panel/libvolume.so share/applications/lxqt-panel.desktop %%LXQT_SHAREDIR%%/lxqt-panel/backlight.desktop %%LXQT_SHAREDIR%%/lxqt-panel/colorpicker.desktop %%CPULOAD%%%%LXQT_SHAREDIR%%/lxqt-panel/cpuload.desktop %%LXQT_SHAREDIR%%/lxqt-panel/customcommand.desktop %%LXQT_SHAREDIR%%/lxqt-panel/desktopswitch.desktop %%LXQT_SHAREDIR%%/lxqt-panel/directorymenu.desktop %%LXQT_SHAREDIR%%/lxqt-panel/dom.desktop %%LXQT_SHAREDIR%%/lxqt-panel/fancymenu.desktop %%LXQT_SHAREDIR%%/lxqt-panel/kbindicator.desktop %%LXQT_SHAREDIR%%/lxqt-panel/mainmenu.desktop %%MOUNT%%%%LXQT_SHAREDIR%%/lxqt-panel/mount.desktop %%LXQT_SHAREDIR%%/lxqt-panel/qeyes.desktop %%LXQT_SHAREDIR%%/lxqt-panel/quicklaunch.desktop %%LXQT_SHAREDIR%%/lxqt-panel/showdesktop.desktop %%LXQT_SHAREDIR%%/lxqt-panel/spacer.desktop %%LXQT_SHAREDIR%%/lxqt-panel/statusnotifier.desktop %%LXQT_SHAREDIR%%/lxqt-panel/sysstat.desktop %%LXQT_SHAREDIR%%/lxqt-panel/taskbar.desktop %%LXQT_SHAREDIR%%/lxqt-panel/tray.desktop %%SOUND%%%%LXQT_SHAREDIR%%/lxqt-panel/volume.desktop %%LXQT_SHAREDIR%%/lxqt-panel/worldclock.desktop %%LXQT_SHAREDIR%%/panel/qeyes-types/Bizarre/Bizarre-eye.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Bizarre/Bizarre-pupil.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Bizarre/config %%LXQT_SHAREDIR%%/panel/qeyes-types/Bloodshot/Bloodshot-eye.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Bloodshot/Bloodshot-pupil.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Bloodshot/config %%LXQT_SHAREDIR%%/panel/qeyes-types/Brown-EyedGirl/brown-eye.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Brown-EyedGirl/brown-pupil.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Brown-EyedGirl/config %%LXQT_SHAREDIR%%/panel/qeyes-types/Crystal/config %%LXQT_SHAREDIR%%/panel/qeyes-types/Crystal/crystal-eye.svg %%LXQT_SHAREDIR%%/panel/qeyes-types/Crystal/crystal-pupil.svg %%LXQT_SHAREDIR%%/panel/qeyes-types/Default-tiny/Default-tiny-eye.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Default-tiny/Default-tiny-pupil.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Default-tiny/config %%LXQT_SHAREDIR%%/panel/qeyes-types/Default/Default-eye.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Default/Default-pupil.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Default/config %%LXQT_SHAREDIR%%/panel/qeyes-types/Digital/Digital-eye.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Digital/Digital-pupil.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Digital/config %%LXQT_SHAREDIR%%/panel/qeyes-types/EyelashLarge/config %%LXQT_SHAREDIR%%/panel/qeyes-types/EyelashLarge/eye.png %%LXQT_SHAREDIR%%/panel/qeyes-types/EyelashLarge/pupil.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Green-EyedGirl/config %%LXQT_SHAREDIR%%/panel/qeyes-types/Green-EyedGirl/green-eye.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Green-EyedGirl/green-pupil.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Horrid/config %%LXQT_SHAREDIR%%/panel/qeyes-types/Horrid/horrid_eye.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Horrid/horrid_pupil.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Pink-EyedGirl/config %%LXQT_SHAREDIR%%/panel/qeyes-types/Pink-EyedGirl/pink-eye.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Pink-EyedGirl/pink-pupil.png %%LXQT_SHAREDIR%%/panel/qeyes-types/PumpkinMonster/config %%LXQT_SHAREDIR%%/panel/qeyes-types/PumpkinMonster/eye.png %%LXQT_SHAREDIR%%/panel/qeyes-types/PumpkinMonster/pupil.png %%LXQT_SHAREDIR%%/panel/qeyes-types/README %%LXQT_SHAREDIR%%/panel/qeyes-types/Tango/config %%LXQT_SHAREDIR%%/panel/qeyes-types/Tango/tango-eye.png %%LXQT_SHAREDIR%%/panel/qeyes-types/Tango/tango-pupil.png %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_he.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_hr.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_sk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_sr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_zh_TW.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ar.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_arn.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ast.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_bg.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ca.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_cs.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_cy.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_da.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_de.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_el.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_en_GB.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_eo.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_es.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_es_VE.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_et.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_eu.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_fi.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_fr.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_gl.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_he.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_hr.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_hu.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_id.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_it.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ja.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ka.qm +%%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_kk.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ko.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_lg.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_lt.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_lv.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_nb_NO.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_nl.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_oc.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_pa.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_pl.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_pt.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_pt_BR.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ro_RO.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_ru.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_si.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_sk_SK.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_sl.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_sr.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_sv.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_th_TH.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_tr.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_uk.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_zh_CN.qm %%CPULOAD%%%%LXQT_TRANSLATIONS%%/lxqt-panel/cpuload/cpuload_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_es.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_he.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_ka.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_sk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_sr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/customcommand/customcommand_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_es.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_es_UY.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_he.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_ia.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_id.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_sr@ijekavian.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_sr_BA.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_sr_RS.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/desktopswitch/desktopswitch_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_es.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_he.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_id.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_es.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_he.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_id.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_sr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_sr@ijekavian.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/dom/dom_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_es.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_es_UY.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_he.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ia.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_id.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_is.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_sr_BA.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_sr_RS.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/fancymenu/fancymenu_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_es.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_he.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_id.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_sr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/kbindicator/kbindicator_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_es.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_es_UY.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_fa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_he.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_ia.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_id.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_is.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_sr@ijekavian.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_sr_BA.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_sr_RS.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_vi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_es.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_es_UY.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_he.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_ia.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_id.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_is.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_kab.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_sr_BA.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_sr_RS.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_zh_TW.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_ar.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_arn.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_ast.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_bg.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_ca.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_cs.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_cy.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_da.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_de.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_el.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_en_GB.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_eo.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_es.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_es_UY.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_es_VE.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_et.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_eu.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_fi.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_fr.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_gl.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_he.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_hr.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_hu.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_ia.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_id.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_it.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_ja.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_ka.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_kab.qm +%%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_kk.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_ko.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_lg.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_lt.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_lv.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_nb_NO.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_nl.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_oc.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_pa.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_pl.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_pt.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_pt_BR.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_ro_RO.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_ru.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_si.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_sk_SK.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_sl.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_sr@latin.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_sr_BA.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_sr_RS.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_sv.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_th_TH.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_tr.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_uk.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_zh_CN.qm %%MOUNT%%%%LXQT_TRANSLATIONS%%/lxqt-panel/mount/mount_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_he.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_sk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_sr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_es.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_he.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ia.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_id.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_sr_BA.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_sr_RS.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/quicklaunch/quicklaunch_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_es.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_he.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_ia.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_id.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_is.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_sr_BA.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_sr_RS.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_es.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_he.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_id.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_sk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_sr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_he.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_ka.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_es.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_he.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_id.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_es.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_he.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_ia.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_id.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_sr_BA.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_sr_RS.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_zh_TW.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_ar.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_arn.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_ast.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_bg.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_ca.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_cs.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_cy.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_da.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_de.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_el.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_en_GB.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_eo.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_es.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_es_VE.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_et.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_eu.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_fi.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_fr.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_gl.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_he.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_hr.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_hu.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_id.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_it.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_ja.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_ka.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_kab.qm +%%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_kk.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_ko.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_lg.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_lt.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_lv.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_nb_NO.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_nl.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_oc.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_pa.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_pl.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_pt.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_pt_BR.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_ro_RO.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_ru.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_si.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_sk_SK.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_sl.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_sv.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_th_TH.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_tr.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_uk.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_zh_CN.qm %%SOUND%%%%LXQT_TRANSLATIONS%%/lxqt-panel/volume/volume_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_da.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_de.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_el.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_es.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_et.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_he.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_id.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_si.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_sr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_zh_TW.qm share/man/man1/lxqt-panel.1.gz diff --git a/x11-wm/lxqt-session/Makefile b/x11-wm/lxqt-session/Makefile index 02847a6cebc9..427ec8c5097a 100644 --- a/x11-wm/lxqt-session/Makefile +++ b/x11-wm/lxqt-session/Makefile @@ -1,30 +1,29 @@ PORTNAME= lxqt-session -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= x11-wm MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= Session manager component for LXQt WWW= https://github.com/lxqt/lxqt-session/ LICENSE= LGPL21+ BUILD_DEPENDS= xdg-user-dirs-update:devel/xdg-user-dirs \ qtxdg-mat:sysutils/qtxdg-tools USES= cmake compiler:c++20-lang kde:6 localbase:ldflags perl5 pkgconfig \ lxqt:2 qt:6 tar:xz xorg gnome USE_QT= tools:build base:run svg USE_KDE= layer-shell-qt windowsystem USE_PERL5= build USE_XORG= x11 ice sm xcb xext USE_GNOME= glib20 USE_LXQT= buildtools2 lxqt qt6xdg CMAKE_OFF= WITH_LIBUDEV post-patch: @${REINPLACE_CMD} -e 's|\@PREDEF_XDG_CONFIG_DIRS\@|\@PREDEF_XDG_CONFIG_DIRS\@:\${LOCALBASE}/share|g' ${WRKSRC}/startlxqt.in .include diff --git a/x11-wm/lxqt-session/distinfo b/x11-wm/lxqt-session/distinfo index b9e96b55b5b2..a5f29c5b1afa 100644 --- a/x11-wm/lxqt-session/distinfo +++ b/x11-wm/lxqt-session/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979781 -SHA256 (lxqt/lxqt-session-2.3.0.tar.xz) = ce11297a587e09f118f2a5b5decd6829e98dcb0c72b805400bd42bdcb39f728f -SIZE (lxqt/lxqt-session-2.3.0.tar.xz) = 221240 +TIMESTAMP = 1777197573 +SHA256 (lxqt/lxqt-session-2.4.0.tar.xz) = d77f378ece0bfc7195f1964e88f55919729c3b0a55a858d7155ffaacc57bba44 +SIZE (lxqt/lxqt-session-2.4.0.tar.xz) = 224600 diff --git a/x11-wm/lxqt-session/pkg-plist b/x11-wm/lxqt-session/pkg-plist index b81fe356ec0d..57f8ae1c45e0 100644 --- a/x11-wm/lxqt-session/pkg-plist +++ b/x11-wm/lxqt-session/pkg-plist @@ -1,173 +1,174 @@ bin/lxqt-config-session bin/lxqt-leave bin/lxqt-session bin/startlxqt etc/xdg/autostart/lxqt-xscreensaver-autostart.desktop share/applications/lxqt-config-session.desktop share/applications/lxqt-hibernate.desktop share/applications/lxqt-leave.desktop share/applications/lxqt-lockscreen.desktop share/applications/lxqt-logout.desktop share/applications/lxqt-reboot.desktop share/applications/lxqt-shutdown.desktop share/applications/lxqt-suspend.desktop %%LXQT_SHAREDIR%%/lxqt.conf %%LXQT_SHAREDIR%%/session.conf %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_es_UY.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_et.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_ia.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_ka.qm +%%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_si.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_sr_RS.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-session/lxqt-config-session_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_da.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_de.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_el.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_es.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_et.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_he.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_id.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_it.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_kab.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_si.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_sk.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_vi.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-leave/lxqt-leave_zh_TW.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_da.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_de.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_el.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_es.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_es_UY.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_et.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_he.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_ia.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_id.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_it.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_kab.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_or.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_si.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_sr_BA.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_sr_RS.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-session/lxqt-session_zh_TW.qm %%LXQT_SHAREDIR%%/waylandwindowmanagers.conf %%LXQT_SHAREDIR%%/windowmanagers.conf share/man/man1/lxqt-config-session.1.gz share/man/man1/lxqt-leave.1.gz share/man/man1/lxqt-session.1.gz share/man/man1/startlxqt.1.gz share/xsessions/lxqt.desktop diff --git a/x11-wm/lxqt-wayland-session/Makefile b/x11-wm/lxqt-wayland-session/Makefile index b19bdcd6df8e..ce82ce6e5077 100644 --- a/x11-wm/lxqt-wayland-session/Makefile +++ b/x11-wm/lxqt-wayland-session/Makefile @@ -1,26 +1,26 @@ PORTNAME= lxqt-wayland-session -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.0 CATEGORIES= x11-wm MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= Files needed for the LXQt Wayland Session WWW= https://github.com/lxqt/lxqt-wayland-session/ LICENSE= LGPL21+ BUILD_DEPENDS= xdg-user-dirs-update:devel/xdg-user-dirs \ ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers RUN_DEPENDS= lxqt-session>=${PORTVERSION}:x11-wm/lxqt-session \ bash:shells/bash USES= cmake compiler:c++20-lang gl localbase:ldflags perl5 pkgconfig \ lxqt:2 shebangfix tar:xz xorg USE_GL= gl USE_PERL5= build USE_XORG= ice sm xcb xext USE_LXQT= buildtools2 lxqt SHEBANG_FILES= lxqt-qdbus.in .include diff --git a/x11-wm/lxqt-wayland-session/distinfo b/x11-wm/lxqt-wayland-session/distinfo index 4e6ec76251c2..fd57215bc7ac 100644 --- a/x11-wm/lxqt-wayland-session/distinfo +++ b/x11-wm/lxqt-wayland-session/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1773725128 -SHA256 (lxqt/lxqt-wayland-session-0.3.2.tar.xz) = 64b6eb9bbbeadaee1d79e57b3ca0524c9e2df8c39fb365f5112159dc46e8baad -SIZE (lxqt/lxqt-wayland-session-0.3.2.tar.xz) = 362556 +TIMESTAMP = 1777197769 +SHA256 (lxqt/lxqt-wayland-session-0.4.0.tar.xz) = b9aa41aa0ce3e187877dc6ccef1abb6542faeb1ec4b755cb9f8af716079da68e +SIZE (lxqt/lxqt-wayland-session-0.4.0.tar.xz) = 362516 diff --git a/x11-wm/lxqt/Makefile b/x11-wm/lxqt/Makefile index e4bd5435d13d..00211e02b3d8 100644 --- a/x11-wm/lxqt/Makefile +++ b/x11-wm/lxqt/Makefile @@ -1,47 +1,46 @@ PORTNAME= lxqt -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= x11-wm MAINTAINER= lxqt@FreeBSD.org COMMENT= Meta-port for the LXQt Desktop WWW= https://lxqt-project.org RUN_DEPENDS= startlxqt:x11-wm/lxqt-session \ lxqt-about>=${PORTVERSION}:x11/lxqt-about \ lxqt-admin>=${PORTVERSION}:sysutils/lxqt-admin \ lxqt-config>=${PORTVERSION}:sysutils/lxqt-config \ lxqt-qt6plugin>=${PORTVERSION}:sysutils/lxqt-qt6plugin \ qterminal>=2.3.0:x11/qterminal \ obconf-qt>=0.16.6:x11-wm/obconf-qt \ lximage-qt>=${PORTVERSION}:graphics/lximage-qt \ lxqt-runner>=${PORTVERSION}:x11/lxqt-runner \ lxqt-powermanagement>=${PORTVERSION}:sysutils/lxqt-powermanagement \ ${PREFIX}/share/lxqt/themes/frost/lxqt-panel.qss:x11-themes/lxqt-themes \ pcmanfm-qt>=${PORTVERSION}:x11-fm/pcmanfm-qt \ screengrab>=3.1.0:x11/screengrab \ lxqt-archiver>=1.3.0:archivers/lxqt-archiver \ lxqt-notificationd>=${PORTVERSION}:deskutils/lxqt-notificationd \ lxqt-panel>=${PORTVERSION}:x11-wm/lxqt-panel \ lxqt-policykit>=${PORTVERSION}:sysutils/lxqt-policykit \ lxqt-wayland-session>=0.3.0:x11-wm/lxqt-wayland-session \ qlipper:deskutils/qlipper \ openbox:x11-wm/openbox \ xdg-desktop-portal-lxqt>0:deskutils/xdg-desktop-portal-lxqt \ qtxdg-tools>0:sysutils/qtxdg-tools USES= qt:6 metaport USE_QT= translations OPTIONS_DEFINE= EDITOR SSH SUDO OPTIONS_DEFAULT= EDITOR SSH SUDO EDITOR_DESC= Install plain-text editor SSH_DESC= GUI passphrase entry dialog for ssh-agent SUDO_DESC= GUI frontend (Qt6) to sudo/su EDITOR_RUN_DEPENDS= featherpad:editors/featherpad SSH_RUN_DEPENDS= lxqt-openssh-askpass:security/lxqt-openssh-askpass SUDO_RUN_DEPENDS= lxqt-sudo:security/lxqt-sudo .include diff --git a/x11-wm/obconf-qt/Makefile b/x11-wm/obconf-qt/Makefile index 45f5d5d6cc06..5c172dc3bac6 100644 --- a/x11-wm/obconf-qt/Makefile +++ b/x11-wm/obconf-qt/Makefile @@ -1,30 +1,31 @@ PORTNAME= obconf-qt PORTVERSION= 0.16.6 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= LXQT/${PORTNAME} MAINTAINER= lxqt@FreeBSD.org COMMENT= Qt port of preferences manager for Openbox WWW= https://github.com/lxqt/obconf-qt LICENSE= GPLv2 LIB_DEPENDS= libobt.so:x11-wm/openbox \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libImlib2.so:graphics/imlib2 \ libharfbuzz.so:print/harfbuzz USES= cmake compiler:c++20-lang gettext-runtime localbase qt:6 \ gnome lxqt:2 perl5 pkgconfig tar:xz xorg USE_PERL5= build USE_QT= base:run tools:build USE_LXQT= buildtools2 USE_GNOME= glib20 pango librsvg2 gdkpixbuf libxml2 cairo USE_XORG= ice sm x11 xft .include diff --git a/x11/libfm-qt6/Makefile b/x11/libfm-qt6/Makefile index 7129ba02df19..3854e096f639 100644 --- a/x11/libfm-qt6/Makefile +++ b/x11/libfm-qt6/Makefile @@ -1,30 +1,30 @@ PORTNAME= libfm-qt6 -PORTVERSION= 2.3.1 +PORTVERSION= 2.4.0 CATEGORIES= x11 MASTER_SITES= LXQT/${PORTNAME:S/6//} MAINTAINER= lxqt@FreeBSD.org COMMENT= Qt6 port of libfm WWW= https://github.com/lxqt/libfm-qt LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \ libexif.so:graphics/libexif BUILD_DEPENDS= lxqt-menu-data>=2.0.0:x11/lxqt-menu-data RUN_DEPENDS= lxqt-menu-data>=2.0.0:x11/lxqt-menu-data USES= cmake compiler:c++20-lang gettext-runtime lxqt:2 perl5 pkgconfig \ qt:6 gnome shared-mime-info tar:xz xorg USE_PERL5= build USE_QT= base:run tools:build USE_GNOME= glib20 USE_XORG= xcb USE_LDCONFIG= yes USE_LXQT= buildtools2 post-install: ${RM} -Rf ${STAGEDIR}${PREFIX}/include/${PORTNAME}/tests/ .include diff --git a/x11/libfm-qt6/distinfo b/x11/libfm-qt6/distinfo index d8664266bf63..542dcb53023c 100644 --- a/x11/libfm-qt6/distinfo +++ b/x11/libfm-qt6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765267462 -SHA256 (lxqt/libfm-qt-2.3.1.tar.xz) = c582abdeb3e86ad7e3cedc60a4b6c697557b6f6a834e9d58c3743e843e519d25 -SIZE (lxqt/libfm-qt-2.3.1.tar.xz) = 427776 +TIMESTAMP = 1777184135 +SHA256 (lxqt/libfm-qt-2.4.0.tar.xz) = 72766d7b41fd1aa06c0a7ef8be015205506ff75963b977e5307994555dcc023b +SIZE (lxqt/libfm-qt-2.4.0.tar.xz) = 439504 diff --git a/x11/lxqt-about/Makefile b/x11/lxqt-about/Makefile index f9f17e5c76c8..7eab66a90563 100644 --- a/x11/lxqt-about/Makefile +++ b/x11/lxqt-about/Makefile @@ -1,22 +1,21 @@ PORTNAME= lxqt-about -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= x11 DIST_SUBDIR= lxqt MAINTAINER= lxqt@FreeBSD.org COMMENT= About dialog of LXQt WWW= https://lxqt-project.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++20-lang kde:6 lxqt:2 perl5 pkgconfig tar:xz qt:6 gnome xorg USE_PERL5= build USE_QT= base:run tools:build svg USE_XORG= x11 USE_KDE= windowsystem USE_GNOME= glib20 USE_LXQT= buildtools2 lxqt .include diff --git a/x11/lxqt-about/distinfo b/x11/lxqt-about/distinfo index 8ba2ec260968..fb09c7fc6d44 100644 --- a/x11/lxqt-about/distinfo +++ b/x11/lxqt-about/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979477 -SHA256 (lxqt/lxqt-about-2.3.0.tar.xz) = 199056c2e848f8d22b4f6818ddca04305e849c22ac059b200df5bd574aaa12bd -SIZE (lxqt/lxqt-about-2.3.0.tar.xz) = 49508 +TIMESTAMP = 1777194391 +SHA256 (lxqt/lxqt-about-2.4.0.tar.xz) = 77263dd1b3582791b7134c590a2aee641fb7423ee5f89cf05378529276445fae +SIZE (lxqt/lxqt-about-2.4.0.tar.xz) = 51016 diff --git a/x11/lxqt-about/pkg-plist b/x11/lxqt-about/pkg-plist index 85fa115d3c8a..2939b4bb90d4 100644 --- a/x11/lxqt-about/pkg-plist +++ b/x11/lxqt-about/pkg-plist @@ -1,61 +1,62 @@ bin/lxqt-about share/applications/lxqt-about.desktop share/icons/hicolor/scalable/apps/lxqt-about.svg %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_da.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_de.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_el.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_es.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_et.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_fa.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_fil.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_fur.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_he.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_hi.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_ia.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_id.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_is.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_it.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_si.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_sr_RS.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_vi.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-about/lxqt-about_zh_TW.qm diff --git a/x11/lxqt-globalkeys/Makefile b/x11/lxqt-globalkeys/Makefile index 10e75932bf93..904338579d72 100644 --- a/x11/lxqt-globalkeys/Makefile +++ b/x11/lxqt-globalkeys/Makefile @@ -1,24 +1,23 @@ PORTNAME= lxqt-globalkeys -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= x11 MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= Global keyboard shortcuts registration WWW= https://lxqt-project.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++20-lang kde:6 xorg lxqt:2 perl5 pkgconfig qt:6 \ tar:xz gnome USE_PERL5= build USE_QT= base:run tools:build USE_KDE= windowsystem USE_GNOME= glib20 USE_XORG= ice sm x11 xext USE_LDCONFIG= yes USE_LXQT= buildtools2 lxqt .include diff --git a/x11/lxqt-globalkeys/distinfo b/x11/lxqt-globalkeys/distinfo index c736749ed778..1e25d1608437 100644 --- a/x11/lxqt-globalkeys/distinfo +++ b/x11/lxqt-globalkeys/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979495 -SHA256 (lxqt/lxqt-globalkeys-2.3.0.tar.xz) = 1a3f86e7e4eb4a98811f76f0a8e6bd5e7d898abf48d51c88ef0dd3629f0889c6 -SIZE (lxqt/lxqt-globalkeys-2.3.0.tar.xz) = 79244 +TIMESTAMP = 1777196080 +SHA256 (lxqt/lxqt-globalkeys-2.4.0.tar.xz) = 6f7fb82337bd06823f698df5a1e631059e99e544bfa9a1d7c5b67fd01ff9319a +SIZE (lxqt/lxqt-globalkeys-2.4.0.tar.xz) = 81164 diff --git a/x11/lxqt-globalkeys/pkg-plist b/x11/lxqt-globalkeys/pkg-plist index f81291ba1272..229e3ebc8cce 100644 --- a/x11/lxqt-globalkeys/pkg-plist +++ b/x11/lxqt-globalkeys/pkg-plist @@ -1,79 +1,80 @@ bin/lxqt-config-globalkeyshortcuts bin/lxqt-globalkeysd etc/xdg/autostart/lxqt-globalkeyshortcuts.desktop %%LXQT_INCLUDEDIR%%-globalkeys-ui/LXQtGlobalKeysUi/ShortcutSelector %%LXQT_INCLUDEDIR%%-globalkeys-ui/shortcut_selector.h %%LXQT_INCLUDEDIR%%-globalkeys-ui/shortcutselector.h %%LXQT_INCLUDEDIR%%-globalkeys/LXQtGlobalKeys/Action %%LXQT_INCLUDEDIR%%-globalkeys/LXQtGlobalKeys/Client %%LXQT_INCLUDEDIR%%-globalkeys/LXQtGlobalKeys/LXQtGlobalKeys %%LXQT_INCLUDEDIR%%-globalkeys/action.h %%LXQT_INCLUDEDIR%%-globalkeys/client.h %%LXQT_INCLUDEDIR%%-globalkeys/lxqt-globalkeys.h %%LXQT_INCLUDEDIR%%-globalkeys/lxqtglobalkeys.h lib/liblxqt-globalkeys-ui.so lib/liblxqt-globalkeys-ui.so.2 lib/liblxqt-globalkeys-ui.so.%%VERSION%% lib/liblxqt-globalkeys.so lib/liblxqt-globalkeys.so.2 lib/liblxqt-globalkeys.so.%%VERSION%% libdata/pkgconfig/lxqt-globalkeys-ui.pc libdata/pkgconfig/lxqt-globalkeys.pc share/applications/lxqt-config-globalkeyshortcuts.desktop share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-config-version.cmake share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-config.cmake share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-targets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/lxqt-globalkeys-ui/lxqt-globalkeys-ui-targets.cmake share/cmake/lxqt-globalkeys/lxqt-globalkeys-config-version.cmake share/cmake/lxqt-globalkeys/lxqt-globalkeys-config.cmake share/cmake/lxqt-globalkeys/lxqt-globalkeys-targets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/lxqt-globalkeys/lxqt-globalkeys-targets.cmake %%LXQT_SHAREDIR%%/globalkeyshortcuts.conf %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_da.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_de.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_el.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_et.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_he.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_id.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_it.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_si.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_sk_SK.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-config-globalkeyshortcuts/lxqt-config-globalkeyshortcuts_zh_TW.qm diff --git a/x11/lxqt-menu-data/Makefile b/x11/lxqt-menu-data/Makefile index 33b0b48b601a..d09e23edc1dd 100644 --- a/x11/lxqt-menu-data/Makefile +++ b/x11/lxqt-menu-data/Makefile @@ -1,19 +1,19 @@ PORTNAME= lxqt-menu-data -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 CATEGORIES= x11 MASTER_SITES= LXQT DIST_SUBDIR= lxqt MAINTAINER= lxqt@FreeBSD.org COMMENT= Freedesktop.org compliant menu files for lxqt WWW= https://lxqt-project.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake lxqt:2 qt:6 tar:xz USE_QT= tools:build USE_LXQT= buildtools2 .include diff --git a/x11/lxqt-menu-data/distinfo b/x11/lxqt-menu-data/distinfo index 3c17a6198b62..67576426bad6 100644 --- a/x11/lxqt-menu-data/distinfo +++ b/x11/lxqt-menu-data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979514 -SHA256 (lxqt/lxqt-menu-data-2.3.0.tar.xz) = 703a44ba8a48927c073f2df200e330deb68b12f1589e06615603065f3d5b6e04 -SIZE (lxqt/lxqt-menu-data-2.3.0.tar.xz) = 55528 +TIMESTAMP = 1777184150 +SHA256 (lxqt/lxqt-menu-data-2.4.0.tar.xz) = 3487e47562dc19e63358a50c81e51cd0cf1a020397943cadd8db35daeb4866cc +SIZE (lxqt/lxqt-menu-data-2.4.0.tar.xz) = 55904 diff --git a/x11/lxqt-runner/Makefile b/x11/lxqt-runner/Makefile index 687306dac78d..9f41a93bf6d0 100644 --- a/x11/lxqt-runner/Makefile +++ b/x11/lxqt-runner/Makefile @@ -1,28 +1,27 @@ PORTNAME= lxqt-runner -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= x11 MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= LXQt tool used to launch programs quickly WWW= https://lxqt-project.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libmuparser.so:math/muparser USES= cmake compiler:c++20-lang gettext-runtime kde:6 lxqt:2 qt:6 \ gnome localbase perl5 pkgconfig tar:xz xorg USE_PERL5= build USE_QT= base:run tools:build svg USE_KDE= layer-shell-qt \ windowsystem \ ecm:build USE_GNOME= glib20 USE_LXQT= buildtools2 globalkeys qt6xdg USE_XORG= x11 CMAKE_ARGS= -DRUNNER_VBOX:BOOL=OFF .include diff --git a/x11/lxqt-runner/distinfo b/x11/lxqt-runner/distinfo index 6963cb925584..8921cade590d 100644 --- a/x11/lxqt-runner/distinfo +++ b/x11/lxqt-runner/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979531 -SHA256 (lxqt/lxqt-runner-2.3.0.tar.xz) = 6d2fdd8d5a4395a3f5ec6cd27f6455d1a140f8a7e4ee81ac98af1b3f5989d5db -SIZE (lxqt/lxqt-runner-2.3.0.tar.xz) = 233588 +TIMESTAMP = 1777197469 +SHA256 (lxqt/lxqt-runner-2.4.0.tar.xz) = d0441f18922162db5ef6a5a9617aa20b0b437d2ddc76d0542fb32c7fd68f9029 +SIZE (lxqt/lxqt-runner-2.4.0.tar.xz) = 235852 diff --git a/x11/lxqt-runner/pkg-plist b/x11/lxqt-runner/pkg-plist index 94fb63092c22..21ac7d07c43c 100644 --- a/x11/lxqt-runner/pkg-plist +++ b/x11/lxqt-runner/pkg-plist @@ -1,58 +1,59 @@ bin/lxqt-runner etc/xdg/autostart/lxqt-runner.desktop %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ar.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_arn.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_bg.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ca.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_cs.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_cy.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_da.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_de.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_el.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_en_GB.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_eo.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_es.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_es_VE.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_et.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_fi.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_gl.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_he.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_hi.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_hr.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_hu.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ia.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_id.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_is.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_it.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ka.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_kab.qm +%%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_lg.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_nl.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_pa.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_pt.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_pt_BR.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ro_RO.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ru.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_si.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_sk.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_sl.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_sr@latin.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_sr_BA.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_sr_RS.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_sv.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_th_TH.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_vi.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_zh_CN.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_zh_TW.qm share/man/man1/lxqt-runner.1.gz diff --git a/x11/qterminal/Makefile b/x11/qterminal/Makefile index 2d72e91d056a..ea1ea6d294b5 100644 --- a/x11/qterminal/Makefile +++ b/x11/qterminal/Makefile @@ -1,24 +1,24 @@ PORTNAME= qterminal -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 CATEGORIES= x11 MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= Lightweight Qt-based terminal emulator WWW= https://github.com/lxqt/qterminal LICENSE= GPLv2 LIB_DEPENDS= libqtermwidget6.so:x11-toolkits/qtermwidget RUN_DEPENDS= liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf USES= cmake compiler:c++20-lang gettext-runtime kde:6 \ localbase:ldflags lxqt:2 perl5 pkgconfig qt:6 tar:xz xorg CMAKE_OFF= BUILD_TESTS USE_PERL5= build USE_QT= base:run tools:build USE_KDE= layer-shell-qt USE_XORG= x11 USE_LXQT= buildtools2 .include diff --git a/x11/qterminal/distinfo b/x11/qterminal/distinfo index 593843703d41..08f763e2d224 100644 --- a/x11/qterminal/distinfo +++ b/x11/qterminal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979558 -SHA256 (lxqt/qterminal-2.3.0.tar.xz) = c2cc182e23f142bf2318523c7063012d146a802cd7b6d59e4f7563869a307dc5 -SIZE (lxqt/qterminal-2.3.0.tar.xz) = 248948 +TIMESTAMP = 1777198179 +SHA256 (lxqt/qterminal-2.4.0.tar.xz) = aeb6cf5ff7f31f0b89e60f6cc1c83c4d6fbed57717196d2ebba2bc0dcb8436d4 +SIZE (lxqt/qterminal-2.4.0.tar.xz) = 417816 diff --git a/x11/screengrab/Makefile b/x11/screengrab/Makefile index 7f9a3ab3f9e9..c6d587c32a9c 100644 --- a/x11/screengrab/Makefile +++ b/x11/screengrab/Makefile @@ -1,22 +1,21 @@ PORTNAME= screengrab -PORTVERSION= 3.1.0 -PORTREVISION= 2 +PORTVERSION= 3.2.0 CATEGORIES= x11 MASTER_SITES= LXQT MAINTAINER= lxqt@FreeBSD.org COMMENT= Screen dump utility WWW= https://github.com/lxqt/screengrab LICENSE= LGPL21+ USES= cmake compiler:c++20-lang gnome kde:6 localbase:ldflags lxqt:2 \ perl5 qt:6 tar:xz xorg USE_LXQT= buildtools2 qt6xdg USE_XORG= x11 xcb sm ice xext USE_KDE= layer-shell-qt wayland windowsystem USE_PERL5= build USE_QT= base:run tools:build svg USE_GNOME= glib20 .include diff --git a/x11/screengrab/distinfo b/x11/screengrab/distinfo index 91dfa5648128..c09e8250ff76 100644 --- a/x11/screengrab/distinfo +++ b/x11/screengrab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979590 -SHA256 (lxqt/screengrab-3.1.0.tar.xz) = f83281ed4a5b5b315afc8bccc28b577246397e03f194acab6c698ed51fa2d3bc -SIZE (lxqt/screengrab-3.1.0.tar.xz) = 365988 +TIMESTAMP = 1777198366 +SHA256 (lxqt/screengrab-3.2.0.tar.xz) = f43f27b261c3b22f05c79cb0131460bb144faf2720b590fc906c89cbcd3678bf +SIZE (lxqt/screengrab-3.2.0.tar.xz) = 373192 diff --git a/x11/screengrab/pkg-plist b/x11/screengrab/pkg-plist index ef7f3dd28685..bc65767425ef 100644 --- a/x11/screengrab/pkg-plist +++ b/x11/screengrab/pkg-plist @@ -1,49 +1,50 @@ bin/screengrab share/applications/screengrab.desktop share/icons/hicolor/scalable/apps/screengrab.svg share/metainfo/screengrab.metainfo.xml %%DATADIR%%/screengrab.conf %%DATADIR%%/translations/screengrab_ar.qm %%DATADIR%%/translations/screengrab_arn.qm %%DATADIR%%/translations/screengrab_ast.qm %%DATADIR%%/translations/screengrab_bg.qm %%DATADIR%%/translations/screengrab_ca.qm %%DATADIR%%/translations/screengrab_cs.qm %%DATADIR%%/translations/screengrab_cy.qm %%DATADIR%%/translations/screengrab_da.qm %%DATADIR%%/translations/screengrab_de.qm %%DATADIR%%/translations/screengrab_el.qm %%DATADIR%%/translations/screengrab_en_GB.qm %%DATADIR%%/translations/screengrab_es.qm %%DATADIR%%/translations/screengrab_et.qm %%DATADIR%%/translations/screengrab_fi.qm %%DATADIR%%/translations/screengrab_fr.qm %%DATADIR%%/translations/screengrab_gl.qm %%DATADIR%%/translations/screengrab_he.qm %%DATADIR%%/translations/screengrab_hr.qm %%DATADIR%%/translations/screengrab_hu.qm %%DATADIR%%/translations/screengrab_it.qm %%DATADIR%%/translations/screengrab_ja.qm %%DATADIR%%/translations/screengrab_ka.qm %%DATADIR%%/translations/screengrab_kab.qm +%%DATADIR%%/translations/screengrab_kk.qm %%DATADIR%%/translations/screengrab_ko.qm %%DATADIR%%/translations/screengrab_lg.qm %%DATADIR%%/translations/screengrab_lt.qm %%DATADIR%%/translations/screengrab_nb_NO.qm %%DATADIR%%/translations/screengrab_nl.qm %%DATADIR%%/translations/screengrab_oc.qm %%DATADIR%%/translations/screengrab_pa.qm %%DATADIR%%/translations/screengrab_pl.qm %%DATADIR%%/translations/screengrab_pt.qm %%DATADIR%%/translations/screengrab_pt_BR.qm %%DATADIR%%/translations/screengrab_ro.qm %%DATADIR%%/translations/screengrab_ru.qm %%DATADIR%%/translations/screengrab_si.qm %%DATADIR%%/translations/screengrab_sk.qm %%DATADIR%%/translations/screengrab_sl.qm %%DATADIR%%/translations/screengrab_sv.qm %%DATADIR%%/translations/screengrab_tr.qm %%DATADIR%%/translations/screengrab_uk.qm %%DATADIR%%/translations/screengrab_vi.qm %%DATADIR%%/translations/screengrab_zh_CN.qm %%DATADIR%%/translations/screengrab_zh_TW.qm