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 May  6 08:12:55 UTC 2020

Modified Files:
        pkgsrc/graphics/kvantum: Makefile PLIST distinfo
Removed Files:
        pkgsrc/graphics/kvantum/patches:
            patch-style_themeconfig_ThemeConfig.cpp

Log Message:
graphics/kvantum: Update to 0.15.3

Changelog:
V0.15.3
---------
 -A better calculation of the part of a progressbar's internal text which is
 inside the indicator (this also fixes a small offset in KisSliderSpinBox).
 -Don't draw a progressbar's busy indicator if it's wider than the progressbar
 (although that never happens in practice).
 -Added a workaround for a new but small bug in the toolbar timer of
 Audacious 4.0.
 -Align a menu-item's text with others if its icon isn't null but its pixmap is.
 -Removed Qt4 related stuff with the default installation, at last.

Not noted in the Changelog, NetBSD specific patch has been merged upstream and
is no longer required.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/kvantum/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/kvantum/PLIST \
    pkgsrc/graphics/kvantum/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/graphics/kvantum/patches/patch-style_themeconfig_ThemeConfig.cpp

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.2 pkgsrc/graphics/kvantum/Makefile:1.3
--- pkgsrc/graphics/kvantum/Makefile:1.2        Wed Apr 22 08:26:45 2020
+++ pkgsrc/graphics/kvantum/Makefile    Wed May  6 08:12:55 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/04/22 08:26:45 pin Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/06 08:12:55 pin Exp $
 
-VERSION=       0.15.2
+VERSION=       0.15.3
 DISTNAME=      Kvantum-V${VERSION}
 PKGNAME=       kvantum-${VERSION}
 CATEGORIES=    graphics

Index: pkgsrc/graphics/kvantum/PLIST
diff -u pkgsrc/graphics/kvantum/PLIST:1.1 pkgsrc/graphics/kvantum/PLIST:1.2
--- pkgsrc/graphics/kvantum/PLIST:1.1   Sun Apr 19 11:57:23 2020
+++ pkgsrc/graphics/kvantum/PLIST       Wed May  6 08:12:55 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/04/19 11:57:23 pin Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/05/06 08:12:55 pin Exp $
 bin/kvantummanager
 bin/kvantumpreview
 qt5/plugins/styles/libkvantum.so
@@ -102,37 +102,6 @@ share/color-schemes/KvYaru.colors
 share/color-schemes/Kvantum.colors
 share/color-schemes/KvantumAlt.colors
 share/icons/hicolor/scalable/apps/kvantum.svg
-share/kde4/apps/color-schemes/KvAdapta.colors
-share/kde4/apps/color-schemes/KvAdaptaDark.colors
-share/kde4/apps/color-schemes/KvAmbiance.colors
-share/kde4/apps/color-schemes/KvAmbience.colors
-share/kde4/apps/color-schemes/KvArc.colors
-share/kde4/apps/color-schemes/KvArcDark.colors
-share/kde4/apps/color-schemes/KvBeige.colors
-share/kde4/apps/color-schemes/KvBlender.colors
-share/kde4/apps/color-schemes/KvBrown.colors
-share/kde4/apps/color-schemes/KvCurves.colors
-share/kde4/apps/color-schemes/KvCurvesLight.colors
-share/kde4/apps/color-schemes/KvCyan.colors
-share/kde4/apps/color-schemes/KvDarkRed.colors
-share/kde4/apps/color-schemes/KvFlat.colors
-share/kde4/apps/color-schemes/KvFlatLight.colors
-share/kde4/apps/color-schemes/KvFlatRed.colors
-share/kde4/apps/color-schemes/KvGnome.colors
-share/kde4/apps/color-schemes/KvGnomeAlt.colors
-share/kde4/apps/color-schemes/KvGnomeDark.colors
-share/kde4/apps/color-schemes/KvGnomish.colors
-share/kde4/apps/color-schemes/KvGray.colors
-share/kde4/apps/color-schemes/KvMojave.colors
-share/kde4/apps/color-schemes/KvMojaveLight.colors
-share/kde4/apps/color-schemes/KvMojaveMixed.colors
-share/kde4/apps/color-schemes/KvOxygen.colors
-share/kde4/apps/color-schemes/KvRoughGlass.colors
-share/kde4/apps/color-schemes/KvSimplicity.colors
-share/kde4/apps/color-schemes/KvSimplicityDark.colors
-share/kde4/apps/color-schemes/KvSimplicityTurquoise.colors
-share/kde4/apps/color-schemes/KvYaru.colors
-share/kde4/apps/color-schemes/KvantumAlt.colors
 share/kvantummanager/translations/kvantummanager_be.qm
 share/kvantummanager/translations/kvantummanager_cs.qm
 share/kvantummanager/translations/kvantummanager_cy.qm
@@ -153,6 +122,7 @@ share/kvantummanager/translations/kvantu
 share/kvantummanager/translations/kvantummanager_pt_BR.qm
 share/kvantummanager/translations/kvantummanager_ru.qm
 share/kvantummanager/translations/kvantummanager_sk_SK.qm
+share/kvantummanager/translations/kvantummanager_tr.qm
 share/kvantummanager/translations/kvantummanager_zh_CN.qm
 share/kvantumpreview/translations/kvantumpreview_cs.qm
 share/kvantumpreview/translations/kvantumpreview_cy.qm
Index: pkgsrc/graphics/kvantum/distinfo
diff -u pkgsrc/graphics/kvantum/distinfo:1.1 pkgsrc/graphics/kvantum/distinfo:1.2
--- pkgsrc/graphics/kvantum/distinfo:1.1        Sun Apr 19 11:57:23 2020
+++ pkgsrc/graphics/kvantum/distinfo    Wed May  6 08:12:55 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/04/19 11:57:23 pin Exp $
+$NetBSD: distinfo,v 1.2 2020/05/06 08:12:55 pin Exp $
 
-SHA1 (Kvantum-V0.15.2.tar.gz) = 58650a6bf7d233887ad08c37eaaf4ff54d039cf5
-RMD160 (Kvantum-V0.15.2.tar.gz) = 59f8bc6661b9cde3602102ad137d53fdfc0c80f9
-SHA512 (Kvantum-V0.15.2.tar.gz) = 98b83a14c3c86636acb6f2440d64dc47496536b5487dc08aed8e8370d656e8838d00866bfb54a4b5752135bdc3d3da0eaab209f5ca3e33c237aada59640a78f7
-Size (Kvantum-V0.15.2.tar.gz) = 2652167 bytes
-SHA1 (patch-style_themeconfig_ThemeConfig.cpp) = b87ed451c8b9e7c5ab0169e1f120e8f77eb5ccc6
+SHA1 (Kvantum-V0.15.3.tar.gz) = 0bd7ea68e85e384407aee890843d0b87d8335f16
+RMD160 (Kvantum-V0.15.3.tar.gz) = 95651ed0c8c9e6ba320e6efdeca4441d90d79204
+SHA512 (Kvantum-V0.15.3.tar.gz) = c1fadf7cbba491074cd87bf3e5efe9d627a429eddacd160077c8e2782d24494247e881b2db962d8e9405b01b32b38d3adb31b01a1bda5a8315ab73b5497d1844
+Size (Kvantum-V0.15.3.tar.gz) = 2668564 bytes



Home | Main Index | Thread Index | Old Index