From e46b73e54090e5a12a93aa018cbf478f0c25a9a6 Mon Sep 17 00:00:00 2001 From: avilla Date: Fri, 25 Mar 2011 10:49:05 +0000 Subject: - Fix build. - Move to KDE4_PREFIX. --- net/kio-upnp-ms/Makefile | 5 ++--- net/kio-upnp-ms/pkg-descr | 7 +++---- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'net/kio-upnp-ms') diff --git a/net/kio-upnp-ms/Makefile b/net/kio-upnp-ms/Makefile index d4a429faa1b5..c59aabe3336a 100644 --- a/net/kio-upnp-ms/Makefile +++ b/net/kio-upnp-ms/Makefile @@ -6,6 +6,7 @@ PORTNAME= kio-upnp-ms PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src @@ -15,10 +16,8 @@ COMMENT= KIO slave to access UPnP MediaServers LIB_DEPENDS= HUpnp.1:${PORTSDIR}/net/hupnp -BROKEN= does not configure - USE_CMAKE= yes -USE_KDE4= automoc4 kdehier kdelibs +USE_KDE4= automoc4 kdehier kdeprefix kdelibs USE_QT_VER= 4 QT_COMPONENTS= corelib network xml dbus gui \ qmake_build moc_build rcc_build uic_build diff --git a/net/kio-upnp-ms/pkg-descr b/net/kio-upnp-ms/pkg-descr index f6a38d85a878..deb01e837471 100644 --- a/net/kio-upnp-ms/pkg-descr +++ b/net/kio-upnp-ms/pkg-descr @@ -1,10 +1,9 @@ -]This KIO slave enables KDE applications to access +This KIO slave enables KDE applications to access files over the UPnP MediaServer protocol. It currently supports both Browse and Search operations depending on what the server supports. -The protocol is "upnp-ms://" - -where UUID is the UUID of the MediaServer device without the "uuid:" prefix. +The protocol is "upnp-ms://", where UUID is the UUID +of the MediaServer device without the "uuid:" prefix. WWW: https://projects.kde.org/projects/playground/base/kio-upnp-ms -- cgit