summaryrefslogtreecommitdiff
path: root/pcr/gmusicbrowser/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/gmusicbrowser/PKGBUILD')
-rw-r--r--pcr/gmusicbrowser/PKGBUILD45
1 files changed, 0 insertions, 45 deletions
diff --git a/pcr/gmusicbrowser/PKGBUILD b/pcr/gmusicbrowser/PKGBUILD
deleted file mode 100644
index e8cec3c76..000000000
--- a/pcr/gmusicbrowser/PKGBUILD
+++ /dev/null
@@ -1,45 +0,0 @@
-# Maintainer: Spike29 <leguen.yannick@gmail.com>
-# Contributor: jsteel <mail at jsteel dot org>
-# Contributor: Corrado Primier <bardo@aur.archlinux.org>
-
-pkgname=gmusicbrowser
-pkgver=1.1.10
-pkgrel=3
-pkgdesc="A jukebox for large collections of mp3/ogg/flac files, written in perl"
-arch=('any')
-url="http://gmusicbrowser.org"
-license=('GPL3')
-depends=('gtk2-perl' 'hicolor-icon-theme')
-optdepends=('alsa-utils: enables the ALSA backend'
- 'flac123: flac support for the ALSA backend'
- 'mpg321: mp3 support for the ALSA backend'
- 'vorbis-tools: vorbis support for the ALSA backend'
- 'mplayer: enables the mplayer backend'
- 'perl-gstreamer: enables the gstreamer backend'
- 'gstreamer0.10-base: vorbis support for the gstreamer backend'
- 'gstreamer0.10-good-plugins: flac support for the gstreamer backend'
- 'gstreamer0.10-bad-plugins: mpc support for the gstreamer backend'
- 'gstreamer0.10-ugly-plugins: mp3 support for the gstreamer backend'
- 'perl-gtk2-mozembed: web-based plugins support'
- 'perl-gtk2-webkit: alternative web-based plugin support'
- 'perl-html-parser: support for accented characters in lyrics plugin'
- 'perl-locale-gettext: localization support'
- 'perl-net-dbus: control gmusicbrowser through dbus and gnome hotkeys'
- 'perl-gtk2-notify: show notifications using libnotify' )
-conflicts=('gmusicbrowser-devel' 'gmusicbrowser-development' 'gmusicbrowser-git' 'gmusicbrowser-shimmer-git')
-options=('!libtool')
-install=$pkgname.install
-source=(https://github.com/shimmerproject/${pkgname}/archive/v${pkgver}.tar.gz)
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
-
- make DESTDIR="$pkgdir/" DOCS="AUTHORS COPYING README NEWS INSTALL" install
-
- # put some images in sane locations
- install -Dm644 pix/trayicon.png "$pkgdir"/usr/share/icons/hicolor/16x16/apps/gmusicbrowser.png
- install -Dm644 pix/gmusicbrowser32x32.png "$pkgdir"/usr/share/icons/hicolor/32x32/apps/gmusicbrowser.png
- install -Dm644 pix/gmusicbrowser.png "$pkgdir"/usr/share/icons/hicolor/48x48/apps/gmusicbrowser.png
- install -Dm644 pix/gmusicbrowser.png "$pkgdir"/usr/share/pixmaps/gmusicbrowser.png
-}
-md5sums=('25cbef3bd7c6666a036dcc337adcb387')