pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5ct



Module Name:    pkgsrc
Committed By:   kamil
Date:           Mon Dec 16 12:08:03 UTC 2019

Added Files:
        pkgsrc/x11/qt5ct: DESCR MESSAGE Makefile PLIST distinfo

Log Message:
x11/qt5ct: import qt5ct-0.41

This program allows users to configure Qt5 settings
(theme, font, icons, etc.) under DE/WM without Qt integration.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/qt5ct/DESCR pkgsrc/x11/qt5ct/MESSAGE \
    pkgsrc/x11/qt5ct/Makefile pkgsrc/x11/qt5ct/PLIST \
    pkgsrc/x11/qt5ct/distinfo

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

Added files:

Index: pkgsrc/x11/qt5ct/DESCR
diff -u /dev/null pkgsrc/x11/qt5ct/DESCR:1.1
--- /dev/null   Mon Dec 16 12:08:03 2019
+++ pkgsrc/x11/qt5ct/DESCR      Mon Dec 16 12:08:02 2019
@@ -0,0 +1,2 @@
+This program allows users to configure Qt5 settings
+(theme, font, icons, etc.) under DE/WM without Qt integration.
Index: pkgsrc/x11/qt5ct/MESSAGE
diff -u /dev/null pkgsrc/x11/qt5ct/MESSAGE:1.1
--- /dev/null   Mon Dec 16 12:08:03 2019
+++ pkgsrc/x11/qt5ct/MESSAGE    Mon Dec 16 12:08:02 2019
@@ -0,0 +1,8 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2019/12/16 12:08:02 kamil Exp $
+
+To use qt5ct add the line
+'export QT_QPA_PLARFORMTHEME=qt5ct'
+to ~/.profile and re-login.
+
+===========================================================================
Index: pkgsrc/x11/qt5ct/Makefile
diff -u /dev/null pkgsrc/x11/qt5ct/Makefile:1.1
--- /dev/null   Mon Dec 16 12:08:03 2019
+++ pkgsrc/x11/qt5ct/Makefile   Mon Dec 16 12:08:02 2019
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2019/12/16 12:08:02 kamil Exp $
+
+DISTNAME=              qt5ct-0.41
+CATEGORIES=            x11
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=qt5ct/}
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            voidpin%protonmail.com@localhost
+HOMEPAGE=              https://sourceforge.net/projects/qt5ct/files/
+COMMENT=               Tool for customizing Qt5-apps outside KDE
+LICENSE=               2-clause-bsd
+
+USE_TOOLS=             pkg-config
+USE_LANGUAGES=         c c++
+
+INSTALL_MAKE_FLAGS+=   INSTALL_ROOT=${DESTDIR}
+
+do-configure:
+       cd ${WRKSRC} && \
+       ${SETENV} ${CONFIGURE_ENV} \
+       ${QTDIR}/bin/qmake -o Makefile PREFIX=${PREFIX}
+
+TOOL_DEPENDS+=         qt5-qttools-[0-9]*:../../x11/qt5-qttools
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/qt5ct/PLIST
diff -u /dev/null pkgsrc/x11/qt5ct/PLIST:1.1
--- /dev/null   Mon Dec 16 12:08:03 2019
+++ pkgsrc/x11/qt5ct/PLIST      Mon Dec 16 12:08:02 2019
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2019/12/16 12:08:02 kamil Exp $
+bin/qt5ct
+qt5/plugins/platformthemes/libqt5ct.so
+qt5/plugins/styles/libqt5ct-style.so
+share/applications/qt5ct.desktop
+share/qt5ct/colors/airy.conf
+share/qt5ct/colors/darker.conf
+share/qt5ct/colors/dusk.conf
+share/qt5ct/colors/sand.conf
+share/qt5ct/colors/simple.conf
+share/qt5ct/colors/waves.conf
+share/qt5ct/qss/fusion-fixes.qss
+share/qt5ct/qss/scrollbar-simple.qss
+share/qt5ct/qss/sliders-simple.qss
+share/qt5ct/qss/tooltip-simple.qss
+share/qt5ct/qss/traynotification-simple.qss
Index: pkgsrc/x11/qt5ct/distinfo
diff -u /dev/null pkgsrc/x11/qt5ct/distinfo:1.1
--- /dev/null   Mon Dec 16 12:08:03 2019
+++ pkgsrc/x11/qt5ct/distinfo   Mon Dec 16 12:08:02 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/12/16 12:08:02 kamil 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



Home | Main Index | Thread Index | Old Index