Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2015 11:40:29 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388527 - in head/sysutils: . polkit-qt5
Message-ID:  <201506041140.t54BeTvv019075@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Thu Jun  4 11:40:28 2015
New Revision: 388527
URL: https://svnweb.freebsd.org/changeset/ports/388527

Log:
  Add sysutils/polkit-qt5.
  
  This is the Qt5 version of sysutils/polkit-qt. From pkg-descr:
  
    Polkit-Qt is a library that lets developers use the Polkit API through a
    nice Qt-styled API. It is mainly a wrapper around QAction and
    QAbstractButton that lets you integrate those two component easily with
    Polkit.
  
  Submitted by:	Tobias Berner <tcberner@gmail.com> to the kde@ mailing list

Added:
  head/sysutils/polkit-qt5/
  head/sysutils/polkit-qt5/Makefile   (contents, props changed)
  head/sysutils/polkit-qt5/distinfo   (contents, props changed)
  head/sysutils/polkit-qt5/pkg-descr   (contents, props changed)
  head/sysutils/polkit-qt5/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Thu Jun  4 11:37:13 2015	(r388526)
+++ head/sysutils/Makefile	Thu Jun  4 11:40:28 2015	(r388527)
@@ -714,6 +714,7 @@
     SUBDIR += polkit-gnome
     SUBDIR += polkit-kde
     SUBDIR += polkit-qt
+    SUBDIR += polkit-qt5
     SUBDIR += powerman
     SUBDIR += pp
     SUBDIR += pprotectd

Added: head/sysutils/polkit-qt5/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/polkit-qt5/Makefile	Thu Jun  4 11:40:28 2015	(r388527)
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME=	polkit-qt5
+DISTNAME=	polkit-qt-1-${PORTVERSION}
+PORTVERSION=	0.112.0
+CATEGORIES=	sysutils
+MASTER_SITES=	KDE/stable/apps/KDE4.x/admin/
+
+MAINTAINER=	kde@FreeBSD.org
+COMMENT=	Qt5 wrapper around Polkit libraries
+
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libpolkit-agent-1.so:${PORTSDIR}/sysutils/polkit
+
+CMAKE_ARGS=	-DBUILD_EXAMPLES:BOOL=OFF \
+		-DBUILD_TEST:BOOL=OFF \
+		-DUSE_QT4:BOOL=OFF \
+		-DUSE_QT5:BOOL=ON
+
+USE_GNOME=	glib20
+USE_QT5=	core dbus gui widgets buildtools_build qmake_build
+USES=		cmake:outsource tar:bzip2
+USE_LDCONFIG=	yes
+
+post-patch:
+	${REINPLACE_CMD} -e 's|$${LIB_DESTINATION}/pkgconfig|libdata/pkgconfig|' \
+		${WRKSRC}/CMakeLists.txt
+
+.include <bsd.port.mk>

Added: head/sysutils/polkit-qt5/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/polkit-qt5/distinfo	Thu Jun  4 11:40:28 2015	(r388527)
@@ -0,0 +1,2 @@
+SHA256 (polkit-qt-1-0.112.0.tar.bz2) = 67fb03bf6ca3e0bdbd98d374dfb5b1651a07d17ae6c23e11a81b4b084447e7c6
+SIZE (polkit-qt-1-0.112.0.tar.bz2) = 67725

Added: head/sysutils/polkit-qt5/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/polkit-qt5/pkg-descr	Thu Jun  4 11:40:28 2015	(r388527)
@@ -0,0 +1,6 @@
+Polkit-Qt is a library that lets developers use the Polkit API through
+a nice Qt-styled API. It is mainly a wrapper around QAction and
+QAbstractButton that lets you integrate those two component easily
+with Polkit.
+
+WWW: http://projects.kde.org/projects/kdesupport/polkit-qt-1

Added: head/sysutils/polkit-qt5/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/polkit-qt5/pkg-plist	Thu Jun  4 11:40:28 2015	(r388527)
@@ -0,0 +1,41 @@
+include/polkit-qt5-1/PolkitQt1/ActionDescription
+include/polkit-qt5-1/PolkitQt1/Agent/Listener
+include/polkit-qt5-1/PolkitQt1/Agent/Session
+include/polkit-qt5-1/PolkitQt1/Authority
+include/polkit-qt5-1/PolkitQt1/Details
+include/polkit-qt5-1/PolkitQt1/Gui/Action
+include/polkit-qt5-1/PolkitQt1/Gui/ActionButton
+include/polkit-qt5-1/PolkitQt1/Gui/ActionButtons
+include/polkit-qt5-1/PolkitQt1/Identity
+include/polkit-qt5-1/PolkitQt1/Subject
+include/polkit-qt5-1/PolkitQt1/TemporaryAuthorization
+include/polkit-qt5-1/polkitqt1-actiondescription.h
+include/polkit-qt5-1/polkitqt1-agent-listener.h
+include/polkit-qt5-1/polkitqt1-agent-session.h
+include/polkit-qt5-1/polkitqt1-authority.h
+include/polkit-qt5-1/polkitqt1-details.h
+include/polkit-qt5-1/polkitqt1-export.h
+include/polkit-qt5-1/polkitqt1-gui-action.h
+include/polkit-qt5-1/polkitqt1-gui-actionbutton.h
+include/polkit-qt5-1/polkitqt1-gui-actionbuttons.h
+include/polkit-qt5-1/polkitqt1-identity.h
+include/polkit-qt5-1/polkitqt1-subject.h
+include/polkit-qt5-1/polkitqt1-temporaryauthorization.h
+include/polkit-qt5-1/polkitqt1-version.h
+lib/cmake/PolkitQt5-1/PolkitQt5-1Config.cmake
+lib/cmake/PolkitQt5-1/PolkitQt5-1ConfigVersion.cmake
+lib/cmake/PolkitQt5-1/PolkitQt5-1Targets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/PolkitQt5-1/PolkitQt5-1Targets.cmake
+lib/libpolkit-qt5-agent-1.so
+lib/libpolkit-qt5-agent-1.so.1
+lib/libpolkit-qt5-agent-1.so.1.112.0
+lib/libpolkit-qt5-core-1.so
+lib/libpolkit-qt5-core-1.so.1
+lib/libpolkit-qt5-core-1.so.1.112.0
+lib/libpolkit-qt5-gui-1.so
+lib/libpolkit-qt5-gui-1.so.1
+lib/libpolkit-qt5-gui-1.so.1.112.0
+libdata/pkgconfig/polkit-qt5-1.pc
+libdata/pkgconfig/polkit-qt5-agent-1.pc
+libdata/pkgconfig/polkit-qt5-core-1.pc
+libdata/pkgconfig/polkit-qt5-gui-1.pc



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