Update to 0.112.0.
This also incorporates an old area51 commit from 2012 (!) that never made it into the tree which drops some unnecessary dependencies and improves the wording in COMMENT and pkg-descr.
This commit is contained in:
@@ -2,32 +2,32 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= polkit-qt
|
||||
PORTVERSION= 0.103.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.112.0
|
||||
DISTVERSIONPREFIX= 1-
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= KDE/stable/apps/KDE4.x/admin/
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt 4 frontend to PolKit-1
|
||||
COMMENT= Qt wrapper around Polkit libraries
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libpolkit-agent-1.so:${PORTSDIR}/sysutils/polkit
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USE_KDE4= automoc4
|
||||
USE_QT4= corelib dbus gui network svg xml \
|
||||
qmake_build moc_build rcc_build uic_build
|
||||
USES= cmake gettext tar:bzip2
|
||||
# TODO: the next release (post-0.103.0) should have commit 56883bd, which
|
||||
# syncs FindGObject.cmake with kdelibs' and should find GObject without
|
||||
# requiring us to explicitly set LDFLAGS.
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF \
|
||||
-DBUILD_TEST:BOOL=OFF \
|
||||
-DUSE_QT4:BOOL=ON
|
||||
|
||||
post-extract:
|
||||
${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
|
||||
USE_GNOME= glib20
|
||||
USE_KDE4= automoc4
|
||||
USE_QT4= corelib dbus gui \
|
||||
qmake_build moc_build rcc_build uic_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>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (polkit-qt-1-0.103.0.tar.bz2) = 2e32566b8e3d0fd7cf619497089763303c3dc08b7e5a666b2369720fced2274c
|
||||
SIZE (polkit-qt-1-0.103.0.tar.bz2) = 67592
|
||||
SHA256 (polkit-qt-1-0.112.0.tar.bz2) = 67fb03bf6ca3e0bdbd98d374dfb5b1651a07d17ae6c23e11a81b4b084447e7c6
|
||||
SIZE (polkit-qt-1-0.112.0.tar.bz2) = 67725
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
Qt 4 wrapper around polkit-1 client libraries.
|
||||
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
|
||||
|
||||
@@ -24,15 +24,17 @@ include/polkit-qt-1/polkitqt1-temporaryauthorization.h
|
||||
include/polkit-qt-1/polkitqt1-version.h
|
||||
lib/cmake/PolkitQt-1/PolkitQt-1Config.cmake
|
||||
lib/cmake/PolkitQt-1/PolkitQt-1ConfigVersion.cmake
|
||||
lib/cmake/PolkitQt-1/PolkitQt-1Targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/PolkitQt-1/PolkitQt-1Targets.cmake
|
||||
lib/libpolkit-qt-agent-1.so
|
||||
lib/libpolkit-qt-agent-1.so.1
|
||||
lib/libpolkit-qt-agent-1.so.1.103.0
|
||||
lib/libpolkit-qt-agent-1.so.1.112.0
|
||||
lib/libpolkit-qt-core-1.so
|
||||
lib/libpolkit-qt-core-1.so.1
|
||||
lib/libpolkit-qt-core-1.so.1.103.0
|
||||
lib/libpolkit-qt-core-1.so.1.112.0
|
||||
lib/libpolkit-qt-gui-1.so
|
||||
lib/libpolkit-qt-gui-1.so.1
|
||||
lib/libpolkit-qt-gui-1.so.1.103.0
|
||||
lib/libpolkit-qt-gui-1.so.1.112.0
|
||||
libdata/pkgconfig/polkit-qt-1.pc
|
||||
libdata/pkgconfig/polkit-qt-agent-1.pc
|
||||
libdata/pkgconfig/polkit-qt-core-1.pc
|
||||
|
||||
Reference in New Issue
Block a user