x11/qt5ct: update to 1.0
ChangeLog: Version 1.0 * added Ia Ora color scheme (from Mandriva default style) * disabled debug messages by default * fixed Qt 5.15 palette * fixed crash on certain applications under Qt 5.15
This commit is contained in:
parent
f6c3d16fb2
commit
c5c7cb26de
3 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.7 2020/06/02 08:25:03 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2020/06/17 18:35:36 pin Exp $
|
||||
|
||||
DISTNAME= qt5ct-0.41
|
||||
PKGREVISION= 5
|
||||
DISTNAME= qt5ct-1.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qt5ct/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2019/12/16 12:08:02 kamil Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2020/06/17 18:35:36 pin Exp $
|
||||
bin/qt5ct
|
||||
qt5/plugins/platformthemes/libqt5ct.so
|
||||
qt5/plugins/styles/libqt5ct-style.so
|
||||
|
@ -6,6 +6,7 @@ share/applications/qt5ct.desktop
|
|||
share/qt5ct/colors/airy.conf
|
||||
share/qt5ct/colors/darker.conf
|
||||
share/qt5ct/colors/dusk.conf
|
||||
share/qt5ct/colors/ia_ora.conf
|
||||
share/qt5ct/colors/sand.conf
|
||||
share/qt5ct/colors/simple.conf
|
||||
share/qt5ct/colors/waves.conf
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2019/12/16 12:08:02 kamil Exp $
|
||||
$NetBSD: distinfo,v 1.2 2020/06/17 18:35:36 pin Exp $
|
||||
|
||||
SHA1 (qt5ct-0.41.tar.bz2) = f2d91248aa4fe54f73881e000621d61460dd78ee
|
||||
RMD160 (qt5ct-0.41.tar.bz2) = 7a7752de9adfdeb2b3ff0fad6865e3b0c6fed075
|
||||
SHA512 (qt5ct-0.41.tar.bz2) = a94f9996dc2198d3c8c9af8610912d12b915b8c547a49c36f7bc083b6f237b318d7903e91fb6fcfe06996a319c361104c1923e6d0c49446b6fb66a1e44fae009
|
||||
Size (qt5ct-0.41.tar.bz2) = 73009 bytes
|
||||
SHA1 (qt5ct-1.0.tar.bz2) = d847d36e0adc2842e78a908ad8e9f10dd81bd3f6
|
||||
RMD160 (qt5ct-1.0.tar.bz2) = 714f5bdfac8a05a4ee405de879da19446ebd2a43
|
||||
SHA512 (qt5ct-1.0.tar.bz2) = f650362c90782128e1b3ddb61e73d0295bc5b108a75c8a10d085ce9df7dc0926ac40baf80705136b39cc779212fc97e121757c440f2728aab12b761caace78b2
|
||||
Size (qt5ct-1.0.tar.bz2) = 73360 bytes
|
||||
|
|
Loading…
Reference in a new issue