[arch-commits] Commit in lilypond/repos (14 files)

2014-03-25 Thread Sergej Pupykin
Date: Tuesday, March 25, 2014 @ 09:56:50
  Author: spupykin
Revision: 108234

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

Added:
  lilypond/repos/community-i686/PKGBUILD
(from rev 108233, lilypond/trunk/PKGBUILD)
  lilypond/repos/community-i686/lilypond.install
(from rev 108233, lilypond/trunk/lilypond.install)
  lilypond/repos/community-x86_64/PKGBUILD
(from rev 108233, lilypond/trunk/PKGBUILD)
  lilypond/repos/community-x86_64/lilypond.install
(from rev 108233, lilypond/trunk/lilypond.install)
Deleted:
  lilypond/repos/community-i686/PKGBUILD
  
lilypond/repos/community-i686/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
  
lilypond/repos/community-i686/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch
  lilypond/repos/community-i686/lilypond.install
  lilypond/repos/community-i686/texlive-workaround.patch
  lilypond/repos/community-x86_64/PKGBUILD
  
lilypond/repos/community-x86_64/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
  
lilypond/repos/community-x86_64/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch
  lilypond/repos/community-x86_64/lilypond.install
  lilypond/repos/community-x86_64/texlive-workaround.patch

--+
 /PKGBUILD| 
 100 ++
 /lilypond.install| 
  96 +
 community-i686/PKGBUILD  | 
  54 -
 community-i686/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch   | 
  29 --
 community-i686/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch   | 
  63 --
 community-i686/lilypond.install  | 
  48 
 community-i686/texlive-workaround.patch  | 
  88 
 community-x86_64/PKGBUILD| 
  54 -
 community-x86_64/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch | 
  29 --
 community-x86_64/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch | 
  63 --
 community-x86_64/lilypond.install| 
  48 
 community-x86_64/texlive-workaround.patch| 
  88 
 12 files changed, 196 insertions(+), 564 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-25 08:56:38 UTC (rev 108233)
+++ community-i686/PKGBUILD 2014-03-25 08:56:50 UTC (rev 108234)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-
-pkgname=lilypond
-pkgver=2.18.0
-pkgrel=1
-pkgdesc=An automated music engraving system
-arch=('i686' 'x86_64')
-url=http://lilypond.org;
-license=('GPL')
-depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
-makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
-'gsfonts' 'texi2html')
-options=('emptydirs')
-#install=lilypond.install
-source=(http://download.linuxaudio.org/lilypond/sources/v2.18/$pkgname-$pkgver.tar.gz)
-md5sums=('5696fec935c616fb437693bed477cc27')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -i 's|GUILE_CFLAGS=.*|GUILE_CFLAGS=`pkg-config --cflags guile-1.8`|' 
configure
-  sed -i 's|GUILE_LDFLAGS=.*|GUILE_LDFLAGS=`pkg-config --libs guile-1.8`|' 
configure
-
-  rm -rf lily/out/ python/out/
-
-  # Fix build
-#  patch -Np1 -i 
$srcdir/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
-#  patch -Np1 -i 
$srcdir/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  export PYTHON=/usr/bin/python2
-  export GUILE=/usr/bin/guile1.8
-  export GUILE_CONFIG=/usr/bin/guile-config1.8
-  export LDFLAGS=$LDFLAGS -lpthread
-  ./configure --prefix=/usr --disable-documentation
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir vimdir=/usr/share/vim/vimfiles install
-}

Copied: lilypond/repos/community-i686/PKGBUILD (from rev 108233, 
lilypond/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-25 08:56:50 UTC (rev 108234)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: William Rea 

[arch-commits] Commit in lilypond/repos (14 files)

2013-12-30 Thread Balló György
Date: Monday, December 30, 2013 @ 16:18:05
  Author: bgyorgy
Revision: 103224

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

Added:
  lilypond/repos/community-i686/PKGBUILD
(from rev 103223, lilypond/trunk/PKGBUILD)
  
lilypond/repos/community-i686/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
(from rev 103223, 
lilypond/trunk/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch)
  
lilypond/repos/community-i686/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch
(from rev 103223, 
lilypond/trunk/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch)
  lilypond/repos/community-i686/lilypond.install
(from rev 103223, lilypond/trunk/lilypond.install)
  lilypond/repos/community-i686/texlive-workaround.patch
(from rev 103223, lilypond/trunk/texlive-workaround.patch)
  lilypond/repos/community-x86_64/PKGBUILD
(from rev 103223, lilypond/trunk/PKGBUILD)
  
lilypond/repos/community-x86_64/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
(from rev 103223, 
lilypond/trunk/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch)
  
lilypond/repos/community-x86_64/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch
(from rev 103223, 
lilypond/trunk/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch)
  lilypond/repos/community-x86_64/lilypond.install
(from rev 103223, lilypond/trunk/lilypond.install)
  lilypond/repos/community-x86_64/texlive-workaround.patch
(from rev 103223, lilypond/trunk/texlive-workaround.patch)
Deleted:
  
lilypond/repos/community-i686/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
  
lilypond/repos/community-i686/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch
  
lilypond/repos/community-x86_64/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
  
lilypond/repos/community-x86_64/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch

--+
 /lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch | 
  58 
 /lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch | 
 126 ++
 community-i686/PKGBUILD  | 
  58 
 community-i686/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch   | 
  29 --
 community-i686/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch   | 
  63 -
 community-i686/lilypond.install  | 
  48 +++
 community-i686/texlive-workaround.patch  | 
  88 ++
 community-x86_64/PKGBUILD| 
  58 
 community-x86_64/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch | 
  29 --
 community-x86_64/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch | 
  63 -
 community-x86_64/lilypond.install| 
  48 +++
 community-x86_64/texlive-workaround.patch| 
  88 ++
 12 files changed, 572 insertions(+), 184 deletions(-)

Copied: lilypond/repos/community-i686/PKGBUILD (from rev 103223, 
lilypond/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-30 15:18:05 UTC (rev 103224)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=lilypond
+pkgver=2.16.2
+pkgrel=5
+pkgdesc=An automated music engraving system
+arch=('i686' 'x86_64')
+url=http://lilypond.org;
+license=('GPL')
+depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
+makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
+'gsfonts' 'texi2html')
+options=('emptydirs')
+#install=lilypond.install
+source=(http://download.linuxaudio.org/lilypond/sources/v2.16/$pkgname-$pkgver.tar.gz
+lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
+lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch)
+md5sums=('6db27f17d47e4f66a3b0716c65db3041'
+ '121ac86f1004338ae20ad55a5690c0ad'
+ 'fa5073506f0e4dd96fb1858e3a75e08e')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  sed -i 's|GUILE_CFLAGS=.*|GUILE_CFLAGS=`pkg-config --cflags guile-1.8`|' 
configure
+  sed -i 's|GUILE_LDFLAGS=.*|GUILE_LDFLAGS=`pkg-config --libs guile-1.8`|' 
configure
+
+  rm -rf lily/out/ python/out/
+
+  # Fix build
+  patch -Np1 -i