pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/lxqt-config



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Apr 28 01:29:50 UTC 2025

Modified Files:
        pkgsrc/x11/lxqt-config: Makefile PLIST distinfo

Log Message:
lxqt-config: update to 2.2.0

lxqt-config-2.2.0 / 2025-04-17
===============================
 * Tidy up some whitespaces in the code.
 * Replaced qMin,qMax,qBound,qRound and qAbs with standard functions.
 * Let Keyboard and Mouse Settings be shown partially under Wayland.
 * Apply cursor changes to GTK in Keyboard and Mouse Settings if needed.
 * Fixed screen images with different scales in the monitors page of LXQt Monitor Settings.
 * Cleaned up the code of fast options in LXQt Monitor Settings.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/x11/lxqt-config/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/lxqt-config/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/lxqt-config/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/lxqt-config/Makefile
diff -u pkgsrc/x11/lxqt-config/Makefile:1.48 pkgsrc/x11/lxqt-config/Makefile:1.49
--- pkgsrc/x11/lxqt-config/Makefile:1.48        Thu Apr 24 14:16:20 2025
+++ pkgsrc/x11/lxqt-config/Makefile     Mon Apr 28 01:29:50 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2025/04/24 14:16:20 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2025/04/28 01:29:50 gutteridge Exp $
 
-DISTNAME=      lxqt-config-2.1.1
-PKGREVISION=   2
+DISTNAME=      lxqt-config-2.2.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/x11/lxqt-config/PLIST
diff -u pkgsrc/x11/lxqt-config/PLIST:1.11 pkgsrc/x11/lxqt-config/PLIST:1.12
--- pkgsrc/x11/lxqt-config/PLIST:1.11   Thu Feb 13 11:25:58 2025
+++ pkgsrc/x11/lxqt-config/PLIST        Mon Apr 28 01:29:50 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2025/02/13 11:25:58 pin Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/04/28 01:29:50 gutteridge Exp $
 bin/lxqt-config
 bin/lxqt-config-appearance
 bin/lxqt-config-brightness
@@ -116,6 +116,7 @@ share/lxqt/translations/lxqt-config-brig
 share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_tr.qm
 share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_uk.qm
 share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_zh_CN.qm
+share/lxqt/translations/lxqt-config-brightness/lxqt-config-brightness_zh_TW.qm
 share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ar.qm
 share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_arn.qm
 share/lxqt/translations/lxqt-config-cursor/lxqt-config-cursor_ast.qm
@@ -207,6 +208,7 @@ share/lxqt/translations/lxqt-config-file
 share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_tr.qm
 share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_uk.qm
 share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_zh_CN.qm
+share/lxqt/translations/lxqt-config-file-associations/lxqt-config-file-associations_zh_TW.qm
 share/lxqt/translations/lxqt-config-input/lxqt-config-input_af.qm
 share/lxqt/translations/lxqt-config-input/lxqt-config-input_ar.qm
 share/lxqt/translations/lxqt-config-input/lxqt-config-input_arn.qm
@@ -300,6 +302,7 @@ share/lxqt/translations/lxqt-config-loca
 share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_tr.qm
 share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_uk.qm
 share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_zh_CN.qm
+share/lxqt/translations/lxqt-config-locale/lxqt-config-locale_zh_TW.qm
 share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_ar.qm
 share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_arn.qm
 share/lxqt/translations/lxqt-config-monitor/lxqt-config-monitor_ast.qm

Index: pkgsrc/x11/lxqt-config/distinfo
diff -u pkgsrc/x11/lxqt-config/distinfo:1.14 pkgsrc/x11/lxqt-config/distinfo:1.15
--- pkgsrc/x11/lxqt-config/distinfo:1.14        Thu Feb 13 11:25:58 2025
+++ pkgsrc/x11/lxqt-config/distinfo     Mon Apr 28 01:29:50 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2025/02/13 11:25:58 pin Exp $
+$NetBSD: distinfo,v 1.15 2025/04/28 01:29:50 gutteridge Exp $
 
-BLAKE2s (lxqt-config-2.1.1.tar.xz) = 595b32e363b58305ceaef236b9b6eedcb4a7eeab88e2364f81e27871abc2b22a
-SHA512 (lxqt-config-2.1.1.tar.xz) = 5495935a4052329e6d1e337c37935409c10b6fba5834f17429eecc08bf336d52040df95b583236d90d83bfa546e0816c2e6d575e2fd4355a9dd9bfb1249d9577
-Size (lxqt-config-2.1.1.tar.xz) = 399240 bytes
+BLAKE2s (lxqt-config-2.2.0.tar.xz) = 99a33fbd0223700f5ffb4e13fe45958910b8eefb637022b79d3abda98111122b
+SHA512 (lxqt-config-2.2.0.tar.xz) = b237c6594d0c2b68c354ba6df0d5f06b8681a09ea876bf75ad137023fede043833cf64fe36d497cf4138f5c4a9ac3dd8dfe16d298cec5250cdd57941ba8e7805
+Size (lxqt-config-2.2.0.tar.xz) = 402896 bytes
 SHA1 (patch-lxqt-config-input_keyboardlayoutconfig.h) = ba7ce5b75579f4478fe14a96dd852027f3570a79



Home | Main Index | Thread Index | Old Index