[arch-commits] Commit in (5 files)
Maxime Gauduin
alucryd at nymeria.archlinux.org
Wed Mar 20 15:09:35 UTC 2013
Date: Wednesday, March 20, 2013 @ 16:09:35
Author: alucryd
Revision: 86602
Add guayadeque
Added:
guayadeque/
guayadeque/repos/
guayadeque/trunk/
guayadeque/trunk/PKGBUILD
guayadeque/trunk/guayadeque.install
--------------------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
guayadeque.install | 13 +++++++++++++
2 files changed, 47 insertions(+)
Added: guayadeque/trunk/PKGBUILD
===================================================================
--- guayadeque/trunk/PKGBUILD (rev 0)
+++ guayadeque/trunk/PKGBUILD 2013-03-20 15:09:35 UTC (rev 86602)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Sial <sial at cpan.org>
+# Contributor: Martin Herndl <martin.herndl at 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')
+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:
Property changes on: guayadeque/trunk/PKGBUILD
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: guayadeque/trunk/guayadeque.install
===================================================================
--- guayadeque/trunk/guayadeque.install (rev 0)
+++ guayadeque/trunk/guayadeque.install 2013-03-20 15:09:35 UTC (rev 86602)
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade(){
+ post_install
+}
+
+post_remove(){
+ post_install
+}
+
+# vim: ts=2 sw=2 et:
Property changes on: guayadeque/trunk/guayadeque.install
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
More information about the arch-commits
mailing list