[Midnightbsd-cvs] mports [21636] trunk/sysutils: add qt5 ports for sysutils
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 13 17:39:34 EDT 2016
Revision: 21636
http://svnweb.midnightbsd.org/mports/?rev=21636
Author: laffer1
Date: 2016-08-13 17:39:33 -0400 (Sat, 13 Aug 2016)
Log Message:
-----------
add qt5 ports for sysutils
Modified Paths:
--------------
trunk/sysutils/Makefile
Added Paths:
-----------
trunk/sysutils/qt5-qtpaths/
trunk/sysutils/qt5-qtpaths/Makefile
trunk/sysutils/qt5-qtpaths/pkg-descr
Modified: trunk/sysutils/Makefile
===================================================================
--- trunk/sysutils/Makefile 2016-08-13 21:38:33 UTC (rev 21635)
+++ trunk/sysutils/Makefile 2016-08-13 21:39:33 UTC (rev 21636)
@@ -91,6 +91,7 @@
SUBDIR += polkit
SUBDIR += polkit-gnome
SUBDIR += polkit-qt
+SUBDIR += qt5-qtpaths
SUBDIR += qzeitgeist
SUBDIR += scan_ffs
SUBDIR += screen
Added: trunk/sysutils/qt5-qtpaths/Makefile
===================================================================
--- trunk/sysutils/qt5-qtpaths/Makefile (rev 0)
+++ trunk/sysutils/qt5-qtpaths/Makefile 2016-08-13 21:39:33 UTC (rev 21636)
@@ -0,0 +1,28 @@
+# $MidnightBSD$
+# $FreeBSD: head/sysutils/qt5-qtpaths/Makefile 378033 2015-01-28 01:15:22Z rakuco $
+
+PORTNAME= qtpaths
+DISTVERSION= ${QT5_VERSION}
+CATEGORIES= sysutils
+PKGNAMEPREFIX= qt5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Command line client to QStandardPaths
+
+LICENSE= gpl3
+
+USE_QT5= core
+QT_DIST= tools
+USES= qmake
+
+PLIST_FILES= ${QT_BINDIR}/qtpaths
+
+# Similarly to x11/qt5-qev, it makes more sense to just run the build system
+# from the qtpaths directory. If we run it from the top of the source tree, it
+# will look for a lot more dependencies for other tools such as lupdate, which
+# we do not really have to depend on.
+WRKSRC_SUBDIR= src/${PORTNAME}
+post-patch:
+ ${CP} ${WRKSRC}/../../.qmake.conf ${WRKSRC}
+
+.include <bsd.port.mk>
Property changes on: trunk/sysutils/qt5-qtpaths/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/sysutils/qt5-qtpaths/pkg-descr
===================================================================
--- trunk/sysutils/qt5-qtpaths/pkg-descr (rev 0)
+++ trunk/sysutils/qt5-qtpaths/pkg-descr 2016-08-13 21:39:33 UTC (rev 21636)
@@ -0,0 +1 @@
+Command line client to QStandardPaths.
Property changes on: trunk/sysutils/qt5-qtpaths/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list