pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/kvantum



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Dec 29 05:49:26 UTC 2021

Modified Files:
        pkgsrc/graphics/kvantum: Makefile PLIST distinfo

Log Message:
graphics/kvantum: update to 1.0.0

V1.0.0
---------
 * Enabled experimental compilation of Kvantum's plugin against Qt6. With cmake,
   "ENABLE_QT5" should be set to "OFF" (as in `cmake .. -DENABLE_QT5=OFF`) —
   it's "ON" by default.
 * A little more precise calculation of sizes of buttons with bold texts.
 * Take "ToolButtonFollowStyle" into account when getting the style from the
   toolbutton itself (a logical consideration with no effect).
 * Added a workaround for missing panels and frames of LibreOffice's input
   fields.
 * Made Kvantum Manager a little more keyboard friendly.
 * Ensure that the left mouse button is pressed on starting window dragging
   (it may not be pressed in very rare cases, where a popup is shown after
   moving the cursor and closed before dragging).
 * Added a variant of KvCurves3d with light selection color.
 * Derive the disabled highlighted text color from the active highlighted text
   color.
 * Consider the mouseover state for icons of check boxes and radio buttons if
   relevant.
 * Added an example of progress-bar inside view-item to kvantumpreview.
 * Added a workaround for KWin-Wayland's menus and tooltips (they're polished
   before the platform name is set to "wayland").
 * Added an option (to Kvantum Manager) for not blurring inactive windows.
 * Removed the workaround fo the fixed Qt5 bug QTBUG-47043 but added another
   workaround for a similar Qt6 bug.
 * Limit the transparency of PCManFM-Qt's view to its main window.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/kvantum/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/kvantum/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/kvantum/distinfo

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

Modified files:

Index: pkgsrc/graphics/kvantum/Makefile
diff -u pkgsrc/graphics/kvantum/Makefile:1.16 pkgsrc/graphics/kvantum/Makefile:1.17
--- pkgsrc/graphics/kvantum/Makefile:1.16       Wed Dec  8 16:05:00 2021
+++ pkgsrc/graphics/kvantum/Makefile    Wed Dec 29 05:49:25 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2021/12/08 16:05:00 adam Exp $
+# $NetBSD: Makefile,v 1.17 2021/12/29 05:49:25 pin Exp $
 
-DISTNAME=      Kvantum-0.20.2
+DISTNAME=      Kvantum-1.0.0
 PKGNAME=       ${DISTNAME:tl}
-PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}

Index: pkgsrc/graphics/kvantum/PLIST
diff -u pkgsrc/graphics/kvantum/PLIST:1.7 pkgsrc/graphics/kvantum/PLIST:1.8
--- pkgsrc/graphics/kvantum/PLIST:1.7   Wed Sep 15 13:34:29 2021
+++ pkgsrc/graphics/kvantum/PLIST       Wed Dec 29 05:49:25 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2021/09/15 13:34:29 pin Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/12/29 05:49:25 pin Exp $
 bin/kvantummanager
 bin/kvantumpreview
 qt5/plugins/styles/libkvantum.so
@@ -24,6 +24,8 @@ share/Kvantum/KvCurves/KvCurves.kvconfig
 share/Kvantum/KvCurves/KvCurves.svg
 share/Kvantum/KvCurves3d/KvCurves3d.kvconfig
 share/Kvantum/KvCurves3d/KvCurves3d.svg
+share/Kvantum/KvCurves3d1/KvCurves3d1.kvconfig
+share/Kvantum/KvCurves3d1/KvCurves3d1.svg
 share/Kvantum/KvCurvesLight/KvCurvesLight.kvconfig
 share/Kvantum/KvCurvesLight/KvCurvesLight.svg
 share/Kvantum/KvCurvesLight1/KvCurvesLight1.kvconfig
@@ -85,6 +87,7 @@ share/color-schemes/KvBeige.colors
 share/color-schemes/KvBlender.colors
 share/color-schemes/KvBrown.colors
 share/color-schemes/KvCurves.colors
