pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/lxqt-qtplugin



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Nov 15 12:42:42 UTC 2024

Modified Files:
        pkgsrc/x11/lxqt-qtplugin: Makefile distinfo

Log Message:
x11/lxqt-qtplugin: update to 2.1.0

lxqt-qtplugin-2.1.0 / 2024-11-05
=================================
 * Use lxqt-build-tools functionality.
 * Remove a comment artifact.
 * Don't mix const with non const iterators.
 * Avoid possible detach in range-based loop.
 * Added tooltip colors to palette.
 * Set toolbar icon size.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/lxqt-qtplugin/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/lxqt-qtplugin/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-qtplugin/Makefile
diff -u pkgsrc/x11/lxqt-qtplugin/Makefile:1.35 pkgsrc/x11/lxqt-qtplugin/Makefile:1.36
--- pkgsrc/x11/lxqt-qtplugin/Makefile:1.35      Thu Nov 14 22:22:22 2024
+++ pkgsrc/x11/lxqt-qtplugin/Makefile   Fri Nov 15 12:42:42 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2024/11/14 22:22:22 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2024/11/15 12:42:42 pin Exp $
 
-DISTNAME=      lxqt-qtplugin-2.0.0
-PKGREVISION=   3
+DISTNAME=      lxqt-qtplugin-2.1.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -22,7 +21,7 @@ SUBST_FILES.prefix=   src/lxqtplatformthem
 SUBST_SED.prefix=      -e 's,/usr/local/share,${PREFIX}/share,g'
 SUBST_SED.prefix+=     -e 's,/usr/share,${PREFIX}/share,g'
 
-TOOL_DEPENDS+= lxqt-build-tools>=2.0.0:../../devel/lxqt-build-tools
+TOOL_DEPENDS+= lxqt-build-tools>=2.1.0:../../devel/lxqt-build-tools
 TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
 
 .include "../../x11/qt6-qtbase/buildlink3.mk"

Index: pkgsrc/x11/lxqt-qtplugin/distinfo
diff -u pkgsrc/x11/lxqt-qtplugin/distinfo:1.13 pkgsrc/x11/lxqt-qtplugin/distinfo:1.14
--- pkgsrc/x11/lxqt-qtplugin/distinfo:1.13      Fri Aug  2 17:47:30 2024
+++ pkgsrc/x11/lxqt-qtplugin/distinfo   Fri Nov 15 12:42:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/08/02 17:47:30 pin Exp $
+$NetBSD: distinfo,v 1.14 2024/11/15 12:42:42 pin Exp $
 
-BLAKE2s (lxqt-qtplugin-2.0.0.tar.xz) = a11d5945d3416e7fa9e2705aa89236af41a54a7593652434355e917652db5db5
-SHA512 (lxqt-qtplugin-2.0.0.tar.xz) = aac58511a309f162e69cbf00ae90f611e4bd8665576388d73e97e324ade2532e8ece7098ccd0c362b0674e1491f203258635f0b81738c92690b987b0f5ccf856
-Size (lxqt-qtplugin-2.0.0.tar.xz) = 24128 bytes
+BLAKE2s (lxqt-qtplugin-2.1.0.tar.xz) = e48d020060f06aca3753f09ad52ba35cd131096a89f3817f1c6ca7e2aec477da
+SHA512 (lxqt-qtplugin-2.1.0.tar.xz) = 67572249e5c2795b8c9a3bb112d2300849765c82149331773e49eed8aa3f31bb6e4ba22c17ee17ff4bfd4b3b19dbeaf75d756912d8f9693923accb07f0a4c8d7
+Size (lxqt-qtplugin-2.1.0.tar.xz) = 24212 bytes



Home | Main Index | Thread Index | Old Index