diff options
author | root <root@rshg054.dnsready.net> | 2012-05-02 00:01:22 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-02 00:01:22 +0000 |
commit | defe74c9cba07c321ad2869d8f6872e64a167324 (patch) | |
tree | 22377a98049a863983b9a28d9d79fc737f665cc3 /community/parole | |
parent | 752015395fc8b95cc4a86b68189cb747fe9a8499 (diff) |
Wed May 2 00:01:22 UTC 2012
Diffstat (limited to 'community/parole')
-rw-r--r-- | community/parole/PKGBUILD | 10 | ||||
-rw-r--r-- | community/parole/parole.install | 1 |
2 files changed, 8 insertions, 3 deletions
diff --git a/community/parole/PKGBUILD b/community/parole/PKGBUILD index 38338fa4f..e2215d8f2 100644 --- a/community/parole/PKGBUILD +++ b/community/parole/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 56327 2011-10-05 16:30:16Z spupykin $ +# $Id: PKGBUILD 70116 2012-04-30 04:19:56Z foutrelis $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: TDY <tdy@gmx.com> pkgname=parole pkgver=0.2.0.6 -pkgrel=1 +pkgrel=2 pkgdesc="A modern media player based on the GStreamer framework" arch=('i686' 'x86_64') url="http://goodies.xfce.org/projects/applications/parole/" license=('GPL') depends=('gstreamer0.10-base>=0.10.11' 'hicolor-icon-theme' 'libnotify>=0.4.1' - 'libxfcegui4>=4.6.0' 'taglib>=1.4') + 'libxfcegui4>=4.6.0' 'taglib>=1.4' 'desktop-file-utils') makedepends=('pkgconfig>=0.9.0' 'xfce4-dev-tools') optdepends=('xulrunner>=1.9.1: browser plugin') conflicts=('parole-media-player-git') @@ -21,6 +21,10 @@ md5sums=('5d7e5ab7535bdf89508a8d7e551f9187') build() { cd "$srcdir/$pkgname-$pkgver" + + # Work around DSO linking issue + LDFLAGS+=' -lX11' + ./configure --prefix=/usr --libexecdir=/usr/lib --enable-taglib --enable-libnotify make } diff --git a/community/parole/parole.install b/community/parole/parole.install index 17ca8f78a..dcc06de40 100644 --- a/community/parole/parole.install +++ b/community/parole/parole.install @@ -1,5 +1,6 @@ post_install() { gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q } post_upgrade() { |