From owner-svn-ports-all@freebsd.org Sat Jun 20 08:40:29 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 11EA134B36B; Sat, 20 Jun 2020 08:40:29 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49ppz10393z4f08; Sat, 20 Jun 2020 08:40:29 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F06AC98E4; Sat, 20 Jun 2020 08:40:28 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05K8eSRg090826; Sat, 20 Jun 2020 08:40:28 GMT (envelope-from jsm@FreeBSD.org) Received: (from jsm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05K8eSG2090822; Sat, 20 Jun 2020 08:40:28 GMT (envelope-from jsm@FreeBSD.org) Message-Id: <202006200840.05K8eSG2090822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jsm set sender to jsm@FreeBSD.org using -f From: Jesper Schmitz Mouridsen Date: Sat, 20 Jun 2020 08:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539711 - head/sysutils/lxqt-config X-SVN-Group: ports-head X-SVN-Commit-Author: jsm X-SVN-Commit-Paths: head/sysutils/lxqt-config X-SVN-Commit-Revision: 539711 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2020 08:40:29 -0000 Author: jsm Date: Sat Jun 20 08:40:27 2020 New Revision: 539711 URL: https://svnweb.freebsd.org/changeset/ports/539711 Log: Upgrade to 0.15.0 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D24711 Modified: head/sysutils/lxqt-config/Makefile head/sysutils/lxqt-config/distinfo head/sysutils/lxqt-config/pkg-descr head/sysutils/lxqt-config/pkg-plist Modified: head/sysutils/lxqt-config/Makefile ============================================================================== --- head/sysutils/lxqt-config/Makefile Sat Jun 20 08:36:20 2020 (r539710) +++ head/sysutils/lxqt-config/Makefile Sat Jun 20 08:40:27 2020 (r539711) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lxqt-config -PORTVERSION= 0.14.0 -PORTREVISION= 1 +PORTVERSION= 0.15.0 CATEGORIES= sysutils MASTER_SITES= LXQT DIST_SUBDIR= lxqt @@ -18,10 +17,11 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/xorg/modules/input/lib LIB_DEPENDS= libudev.so:devel/libudev-devd USES= cmake compiler:c++14-lang kde:5 localbase:ldflags lxqt qt:5 \ - pkgconfig tar:xz xorg + pkgconfig tar:xz xorg gnome USE_QT= buildtools_build qmake_build concurrent core dbus \ gui linguisttools svg widgets x11extras xml USE_KDE= libkscreen windowsystem +USE_GNOME= glib20 USE_LXQT= buildtools lxqt USE_XORG= ice sm x11 xcb xcursor xext xfixes xrandr xi USE_LDCONFIG= yes Modified: head/sysutils/lxqt-config/distinfo ============================================================================== --- head/sysutils/lxqt-config/distinfo Sat Jun 20 08:36:20 2020 (r539710) +++ head/sysutils/lxqt-config/distinfo Sat Jun 20 08:40:27 2020 (r539711) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548951436 -SHA256 (lxqt/lxqt-config-0.14.0.tar.xz) = 88ee2ff42f69f25053c38138391131a376f9e713af9725c1284ed8ff2a565551 -SIZE (lxqt/lxqt-config-0.14.0.tar.xz) = 290464 +TIMESTAMP = 1588433630 +SHA256 (lxqt/lxqt-config-0.15.0.tar.xz) = ebe26f1d5b9392e6363d7269468d45419b3dac7873ca0b3826a757eb4d7bcaa1 +SIZE (lxqt/lxqt-config-0.15.0.tar.xz) = 312468 Modified: head/sysutils/lxqt-config/pkg-descr ============================================================================== --- head/sysutils/lxqt-config/pkg-descr Sat Jun 20 08:36:20 2020 (r539710) +++ head/sysutils/lxqt-config/pkg-descr Sat Jun 20 08:40:27 2020 (r539711) @@ -1,5 +1,5 @@ LXQt system settings center. -Includes applications to edit settings for appearance, brightness, +Includes applications to edit settings for appearance, brightness, file-associations, input, locale and monitor. WWW: http://lxqt.org/ Modified: head/sysutils/lxqt-config/pkg-plist ============================================================================== --- head/sysutils/lxqt-config/pkg-plist Sat Jun 20 08:36:20 2020 (r539710) +++ head/sysutils/lxqt-config/pkg-plist Sat Jun 20 08:40:27 2020 (r539711) @@ -7,9 +7,6 @@ bin/lxqt-config-locale bin/lxqt-config-monitor etc/xdg/menus/lxqt-config.menu lib/lxqt-config/liblxqt-config-cursor.so -share/man/man1/lxqt-config-appearance.1.gz -share/man/man1/lxqt-config-mouse.1.gz -share/man/man1/lxqt-config.1.gz share/applications/lxqt-config-appearance.desktop share/applications/lxqt-config-brightness.desktop share/applications/lxqt-config-file-associations.desktop @@ -20,16 +17,20 @@ share/applications/lxqt-config.desktop share/icons/hicolor/48x48/apps/brightnesssettings.svg %%LXQT_SHAREDIR%%/icons/monitor.svg %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ar.qm +%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_arn.qm +%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_ast.qm %%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_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_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 @@ -49,6 +50,7 @@ share/icons/hicolor/48x48/apps/brightnesssettings.svg %%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_sk.qm +%%LXQT_TRANSLATIONS%%/lxqt-config-appearance/lxqt-config-appearance_sk_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 @@ -56,15 +58,19 @@ share/icons/hicolor/48x48/apps/brightnesssettings.svg %%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_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_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_gl.qm @@ -79,17 +85,22 @@ share/icons/hicolor/48x48/apps/brightnesssettings.svg %%LXQT_TRANSLATIONS%%/lxqt-config-brightness/lxqt-config-brightness_nl.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_sk_SK.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_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 @@ -111,19 +122,24 @@ share/icons/hicolor/48x48/apps/brightnesssettings.svg %%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_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_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_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-file-associations/lxqt-config-file-associations_gl.qm @@ -139,11 +155,14 @@ share/icons/hicolor/48x48/apps/brightnesssettings.svg %%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_sk_SK.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 @@ -153,6 +172,7 @@ share/icons/hicolor/48x48/apps/brightnesssettings.svg %%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_eu.qm %%LXQT_TRANSLATIONS%%/lxqt-config-input/lxqt-config-input_fi.qm @@ -171,19 +191,24 @@ share/icons/hicolor/48x48/apps/brightnesssettings.svg %%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_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_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_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_gl.qm @@ -198,17 +223,23 @@ share/icons/hicolor/48x48/apps/brightnesssettings.svg %%LXQT_TRANSLATIONS%%/lxqt-config-locale/lxqt-config-locale_nl.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_sk_SK.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_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_fr.qm %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_gl.qm @@ -222,21 +253,28 @@ share/icons/hicolor/48x48/apps/brightnesssettings.svg %%LXQT_TRANSLATIONS%%/lxqt-config-monitor/lxqt-config-monitor_nl.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_sk_SK.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_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_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 @@ -254,8 +292,13 @@ share/icons/hicolor/48x48/apps/brightnesssettings.svg %%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_sk_SK.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