aboutsummaryrefslogtreecommitdiff
path: root/audio/pithos
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-06-08 08:48:01 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-06-08 08:48:01 +0000
commit3e299ae768456a3cb50b798475a570b82ebe38a7 (patch)
tree9f584194a70599051396da7f562949460c2202a5 /audio/pithos
parentfb44c9b6b20e4ad9503b8703c0ea9aba1374ed11 (diff)
downloadports-3e299ae768456a3cb50b798475a570b82ebe38a7.tar.gz
ports-3e299ae768456a3cb50b798475a570b82ebe38a7.zip
- Convert to stagedir
- Remove easy_install dependency - Pet portlint - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=356990
Diffstat (limited to 'audio/pithos')
-rw-r--r--audio/pithos/Makefile22
-rw-r--r--audio/pithos/pkg-plist2
2 files changed, 10 insertions, 14 deletions
diff --git a/audio/pithos/Makefile b/audio/pithos/Makefile
index 927a988c74d5..a0363098c277 100644
--- a/audio/pithos/Makefile
+++ b/audio/pithos/Makefile
@@ -3,36 +3,34 @@
PORTNAME= pithos
PORTVERSION= 0.3.18
+PORTREVISION= 1
CATEGORIES= audio
DISTNAME= ${PORTVERSION}
-USE_GITHUB= yes
-GH_ACCOUNT= pithos
-GH_PROJECT= pithos
-GH_COMMIT= 0770210
-
MAINTAINER= john@pcbsd.org
COMMENT= Pandora client for the GNOME desktop
LICENSE= GPLv3
+USE_GITHUB= yes
+GH_ACCOUNT= pithos
+GH_PROJECT= pithos
+GH_COMMIT= 0770210
+
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \
${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \
${LOCALBASE}/libdata/pkgconfig/notify-python.pc:${PORTSDIR}/devel/py-notify \
${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
USE_PYTHON= yes
-NO_STAGE= yes
USE_GNOME= pygtk2
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS=yes
USE_GSTREAMER= good bad python
PYDISTUTILS_AUTOPLIST= yes
-PYDISTUTILS_PKGNAME= ${PORTNAME}
-PYEASYINSTALL_EGG= pithos-0.3-py2.7.egg
post-install:
- @${MKDIR} ${DATADIR}
- @(cd ${WRKSRC}/data/ && ${COPYTREE_SHARE} \* ${DATADIR})
- @(cd ${WRKSRC}/pithos/data/ && ${COPYTREE_SHARE} \* ${DATADIR})
+ ${MKDIR} ${STAGEDIR}${DATADIR}
+ (cd ${WRKSRC}/data/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR})
+ (cd ${WRKSRC}/pithos/data/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR})
.include <bsd.port.mk>
diff --git a/audio/pithos/pkg-plist b/audio/pithos/pkg-plist
index 8cc7f4bb619c..0726506656b8 100644
--- a/audio/pithos/pkg-plist
+++ b/audio/pithos/pkg-plist
@@ -19,7 +19,5 @@
%%DATADIR%%/ui/StationsDialog.ui
@dirrm %%DATADIR%%/icons/scalable/apps
@dirrm %%DATADIR%%/icons/scalable
-@dirrm %%DATADIR%%/icons
@dirrm %%DATADIR%%/media
@dirrm %%DATADIR%%/ui
-@dirrm %%DATADIR%%