diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-09 16:24:38 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-09 16:24:38 +0200 |
commit | cdbd7308d16cb249715cce9bedf8b809f2576804 (patch) | |
tree | bfdb3a816cf96988dc788e2678acdb294b032811 /pcr/gmusicbrowser/PKGBUILD | |
parent | a86ff663185661ee304bb1f6d00d982102dd706d (diff) | |
parent | 648599b08776ea788a3ddb0365eb30fda03efe7b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/bwbar/PKGBUILD
community/dosbox/PKGBUILD
community/extremetuxracer/PKGBUILD
community/fbgrab/PKGBUILD
community/fbv/PKGBUILD
community/flam3/PKGBUILD
community/freedroidrpg/PKGBUILD
community/gdk-pixbuf/PKGBUILD
community/ghemical/PKGBUILD
community/gmic/PKGBUILD
community/gnash/PKGBUILD
community/gnustep-base/PKGBUILD
community/guvcview/PKGBUILD
community/keepassx/PKGBUILD
community/kvpnc/PKGBUILD
community/libghemical/PKGBUILD
community/liboglappth/PKGBUILD
community/png2ico/PKGBUILD
community/shapelib/PKGBUILD
community/sloccount/PKGBUILD
community/tmw/PKGBUILD
community/xmoto/PKGBUILD
core/links/PKGBUILD
extra/amule/PKGBUILD
extra/cairomm/PKGBUILD
extra/calligra/PKGBUILD
extra/evas/PKGBUILD
extra/fltk/PKGBUILD
extra/gd/PKGBUILD
extra/gif2png/PKGBUILD
extra/glhack/PKGBUILD
extra/graphviz/PKGBUILD
extra/gstreamer0.10-good/PKGBUILD
extra/imlib/PKGBUILD
extra/imlib2/PKGBUILD
extra/lbreakout2/PKGBUILD
extra/libgdiplus/PKGBUILD
extra/libkate/PKGBUILD
extra/libpano13/PKGBUILD
extra/libwebp/PKGBUILD
extra/libwmf/PKGBUILD
extra/libxslt/PKGBUILD
extra/mjpegtools/PKGBUILD
extra/ntp/PKGBUILD
extra/nx/PKGBUILD
extra/openjpeg/PKGBUILD
extra/php/PKGBUILD
extra/plotutils/PKGBUILD
extra/poppler/PKGBUILD
extra/qrencode/PKGBUILD
extra/qt4/PKGBUILD
extra/qt5/PKGBUILD
extra/qtiplot/PKGBUILD
extra/qtwebkit/PKGBUILD
extra/samba/PKGBUILD
extra/sdl_image/PKGBUILD
extra/vice/PKGBUILD
extra/vigra/PKGBUILD
extra/vlc/PKGBUILD
extra/webkitgtk/PKGBUILD
extra/webkitgtk2/PKGBUILD
extra/wv/PKGBUILD
extra/wxgtk/PKGBUILD
extra/xaos/PKGBUILD
extra/xsane/PKGBUILD
extra/zvbi/PKGBUILD
Diffstat (limited to 'pcr/gmusicbrowser/PKGBUILD')
-rw-r--r-- | pcr/gmusicbrowser/PKGBUILD | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/pcr/gmusicbrowser/PKGBUILD b/pcr/gmusicbrowser/PKGBUILD new file mode 100644 index 000000000..e8cec3c76 --- /dev/null +++ b/pcr/gmusicbrowser/PKGBUILD @@ -0,0 +1,45 @@ +# 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') |