- Update to 0.99.0.

- Add LICENSE.
This commit is contained in:
Alberto Villa 2011-03-25 10:22:45 +00:00
parent 948a545f1b
commit ccbd618ebd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271649
8 changed files with 59 additions and 23 deletions

View File

@ -6,17 +6,19 @@
#
PORTNAME= polkit-kde
PORTVERSION= 0.95.1
DISTVERSIONPREFIX= 1-
PORTREVISION= 2
PORTVERSION= 0.99.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/apps/KDE4.x/admin/
DISTNAME= ${PORTNAME}-agent-1-${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE4 frontend to PolKit-1
LIB_DEPENDS= polkit-qt-agent-1.0:${PORTSDIR}/sysutils/polkit-qt
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= polkit-qt-agent-1.1:${PORTSDIR}/sysutils/polkit-qt
USE_BZIP2= yes
USE_GETTEXT= yes
@ -26,7 +28,6 @@ USE_QT_VER= 4
QT_COMPONENTS= corelib dbus gui network svg xml \
qmake_build moc_build rcc_build uic_build
USE_CMAKE= yes
CMAKE_ENV+= XDG_CONFIG_DIRS="${PREFIX}/etc/xdg/autostart"
post-extract:
${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \

View File

@ -1,2 +1,2 @@
SHA256 (polkit-kde-1-0.95.1.tar.bz2) = 3a16fdc80a57efd4713c12b04762f1dca5e6b58bd61b9ef0cdc89619d7e8d98a
SIZE (polkit-kde-1-0.95.1.tar.bz2) = 21345
SHA256 (polkit-kde-agent-1-0.99.0.tar.bz2) = e371ff2698431decc825bb146d638de432f5fffd09046e225270c30dbac1b467
SIZE (polkit-kde-agent-1-0.99.0.tar.bz2) = 34433

View File

@ -1,3 +1,3 @@
KDE44 frontend to PolicyKit.
Daemon providing a polkit authentication UI for KDE.
WWW: http://www.kde.org/
WWW: http://projects.kde.org/projects/extragear/base/polkit-kde-agent-1

View File

@ -1,16 +1,44 @@
etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop
lib/kde4/libexec/polkit-kde-authentication-agent-1
share/apps/policykit1-kde/policykit1-kde.notifyrc
share/autostart/polkit-kde-authentication-agent-1.desktop
share/locale/ca/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/ca@valencia/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/cs/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/da/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/de/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/en_GB/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/eo/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/es/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/et/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/fi/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/fr/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/ga/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/gl/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/hr/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/hu/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/is/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/it/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/ja/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/km/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/lt/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/mai/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/ms/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/nb/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/nds/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/nl/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/pa/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/pt/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/pt_BR/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/ro/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/ru/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/sk/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/sr/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/sr@ijekavian/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/sr@ijekavianlatin/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/sr@latin/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/sv/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/th/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/tr/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/uk/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
share/locale/zh_TW/LC_MESSAGES/polkit-kde-authentication-agent-1.mo
@dirrmtry etc/xdg/autostart
@dirrmtry etc/xdg
@dirrm share/apps/policykit1-kde

View File

@ -6,7 +6,7 @@
#
PORTNAME= polkit-qt
PORTVERSION= 0.96.1
PORTVERSION= 0.99.0
DISTVERSIONPREFIX= 1-
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_KDE}
@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= stable/apps/KDE4.x/admin/
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt4 frontend to PolKit-1
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= polkit-agent-1.0:${PORTSDIR}/sysutils/polkit
USE_BZIP2= yes

View File

@ -1,2 +1,2 @@
SHA256 (polkit-qt-1-0.96.1.tar.bz2) = 79fde73e1f37edb83d73967ec140e24443b9bef4d8cfc21279b4e4fa425ce5d9
SIZE (polkit-qt-1-0.96.1.tar.bz2) = 65463
SHA256 (polkit-qt-1-0.99.0.tar.bz2) = 79c4c2811cb09df3e4a683b69f86a855f632e7e3d8dcf06d5d5729323008a70a
SIZE (polkit-qt-1-0.99.0.tar.bz2) = 67408

View File

@ -1,3 +1,3 @@
Qt4 frontend to PolKit-1.
Qt 4 wrapper around polkit-1 client libraries.
WWW: http://www.kde.org/
WWW: http://projects.kde.org/projects/kdesupport/polkit-qt-1

View File

@ -22,19 +22,23 @@ include/polkit-qt-1/polkitqt1-identity.h
include/polkit-qt-1/polkitqt1-subject.h
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/libpolkit-qt-agent-1.so
lib/libpolkit-qt-agent-1.so.0
lib/libpolkit-qt-agent-1.so.0.96.1
lib/libpolkit-qt-agent-1.so.1
lib/libpolkit-qt-agent-1.so.1.99.0
lib/libpolkit-qt-core-1.so
lib/libpolkit-qt-core-1.so.0
lib/libpolkit-qt-core-1.so.0.96.1
lib/libpolkit-qt-core-1.so.1
lib/libpolkit-qt-core-1.so.1.99.0
lib/libpolkit-qt-gui-1.so
lib/libpolkit-qt-gui-1.so.0
lib/libpolkit-qt-gui-1.so.0.96.1
lib/libpolkit-qt-gui-1.so.1
lib/libpolkit-qt-gui-1.so.1.99.0
libdata/pkgconfig/polkit-qt-1.pc
libdata/pkgconfig/polkit-qt-agent-1.pc
libdata/pkgconfig/polkit-qt-core-1.pc
libdata/pkgconfig/polkit-qt-gui-1.pc
@dirrm lib/cmake/PolkitQt-1
@dirrmtry lib/cmake
@dirrm include/polkit-qt-1/PolkitQt1/Gui
@dirrm include/polkit-qt-1/PolkitQt1/Agent
@dirrm include/polkit-qt-1/PolkitQt1