pkgsrc-WIP-changes archive

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

Import x11/qt5ct



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Wed Jul 31 09:50:31 2024 +0200
Changeset:	90340edf958ddc38c3b0f75a0c0486d5c18a6c5f

Modified Files:
	Makefile
Added Files:
	qt5ct/DESCR
	qt5ct/MESSAGE
	qt5ct/Makefile
	qt5ct/PLIST
	qt5ct/distinfo

Log Message:
Import x11/qt5ct

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=90340edf958ddc38c3b0f75a0c0486d5c18a6c5f

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

diffstat:
 Makefile       |  1 +
 qt5ct/DESCR    |  2 ++
 qt5ct/MESSAGE  |  8 ++++++++
 qt5ct/Makefile | 28 ++++++++++++++++++++++++++++
 qt5ct/PLIST    | 21 +++++++++++++++++++++
 qt5ct/distinfo |  5 +++++
 6 files changed, 65 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a327bce394..ae30f817d4 100644
--- a/Makefile
+++ b/Makefile
@@ -4924,6 +4924,7 @@ SUBDIR+=	qt-openzwave
 SUBDIR+=	qt5-libqtlua
 SUBDIR+=	qt5-qjson
 SUBDIR+=	qt5-qtbase-git
+SUBDIR+=	qt5ct
 SUBDIR+=	qtaccountsservice
 SUBDIR+=	qterminal
 SUBDIR+=	qtermwidget
diff --git a/qt5ct/DESCR b/qt5ct/DESCR
new file mode 100644
index 0000000000..152e82053f
--- /dev/null
+++ b/qt5ct/DESCR
@@ -0,0 +1,2 @@
+This program allows users to configure Qt5 settings
+(theme, font, icons, etc.) under DE/WM without Qt integration.
diff --git a/qt5ct/MESSAGE b/qt5ct/MESSAGE
new file mode 100644
index 0000000000..3c583feebd
--- /dev/null
+++ b/qt5ct/MESSAGE
@@ -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 --git a/qt5ct/Makefile b/qt5ct/Makefile
new file mode 100644
index 0000000000..ae48a01a01
--- /dev/null
+++ b/qt5ct/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.28 2024/05/29 16:35:14 adam Exp $
+
+DISTNAME=		qt5ct-1.7
+PKGREVISION=		8
+CATEGORIES=		x11
+MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=qt5ct/}
+EXTRACT_SUFX=		.tar.bz2
+
+MAINTAINER=		pkgsrc-users%NetBSD.org@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 --git a/qt5ct/PLIST b/qt5ct/PLIST
new file mode 100644
index 0000000000..10da90ed80
--- /dev/null
+++ b/qt5ct/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.3 2023/03/01 13:36:19 pin Exp $
+bin/qt5ct
+qt5/lib/libqt5ct-common.so
+qt5/lib/libqt5ct-common.so.1
+qt5/lib/libqt5ct-common.so.${PKGVERSION}
+qt5/lib/libqt5ct-common.so.${PKGVERSION}.0
+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/ia_ora.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 --git a/qt5ct/distinfo b/qt5ct/distinfo
new file mode 100644
index 0000000000..31ae825933
--- /dev/null
+++ b/qt5ct/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.9 2023/03/01 13:36:19 pin Exp $
+
+BLAKE2s (qt5ct-1.7.tar.bz2) = 7605aac98482dffb94f4ca22507c55605ef24c93019044cf7ab6972f8519d319
+SHA512 (qt5ct-1.7.tar.bz2) = 97f1afc137e750abbb8c4e442cb6e09d2aa0c4979de2117ea644d484e1f7489bec144332814aae961bfaa5f8ac9ddf027c7a665274a65aef26fc4bf7c45610c0
+Size (qt5ct-1.7.tar.bz2) = 85464 bytes


Home | Main Index | Thread Index | Old Index