diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/parole | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/parole')
-rw-r--r-- | community/parole/PKGBUILD | 37 | ||||
-rw-r--r-- | community/parole/parole.install | 12 |
2 files changed, 0 insertions, 49 deletions
diff --git a/community/parole/PKGBUILD b/community/parole/PKGBUILD deleted file mode 100644 index c90fbe8fc..000000000 --- a/community/parole/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 94522 2013-07-26 10:51:28Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: TDY <tdy@gmx.com> - -pkgname=parole -pkgver=0.5.2 -pkgrel=1 -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=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 'libnotify>=0.4.1' - 'libxfce4ui>=4.7.0' 'taglib>=1.4' 'desktop-file-utils' 'gst-plugins-good') -makedepends=('pkgconfig>=0.9.0' 'xfce4-dev-tools') -optdepends=('xulrunner: browser plugin' - 'gst-libav' - 'gst-plugins-bad' - 'gst-plugins-base' - 'gst-plugins-ugly') -conflicts=('parole-media-player-git') -options=('!libtool') -install=parole.install -source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2) -md5sums=('ab87c3067e310cf200e26a61ed95cdf8') - -build() { - cd "$srcdir/$pkgname-$pkgver" - sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.ac.in - ./autogen.sh --prefix=/usr --libexecdir=/usr/lib \ - --enable-taglib --enable-libnotify --with-gstreamer=1.0 - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} diff --git a/community/parole/parole.install b/community/parole/parole.install deleted file mode 100644 index dcc06de40..000000000 --- a/community/parole/parole.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |