diff options
author | makc <makc@FreeBSD.org> | 2015-03-29 00:02:49 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-03-29 00:02:49 +0800 |
commit | fe87666a2820df289abc14ae9559ab5f07523beb (patch) | |
tree | fa24a144390e74b9e14066ef495c386bbb54e9b8 /misc | |
parent | f4cc620aa14b80cb22b602556241cf5429e0b715 (diff) | |
download | freebsd-ports-gnome-fe87666a2820df289abc14ae9559ab5f07523beb.tar.gz freebsd-ports-gnome-fe87666a2820df289abc14ae9559ab5f07523beb.tar.zst freebsd-ports-gnome-fe87666a2820df289abc14ae9559ab5f07523beb.zip |
Add new port misc/qt5ct:
This tool allows users to configure Qt 5 settings (theme, font,
+icons, etc.) under DE/WM without Qt integration.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/qt5ct/Makefile | 14 | ||||
-rw-r--r-- | misc/qt5ct/distinfo | 2 | ||||
-rw-r--r-- | misc/qt5ct/pkg-descr | 4 | ||||
-rw-r--r-- | misc/qt5ct/pkg-plist | 3 |
5 files changed, 24 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index fc5148d1b4db..b6c122605575 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -382,6 +382,7 @@ SUBDIR += qt4-l10n SUBDIR += qt4-qtconfig SUBDIR += qt4-qtdemo + SUBDIR += qt5ct SUBDIR += quotes SUBDIR += ree SUBDIR += rfc diff --git a/misc/qt5ct/Makefile b/misc/qt5ct/Makefile new file mode 100644 index 000000000000..eb6664502a57 --- /dev/null +++ b/misc/qt5ct/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= qt5ct +PORTVERSION= 0.9 +CATEGORIES= misc +MASTER_SITES= SF/${PORTNAME} + +MAINTAINER= makc@FreeBSD.org +COMMENT= Qt 5 configuration tool + +USES= qmake tar:bz2 +USE_QT5= gui svg widgets buildtools_build linguisttools_build + +.include <bsd.port.mk> diff --git a/misc/qt5ct/distinfo b/misc/qt5ct/distinfo new file mode 100644 index 000000000000..e84adaf315b9 --- /dev/null +++ b/misc/qt5ct/distinfo @@ -0,0 +1,2 @@ +SHA256 (qt5ct-0.9.tar.bz2) = 14eff36bb4425d72ea375d7f3f584ecbdfb7f705f76013961d916cc01137b392 +SIZE (qt5ct-0.9.tar.bz2) = 29119 diff --git a/misc/qt5ct/pkg-descr b/misc/qt5ct/pkg-descr new file mode 100644 index 000000000000..baf68b818ba1 --- /dev/null +++ b/misc/qt5ct/pkg-descr @@ -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 diff --git a/misc/qt5ct/pkg-plist b/misc/qt5ct/pkg-plist new file mode 100644 index 000000000000..8fe6c73c91df --- /dev/null +++ b/misc/qt5ct/pkg-plist @@ -0,0 +1,3 @@ +bin/qt5ct +%%QT_PLUGINDIR%%/platformthemes/libqt5ct.so +share/applications/qt5ct.desktop |