diff --git a/archivers/lxqt-archiver/Makefile b/archivers/lxqt-archiver/Makefile index 17bfb2616957..423836ef9c12 100644 --- a/archivers/lxqt-archiver/Makefile +++ b/archivers/lxqt-archiver/Makefile @@ -1,28 +1,27 @@ PORTNAME= lxqt-archiver -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= archivers MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= Qt file archiver WWW= https://github.com/lxqt/lxqt-archiver LICENSE= GPLv2 LIB_DEPENDS= libfm-qt.so:x11/libfm-qt \ libjson-glib-1.0.so:devel/json-glib \ libmenu-cache.so:x11/menu-cache \ libexif.so:graphics/libexif -RUN_DEPENDS= ${LOCALBASE}/bin/gtar:archivers/gtar \ - ${LOCALBASE}/bin/unzip:archivers/unzip +RUN_DEPENDS= gtar:archivers/gtar \ + unzip:archivers/unzip -USES= cmake compiler:c++14-lang desktop-file-utils lxqt perl5 pkgconfig tar:xz gnome qt:5 xorg +USES= cmake compiler:c++14-lang desktop-file-utils lxqt perl5 pkgconfig \ + tar:xz gnome qt:5 xorg USE_GNOME= glib20 -USE_PERL5= build -USE_QT= buildtools:build qmake:build core dbus gui linguisttools \ - network printsupport svg widgets x11extras +USE_QT= buildtools:build qmake:build core gui USE_LXQT= buildtools lxqt USE_XORG= xcb .include diff --git a/archivers/lxqt-archiver/distinfo b/archivers/lxqt-archiver/distinfo index 73ddb33acfea..b6640d67b86f 100644 --- a/archivers/lxqt-archiver/distinfo +++ b/archivers/lxqt-archiver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684231105 -SHA256 (lxqt/lxqt-archiver-0.8.0.tar.xz) = 29d3195026185f88107b849bfd546d4534042621b3c28d3e9a23106e5097ce24 -SIZE (lxqt/lxqt-archiver-0.8.0.tar.xz) = 181572 +TIMESTAMP = 1706384027 +SHA256 (lxqt/lxqt-archiver-0.9.0.tar.xz) = be2d49669220700d71b5f4a62d340eab36e29b4a8327c1f551ae95eede793158 +SIZE (lxqt/lxqt-archiver-0.9.0.tar.xz) = 183352 diff --git a/archivers/lxqt-archiver/pkg-plist b/archivers/lxqt-archiver/pkg-plist index 3ec73b6be4d2..55b7a9d0547d 100644 --- a/archivers/lxqt-archiver/pkg-plist +++ b/archivers/lxqt-archiver/pkg-plist @@ -1,40 +1,41 @@ 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_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_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_ko.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_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_TW.qm diff --git a/audio/pavucontrol-qt/Makefile b/audio/pavucontrol-qt/Makefile index 5bfeef66bf15..4e0335ac31f2 100644 --- a/audio/pavucontrol-qt/Makefile +++ b/audio/pavucontrol-qt/Makefile @@ -1,23 +1,22 @@ PORTNAME= pavucontrol-qt -PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTVERSION= 1.4.0 CATEGORIES= audio MASTER_SITES= LXQT/${PORTNAME} MAINTAINER= jsm@FreeBSD.org COMMENT= PulseAudio mixer in Qt WWW= https://github.com/lxqt/pavucontrol-qt/ LICENSE= GPLv2 LIB_DEPENDS= libpulse.so:audio/pulseaudio USES= cmake compiler:c++14-lang gettext-runtime localbase:ldflags qt:5 \ lxqt perl5 pkgconfig tar:xz gnome USE_PERL5= build -USE_QT= buildtools:build qmake:build core dbus gui linguisttools \ +USE_QT= buildtools:build qmake:build core gui linguisttools \ widgets USE_LXQT= buildtools USE_GNOME= glib20 .include diff --git a/audio/pavucontrol-qt/distinfo b/audio/pavucontrol-qt/distinfo index 548794815101..9d518107a140 100644 --- a/audio/pavucontrol-qt/distinfo +++ b/audio/pavucontrol-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669576427 -SHA256 (lxqt/pavucontrol-qt-1.2.0.tar.xz) = e36f1fa191e42503165f31a7104669ac9f111cf390db8f28a9805514f4e323a7 -SIZE (lxqt/pavucontrol-qt-1.2.0.tar.xz) = 113024 +TIMESTAMP = 1706383596 +SHA256 (lxqt/pavucontrol-qt-1.4.0.tar.xz) = 0d7ced3b9d215bcfae8fd5df5429aa07b0517984925cfa1cd020a9505749a994 +SIZE (lxqt/pavucontrol-qt-1.4.0.tar.xz) = 111712 diff --git a/audio/pavucontrol-qt/pkg-plist b/audio/pavucontrol-qt/pkg-plist index 0b369084a756..869d320be57e 100644 --- a/audio/pavucontrol-qt/pkg-plist +++ b/audio/pavucontrol-qt/pkg-plist @@ -1,53 +1,54 @@ 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_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_kn.qm %%DATADIR%%/translations/pavucontrol-qt_ko.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 96497de9fcfb..c0b4a383786a 100644 --- a/deskutils/lxqt-notificationd/Makefile +++ b/deskutils/lxqt-notificationd/Makefile @@ -1,22 +1,22 @@ PORTNAME= lxqt-notificationd -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= deskutils MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= LXQt notification daemon WWW= https://lxqt-project.org LICENSE= LGPL21+ USES= cmake compiler:c++14-lang gettext kde:5 lxqt qt:5 \ perl5 pkgconfig tar:xz gnome xorg USE_PERL5= build USE_QT= buildtools:build qmake:build dbus core gui \ linguisttools svg widgets x11extras xml USE_KDE= windowsystem USE_LXQT= buildtools lxqt USE_GNOME= glib20 USE_XORG= x11 .include diff --git a/deskutils/lxqt-notificationd/distinfo b/deskutils/lxqt-notificationd/distinfo index 582811535c50..f25b0192df8e 100644 --- a/deskutils/lxqt-notificationd/distinfo +++ b/deskutils/lxqt-notificationd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684416218 -SHA256 (lxqt/lxqt-notificationd-1.3.0.tar.xz) = a63e67306c9fb870c535e9908d174965d320cdb40fdabfd1dc6ab713d89655a0 -SIZE (lxqt/lxqt-notificationd-1.3.0.tar.xz) = 61064 +TIMESTAMP = 1706384865 +SHA256 (lxqt/lxqt-notificationd-1.4.0.tar.xz) = 4334b8c7f3f2d5e65bb3b88e188324924102aff91ee7aa1066f9bc6f4bf66ca8 +SIZE (lxqt/lxqt-notificationd-1.4.0.tar.xz) = 61792 diff --git a/deskutils/lxqt-notificationd/pkg-plist b/deskutils/lxqt-notificationd/pkg-plist index 2421a56f1bf9..378f15fc59a9 100644 --- a/deskutils/lxqt-notificationd/pkg-plist +++ b/deskutils/lxqt-notificationd/pkg-plist @@ -1,80 +1,82 @@ 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_ko.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_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_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-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_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_lv.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-notificationd/lxqt-notificationd_nl.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/devel/liblxqt/Makefile b/devel/liblxqt/Makefile index d17558ecd0ff..7e15f5b9333f 100644 --- a/devel/liblxqt/Makefile +++ b/devel/liblxqt/Makefile @@ -1,24 +1,24 @@ PORTNAME= liblxqt -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= devel MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= Shared library for LXQt applications WWW= https://github.com/lxqt/liblxqt LICENSE= LGPL21+ LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt-1@qt5 -USES= cmake compiler:c++14-lang gettext gnome kde:5 lxqt \ +USES= cmake compiler:c++14-lang gnome kde:5 lxqt \ pkgconfig qt:5 tar:xz xorg USE_GNOME= glib20 -USE_QT= buildtools:build qmake:build dbus core gui linguisttools \ +USE_QT= buildtools:build qmake:build dbus core gui \ svg widgets x11extras xml USE_KDE= windowsystem USE_LXQT= buildtools qtxdg USE_XORG= x11 xscrnsaver USE_LDCONFIG= yes .include diff --git a/devel/liblxqt/distinfo b/devel/liblxqt/distinfo index 270397bb885e..b58ae540e369 100644 --- a/devel/liblxqt/distinfo +++ b/devel/liblxqt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684232897 -SHA256 (lxqt/liblxqt-1.3.0.tar.xz) = b78f56268fe326e90fee9d66302600853a62ea7d21b7a8627d44ff269a1e24ef -SIZE (lxqt/liblxqt-1.3.0.tar.xz) = 83524 +TIMESTAMP = 1706382292 +SHA256 (lxqt/liblxqt-1.4.0.tar.xz) = b55073e7673e19d30339cabf5692a86b3aee244f3009f67e424b7c919f4d96f0 +SIZE (lxqt/liblxqt-1.4.0.tar.xz) = 84388 diff --git a/devel/libqtxdg/Makefile b/devel/libqtxdg/Makefile index 0162226c6c44..4c1d7839b864 100644 --- a/devel/libqtxdg/Makefile +++ b/devel/libqtxdg/Makefile @@ -1,18 +1,18 @@ PORTNAME= libqtxdg -PORTVERSION= 3.11.0 +PORTVERSION= 3.12.0 CATEGORIES= devel MASTER_SITES= LXQT/${PORTNAME} MAINTAINER= jsm@FreeBSD.org COMMENT= Qt implementation of freedesktop.org xdg specs WWW= https://github.com/lxde/libqtxdg LICENSE= LGPL21+ USES= cmake compiler:c++14-lang gnome lxqt pkgconfig qt:5 tar:xz USE_LDCONFIG= yes USE_GNOME= glib20 USE_QT= buildtools:build qmake:build core dbus gui svg widgets \ xml USE_LXQT= buildtools .include diff --git a/devel/libqtxdg/distinfo b/devel/libqtxdg/distinfo index 6a7f4701e381..b4ad2f0aa945 100644 --- a/devel/libqtxdg/distinfo +++ b/devel/libqtxdg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684233987 -SHA256 (lxqt/libqtxdg-3.11.0.tar.xz) = deae4e9138881df3a5afbfe3e39c2754f223a7e4797539997558753eb783972a -SIZE (lxqt/libqtxdg-3.11.0.tar.xz) = 71688 +TIMESTAMP = 1706381089 +SHA256 (lxqt/libqtxdg-3.12.0.tar.xz) = 726856ff447220575c84461800b151328e784c6c326a5065ef3f9a7f9506d4dc +SIZE (lxqt/libqtxdg-3.12.0.tar.xz) = 71684 diff --git a/graphics/lximage-qt/Makefile b/graphics/lximage-qt/Makefile index 00a322f9a145..44cf186815d7 100644 --- a/graphics/lximage-qt/Makefile +++ b/graphics/lximage-qt/Makefile @@ -1,25 +1,25 @@ PORTNAME= lximage-qt -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= graphics MASTER_SITES= LXQT MAINTAINER= jsm@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++14-lang desktop-file-utils gettext-runtime \ gnome localbase:ldflags lxqt perl5 pkgconfig qt:5 gnome tar:xz xorg USE_GNOME= glib20 USE_PERL5= build USE_QT= buildtools:build qmake:build core dbus gui linguisttools \ network printsupport svg widgets x11extras USE_LXQT= buildtools libfmqt USE_XORG= ice sm x11 xcb xext xfixes .include diff --git a/graphics/lximage-qt/distinfo b/graphics/lximage-qt/distinfo index 37db388bad09..57df7869ab21 100644 --- a/graphics/lximage-qt/distinfo +++ b/graphics/lximage-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684415345 -SHA256 (lxqt/lximage-qt-1.3.0.tar.xz) = 68d8d11129e5130bf6e30cfee0cb0ec775a5a5609c6a20c3c496e12f4eff34ff -SIZE (lxqt/lximage-qt-1.3.0.tar.xz) = 838632 +TIMESTAMP = 1706383944 +SHA256 (lxqt/lximage-qt-1.4.0.tar.xz) = 0857650bdb32c5ba5befbd726fbff62137e45d2cf26bc88b0d32622e718cd34e +SIZE (lxqt/lximage-qt-1.4.0.tar.xz) = 841028 diff --git a/security/lxqt-openssh-askpass/Makefile b/security/lxqt-openssh-askpass/Makefile index 5fa251dd2462..c393aacb5012 100644 --- a/security/lxqt-openssh-askpass/Makefile +++ b/security/lxqt-openssh-askpass/Makefile @@ -1,21 +1,21 @@ PORTNAME= lxqt-openssh-askpass -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= security MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= LXQt GUI dialog for OpenSSH authentication WWW= https://lxqt-project.org LICENSE= LGPL21+ USES= cmake compiler:c++11-lang gettext-runtime kde:5 lxqt \ perl5 pkgconfig qt:5 tar:xz gnome xorg USE_PERL5= build USE_QT= buildtools:build qmake:build core dbus gui linguisttools \ svg widgets x11extras xml USE_KDE= windowsystem USE_LXQT= buildtools lxqt USE_GNOME= glib20 USE_XORG= x11 .include diff --git a/security/lxqt-openssh-askpass/distinfo b/security/lxqt-openssh-askpass/distinfo index 17ef4940ab9e..c616867a6192 100644 --- a/security/lxqt-openssh-askpass/distinfo +++ b/security/lxqt-openssh-askpass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684498321 -SHA256 (lxqt/lxqt-openssh-askpass-1.3.0.tar.xz) = a012190131bd2935737127e43f5fa9f77ca59d897ad686e51c263f4db8bf9204 -SIZE (lxqt/lxqt-openssh-askpass-1.3.0.tar.xz) = 17560 +TIMESTAMP = 1706384963 +SHA256 (lxqt/lxqt-openssh-askpass-1.4.0.tar.xz) = 2ba6bcac5d90db846dce7895d03294126315ec20e59977f9f2faadf3e668c54a +SIZE (lxqt/lxqt-openssh-askpass-1.4.0.tar.xz) = 17628 diff --git a/security/lxqt-openssh-askpass/pkg-plist b/security/lxqt-openssh-askpass/pkg-plist index 0cac7df98005..ca5e8db72d7e 100644 --- a/security/lxqt-openssh-askpass/pkg-plist +++ b/security/lxqt-openssh-askpass/pkg-plist @@ -1,38 +1,39 @@ 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_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_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_oc.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_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-openssh-askpass/lxqt-openssh-askpass_pt.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 share/man/man1/lxqt-openssh-askpass.1.gz diff --git a/security/lxqt-sudo/Makefile b/security/lxqt-sudo/Makefile index a4132097e905..d61cb8abb471 100644 --- a/security/lxqt-sudo/Makefile +++ b/security/lxqt-sudo/Makefile @@ -1,25 +1,24 @@ PORTNAME= lxqt-sudo -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= security MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= GUI frontend to su/sudo for LXQt desktop WWW= https://lxqt-project.org LICENSE= LGPL21+ RUN_DEPENDS= sudo:security/sudo -USES= cmake compiler:c++14-lang gettext kde:5 lxqt qt:5 \ - perl5 pkgconfig tar:xz gnome xorg +USES= cmake gettext kde:5 lxqt qt:5 perl5 tar:xz gnome xorg USE_PERL5= build -USE_QT= buildtools:build qmake:build core dbus gui svg widgets \ - x11extras xml +USE_QT= buildtools:build core dbus gui svg qmake:build widgets \ + x11extras xml USE_KDE= windowsystem USE_LXQT= buildtools lxqt USE_GNOME= glib20 USE_XORG= x11 .include diff --git a/security/lxqt-sudo/distinfo b/security/lxqt-sudo/distinfo index 36c39219039e..233550e6618c 100644 --- a/security/lxqt-sudo/distinfo +++ b/security/lxqt-sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684498564 -SHA256 (lxqt/lxqt-sudo-1.3.0.tar.xz) = 3166791603e3f3a01f97b69225a5a097ee8cd4e8e982a4c1716a60fee7151f5f -SIZE (lxqt/lxqt-sudo-1.3.0.tar.xz) = 37796 +TIMESTAMP = 1706385287 +SHA256 (lxqt/lxqt-sudo-1.4.0.tar.xz) = 076c7115f612b77ec8c05043df76df6acd7f9fe9132b253d6fb5ac2d72eb44ae +SIZE (lxqt/lxqt-sudo-1.4.0.tar.xz) = 37764 diff --git a/sysutils/lxqt-admin/Makefile b/sysutils/lxqt-admin/Makefile index ab253ceffd92..cdbf21a96dd4 100644 --- a/sysutils/lxqt-admin/Makefile +++ b/sysutils/lxqt-admin/Makefile @@ -1,22 +1,22 @@ PORTNAME= lxqt-admin -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= sysutils MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= System administration tool for the LXQt desktop WWW= https://lxqt-project.org LICENSE= LGPL21+ -USES= cmake compiler:c++11-lang gnome kde:5 localbase \ - lxqt perl5 pkgconfig tar:xz qt:5 xorg +USES= cmake compiler:c++11-lang gnome kde:5 localbase \ + lxqt perl5 pkgconfig tar:xz qt:5 xorg USE_PERL5= build -USE_QT= buildtools:build qmake:build core dbus gui svg \ - widgets x11extras xml +USE_QT= buildtools:build qmake:build core dbus gui svg \ + widgets x11extras xml USE_KDE= windowsystem USE_GNOME= glib20 USE_LXQT= buildtools lxqt USE_XORG= x11 .include diff --git a/sysutils/lxqt-admin/distinfo b/sysutils/lxqt-admin/distinfo index a94be95df85d..d220803f3218 100644 --- a/sysutils/lxqt-admin/distinfo +++ b/sysutils/lxqt-admin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684237635 -SHA256 (lxqt/lxqt-admin-1.3.0.tar.xz) = 57e206e5df489369bbce8c314a61de1d01e0acd32d5db1b70e7016b9732a29dd -SIZE (lxqt/lxqt-admin-1.3.0.tar.xz) = 151148 +TIMESTAMP = 1706407980 +SHA256 (lxqt/lxqt-admin-1.4.0.tar.xz) = dd1704050d5d6c462a22e3f58128b64ffc943e3767301ed24466f85790446b4c +SIZE (lxqt/lxqt-admin-1.4.0.tar.xz) = 152052 diff --git a/sysutils/lxqt-config/Makefile b/sysutils/lxqt-config/Makefile index 168520fbc226..225d6f636548 100644 --- a/sysutils/lxqt-config/Makefile +++ b/sysutils/lxqt-config/Makefile @@ -1,35 +1,30 @@ PORTNAME= lxqt-config -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= sysutils MASTER_SITES= LXQT DIST_SUBDIR= lxqt -#PATCH_SITES= https://github.com/lxqt/lxqt-config/commit/ -#PATCHFILES= 6add4e4f0040693e7c4242fbae48c9d32007686c.patch:-p1 - MAINTAINER= jsm@FreeBSD.org COMMENT= LXQt system settings center WWW= https://lxqt-project.org LICENSE= GPLv2 LGPL21+ LICENSE_COMB= multi -BUILD_DEPENDS= ${LOCALBASE}/lib/xorg/modules/input/libinput_drv.so:x11-drivers/xf86-input-libinput +BUILD_DEPENDS= lxqt-menu-data>=1.4.1:x11/lxqt-menu-data \ + ${LOCALBASE}/lib/xorg/modules/input/libinput_drv.so:x11-drivers/xf86-input-libinput +RUN_DEPENDS= lxqt-menu-data>=1.4.1:x11/lxqt-menu-data + LIB_DEPENDS= libudev.so:devel/libudev-devd -USES= cmake compiler:c++17-lang desktop-file-utils kde:5 localbase:ldflags \ - lxqt qt:5 pkgconfig tar:xz xorg gnome -USE_QT= buildtools:build qmake:build concurrent core dbus \ - gui linguisttools svg widgets x11extras xml +USES= cmake compiler:c++17-lang kde:5 localbase:ldflags \ + lxqt qt:5 perl5 pkgconfig tar:xz xorg gnome +USE_QT= buildtools:build core dbus gui linguisttools svg qmake:build widgets x11extras xml USE_KDE= libkscreen windowsystem USE_GNOME= glib20 USE_LXQT= buildtools lxqt +USE_PERL5= build USE_XORG= ice sm x11 xcb xcursor xext xfixes xrandr xi USE_LDCONFIG= yes -# Override default of c++14 set by lxqt-buildtools -# This is needed as KScreen introduced code requiring c++17 -CMAKE_ARGS= -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_EXTENSIONS=OFF - .include diff --git a/sysutils/lxqt-config/distinfo b/sysutils/lxqt-config/distinfo index 1c9effef59c8..1fa8d003cd4f 100644 --- a/sysutils/lxqt-config/distinfo +++ b/sysutils/lxqt-config/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684232796 -SHA256 (lxqt/lxqt-config-1.3.0.tar.xz) = 929f60b58cf8dbf84f0f778a59c9794bfcc74abb8ea68177e28deb666eae698f -SIZE (lxqt/lxqt-config-1.3.0.tar.xz) = 370624 +TIMESTAMP = 1706384239 +SHA256 (lxqt/lxqt-config-1.4.0.tar.xz) = e60d5c3f00588fb373b48fa0c65f7a164500738467359472409a29b9db11c84b +SIZE (lxqt/lxqt-config-1.4.0.tar.xz) = 371628 diff --git a/sysutils/lxqt-config/pkg-plist b/sysutils/lxqt-config/pkg-plist index e6e105ad6600..ee380dabdffa 100644 --- a/sysutils/lxqt-config/pkg-plist +++ b/sysutils/lxqt-config/pkg-plist @@ -1,368 +1,367 @@ 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 -etc/xdg/menus/lxqt-config.menu 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.desktop share/applications/lxqt-config.desktop -share/desktop-directories/lxqt-settings-lxqt.directory -share/desktop-directories/lxqt-settings-other.directory -share/desktop-directories/lxqt-settings-system.directory 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_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ko.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_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_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_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_ko.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_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_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-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_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-cursor/lxqt-config-cursor_ko.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_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_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_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_ko.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_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_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-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_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_ko.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_es.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_et.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_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_ko.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_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-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_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_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_ko.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_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_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-config/lxqt-config_ko.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_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_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-mouse.1.gz share/man/man1/lxqt-config.1.gz diff --git a/sysutils/lxqt-policykit/Makefile b/sysutils/lxqt-policykit/Makefile index 4e8187695734..e0f23c0f867b 100644 --- a/sysutils/lxqt-policykit/Makefile +++ b/sysutils/lxqt-policykit/Makefile @@ -1,24 +1,26 @@ PORTNAME= lxqt-policykit -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= sysutils MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= PolicyKit authentication agent WWW= https://lxqt-project.org LICENSE= LGPL21+ LIB_DEPENDS= libpolkit-qt5-agent-1.so:sysutils/polkit-qt-1@qt5 \ libpolkit-agent-1.so:sysutils/polkit -USES= cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 gnome \ - localbase:ldflags lxqt perl5 pkgconfig tar:xz xorg +USES= cmake compiler:c++14-lang gnome gettext-runtime kde:5 qt:5 perl5 \ + localbase:ldflags lxqt pkgconfig tar:xz xorg + USE_PERL5= build -USE_QT= buildtools:build qmake:build core dbus gui linguisttools \ - svg widgets x11extras xml +USE_QT= buildtools:build qmake:build core dbus gui linguisttools \ + svg widgets x11extras xml USE_KDE= windowsystem USE_LXQT= buildtools lxqt USE_GNOME= glib20 USE_XORG= x11 + .include diff --git a/sysutils/lxqt-policykit/distinfo b/sysutils/lxqt-policykit/distinfo index 8555fd2f1e87..1ea4b4e17e9c 100644 --- a/sysutils/lxqt-policykit/distinfo +++ b/sysutils/lxqt-policykit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684416888 -SHA256 (lxqt/lxqt-policykit-1.3.0.tar.xz) = 006e0d368d589912ede261798e63bbe9a73c505c99423e341d3d27d127593414 -SIZE (lxqt/lxqt-policykit-1.3.0.tar.xz) = 39344 +TIMESTAMP = 1706385102 +SHA256 (lxqt/lxqt-policykit-1.4.0.tar.xz) = 5ccce983f64d078d40b04b5efd3a5a764878dd28fc458430201a86bb55cc8485 +SIZE (lxqt/lxqt-policykit-1.4.0.tar.xz) = 39612 diff --git a/sysutils/lxqt-policykit/pkg-plist b/sysutils/lxqt-policykit/pkg-plist index 726e68561d27..3cf310d28376 100644 --- a/sysutils/lxqt-policykit/pkg-plist +++ b/sysutils/lxqt-policykit/pkg-plist @@ -1,37 +1,38 @@ 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_es.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_et.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_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-policykit-agent/lxqt-policykit-agent_oc.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_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_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 share/man/man1/lxqt-policykit-agent.1.gz diff --git a/sysutils/lxqt-powermanagement/Makefile b/sysutils/lxqt-powermanagement/Makefile index 23e7eda91f41..57f5e0ca3e55 100644 --- a/sysutils/lxqt-powermanagement/Makefile +++ b/sysutils/lxqt-powermanagement/Makefile @@ -1,24 +1,24 @@ PORTNAME= lxqt-powermanagement -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= sysutils MASTER_SITES= LXQT MAINTAINER= jsm@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++14-lang gettext-runtime kde:5 qt:5 \ localbase:ldflags lxqt perl5 pkgconfig tar:xz gnome xorg USE_PERL5= build USE_QT= buildtools:build qmake:build core svg widgets x11extras \ dbus gui xml USE_GNOME= glib20 USE_KDE= idletime solid windowsystem USE_LXQT= buildtools lxqt globalkeys USE_XORG= x11 .include diff --git a/sysutils/lxqt-powermanagement/distinfo b/sysutils/lxqt-powermanagement/distinfo index 4ed37f8b0d60..6ba44a79f635 100644 --- a/sysutils/lxqt-powermanagement/distinfo +++ b/sysutils/lxqt-powermanagement/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684414859 -SHA256 (lxqt/lxqt-powermanagement-1.3.0.tar.xz) = 59a59f631148d0bf12541eaeed4db8a1fac02826ebf0b1bbc75fca0b0ae4a19d -SIZE (lxqt/lxqt-powermanagement-1.3.0.tar.xz) = 91852 +TIMESTAMP = 1706386963 +SHA256 (lxqt/lxqt-powermanagement-1.4.0.tar.xz) = a0d4e3c429a138453606d3067d189e0d163ff61ceaa8239100b2997b2e0b532d +SIZE (lxqt/lxqt-powermanagement-1.4.0.tar.xz) = 93280 diff --git a/sysutils/lxqt-powermanagement/pkg-plist b/sysutils/lxqt-powermanagement/pkg-plist index c88587e62505..e2454bfbc6dd 100644 --- a/sysutils/lxqt-powermanagement/pkg-plist +++ b/sysutils/lxqt-powermanagement/pkg-plist @@ -1,76 +1,77 @@ 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_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_ko.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_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-config-powermanagement/lxqt-config-powermanagement_nl.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_es.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_et.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_ko.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_lt.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_oc.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_nb_NO.qm %%LXQT_TRANSLATIONS%%/lxqt-powermanagement/lxqt-powermanagement_nl.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 diff --git a/sysutils/lxqt-qtplugin/Makefile b/sysutils/lxqt-qtplugin/Makefile index bb06b0bdd568..5890a6b6105a 100644 --- a/sysutils/lxqt-qtplugin/Makefile +++ b/sysutils/lxqt-qtplugin/Makefile @@ -1,28 +1,28 @@ PORTNAME= lxqt-qtplugin -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= sysutils MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= LXQt system integration plugin for Qt WWW= https://lxqt-project.org LICENSE= LGPL21+ LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \ libexif.so:graphics/libexif USES= cmake compiler:c++14-lang gnome kde:5 lxqt pkgconfig tar:xz qt:5 \ gettext-runtime xorg USE_XORG=xcb USE_GNOME=glib20 USE_QT= buildtools:build qmake:build core dbus gui svg widgets \ x11extras xml USE_KDE= windowsystem USE_LXQT= buildtools qtxdg libfmqt USE_LDCONFIG= yes PLIST_FILES= ${QT_PLUGINDIR}/platformthemes/libqtlxqt.so .include diff --git a/sysutils/lxqt-qtplugin/distinfo b/sysutils/lxqt-qtplugin/distinfo index 2ed73ff6c123..86a98a5b6876 100644 --- a/sysutils/lxqt-qtplugin/distinfo +++ b/sysutils/lxqt-qtplugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684416562 -SHA256 (lxqt/lxqt-qtplugin-1.3.0.tar.xz) = 1be21cae812d6e061ce026b4456e4a32def8e4618c7b134ca773a7b15852bd41 -SIZE (lxqt/lxqt-qtplugin-1.3.0.tar.xz) = 23864 +TIMESTAMP = 1706383388 +SHA256 (lxqt/lxqt-qtplugin-1.4.0.tar.xz) = 2afd9af1de8cc07b276c160e9831bde6fbc9b65a367df8227a3aa7df5e856eae +SIZE (lxqt/lxqt-qtplugin-1.4.0.tar.xz) = 23880 diff --git a/sysutils/qtxdg-tools/Makefile b/sysutils/qtxdg-tools/Makefile index 5cd922c6f3cf..91dd7aa11a42 100644 --- a/sysutils/qtxdg-tools/Makefile +++ b/sysutils/qtxdg-tools/Makefile @@ -1,17 +1,17 @@ PORTNAME= qtxdg-tools -PORTVERSION= 3.11.0 +PORTVERSION= 3.12.0 CATEGORIES= sysutils MASTER_SITES= LXQT/${PORTNAME} MAINTAINER= jsm@FreeBSD.org COMMENT= User tools for libqtxdg WWW= https://github.com/lxqt/qtxdg-tools LICENSE= LGPL21+ USES= cmake compiler:c++14-lang gnome lxqt pkgconfig qt:5 tar:xz lxqt USE_GNOME= glib20 USE_QT= buildtools:build qmake:build core dbus gui svg widgets xml USE_LXQT= buildtools qtxdg .include diff --git a/sysutils/qtxdg-tools/distinfo b/sysutils/qtxdg-tools/distinfo index 4323276d54fd..4f50e950916e 100644 --- a/sysutils/qtxdg-tools/distinfo +++ b/sysutils/qtxdg-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684234419 -SHA256 (lxqt/qtxdg-tools-3.11.0.tar.xz) = 29af0335e12e28a402c8e97bb0bee2da23f7ebec8b252453f1d2050a93736e15 -SIZE (lxqt/qtxdg-tools-3.11.0.tar.xz) = 16716 +TIMESTAMP = 1706382982 +SHA256 (lxqt/qtxdg-tools-3.12.0.tar.xz) = 8afba8c57647ccbec27964c021b1f317866bb93c7293f60319a340b6484bf883 +SIZE (lxqt/qtxdg-tools-3.12.0.tar.xz) = 16740 diff --git a/x11-fm/pcmanfm-qt/Makefile b/x11-fm/pcmanfm-qt/Makefile index 38de2e5de26b..1aeeb1bb055e 100644 --- a/x11-fm/pcmanfm-qt/Makefile +++ b/x11-fm/pcmanfm-qt/Makefile @@ -1,27 +1,29 @@ PORTNAME= pcmanfm-qt -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= x11-fm MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= LXQt file manager WWW= https://github.com/lxde/pcmanfm-qt LICENSE= GPLv2 LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \ libfm-qt.so:x11/libfm-qt \ libexif.so:graphics/libexif +RUN_DEPENDS= lxqt-menu-data>=1.4.1:x11/lxqt-menu-data -USES= cmake compiler:c++14-lang desktop-file-utils gnome\ + +USES= cmake compiler:c++17-lang gnome \ gettext-runtime localbase:ldflags lxqt perl5 pkgconfig kde:5 qt:5 \ tar:xz xorg USE_PERL5= build USE_QT= buildtools:build qmake:build core dbus gui linguisttools \ widgets x11extras USE_KDE= oxygen-icons5 USE_LXQT= buildtools libfmqt USE_GNOME= glib20 USE_XORG= xcb .include diff --git a/x11-fm/pcmanfm-qt/distinfo b/x11-fm/pcmanfm-qt/distinfo index 68ceb1ae6dca..1fbeb4b5ae39 100644 --- a/x11-fm/pcmanfm-qt/distinfo +++ b/x11-fm/pcmanfm-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684416716 -SHA256 (lxqt/pcmanfm-qt-1.3.0.tar.xz) = 7c7ce38cd88e7ee032ccd2f89b5dd7e2b61706e25d00cf8f86e68bab0d760fa4 -SIZE (lxqt/pcmanfm-qt-1.3.0.tar.xz) = 358932 +TIMESTAMP = 1706385411 +SHA256 (lxqt/pcmanfm-qt-1.4.0.tar.xz) = b1c6abb3bd8dca6bd2290fab424fef73527d5a1bb60a67dfd20966545dfee443 +SIZE (lxqt/pcmanfm-qt-1.4.0.tar.xz) = 377652 diff --git a/x11-fm/pcmanfm-qt/pkg-plist b/x11-fm/pcmanfm-qt/pkg-plist index a0009fd60621..de7a176fa330 100644 --- a/x11-fm/pcmanfm-qt/pkg-plist +++ b/x11-fm/pcmanfm-qt/pkg-plist @@ -1,51 +1,53 @@ 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_es.qm %%DATADIR%%/translations/pcmanfm-qt_et.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_it.qm %%DATADIR%%/translations/pcmanfm-qt_ja.qm %%DATADIR%%/translations/pcmanfm-qt_kk.qm %%DATADIR%%/translations/pcmanfm-qt_ko.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-toolkits/qtermwidget/Makefile b/x11-toolkits/qtermwidget/Makefile index 529c8240c3a4..234e13b463f7 100644 --- a/x11-toolkits/qtermwidget/Makefile +++ b/x11-toolkits/qtermwidget/Makefile @@ -1,21 +1,21 @@ PORTNAME= qtermwidget -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= x11-toolkits MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= Terminal widget for QTerminal WWW= https://github.com/lxde/qtermwidget LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++11-lang gettext-runtime lxqt \ pkgconfig qt:5 tar:xz USE_LDCONFIG= yes USE_QT= buildtools:build core gui qmake:build linguisttools widgets USE_LXQT= buildtools CMAKE_ARGS+= -DQTERMWIDGET_USE_UTEMPTER=ON .include diff --git a/x11-toolkits/qtermwidget/distinfo b/x11-toolkits/qtermwidget/distinfo index 36b714c13611..e8836a1fe151 100644 --- a/x11-toolkits/qtermwidget/distinfo +++ b/x11-toolkits/qtermwidget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684241727 -SHA256 (lxqt/qtermwidget-1.3.0.tar.xz) = 74bea8a12bb718e3d6233d04bfe131b0d0d33ab25a9c018c9a145c6b5aa5804e -SIZE (lxqt/qtermwidget-1.3.0.tar.xz) = 189464 +TIMESTAMP = 1706383709 +SHA256 (lxqt/qtermwidget-1.4.0.tar.xz) = e7253065f74fa056843c95f9543e690bcaf7a03647ef5e02379eec4eb162026b +SIZE (lxqt/qtermwidget-1.4.0.tar.xz) = 190320 diff --git a/x11-toolkits/qtermwidget/pkg-plist b/x11-toolkits/qtermwidget/pkg-plist index 1ce6b629a802..4ae4d2ed8d6c 100644 --- a/x11-toolkits/qtermwidget/pkg-plist +++ b/x11-toolkits/qtermwidget/pkg-plist @@ -1,82 +1,85 @@ include/qtermwidget5/Emulation.h include/qtermwidget5/Filter.h include/qtermwidget5/KeyboardTranslator.h include/qtermwidget5/qtermwidget.h include/qtermwidget5/qtermwidget_export.h include/qtermwidget5/qtermwidget_interface.h include/qtermwidget5/qtermwidget_version.h lib/cmake/qtermwidget5/qtermwidget5-config-version.cmake lib/cmake/qtermwidget5/qtermwidget5-config.cmake lib/cmake/qtermwidget5/qtermwidget5-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/qtermwidget5/qtermwidget5-targets.cmake lib/libqtermwidget5.so lib/libqtermwidget5.so.1 lib/libqtermwidget5.so.%%VERSION%% libdata/pkgconfig/qtermwidget5.pc %%DATADIR%%5/color-schemes/BlackOnLightYellow.colorscheme %%DATADIR%%5/color-schemes/BlackOnRandomLight.colorscheme %%DATADIR%%5/color-schemes/BlackOnWhite.colorscheme %%DATADIR%%5/color-schemes/BreezeModified.colorscheme %%DATADIR%%5/color-schemes/DarkPastels.colorscheme +%%DATADIR%%5/color-schemes/Falcon.colorscheme %%DATADIR%%5/color-schemes/GreenOnBlack.colorscheme %%DATADIR%%5/color-schemes/Linux.colorscheme %%DATADIR%%5/color-schemes/Solarized.colorscheme %%DATADIR%%5/color-schemes/SolarizedLight.colorscheme %%DATADIR%%5/color-schemes/Tango.colorscheme %%DATADIR%%5/color-schemes/Ubuntu.colorscheme %%DATADIR%%5/color-schemes/WhiteOnBlack.colorscheme %%DATADIR%%5/color-schemes/historic/BlackOnLightColor.schema %%DATADIR%%5/color-schemes/historic/DarkPicture.schema %%DATADIR%%5/color-schemes/historic/GreenOnBlack.schema %%DATADIR%%5/color-schemes/historic/GreenTint.schema %%DATADIR%%5/color-schemes/historic/GreenTint_MC.schema %%DATADIR%%5/color-schemes/historic/LightPicture.schema %%DATADIR%%5/color-schemes/historic/Linux.schema %%DATADIR%%5/color-schemes/historic/Transparent.schema %%DATADIR%%5/color-schemes/historic/Transparent_MC.schema %%DATADIR%%5/color-schemes/historic/Transparent_darkbg.schema %%DATADIR%%5/color-schemes/historic/Transparent_lightbg.schema %%DATADIR%%5/color-schemes/historic/XTerm.schema %%DATADIR%%5/color-schemes/historic/syscolor.schema %%DATADIR%%5/color-schemes/historic/vim.schema %%DATADIR%%5/kb-layouts/default.keytab %%DATADIR%%5/kb-layouts/historic/vt100.keytab %%DATADIR%%5/kb-layouts/historic/x11r5.keytab %%DATADIR%%5/kb-layouts/linux.keytab %%DATADIR%%5/kb-layouts/macbook.keytab %%DATADIR%%5/kb-layouts/solaris.keytab %%DATADIR%%5/kb-layouts/vt420pc.keytab %%DATADIR%%5/translations/qtermwidget_ar.qm %%DATADIR%%5/translations/qtermwidget_arn.qm %%DATADIR%%5/translations/qtermwidget_ast.qm %%DATADIR%%5/translations/qtermwidget_bg.qm %%DATADIR%%5/translations/qtermwidget_ca.qm %%DATADIR%%5/translations/qtermwidget_cs.qm %%DATADIR%%5/translations/qtermwidget_cy.qm %%DATADIR%%5/translations/qtermwidget_da.qm %%DATADIR%%5/translations/qtermwidget_de.qm %%DATADIR%%5/translations/qtermwidget_de_CH.qm %%DATADIR%%5/translations/qtermwidget_el.qm %%DATADIR%%5/translations/qtermwidget_es.qm %%DATADIR%%5/translations/qtermwidget_et.qm +%%DATADIR%%5/translations/qtermwidget_fi.qm %%DATADIR%%5/translations/qtermwidget_fr.qm %%DATADIR%%5/translations/qtermwidget_gl.qm %%DATADIR%%5/translations/qtermwidget_he.qm %%DATADIR%%5/translations/qtermwidget_hr.qm %%DATADIR%%5/translations/qtermwidget_hu.qm %%DATADIR%%5/translations/qtermwidget_it.qm %%DATADIR%%5/translations/qtermwidget_ja.qm %%DATADIR%%5/translations/qtermwidget_ko.qm %%DATADIR%%5/translations/qtermwidget_lt.qm %%DATADIR%%5/translations/qtermwidget_nb_NO.qm %%DATADIR%%5/translations/qtermwidget_nl.qm +%%DATADIR%%5/translations/qtermwidget_oc.qm %%DATADIR%%5/translations/qtermwidget_pl.qm %%DATADIR%%5/translations/qtermwidget_pt.qm %%DATADIR%%5/translations/qtermwidget_pt_BR.qm %%DATADIR%%5/translations/qtermwidget_ru.qm %%DATADIR%%5/translations/qtermwidget_si.qm %%DATADIR%%5/translations/qtermwidget_sk.qm %%DATADIR%%5/translations/qtermwidget_tr.qm %%DATADIR%%5/translations/qtermwidget_uk.qm %%DATADIR%%5/translations/qtermwidget_zh_CN.qm %%DATADIR%%5/translations/qtermwidget_zh_TW.qm diff --git a/x11-wm/lxqt-panel/Makefile b/x11-wm/lxqt-panel/Makefile index e87bc9c62789..bd0b0f6a9296 100644 --- a/x11-wm/lxqt-panel/Makefile +++ b/x11-wm/lxqt-panel/Makefile @@ -1,65 +1,65 @@ PORTNAME= lxqt-panel -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= x11-wm MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= Panel for the LXQt desktop WWW= https://lxqt-project.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \ libxkbcommon.so:x11/libxkbcommon \ libxcb-util.so:x11/xcb-util \ libsysstat-qt5.so:sysutils/libsysstat \ libxcb-image.so:x11/xcb-util-image -RUN_DEPENDS= lxmenu-data>=0.1.2:x11/lxmenu-data +BUILD_DEPENDS= lxqt-menu-data>=1.4.1:x11/lxqt-menu-data +RUN_DEPENDS= lxqt-menu-data>=1.4.1:x11/lxqt-menu-data -USES= cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 gnome \ - localbase:ldflags lxqt perl5 pkgconfig tar:xz xorg +USES= cmake compiler:c++17-lang gettext-runtime kde:5 qt:5 gnome \ + localbase:ldflags lxqt perl5 pkgconfig tar:xz xorg USE_PERL5= build -USE_QT= buildtools:build qmake:build core dbus gui svg widgets \ - x11extras xml concurrent +USE_QT= buildtools:build qmake:build core dbus gui svg widgets \ + xml concurrent USE_KDE= windowsystem USE_LXQT= buildtools lxqt globalkeys qtxdg 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 cd94a88b4fb2..b70ddebd2b3b 100644 --- a/x11-wm/lxqt-panel/distinfo +++ b/x11-wm/lxqt-panel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684242344 -SHA256 (lxqt/lxqt-panel-1.3.0.tar.xz) = 431b399445c8b01b4989cb9521739e88d99236eaf43c9dcd29a99696038fd8d2 -SIZE (lxqt/lxqt-panel-1.3.0.tar.xz) = 610764 +TIMESTAMP = 1706385978 +SHA256 (lxqt/lxqt-panel-1.4.0.tar.xz) = 0e660c0397c96a28f0fcf316b20c72d203c85793a884e1487b3b14e3790defc9 +SIZE (lxqt/lxqt-panel-1.4.0.tar.xz) = 612012 diff --git a/x11-wm/lxqt-panel/pkg-plist b/x11-wm/lxqt-panel/pkg-plist index bad6727dfb09..dccdf8b75766 100644 --- a/x11-wm/lxqt-panel/pkg-plist +++ b/x11-wm/lxqt-panel/pkg-plist @@ -1,700 +1,821 @@ bin/lxqt-panel etc/xdg/autostart/lxqt-panel.desktop -etc/xdg/menus/lxqt-applications-compact.menu -etc/xdg/menus/lxqt-applications-simple.menu -etc/xdg/menus/lxqt-applications.menu %%LXQT_INCLUDEDIR%%/ilxqtpanel.h %%LXQT_INCLUDEDIR%%/ilxqtpanelplugin.h %%LXQT_INCLUDEDIR%%/lxqtpanelglobals.h %%LXQT_INCLUDEDIR%%/pluginsettings.h 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/desktop-directories/lxqt-leave.directory -share/desktop-directories/lxqt-settings.directory %%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/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.conf +%%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_ca.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_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_ko.qm -%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_nl.qm -%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_ar.qm -%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_et.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_pt.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_sr.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/colorpicker/colorpicker_tr.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_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_ko.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_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_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_ko.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_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_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_ko.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_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_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_ko.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_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/directorymenu/directorymenu_pt.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/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_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_ko.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_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/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_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_ko.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_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_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/lxqt-panel_ko.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_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_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_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_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_kk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/mainmenu/mainmenu_ko.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_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_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_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_ko.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_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_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_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_it.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_sr.qm +%%LXQT_TRANSLATIONS%%/lxqt-panel/qeyes/qeyes_tr.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_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_ko.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_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_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_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_it.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/showdesktop/showdesktop_ko.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_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_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_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_ko.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_pl.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_pt.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_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/spacer/spacer_zh_CN.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_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_ko.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_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_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/statusnotifier/statusnotifier_uk.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_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_ko.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_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_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/sysstat/sysstat_zh_CN.qm -%%LXQT_TRANSLATIONS%%/lxqt-panel/taskbar/taskbar_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_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_ko.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_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_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_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_ko.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_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_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_ko.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_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_tr.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_uk.qm %%LXQT_TRANSLATIONS%%/lxqt-panel/worldclock/worldclock_zh_CN.qm share/man/man1/lxqt-panel.1.gz diff --git a/x11-wm/lxqt-session/Makefile b/x11-wm/lxqt-session/Makefile index d9d129099fce..8cacf45cb7a0 100644 --- a/x11-wm/lxqt-session/Makefile +++ b/x11-wm/lxqt-session/Makefile @@ -1,29 +1,29 @@ PORTNAME= lxqt-session -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= x11-wm MASTER_SITES= LXQT MAINTAINER= jsm@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++14-lang kde:5 lxqt qt:5 \ - perl5 pkgconfig tar:xz xorg gnome -USE_PERL5= build -USE_QT= buildtools:build qmake:build core dbus gui linguisttools \ +USES= cmake kde:5 lxqt perl5 pkgconfig qt:5 \ + tar:xz xorg gnome +USE_QT= buildtools:build core dbus gui linguisttools qmake:build \ svg widgets x11extras xml USE_KDE= windowsystem USE_LXQT= buildtools lxqt qtxdg +USE_PERL5= build USE_XORG= x11 ice sm xcb xext USE_GNOME= glib20 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 e44d921cb491..8e50f13a60c5 100644 --- a/x11-wm/lxqt-session/distinfo +++ b/x11-wm/lxqt-session/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684152850 -SHA256 (lxqt/lxqt-session-1.3.0.tar.xz) = 54d435116afee8650902da774be855b7dec7042331246ead77bcd78423b64575 -SIZE (lxqt/lxqt-session-1.3.0.tar.xz) = 186860 +TIMESTAMP = 1706385204 +SHA256 (lxqt/lxqt-session-1.4.0.tar.xz) = 9dcdc846601f1972d01429f2203d36976088edcca5c166eef2b21ad73fcef656 +SIZE (lxqt/lxqt-session-1.4.0.tar.xz) = 188324 diff --git a/x11-wm/lxqt/Makefile b/x11-wm/lxqt/Makefile index 22c88c13df93..7435fdab7815 100644 --- a/x11-wm/lxqt/Makefile +++ b/x11-wm/lxqt/Makefile @@ -1,44 +1,44 @@ PORTNAME= lxqt -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= x11-wm MAINTAINER= jsm@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-qtplugin>=${PORTVERSION}:sysutils/lxqt-qtplugin \ qterminal>=${PORTVERSION}:x11/qterminal \ - obconf-qt>=0.16.2:x11-wm/obconf-qt \ + obconf-qt>=0.16.4:x11-wm/obconf-qt \ lximage-qt>=${PORTVERSION}:graphics/lximage-qt \ lxqt-panel>=${PORTVERSION}:x11-wm/lxqt-panel \ 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>=2.6.0:x11/screengrab \ - lxqt-archiver>=0.8.0:archivers/lxqt-archiver \ + screengrab>=2.7.0:x11/screengrab \ + lxqt-archiver>=0.9.0:archivers/lxqt-archiver \ lxqt-notificationd>=${PORTVERSION}:deskutils/lxqt-notificationd \ lxqt-panel>=${PORTVERSION}:x11-wm/lxqt-panel \ lxqt-policykit>=${PORTVERSION}:sysutils/lxqt-policykit \ lxqt-session>=${PORTVERSION}:x11-wm/lxqt-session \ qlipper:deskutils/qlipper \ openbox:x11-wm/openbox USES= metaport 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 (Qt5) 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 f8268061b839..049ce5c1f468 100644 --- a/x11-wm/obconf-qt/Makefile +++ b/x11-wm/obconf-qt/Makefile @@ -1,33 +1,32 @@ PORTNAME= obconf-qt -PORTVERSION= 0.16.2 -PORTREVISION= 1 +PORTVERSION= 0.16.4 CATEGORIES= x11-wm MASTER_SITES= LXQT/${PORTNAME} MAINTAINER= jsm@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++11-lang gettext-runtime localbase qt:5 \ gnome lxqt perl5 pkgconfig tar:xz xorg USE_PERL5= build USE_QT= buildtools:build qmake:build core gui linguisttools \ widgets x11extras USE_LXQT= buildtools USE_GNOME= glib20 pango librsvg2 gdkpixbuf2 libxml2 cairo USE_XORG= ice sm x11 xft .include diff --git a/x11-wm/obconf-qt/distinfo b/x11-wm/obconf-qt/distinfo index d809d23c0187..75f2989c9ca3 100644 --- a/x11-wm/obconf-qt/distinfo +++ b/x11-wm/obconf-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669576330 -SHA256 (lxqt/obconf-qt-0.16.2.tar.xz) = 7328da1606b289280e2ce0f2279ab30d06f584e4c2d6fc5f01c0f3d9ce714960 -SIZE (lxqt/obconf-qt-0.16.2.tar.xz) = 111080 +TIMESTAMP = 1706383438 +SHA256 (lxqt/obconf-qt-0.16.4.tar.xz) = b37d94ff5e3ae527f83e26e970a736775f27749b0946bf6b6cf4c3ac7047a997 +SIZE (lxqt/obconf-qt-0.16.4.tar.xz) = 118780 diff --git a/x11-wm/obconf-qt/pkg-plist b/x11-wm/obconf-qt/pkg-plist index 78c168d4538b..f2f6470cbf43 100644 --- a/x11-wm/obconf-qt/pkg-plist +++ b/x11-wm/obconf-qt/pkg-plist @@ -1,39 +1,43 @@ bin/obconf-qt share/applications/obconf-qt.desktop share/icons/hicolor/48x48/apps/obconf-qt.png +%%DATADIR%%/translations/obconf-qt_ar.qm %%DATADIR%%/translations/obconf-qt_arn.qm %%DATADIR%%/translations/obconf-qt_ast.qm %%DATADIR%%/translations/obconf-qt_bg.qm %%DATADIR%%/translations/obconf-qt_ca.qm %%DATADIR%%/translations/obconf-qt_cs.qm %%DATADIR%%/translations/obconf-qt_cy.qm %%DATADIR%%/translations/obconf-qt_da.qm %%DATADIR%%/translations/obconf-qt_de.qm %%DATADIR%%/translations/obconf-qt_el.qm %%DATADIR%%/translations/obconf-qt_es.qm %%DATADIR%%/translations/obconf-qt_et.qm %%DATADIR%%/translations/obconf-qt_fi.qm %%DATADIR%%/translations/obconf-qt_fr.qm %%DATADIR%%/translations/obconf-qt_gl.qm %%DATADIR%%/translations/obconf-qt_he.qm %%DATADIR%%/translations/obconf-qt_hr.qm %%DATADIR%%/translations/obconf-qt_hu.qm %%DATADIR%%/translations/obconf-qt_id.qm %%DATADIR%%/translations/obconf-qt_is.qm %%DATADIR%%/translations/obconf-qt_it.qm %%DATADIR%%/translations/obconf-qt_ja.qm +%%DATADIR%%/translations/obconf-qt_kk.qm %%DATADIR%%/translations/obconf-qt_ko.qm %%DATADIR%%/translations/obconf-qt_lt.qm %%DATADIR%%/translations/obconf-qt_nb_NO.qm %%DATADIR%%/translations/obconf-qt_nl.qm +%%DATADIR%%/translations/obconf-qt_oc.qm %%DATADIR%%/translations/obconf-qt_pa.qm %%DATADIR%%/translations/obconf-qt_pl.qm %%DATADIR%%/translations/obconf-qt_pt.qm %%DATADIR%%/translations/obconf-qt_pt_BR.qm %%DATADIR%%/translations/obconf-qt_ru.qm %%DATADIR%%/translations/obconf-qt_si.qm %%DATADIR%%/translations/obconf-qt_sk_SK.qm +%%DATADIR%%/translations/obconf-qt_sl.qm %%DATADIR%%/translations/obconf-qt_sv.qm %%DATADIR%%/translations/obconf-qt_tr.qm %%DATADIR%%/translations/obconf-qt_uk.qm %%DATADIR%%/translations/obconf-qt_zh_CN.qm diff --git a/x11/libfm-qt/Makefile b/x11/libfm-qt/Makefile index 2ad377ac2148..51be08f8672f 100644 --- a/x11/libfm-qt/Makefile +++ b/x11/libfm-qt/Makefile @@ -1,29 +1,31 @@ PORTNAME= libfm-qt -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= x11 MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= Qt 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>=1.4.1:x11/lxqt-menu-data +RUN_DEPENDS= lxqt-menu-data>=1.4.1:x11/lxqt-menu-data USES= cmake compiler:c++14-lang gettext-runtime lxqt perl5 pkgconfig \ qt:5 gnome shared-mime-info tar:xz xorg USE_PERL5= build USE_QT= buildtools:build qmake:build core gui linguisttools widgets \ x11extras USE_GNOME= glib20 USE_XORG= xcb USE_LXQT= buildtools USE_LDCONFIG= yes post-install: ${RM} -Rf ${STAGEDIR}${PREFIX}/include/${PORTNAME}/tests/ .include diff --git a/x11/libfm-qt/distinfo b/x11/libfm-qt/distinfo index 8be402f6c650..4d5ab7892778 100644 --- a/x11/libfm-qt/distinfo +++ b/x11/libfm-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684231554 -SHA256 (lxqt/libfm-qt-1.3.0.tar.xz) = 1d55f7fede34896d2597d69d8b8404dbb47eb4eb07059109f7c5f668b85c59e6 -SIZE (lxqt/libfm-qt-1.3.0.tar.xz) = 388256 +TIMESTAMP = 1706383085 +SHA256 (lxqt/libfm-qt-1.4.0.tar.xz) = 2ee3882e023df1df31a53f03575856d38364aa63bec39e9a47fde3730d6f7753 +SIZE (lxqt/libfm-qt-1.4.0.tar.xz) = 398004 diff --git a/x11/libfm-qt/pkg-plist b/x11/libfm-qt/pkg-plist index dac60c5c2a3c..430abf348c1c 100644 --- a/x11/libfm-qt/pkg-plist +++ b/x11/libfm-qt/pkg-plist @@ -1,150 +1,151 @@ include/libfm-qt/appchoosercombobox.h include/libfm-qt/appchooserdialog.h include/libfm-qt/applaunchcontext.h include/libfm-qt/appmenuview.h include/libfm-qt/appmenuview_p.h include/libfm-qt/bookmarkaction.h include/libfm-qt/browsehistory.h include/libfm-qt/cachedfoldermodel.h include/libfm-qt/colorbutton.h include/libfm-qt/core/archiver.h include/libfm-qt/core/basicfilelauncher.h include/libfm-qt/core/bookmarks.h include/libfm-qt/core/cstrptr.h include/libfm-qt/core/deletejob.h include/libfm-qt/core/dirlistjob.h include/libfm-qt/core/filechangeattrjob.h include/libfm-qt/core/fileinfo.h include/libfm-qt/core/fileinfo_p.h include/libfm-qt/core/fileinfojob.h include/libfm-qt/core/filelinkjob.h include/libfm-qt/core/filemonitor.h include/libfm-qt/core/fileoperationjob.h include/libfm-qt/core/filepath.h include/libfm-qt/core/filesysteminfojob.h include/libfm-qt/core/filetransferjob.h include/libfm-qt/core/folder.h include/libfm-qt/core/folderconfig.h include/libfm-qt/core/gioptrs.h include/libfm-qt/core/gobjectptr.h include/libfm-qt/core/iconinfo.h include/libfm-qt/core/iconinfo_p.h include/libfm-qt/core/job.h include/libfm-qt/core/job_p.h include/libfm-qt/core/legacy/fm-app-info.h include/libfm-qt/core/legacy/fm-config.h include/libfm-qt/core/legacy/glib-compat.h include/libfm-qt/core/mimetype.h include/libfm-qt/core/templates.h include/libfm-qt/core/terminal.h include/libfm-qt/core/thumbnailer.h include/libfm-qt/core/thumbnailjob.h include/libfm-qt/core/totalsizejob.h include/libfm-qt/core/trashjob.h include/libfm-qt/core/untrashjob.h include/libfm-qt/core/userinfocache.h include/libfm-qt/core/vfs/fm-file.h include/libfm-qt/core/vfs/fm-xml-file.h include/libfm-qt/core/volumemanager.h include/libfm-qt/createnewmenu.h include/libfm-qt/customaction_p.h include/libfm-qt/customactions/fileaction.h include/libfm-qt/customactions/fileactioncondition.h include/libfm-qt/customactions/fileactionprofile.h include/libfm-qt/dirtreemodel.h include/libfm-qt/dirtreemodelitem.h include/libfm-qt/dirtreeview.h include/libfm-qt/dndactionmenu.h include/libfm-qt/dnddest.h include/libfm-qt/editbookmarksdialog.h include/libfm-qt/execfiledialog_p.h include/libfm-qt/filedialog.h include/libfm-qt/filedialog_p.h include/libfm-qt/filedialoghelper.h include/libfm-qt/filelauncher.h include/libfm-qt/filemenu.h include/libfm-qt/filemenu_p.h include/libfm-qt/fileoperation.h include/libfm-qt/fileoperationdialog.h include/libfm-qt/fileoperationdialog_p.h include/libfm-qt/filepropsdialog.h include/libfm-qt/filesearchdialog.h include/libfm-qt/fm-qt_export.h include/libfm-qt/fm-search.h include/libfm-qt/folderitemdelegate.h include/libfm-qt/foldermenu.h include/libfm-qt/foldermodel.h include/libfm-qt/foldermodelitem.h include/libfm-qt/folderview.h include/libfm-qt/folderview_p.h include/libfm-qt/fontbutton.h include/libfm-qt/libfmqt.h include/libfm-qt/libfmqtglobals.h include/libfm-qt/mountoperation.h include/libfm-qt/mountoperationpassworddialog_p.h include/libfm-qt/mountoperationquestiondialog_p.h include/libfm-qt/pathbar.h include/libfm-qt/pathbar_p.h include/libfm-qt/pathedit.h include/libfm-qt/pathedit_p.h include/libfm-qt/placesmodel.h include/libfm-qt/placesmodelitem.h include/libfm-qt/placesview.h include/libfm-qt/proxyfoldermodel.h include/libfm-qt/renamedialog.h include/libfm-qt/sidepane.h include/libfm-qt/utilities.h include/libfm-qt/utilities_p.h include/libfm-qt/xdndworkaround.h lib/libfm-qt.so -lib/libfm-qt.so.13 -lib/libfm-qt.so.13.0.0 +lib/libfm-qt.so.14 +lib/libfm-qt.so.14.0.0 libdata/pkgconfig/libfm-qt.pc share/cmake/fm-qt/fm-qt-config-version.cmake share/cmake/fm-qt/fm-qt-config.cmake share/cmake/fm-qt/fm-qt-targets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/fm-qt/fm-qt-targets.cmake %%DATADIR%%/archivers.list %%DATADIR%%/terminals.list %%DATADIR%%/translations/libfm-qt_ar.qm %%DATADIR%%/translations/libfm-qt_arn.qm %%DATADIR%%/translations/libfm-qt_ast.qm %%DATADIR%%/translations/libfm-qt_bg.qm %%DATADIR%%/translations/libfm-qt_ca.qm %%DATADIR%%/translations/libfm-qt_cs.qm %%DATADIR%%/translations/libfm-qt_cy.qm %%DATADIR%%/translations/libfm-qt_da.qm %%DATADIR%%/translations/libfm-qt_de.qm %%DATADIR%%/translations/libfm-qt_el.qm %%DATADIR%%/translations/libfm-qt_en_GB.qm %%DATADIR%%/translations/libfm-qt_es.qm %%DATADIR%%/translations/libfm-qt_et.qm +%%DATADIR%%/translations/libfm-qt_fi.qm %%DATADIR%%/translations/libfm-qt_fr.qm %%DATADIR%%/translations/libfm-qt_gl.qm %%DATADIR%%/translations/libfm-qt_he.qm %%DATADIR%%/translations/libfm-qt_hi.qm %%DATADIR%%/translations/libfm-qt_hr.qm %%DATADIR%%/translations/libfm-qt_hu.qm %%DATADIR%%/translations/libfm-qt_id.qm %%DATADIR%%/translations/libfm-qt_it.qm %%DATADIR%%/translations/libfm-qt_ja.qm %%DATADIR%%/translations/libfm-qt_kk.qm %%DATADIR%%/translations/libfm-qt_ko.qm %%DATADIR%%/translations/libfm-qt_lt.qm %%DATADIR%%/translations/libfm-qt_lv.qm %%DATADIR%%/translations/libfm-qt_nb_NO.qm %%DATADIR%%/translations/libfm-qt_nl.qm %%DATADIR%%/translations/libfm-qt_or.qm %%DATADIR%%/translations/libfm-qt_pl.qm %%DATADIR%%/translations/libfm-qt_pt.qm %%DATADIR%%/translations/libfm-qt_pt_BR.qm %%DATADIR%%/translations/libfm-qt_ru.qm %%DATADIR%%/translations/libfm-qt_si.qm %%DATADIR%%/translations/libfm-qt_sk.qm %%DATADIR%%/translations/libfm-qt_sl.qm %%DATADIR%%/translations/libfm-qt_tr.qm %%DATADIR%%/translations/libfm-qt_uk.qm %%DATADIR%%/translations/libfm-qt_zh_CN.qm %%DATADIR%%/translations/libfm-qt_zh_TW.qm share/mime/packages/libfm-qt-mimetypes.xml @dir include/libfm-qt/translations diff --git a/x11/lxqt-about/Makefile b/x11/lxqt-about/Makefile index 1b710fe6f8db..6f6bd486b348 100644 --- a/x11/lxqt-about/Makefile +++ b/x11/lxqt-about/Makefile @@ -1,23 +1,23 @@ PORTNAME= lxqt-about -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= x11 MASTER_SITES= LXQT DIST_SUBDIR= lxqt MAINTAINER= jsm@FreeBSD.org COMMENT= About dialog of LXQt WWW= https://lxqt-project.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++11-lang kde:5 lxqt perl5 pkgconfig tar:xz qt:5 gnome xorg USE_PERL5= build USE_QT= buildtools:build qmake:build core dbus gui svg widgets \ x11extras xml USE_XORG= x11 USE_KDE= windowsystem USE_GNOME= glib20 USE_LXQT= buildtools lxqt .include diff --git a/x11/lxqt-about/distinfo b/x11/lxqt-about/distinfo index d3b174762a03..53be31d29cf4 100644 --- a/x11/lxqt-about/distinfo +++ b/x11/lxqt-about/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684415930 -SHA256 (lxqt/lxqt-about-1.3.0.tar.xz) = a955177004835ebcd4180c08de8e3022bf417ff280df94c60aa990e79f106921 -SIZE (lxqt/lxqt-about-1.3.0.tar.xz) = 46236 +TIMESTAMP = 1706383985 +SHA256 (lxqt/lxqt-about-1.4.0.tar.xz) = b5ec828bb3b7de2ed82708719843608f0acc855eb09a85cb1670bfa06049b12e +SIZE (lxqt/lxqt-about-1.4.0.tar.xz) = 46556 diff --git a/x11/lxqt-globalkeys/Makefile b/x11/lxqt-globalkeys/Makefile index 4e57d51b935e..e750f2f8eef2 100644 --- a/x11/lxqt-globalkeys/Makefile +++ b/x11/lxqt-globalkeys/Makefile @@ -1,24 +1,23 @@ PORTNAME= lxqt-globalkeys -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= x11 MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= Global keyboard shortcuts registration WWW= https://lxqt-project.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++14-lang kde:5 xorg lxqt perl5 pkgconfig qt:5 tar:xz gnome USE_PERL5= build USE_QT= buildtools:build qmake:build core dbus gui linguisttools \ svg widgets x11extras xml USE_KDE= windowsystem USE_LXQT= buildtools lxqt USE_GNOME= glib20 USE_XORG= ice sm x11 xext USE_LDCONFIG= yes .include diff --git a/x11/lxqt-globalkeys/distinfo b/x11/lxqt-globalkeys/distinfo index ed6f757aaa30..88a730ad3bbe 100644 --- a/x11/lxqt-globalkeys/distinfo +++ b/x11/lxqt-globalkeys/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684242595 -SHA256 (lxqt/lxqt-globalkeys-1.3.0.tar.xz) = c7c35effbec7b1900935bc9abd87b52ab92e33d1001c5e8697906357a83f759e -SIZE (lxqt/lxqt-globalkeys-1.3.0.tar.xz) = 73844 +TIMESTAMP = 1706384800 +SHA256 (lxqt/lxqt-globalkeys-1.4.0.tar.xz) = ffed3e299d11b3b6298bf5558cff9ba2b979d6d7a5cad72af0ae640a991b6203 +SIZE (lxqt/lxqt-globalkeys-1.4.0.tar.xz) = 74028 diff --git a/x11/lxqt-runner/Makefile b/x11/lxqt-runner/Makefile index 08a3d52ac303..79727022a484 100644 --- a/x11/lxqt-runner/Makefile +++ b/x11/lxqt-runner/Makefile @@ -1,27 +1,27 @@ PORTNAME= lxqt-runner -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= x11 MASTER_SITES= LXQT MAINTAINER= jsm@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++14-lang gettext-runtime kde:5 qt:5 \ gnome localbase lxqt perl5 pkgconfig tar:xz xorg USE_PERL5= build USE_QT= buildtools:build qmake:build core dbus gui linguisttools \ script svg widgets x11extras xml USE_KDE= windowsystem \ ecm:build USE_GNOME= glib20 USE_LXQT= buildtools globalkeys qtxdg USE_XORG= x11 CMAKE_ARGS= -DRUNNER_VBOX:BOOL=OFF .include diff --git a/x11/lxqt-runner/distinfo b/x11/lxqt-runner/distinfo index 1398c12a8363..e6d0f402e927 100644 --- a/x11/lxqt-runner/distinfo +++ b/x11/lxqt-runner/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684241970 -SHA256 (lxqt/lxqt-runner-1.3.0.tar.xz) = f2f47173bb59bdd832c1c878a04e521c140f196fe2ee9771243d812d026526a4 -SIZE (lxqt/lxqt-runner-1.3.0.tar.xz) = 223880 +TIMESTAMP = 1706387044 +SHA256 (lxqt/lxqt-runner-1.4.0.tar.xz) = d59fc6da61b6fde1f4c36216f7e18e157f6b8a2a48cdf6bb26380443494152d2 +SIZE (lxqt/lxqt-runner-1.4.0.tar.xz) = 224920 diff --git a/x11/lxqt-runner/pkg-plist b/x11/lxqt-runner/pkg-plist index 2bcf4364572d..10b9433fd37e 100644 --- a/x11/lxqt-runner/pkg-plist +++ b/x11/lxqt-runner/pkg-plist @@ -1,50 +1,51 @@ 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_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_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_it.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_hi.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ja.qm %%LXQT_TRANSLATIONS%%/lxqt-runner/lxqt-runner_ko.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_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_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 9cc00c6e4e5f..cb12b6047f3d 100644 --- a/x11/qterminal/Makefile +++ b/x11/qterminal/Makefile @@ -1,24 +1,24 @@ PORTNAME= qterminal -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= x11 MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= Lightweight Qt-based terminal emulator WWW= https://github.com/lxqt/qterminal LICENSE= GPLv2 LIB_DEPENDS= libqtermwidget5.so:x11-toolkits/qtermwidget RUN_DEPENDS= liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf USES= cmake compiler:c++11-lang gettext-runtime \ localbase:ldflags lxqt perl5 pkgconfig qt:5 tar:xz xorg CMAKE_OFF= BUILD_TESTS USE_PERL5= build USE_QT= buildtools:build core gui qmake:build dbus linguisttools \ widgets x11extras USE_XORG= x11 USE_LXQT= buildtools .include diff --git a/x11/qterminal/distinfo b/x11/qterminal/distinfo index 32532c15489f..647aa8977d8a 100644 --- a/x11/qterminal/distinfo +++ b/x11/qterminal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684241658 -SHA256 (lxqt/qterminal-1.3.0.tar.xz) = 7e45e84c36136fc2bb843c936335d848d343bb5e3357b6610fc8bd5743a170c5 -SIZE (lxqt/qterminal-1.3.0.tar.xz) = 217748 +TIMESTAMP = 1706385546 +SHA256 (lxqt/qterminal-1.4.0.tar.xz) = 8313326ac3ef728924271cd60a8f79e17e5e755a6bfa4e4419a4b7a53528659f +SIZE (lxqt/qterminal-1.4.0.tar.xz) = 219500 diff --git a/x11/screengrab/Makefile b/x11/screengrab/Makefile index feb7ec3b0548..22177272c3c6 100644 --- a/x11/screengrab/Makefile +++ b/x11/screengrab/Makefile @@ -1,20 +1,20 @@ PORTNAME= screengrab -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 CATEGORIES= x11 MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= Screen dump utility WWW= https://github.com/lxqt/screengrab LICENSE= LGPL21+ USES= cmake compiler:c++11-lang gnome kde:5 lxqt perl5 qt:5 tar:xz xorg USE_LXQT= qtxdg USE_XORG= x11 xcb sm ice xext USE_KDE= windowsystem USE_PERL5= build USE_QT= buildtools qmake core dbus xml svg widgets gui x11extras network USE_GNOME= glib20 .include diff --git a/x11/screengrab/distinfo b/x11/screengrab/distinfo index 7849470de1fb..a6dfe33a032a 100644 --- a/x11/screengrab/distinfo +++ b/x11/screengrab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684417018 -SHA256 (lxqt/screengrab-2.6.0.tar.xz) = 32b1ea1cf9e104e587f6bbfd1ae6015b6c8527371b5d22e5a0168a7820018075 -SIZE (lxqt/screengrab-2.6.0.tar.xz) = 337392 +TIMESTAMP = 1706383806 +SHA256 (lxqt/screengrab-2.7.0.tar.xz) = df1ec77d4a64cd7af0b54edd46499aaa92210c4fbb82d7a45de4500f011bbd85 +SIZE (lxqt/screengrab-2.7.0.tar.xz) = 341696 diff --git a/x11/screengrab/pkg-plist b/x11/screengrab/pkg-plist index b519f1c45c3f..03e0d152a224 100644 --- a/x11/screengrab/pkg-plist +++ b/x11/screengrab/pkg-plist @@ -1,45 +1,46 @@ bin/screengrab share/applications/screengrab.desktop %%DOCSDIR%%/html/default.css %%DOCSDIR%%/html/en/index.html %%DOCSDIR%%/html/pt_BR/index.html %%DOCSDIR%%/html/ru/index.html 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_de.qm %%DATADIR%%/translations/screengrab_el.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_ko.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_pl.qm %%DATADIR%%/translations/screengrab_pt.qm %%DATADIR%%/translations/screengrab_pt_BR.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