diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-07-21 05:28:38 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-07-21 05:28:38 +0800 |
commit | 5c4a19a3523a3055d42ab05ff400f81d527f2f1f (patch) | |
tree | 744e7c86585341072d47af672059e2a17e9831cb /net-im/kopete-kde4 | |
parent | ec96276f85da82b1040f6626923cba3ec2e699c7 (diff) | |
download | freebsd-ports-gnome-5c4a19a3523a3055d42ab05ff400f81d527f2f1f.tar.gz freebsd-ports-gnome-5c4a19a3523a3055d42ab05ff400f81d527f2f1f.tar.zst freebsd-ports-gnome-5c4a19a3523a3055d42ab05ff400f81d527f2f1f.zip |
- Fix skypebuttons.so's entry in the plist.
%%WEBPLUGIN_DIR%% has a trailing slash that made check-plist complain
because /path//to/something is not the same as /path/to/something.
- Use USES=shebangfix for a few winpopup shell scripts. [1]
PR: 191987 [1]
MFH: 2014Q3
Diffstat (limited to 'net-im/kopete-kde4')
-rw-r--r-- | net-im/kopete-kde4/Makefile | 7 | ||||
-rw-r--r-- | net-im/kopete-kde4/pkg-plist | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/kopete-kde4/Makefile b/net-im/kopete-kde4/Makefile index e315748abcac..a2de401c4347 100644 --- a/net-im/kopete-kde4/Makefile +++ b/net-im/kopete-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= kopete PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -29,7 +29,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl \ ${LOCALBASE}/lib/mediastreamer/plugins/libmsilbc.so:${PORTSDIR}/audio/msilbc -USES= cmake:outsource pkgconfig tar:xz webplugin:native +USES= cmake:outsource pkgconfig shebangfix tar:xz webplugin:native USE_GNOME= libxml2 libxslt USE_KDE4= kdehier kdelibs kdeprefix pimlibs \ automoc4 qimageblitz @@ -40,6 +40,9 @@ USE_SQLITE= yes USE_XORG= x11 xdamage xext xscrnsaver xtst USE_LDCONFIG= yes +SHEBANG_FILES= ${WRKSRC}/protocols/winpopup/winpopup-install \ + ${WRKSRC}/protocols/winpopup/winpopup-send + WEBPLUGIN_NAME= # empty WEBPLUGIN_FILES= skypebuttons.so diff --git a/net-im/kopete-kde4/pkg-plist b/net-im/kopete-kde4/pkg-plist index 958e461204ec..4990adede495 100644 --- a/net-im/kopete-kde4/pkg-plist +++ b/net-im/kopete-kde4/pkg-plist @@ -70,7 +70,7 @@ include/kopete/ui/kopeteview.h include/kopete/ui/kopeteviewplugin.h include/kopete/ui/ui_kopeteawaydialogbase.h include/kopete/ui/ui_kopetepasswordwidgetbase.h -%%WEBPLUGIN_DIR%%/skypebuttons.so +%%WEBPLUGIN_DIR%%skypebuttons.so lib/kde4/kcm_kopete_accountconfig.so lib/kde4/kcm_kopete_addbookmarks.so lib/kde4/kcm_kopete_appearanceconfig.so |