summaryrefslogtreecommitdiff
path: root/community/denemo
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-15 04:04:05 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-15 04:04:05 +0000
commit8cd8534c45f14c6dfea3f1f2228451d192c33b3e (patch)
tree8dc070d5ca8ecdac8bb23a37b793ecf92893c227 /community/denemo
parent4d799458274f83bcf13d49715eaa435045a719d7 (diff)
Sat Mar 15 03:58:34 UTC 2014
Diffstat (limited to 'community/denemo')
-rw-r--r--community/denemo/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/denemo/PKGBUILD b/community/denemo/PKGBUILD
index fbc3cd89d..6822f3f14 100644
--- a/community/denemo/PKGBUILD
+++ b/community/denemo/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 102121 2013-12-05 14:32:13Z spupykin $
+# $Id: PKGBUILD 107193 2014-03-14 09:39:02Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Philipp Sandhaus <philipp.sandhaus@gmx.de>
# Contributor: Robert Emil Berge <filoktetes@linuxophic.org>
# Contributor: Gnud <ach.gnud@gmail.com>
pkgname=denemo
-pkgver=1.1.0
+pkgver=20140314
pkgrel=1
pkgdesc="A music score editor"
arch=('i686' 'x86_64')
@@ -14,13 +14,14 @@ license=('GPL')
depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
'rubberband')
-makedepends=('intltool')
-backup=('etc/denemo/denemo.conf')
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('5e708247b2abd9b3b196e8e2e033bf11')
+makedepends=('intltool' 'git')
+#source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+source=("$pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18")
+md5sums=('SKIP')
build() {
cd $srcdir/$pkgname-$pkgver
+ [ -x configure ] || ./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc
make
}