pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qqc2-desktop-style



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Jun 21 08:00:05 UTC 2018

Modified Files:
        pkgsrc/x11/qqc2-desktop-style: Makefile PLIST distinfo

Log Message:
qqc2-desktop-style: update to 5.47.0

* Use pallet property only when using qtquickcontrols 2.4
* Work with Qt<5.10
* Fix height of tabbar
* Use Control.palette
* [RadioButton] Rename "control" to "controlRoot"
* Don't set explicit spacing on RadioButton/CheckBox
* [FocusRect] Use manual placement instead of anchors
* It turns out the flickable in a scrollview is the contentItem
* Show focus rect when CheckBox or RadioButton are focused
* hacky fix to scrollview detection
* Don't reparent the flickable to the mousearea
* [TabBar] Switch tabs with mouse wheel
* Control must not have children
* Constrain scroll


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/qqc2-desktop-style/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/qqc2-desktop-style/PLIST \
    pkgsrc/x11/qqc2-desktop-style/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/qqc2-desktop-style/Makefile
diff -u pkgsrc/x11/qqc2-desktop-style/Makefile:1.4 pkgsrc/x11/qqc2-desktop-style/Makefile:1.5
--- pkgsrc/x11/qqc2-desktop-style/Makefile:1.4  Sat Apr 14 07:34:46 2018
+++ pkgsrc/x11/qqc2-desktop-style/Makefile      Thu Jun 21 08:00:05 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/04/14 07:34:46 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/06/21 08:00:05 markd Exp $
 
 DISTNAME=      qqc2-desktop-style-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    x11
 
 HOMEPAGE=      https://community.kde.org/Frameworks

Index: pkgsrc/x11/qqc2-desktop-style/PLIST
diff -u pkgsrc/x11/qqc2-desktop-style/PLIST:1.2 pkgsrc/x11/qqc2-desktop-style/PLIST:1.3
--- pkgsrc/x11/qqc2-desktop-style/PLIST:1.2     Wed Apr 11 11:50:41 2018
+++ pkgsrc/x11/qqc2-desktop-style/PLIST Thu Jun 21 08:00:05 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/04/11 11:50:41 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/06/21 08:00:05 markd Exp $
 lib/cmake/KF5QQC2DeskopStyle/KF5QQC2DeskopStyleConfig.cmake
 lib/cmake/KF5QQC2DeskopStyle/KF5QQC2DeskopStyleConfigVersion.cmake
 qt5/plugins/kf5/kirigami/org.kde.desktop.so
@@ -44,5 +44,6 @@ qt5/qml/QtQuick/Controls.2/org.kde.deskt
 qt5/qml/QtQuick/Controls.2/org.kde.desktop/ToolButton.qml
 qt5/qml/QtQuick/Controls.2/org.kde.desktop/ToolTip.qml
 qt5/qml/QtQuick/Controls.2/org.kde.desktop/private/DefaultListItemBackground.qml
+qt5/qml/QtQuick/Controls.2/org.kde.desktop/private/FocusRect.qml
 qt5/qml/org/kde/qqc2desktopstyle/private/libqqc2desktopstyleplugin.so
 qt5/qml/org/kde/qqc2desktopstyle/private/qmldir
Index: pkgsrc/x11/qqc2-desktop-style/distinfo
diff -u pkgsrc/x11/qqc2-desktop-style/distinfo:1.2 pkgsrc/x11/qqc2-desktop-style/distinfo:1.3
--- pkgsrc/x11/qqc2-desktop-style/distinfo:1.2  Wed Apr 11 11:50:41 2018
+++ pkgsrc/x11/qqc2-desktop-style/distinfo      Thu Jun 21 08:00:05 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/04/11 11:50:41 markd Exp $
+$NetBSD: distinfo,v 1.3 2018/06/21 08:00:05 markd Exp $
 
-SHA1 (qqc2-desktop-style-5.44.0.tar.xz) = ce4ee4a2731d5993948999b77cc7da3a5707e17b
-RMD160 (qqc2-desktop-style-5.44.0.tar.xz) = 6731b14841ca1103844fa053d3af117e5ceda384
-SHA512 (qqc2-desktop-style-5.44.0.tar.xz) = 673a49e38ad90ca8aeb9a5e0454a4abb172b94bcb606db2d5ecc041c5cd97b8899ab0ac06568e7a5a3a668807910beed6f2d5ec482e9fed87db343e995f898ac
-Size (qqc2-desktop-style-5.44.0.tar.xz) = 38616 bytes
+SHA1 (qqc2-desktop-style-5.47.0.tar.xz) = ddcce6bc537aef889f2f218d72815daeb31ca68c
+RMD160 (qqc2-desktop-style-5.47.0.tar.xz) = 17bb549dc2fa5cbbb837164b1ca68ff6b0fff9ca
+SHA512 (qqc2-desktop-style-5.47.0.tar.xz) = 242622cbeb43c68cd02243ba9ba991a2c636c6247bfeae042a1623d0060719d77d04e5e66dcb32cabce2424f10279bf8e4a926d5c02d52fbe344b5f03d26f13e
+Size (qqc2-desktop-style-5.47.0.tar.xz) = 41112 bytes



Home | Main Index | Thread Index | Old Index