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/guayadeque | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/guayadeque')
-rwxr-xr-x | community/guayadeque/PKGBUILD | 35 | ||||
-rwxr-xr-x | community/guayadeque/guayadeque.install | 13 |
2 files changed, 0 insertions, 48 deletions
diff --git a/community/guayadeque/PKGBUILD b/community/guayadeque/PKGBUILD deleted file mode 100755 index d720c56b2..000000000 --- a/community/guayadeque/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 86605 2013-03-20 15:17:37Z alucryd $ -# Maintainer: Maxime Gauduin <alucryd@gmail.com> -# Contributor: Sial <sial@cpan.org> -# Contributor: Martin Herndl <martin.herndl@gmail.com> - -pkgname=guayadeque -pkgver=0.3.5 -pkgrel=5 -pkgdesc="Lightweight music player" -arch=('i686' 'x86_64') -url="http://guayadeque.org/" -license=('GPL3') -depends=('curl' 'dbus' 'desktop-file-utils' 'flac' 'libgpod' 'taglib' 'wxgtk') -makedepends=('cmake') -optdepends=('gstreamer0.10-good-plugins: Support for additional file formats' - 'gvfs: Support for external devices') -install=$pkgname.install -source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2") -sha256sums=('8281286a715731b567097238e1c0aaf962e052fbc7e2761b10f36407eb6ec4d5') - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - -# Build - ./build -} - -package() { - cd "${srcdir}"/${pkgname}-${pkgver} - -# Install - make DESTDIR="${pkgdir}" install -} - -# vim: ts=2 sw=2 et: diff --git a/community/guayadeque/guayadeque.install b/community/guayadeque/guayadeque.install deleted file mode 100755 index 0294d6a5b..000000000 --- a/community/guayadeque/guayadeque.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade(){ - post_install -} - -post_remove(){ - post_install -} - -# vim: ts=2 sw=2 et: |