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

Ray Rashif schiv at nymeria.archlinux.org
Sat Nov 2 20:40:41 UTC 2013


    Date: Saturday, November 2, 2013 @ 21:40:41
  Author: schiv
Revision: 100363

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

Added:
  gigedit/repos/community-i686/PKGBUILD
    (from rev 100362, gigedit/trunk/PKGBUILD)
  gigedit/repos/community-x86_64/PKGBUILD
    (from rev 100362, gigedit/trunk/PKGBUILD)
Deleted:
  gigedit/repos/community-i686/PKGBUILD
  gigedit/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 -------------------
 community-x86_64/PKGBUILD |   35 -------------------
 3 files changed, 78 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-02 20:40:17 UTC (rev 100362)
+++ community-i686/PKGBUILD	2013-11-02 20:40:41 UTC (rev 100363)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: svoufff <svoufff at gmail dot com>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=gigedit
-pkgver=0.2.0
-pkgrel=2
-pkgdesc="Gigasampler instrument editor"
-arch=(i686 x86_64)
-url="http://www.linuxsampler.org/"
-license=('GPL')
-depends=('linuxsampler' 'gtkmm' 'libsigc++')
-makedepends=('intltool')
-options=('!makeflags')
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.gz)
-md5sums=('eadfc82118460206e8f83c104f9d2a3a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix linking
-  sed -i -e 's/@LIBS@/@LIBS@ -lsigc-2.0/g' src/gigedit/Makefile.in
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigedit/repos/community-i686/PKGBUILD (from rev 100362, gigedit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-02 20:40:41 UTC (rev 100363)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: svoufff <svoufff at gmail dot com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=gigedit
+pkgver=0.2.0
+pkgrel=3
+pkgdesc="Gigasampler instrument editor"
+arch=('i686' 'x86_64')
+url="http://www.linuxsampler.org/"
+license=('GPL')
+depends=('linuxsampler' 'gtkmm') # linuxsampler required for plugin
+makedepends=('intltool')
+options=('!makeflags') # code chokes on parallel build
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.gz")
+md5sums=('eadfc82118460206e8f83c104f9d2a3a')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix linking
+  sed -i -e 's/@LIBS@/@LIBS@ -lsigc-2.0/g' src/gigedit/Makefile.in
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-02 20:40:17 UTC (rev 100362)
+++ community-x86_64/PKGBUILD	2013-11-02 20:40:41 UTC (rev 100363)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: svoufff <svoufff at gmail dot com>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=gigedit
-pkgver=0.2.0
-pkgrel=2
-pkgdesc="Gigasampler instrument editor"
-arch=(i686 x86_64)
-url="http://www.linuxsampler.org/"
-license=('GPL')
-depends=('linuxsampler' 'gtkmm' 'libsigc++')
-makedepends=('intltool')
-options=('!makeflags')
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.gz)
-md5sums=('eadfc82118460206e8f83c104f9d2a3a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix linking
-  sed -i -e 's/@LIBS@/@LIBS@ -lsigc-2.0/g' src/gigedit/Makefile.in
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigedit/repos/community-x86_64/PKGBUILD (from rev 100362, gigedit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-02 20:40:41 UTC (rev 100363)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: svoufff <svoufff at gmail dot com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=gigedit
+pkgver=0.2.0
+pkgrel=3
+pkgdesc="Gigasampler instrument editor"
+arch=('i686' 'x86_64')
+url="http://www.linuxsampler.org/"
+license=('GPL')
+depends=('linuxsampler' 'gtkmm') # linuxsampler required for plugin
+makedepends=('intltool')
+options=('!makeflags') # code chokes on parallel build
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.gz")
+md5sums=('eadfc82118460206e8f83c104f9d2a3a')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix linking
+  sed -i -e 's/@LIBS@/@LIBS@ -lsigc-2.0/g' src/gigedit/Makefile.in
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list