[arch-commits] Commit in solfege/repos (4 files)
Ray Rashif
schiv at nymeria.archlinux.org
Wed Oct 9 19:27:11 UTC 2013
Date: Wednesday, October 9, 2013 @ 21:27:11
Author: schiv
Revision: 98416
archrelease: copy trunk to community-i686, community-x86_64
Added:
solfege/repos/community-i686/PKGBUILD
(from rev 98415, solfege/trunk/PKGBUILD)
solfege/repos/community-x86_64/PKGBUILD
(from rev 98415, solfege/trunk/PKGBUILD)
Deleted:
solfege/repos/community-i686/PKGBUILD
solfege/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 104 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 52 ----------------------
community-x86_64/PKGBUILD | 52 ----------------------
3 files changed, 104 insertions(+), 104 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-10-09 19:26:45 UTC (rev 98415)
+++ community-i686/PKGBUILD 2013-10-09 19:27:11 UTC (rev 98416)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: sickhate <sickhate at tux-linux.net>
-
-# TODO: bring in pyalsa, csound, mma
-pkgname=solfege
-pkgver=3.22.2
-pkgrel=1
-pkgdesc="Music education and ear training software"
-arch=('i686' 'x86_64')
-url="http://www.solfege.org/"
-license=('GPL3')
-depends=('pygtk' 'libgtkhtml' 'librsvg')
-makedepends=('ghostscript' 'gnome-doc-utils' 'libxslt'
- 'swig' 'texinfo' 'txt2man')
-optdepends=('timidity++: or any MIDI player & MIDI-WAV converter'
- 'mpg123: or any MP3 player'
- 'lame: or any WAV-MP3 converter'
- 'vorbis-tools: or any OGG player & WAV-OGG converter'
- 'lilypond: for generating print-outs & score sheets'
- 'texlive-bin: use LaTeX to replace HTML reports with DVI')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('ee9778d2b960b7afb375c5b3c3878222')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # python2 fix for entire build
- export PYTHON=/usr/bin/python2
-
- # python2 fix for rogue Makefile
- sed -i 's/shell python/shell python2/g' help/Makefile
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # python2 fix for runtime
- for i in $(find "$pkgdir" -name '*.py'); do
- sed -i 's:^#!.*bin/python$:#!/usr/bin/python2:' "$i"
- sed -i 's:^#!.*bin/env python$:#!/usr/bin/env python2:' "$i"
- done
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: solfege/repos/community-i686/PKGBUILD (from rev 98415, solfege/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-09 19:27:11 UTC (rev 98416)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: sickhate <sickhate at tux-linux.net>
+
+# TODO: bring in pyalsa, csound, mma
+pkgname=solfege
+pkgver=3.22.2
+pkgrel=2
+pkgdesc="Music education and ear training software"
+arch=('i686' 'x86_64')
+url="http://www.solfege.org/"
+license=('GPL3')
+depends=('pygtk' 'librsvg')
+makedepends=('ghostscript' 'gnome-doc-utils' 'libxslt'
+ 'swig' 'texinfo' 'txt2man')
+optdepends=('timidity++: or any MIDI player & MIDI-WAV converter'
+ 'mpg123: or any MP3 player'
+ 'lame: or any WAV-MP3 converter'
+ 'vorbis-tools: or any OGG player & WAV-OGG converter'
+ 'lilypond: for generating print-outs & score sheets'
+ 'texlive-bin: use LaTeX to replace HTML reports with DVI')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('ee9778d2b960b7afb375c5b3c3878222')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ # python2 fix for entire build
+ export PYTHON=/usr/bin/python2
+
+ # python2 fix for rogue Makefile
+ sed -i 's/shell python/shell python2/g' help/Makefile
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ # python2 fix for runtime
+ for i in $(find "$pkgdir" -name '*.py'); do
+ sed -i 's:^#!.*bin/python$:#!/usr/bin/python2:' "$i"
+ sed -i 's:^#!.*bin/env python$:#!/usr/bin/env python2:' "$i"
+ done
+
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-10-09 19:26:45 UTC (rev 98415)
+++ community-x86_64/PKGBUILD 2013-10-09 19:27:11 UTC (rev 98416)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: sickhate <sickhate at tux-linux.net>
-
-# TODO: bring in pyalsa, csound, mma
-pkgname=solfege
-pkgver=3.22.2
-pkgrel=1
-pkgdesc="Music education and ear training software"
-arch=('i686' 'x86_64')
-url="http://www.solfege.org/"
-license=('GPL3')
-depends=('pygtk' 'libgtkhtml' 'librsvg')
-makedepends=('ghostscript' 'gnome-doc-utils' 'libxslt'
- 'swig' 'texinfo' 'txt2man')
-optdepends=('timidity++: or any MIDI player & MIDI-WAV converter'
- 'mpg123: or any MP3 player'
- 'lame: or any WAV-MP3 converter'
- 'vorbis-tools: or any OGG player & WAV-OGG converter'
- 'lilypond: for generating print-outs & score sheets'
- 'texlive-bin: use LaTeX to replace HTML reports with DVI')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('ee9778d2b960b7afb375c5b3c3878222')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # python2 fix for entire build
- export PYTHON=/usr/bin/python2
-
- # python2 fix for rogue Makefile
- sed -i 's/shell python/shell python2/g' help/Makefile
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # python2 fix for runtime
- for i in $(find "$pkgdir" -name '*.py'); do
- sed -i 's:^#!.*bin/python$:#!/usr/bin/python2:' "$i"
- sed -i 's:^#!.*bin/env python$:#!/usr/bin/env python2:' "$i"
- done
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: solfege/repos/community-x86_64/PKGBUILD (from rev 98415, solfege/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-10-09 19:27:11 UTC (rev 98416)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: sickhate <sickhate at tux-linux.net>
+
+# TODO: bring in pyalsa, csound, mma
+pkgname=solfege
+pkgver=3.22.2
+pkgrel=2
+pkgdesc="Music education and ear training software"
+arch=('i686' 'x86_64')
+url="http://www.solfege.org/"
+license=('GPL3')
+depends=('pygtk' 'librsvg')
+makedepends=('ghostscript' 'gnome-doc-utils' 'libxslt'
+ 'swig' 'texinfo' 'txt2man')
+optdepends=('timidity++: or any MIDI player & MIDI-WAV converter'
+ 'mpg123: or any MP3 player'
+ 'lame: or any WAV-MP3 converter'
+ 'vorbis-tools: or any OGG player & WAV-OGG converter'
+ 'lilypond: for generating print-outs & score sheets'
+ 'texlive-bin: use LaTeX to replace HTML reports with DVI')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('ee9778d2b960b7afb375c5b3c3878222')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ # python2 fix for entire build
+ export PYTHON=/usr/bin/python2
+
+ # python2 fix for rogue Makefile
+ sed -i 's/shell python/shell python2/g' help/Makefile
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ # python2 fix for runtime
+ for i in $(find "$pkgdir" -name '*.py'); do
+ sed -i 's:^#!.*bin/python$:#!/usr/bin/python2:' "$i"
+ sed -i 's:^#!.*bin/env python$:#!/usr/bin/env python2:' "$i"
+ done
+
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list