From 82c5017d49dc5fdd7ffa6489e79306561fa72199 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 6 Jul 2015 16:24:43 -0500 Subject: gmusicbrowser-1.1.14-3: updating version --- pcr/fpdns/PKGBUILD | 20 +++++++----------- pcr/gmusicbrowser/PKGBUILD | 37 ++++++++++++++++++++------------- pcr/gmusicbrowser/gmusicbrowser.install | 11 +++++++--- 3 files changed, 39 insertions(+), 29 deletions(-) (limited to 'pcr') diff --git a/pcr/fpdns/PKGBUILD b/pcr/fpdns/PKGBUILD index fb39b633c..aa965362e 100644 --- a/pcr/fpdns/PKGBUILD +++ b/pcr/fpdns/PKGBUILD @@ -1,31 +1,27 @@ # Contributor (Arch): Ermak -# Maintainer : Parabola GNU / Linux-libre Aurélien Desbrières - +# Maintainer: Omar Vega Ramos pkgname=fpdns pkgver=0.9.3 pkgrel=1.1 pkgdesc="Program that remotely determines DNS server versions" url="http://code.google.com/p/fpdns/" depends=('') -license=('BSD3') +license=('BSD') options=('!emptydirs') -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') source=('http://fpdns.googlecode.com/files/Net-DNS-Fingerprint-0.9.3.tar.gz') md5sums=('16f1fbc9e5c8b935a0a48a509dc58899') build() { cd ${srcdir}/Net-DNS-Fingerprint-0.9.3 eval `perl -V:archname` - perl Makefile.PL \ + /usr/bin/perl Makefile.PL \ INSTALLARCHLIB=/usr/lib/perl5/current/${archname} \ INSTALLSITELIB=/usr/lib/perl5/site_perl/current \ INSTALLSITEARCH=/usr/lib/perl5/site_perl/current/${archname} - make + /usr/bin/make || return 1 + /usr/bin/make DESTDIR=${pkgdir} install + /usr/bin/find ${pkgdir} -name '.packlist' -delete + /usr/bin/find ${pkgdir} -name '*.pod' -delete } -package() { - cd ${srcdir}/Net-DNS-Fingerprint-0.9.3 - make DESTDIR=${pkgdir} install - find ${pkgdir} -name '.packlist' -delete - find ${pkgdir} -name '*.pod' -delete -} \ No newline at end of file diff --git a/pcr/gmusicbrowser/PKGBUILD b/pcr/gmusicbrowser/PKGBUILD index 7e0e5afc4..f8dd68ee2 100644 --- a/pcr/gmusicbrowser/PKGBUILD +++ b/pcr/gmusicbrowser/PKGBUILD @@ -1,11 +1,12 @@ # Maintainer (Arch): Spike29 # Contributor (Arch): jsteel # Contributor (Arch): Corrado Primier +# Maintainer: Omar Vega Ramos pkgname=gmusicbrowser -pkgver=1.1.10 +pkgver=1.1.14 pkgrel=3 -pkgdesc="A jukebox for large collections of mp3/ogg/flac files, written in perl" +pkgdesc="A customizable open-source jukebox for large collections" arch=('any') url="http://gmusicbrowser.org" license=('GPL3') @@ -15,26 +16,35 @@ optdepends=('alsa-utils: enables 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' + 'gstreamer: enables the gstreamer backend' + 'perl-glib-object-introspection: enables the gstreamer backend' + 'gst-plugins-base: vorbis support for the gstreamer backend' + 'gst-plugins-good: flac support for the gstreamer backend' + 'gst-plugins-bad: mpc support for the gstreamer backend' + 'gst-plugins-ugly: mp3 support for the gstreamer backend' + 'perl-gstreamer: enables the gstreamer0.10 backend' + 'gstreamer0.10-base: vorbis support for the gstreamer0.10 backend' + 'gstreamer0.10-good-plugins: flac support for the gstreamer0.10 backend' + 'gstreamer0.10-bad-plugins: mpc support for the gstreamer0.10 backend' + 'gstreamer0.10-ugly-plugins: mp3 support for the gstreamer0.10 backend' + 'perl-locale-gettext: localization support' + 'perl-gtk2-trayicon: tray icon support' + 'perl-gtk2-appindicator: app indicator plugin support' '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') + 'perl-gtk2-notify: show notifications using libnotify' + 'perl-html-parser: support for accented characters in lyrics plugin') +conflicts=('gmusicbrowser-devel' 'gmusicbrowser-development' 'gmusicbrowser-git' 'gmusicbrowser-shimmer' 'gmusicbrowser-shimmer-git') options=('!libtool') install=$pkgname.install -source=(https://github.com/shimmerproject/${pkgname}/archive/v${pkgver}.tar.gz) +source=($url/download/$pkgname-$pkgver.tar.gz) +md5sums=('8eb2d3f22e0734a7f5efbf4f0b2bd71e') package() { cd "$srcdir"/$pkgname-$pkgver - make DESTDIR="$pkgdir/" DOCS="AUTHORS COPYING README NEWS INSTALL" install + make DESTDIR="$pkgdir/" install # put some images in sane locations install -Dm644 pix/trayicon.png "$pkgdir"/usr/share/icons/hicolor/16x16/apps/gmusicbrowser.png @@ -42,4 +52,3 @@ package() { 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') diff --git a/pcr/gmusicbrowser/gmusicbrowser.install b/pcr/gmusicbrowser/gmusicbrowser.install index f917ebdff..2035fe0b0 100644 --- a/pcr/gmusicbrowser/gmusicbrowser.install +++ b/pcr/gmusicbrowser/gmusicbrowser.install @@ -1,18 +1,23 @@ post_install() { cat << _EOF -==> In order to play your music with gmusicbrowser, you need to install - gstreamer and its perl bindings OR mpg321/vorbis-tools/flac123/alsa-utils OR mplayer - (look at optdepends for details) +==> In order to play your music with gmusicbrowser, you need to install: +- gstreamer, perl-glib-object-introspection + gstreamer plugins or +- mpg321/vorbis-tools/flac123/alsa-utils or +- mplayer +(look at optdepends for details) _EOF gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q } post_upgrade() { gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q } post_remove() { gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q } -- cgit v1.2.3-2-g168b