+share/color-schemes/KvCurves3d1.colors
 share/color-schemes/KvCurvesLight.colors
 share/color-schemes/KvCyan.colors
 share/color-schemes/KvDark.colors
@@ -114,6 +117,7 @@ share/icons/hicolor/scalable/apps/kvantu
 share/kvantummanager/translations/kvantummanager_ar_DZ.qm
 share/kvantummanager/translations/kvantummanager_be.qm
 share/kvantummanager/translations/kvantummanager_bg.qm
+share/kvantummanager/translations/kvantummanager_ca.qm
 share/kvantummanager/translations/kvantummanager_cs.qm
 share/kvantummanager/translations/kvantummanager_cy.qm
 share/kvantummanager/translations/kvantummanager_da.qm
@@ -126,6 +130,7 @@ share/kvantummanager/translations/kvantu
 share/kvantummanager/translations/kvantummanager_fi.qm
 share/kvantummanager/translations/kvantummanager_fr.qm
 share/kvantummanager/translations/kvantummanager_he.qm
+share/kvantummanager/translations/kvantummanager_hr.qm
 share/kvantummanager/translations/kvantummanager_hu.qm
 share/kvantummanager/translations/kvantummanager_id.qm
 share/kvantummanager/translations/kvantummanager_it.qm
@@ -146,6 +151,7 @@ share/kvantummanager/translations/kvantu
 share/kvantummanager/translations/kvantummanager_zh_Hant.qm
 share/kvantumpreview/translations/kvantumpreview_ar_DZ.qm
 share/kvantumpreview/translations/kvantumpreview_bg.qm
+share/kvantumpreview/translations/kvantumpreview_ca.qm
 share/kvantumpreview/translations/kvantumpreview_cs.qm
 share/kvantumpreview/translations/kvantumpreview_cy.qm
 share/kvantumpreview/translations/kvantumpreview_da.qm
@@ -158,6 +164,7 @@ share/kvantumpreview/translations/kvantu
 share/kvantumpreview/translations/kvantumpreview_fi.qm
 share/kvantumpreview/translations/kvantumpreview_fr.qm
 share/kvantumpreview/translations/kvantumpreview_he.qm
+share/kvantumpreview/translations/kvantumpreview_hr.qm
 share/kvantumpreview/translations/kvantumpreview_hu.qm
 share/kvantumpreview/translations/kvantumpreview_id.qm
 share/kvantumpreview/translations/kvantumpreview_it.qm

Index: pkgsrc/graphics/kvantum/distinfo
diff -u pkgsrc/graphics/kvantum/distinfo:1.12 pkgsrc/graphics/kvantum/distinfo:1.13
--- pkgsrc/graphics/kvantum/distinfo:1.12       Tue Oct 26 10:46:24 2021
+++ pkgsrc/graphics/kvantum/distinfo    Wed Dec 29 05:49:25 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:46:24 nia Exp $
+$NetBSD: distinfo,v 1.13 2021/12/29 05:49:25 pin Exp $
 
-BLAKE2s (Kvantum-0.20.2.tar.gz) = b1474c0a8464747437974fa39e84ff2491096ac0b32f27e69e04f38ad2db94e5
-SHA512 (Kvantum-0.20.2.tar.gz) = 405aaea85b32c8106ac7ee9cb258665ae1e44e2f89bc6446e0851e6650c6a347df6d65094698275200a045aadfedf0463dccaab8396aa7e601c7a777ad2652a0
-Size (Kvantum-0.20.2.tar.gz) = 2894882 bytes
+BLAKE2s (Kvantum-1.0.0.tar.gz) = 0323c9b3ae19b05dc598205eb4dd8319c1d58577cc2f1a52d7a66e2135c64cfc
+SHA512 (Kvantum-1.0.0.tar.gz) = 5333c2f426d7f7aa53135b18fb7a83a0e4e3bc7632ca666a82f0c0c3f4db83473118a04f0c46ad30fed033e2545018c0ba171e6f9e49d42e27a1689637832542
+Size (Kvantum-1.0.0.tar.gz) = 2964213 bytes



Home | Main Index | Thread Index | Old Index