pkgsrc-WIP-changes archive

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

Fixes to qt5ct



Module Name:	pkgsrc-wip
Committed By:	voidpin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Thu Dec 12 10:25:01 2019 +0100
Changeset:	8b0eca344877561d0ef66e0adff97b6ad14d3d42

Modified Files:
	qt5ct/PLIST
	qt5ct/TODO
Added Files:
	qt5ct/MESSAGE

Log Message:
Fixes to qt5ct

Everything works now, but there're some ugly hacks.
Can someone with experience help fixing these?
Thx.

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

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

diffstat:
 qt5ct/MESSAGE |  8 ++++++++
 qt5ct/PLIST   | 12 ++++++++++++
 qt5ct/TODO    | 13 +++++--------
 3 files changed, 25 insertions(+), 8 deletions(-)

diffs:
diff --git a/qt5ct/MESSAGE b/qt5ct/MESSAGE
new file mode 100644
index 0000000000..099271f2b5
--- /dev/null
+++ b/qt5ct/MESSAGE
@@ -0,0 +1,8 @@
+===========================================================================
+$NetBSD: MESSAGE, Exp $
+
+To use qt5ct add the line
+'export QT_QPA_PLARFORMTHEME=qt5ct'
+to ~/.profile and re-login.
+
+===========================================================================
diff --git a/qt5ct/PLIST b/qt5ct/PLIST
index 48d96a5493..5e3fee75cf 100644
--- a/qt5ct/PLIST
+++ b/qt5ct/PLIST
@@ -1 +1,13 @@
 @comment $NetBSD$
+bin/qt5ct
+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 --git a/qt5ct/TODO b/qt5ct/TODO
index b2500b9e33..fb89464f8a 100644
--- a/qt5ct/TODO
+++ b/qt5ct/TODO
@@ -1,11 +1,8 @@
 --The package builds, installs and works as intended.
 
---Install message should be added so the user can use the package,
-Add line 'export QT_QPA_PLATFORMTHEME=qt5ct' to ~/.profile and re-login.
-Alternatively, create the file /etc/X11/Xsession.d/100-qt5ct with the following line:
- 
-export QT_QPA_PLATFORMTHEME=qt5ct
-
-Now restart X11 server to take the changes effect.
-
 --make print-PLIST gives no output?
+Fixed PLIST manually. Don't know if this acceptable?
+
+--What's the correct way to fix the install path?
+My post-install hack feels ugly.
+Is this acceptable?


Home | Main Index | Thread Index | Old Index