svn commit: r382518 - in head/misc: . qt5ct
Max Brazhnikov
makc at FreeBSD.org
Sat Mar 28 16:02:52 UTC 2015
Author: makc
Date: Sat Mar 28 16:02:49 2015
New Revision: 382518
URL: https://svnweb.freebsd.org/changeset/ports/382518
QAT: https://qat.redports.org/buildarchive/r382518/
Log:
Add new port misc/qt5ct:
This tool allows users to configure Qt 5 settings (theme, font,
+icons, etc.) under DE/WM without Qt integration.
Added:
head/misc/qt5ct/
head/misc/qt5ct/Makefile (contents, props changed)
head/misc/qt5ct/distinfo (contents, props changed)
head/misc/qt5ct/pkg-descr (contents, props changed)
head/misc/qt5ct/pkg-plist (contents, props changed)
Modified:
head/misc/Makefile
Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile Sat Mar 28 15:58:45 2015 (r382517)
+++ head/misc/Makefile Sat Mar 28 16:02:49 2015 (r382518)
@@ -382,6 +382,7 @@
SUBDIR += qt4-l10n
SUBDIR += qt4-qtconfig
SUBDIR += qt4-qtdemo
+ SUBDIR += qt5ct
SUBDIR += quotes
SUBDIR += ree
SUBDIR += rfc
Added: head/misc/qt5ct/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/qt5ct/Makefile Sat Mar 28 16:02:49 2015 (r382518)
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+PORTNAME= qt5ct
+PORTVERSION= 0.9
+CATEGORIES= misc
+MASTER_SITES= SF/${PORTNAME}
+
+MAINTAINER= makc at FreeBSD.org
+COMMENT= Qt 5 configuration tool
+
+USES= qmake tar:bz2
+USE_QT5= gui svg widgets buildtools_build linguisttools_build
+
+.include <bsd.port.mk>
Added: head/misc/qt5ct/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/qt5ct/distinfo Sat Mar 28 16:02:49 2015 (r382518)
@@ -0,0 +1,2 @@
+SHA256 (qt5ct-0.9.tar.bz2) = 14eff36bb4425d72ea375d7f3f584ecbdfb7f705f76013961d916cc01137b392
+SIZE (qt5ct-0.9.tar.bz2) = 29119
Added: head/misc/qt5ct/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/qt5ct/pkg-descr Sat Mar 28 16:02:49 2015 (r382518)
@@ -0,0 +1,4 @@
+This utility allows users to configure Qt 5 settings (theme, font,
+icons, etc.) under DE/WM without Qt integration.
+
+WWW: http://qt-apps.org/content/show.php?content=168066
Added: head/misc/qt5ct/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/qt5ct/pkg-plist Sat Mar 28 16:02:49 2015 (r382518)
@@ -0,0 +1,3 @@
+bin/qt5ct
+%%QT_PLUGINDIR%%/platformthemes/libqt5ct.so
+share/applications/qt5ct.desktop
More information about the svn-ports-all
mailing list