Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 16:02:50 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382518 - in head/misc: . qt5ct
Message-ID:  <201503281602.t2SG2oH5014910@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503281602.t2SG2oH5014910>