[arch-commits] Commit in solfege/repos (4 files)

Ray Rashif schiv at nymeria.archlinux.org
Sat Jun 29 19:58:40 UTC 2013


    Date: Saturday, June 29, 2013 @ 21:58:40
  Author: schiv
Revision: 93249

archrelease: copy trunk to community-i686, community-x86_64

Added:
  solfege/repos/community-i686/PKGBUILD
    (from rev 93248, solfege/trunk/PKGBUILD)
  solfege/repos/community-x86_64/PKGBUILD
    (from rev 93248, 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-06-29 19:58:13 UTC (rev 93248)
+++ community-i686/PKGBUILD	2013-06-29 19:58:40 UTC (rev 93249)
@@ -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.20.8
-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=('401f421bde27112d7fa01aaccc080a95')
-
-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 93248, solfege/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-06-29 19:58:40 UTC (rev 93249)
@@ -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.0
+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=('8a5275d6db3ff181068441d7e32ad7f3')
+
+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-06-29 19:58:13 UTC (rev 93248)
+++ community-x86_64/PKGBUILD	2013-06-29 19:58:40 UTC (rev 93249)
@@ -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.20.8
-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=('401f421bde27112d7fa01aaccc080a95')
-
-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 93248, solfege/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-06-29 19:58:40 UTC (rev 93249)
@@ -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.0
+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=('8a5275d6db3ff181068441d7e32ad7f3')
+
+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