summaryrefslogtreecommitdiff
path: root/community/listen/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/listen/PKGBUILD')
-rw-r--r--community/listen/PKGBUILD17
1 files changed, 10 insertions, 7 deletions
diff --git a/community/listen/PKGBUILD b/community/listen/PKGBUILD
index 87f1289b8..b5220928f 100644
--- a/community/listen/PKGBUILD
+++ b/community/listen/PKGBUILD
@@ -1,27 +1,29 @@
+# $Id: PKGBUILD 55644 2011-09-17 00:51:14Z ebelanger $
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Evangelos Foutras <foutrelis@gmail.com>
# Contributor: Hugo Doria <hugodoria@gmail.com>
pkgname=listen
pkgver=0.6.5
-pkgrel=7
+pkgrel=8
pkgdesc="Music player and management for GNOME"
arch=('i686' 'x86_64')
url="http://www.listen-project.org/"
license=('GPL2')
-depends=('python2-egg' 'python2-libgnome' 'mutagen'
+depends=('python2-egg' 'python2-libgnome' 'mutagen' 'desktop-file-utils'
'gnome-icon-theme' 'gstreamer0.10-python' 'notification-daemon' 'pyxdg'
- 'pywebkitgtk' 'pyinotify' 'gstreamer0.10-good-plugins' 'dbus-python')
-makedepends=('gettext' 'pkgconfig' 'intltool' 'docbook2x' 'docbook-xml')
+ 'pywebkitgtk' 'python2-pyinotify' 'gstreamer0.10-good-plugins' 'dbus-python')
+makedepends=('intltool' 'docbook2x' 'docbook-xml')
optdepends=('python-musicbrainz2: musicbrainz & cd support'
'libgpod: iPod support'
'python-daap: DAAP support'
'tunepimp: tagging support')
+install=listen.install
source=("http://download.listen-project.org/0.6/${pkgname}-${pkgver}.tar.gz")
md5sums=('76cd9ad2fc9c600dbdf4808c15aeccf1')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
chmod +x mmkeys/setup.py
@@ -33,14 +35,15 @@ build() {
-e 's/PYTHON = python$/\02/' \
Makefile
sed -i 's/env python$/env python2/' mmkeys/setup.py
+ sed -i 's|/usr/bin/python|/usr/bin/python2|' src/listen
make CHECK_DEPENDS=0 PREFIX=/usr
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR=${pkgdir} PREFIX=/usr install
+ make DESTDIR="${pkgdir}" PREFIX=/usr install
}
# vim:set ts=2 sw=2 et: