pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5ct x11/qt5ct: import qt5ct-0.41



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74a9a9f3834b
branches:  trunk
changeset: 419343:74a9a9f3834b
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Mon Dec 16 12:08:02 2019 +0000

description:
x11/qt5ct: import qt5ct-0.41

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

diffstat:

 x11/qt5ct/DESCR    |   2 ++
 x11/qt5ct/MESSAGE  |   8 ++++++++
 x11/qt5ct/Makefile |  27 +++++++++++++++++++++++++++
 x11/qt5ct/PLIST    |  16 ++++++++++++++++
 x11/qt5ct/distinfo |   6 ++++++
 5 files changed, 59 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r 5d968bfb39c5 -r 74a9a9f3834b x11/qt5ct/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5ct/DESCR   Mon Dec 16 12:08:02 2019 +0000
@@ -0,0 +1,2 @@
+This program allows users to configure Qt5 settings
+(theme, font, icons, etc.) under DE/WM without Qt integration.
diff -r 5d968bfb39c5 -r 74a9a9f3834b x11/qt5ct/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5ct/MESSAGE Mon Dec 16 12:08:02 2019 +0000
@@ -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.
+
+===========================================================================
diff -r 5d968bfb39c5 -r 74a9a9f3834b x11/qt5ct/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5ct/Makefile        Mon Dec 16 12:08:02 2019 +0000
@@ -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"
diff -r 5d968bfb39c5 -r 74a9a9f3834b x11/qt5ct/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5ct/PLIST   Mon Dec 16 12:08:02 2019 +0000
@@ -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
diff -r 5d968bfb39c5 -r 74a9a9f3834b x11/qt5ct/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qt5ct/distinfo        Mon Dec 16 12:08:02 2019 +0000
@@ -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