pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update to qt5ct
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Tue Dec 10 15:06:11 2019 +0100
Changeset: 9f5f8f66210a8bd980fda3fb1790605daf4451eb
Modified Files:
qt5ct/Makefile
qt5ct/TODO
Added Files:
qt5ct/TEST
Log Message:
Update to qt5ct
--The package builds, installs and works as intended.
--make print-PLIST gives no output?
--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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9f5f8f66210a8bd980fda3fb1790605daf4451eb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
qt5ct/Makefile | 3 +++
qt5ct/TEST | 0
qt5ct/TODO | 2 --
3 files changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/qt5ct/Makefile b/qt5ct/Makefile
index 92d83c999e..66c2769767 100644
--- a/qt5ct/Makefile
+++ b/qt5ct/Makefile
@@ -26,6 +26,9 @@ do-configure:
TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
+post-install:
+ (mv /usr/bin/qt5ct /usr/pkg/bin && mv /usr/share/qt5ct /usr/pkg/share)
+
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../x11/qt5-qtsvg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/qt5ct/TEST b/qt5ct/TEST
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/qt5ct/TODO b/qt5ct/TODO
index 38cf3eda80..b2500b9e33 100644
--- a/qt5ct/TODO
+++ b/qt5ct/TODO
@@ -1,7 +1,5 @@
--The package builds, installs and works as intended.
---The packages installs in /usr/bin, should install in /usr/pkg/bin
-
--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:
Home |
Main Index |
Thread Index |
Old Index