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

Ray Rashif schiv at archlinux.org
Tue Jul 28 19:16:55 UTC 2015


    Date: Tuesday, July 28, 2015 @ 21:16:55
  Author: schiv
Revision: 137570

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-28 19:15:01 UTC (rev 137569)
+++ community-i686/PKGBUILD	2015-07-28 19:16:55 UTC (rev 137570)
@@ -1,39 +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=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:

Copied: gigedit/repos/community-i686/PKGBUILD (from rev 137569, gigedit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-28 19:16:55 UTC (rev 137570)
@@ -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=1.0.0
+pkgrel=1
+pkgdesc="Gigasampler instrument editor"
+arch=('i686' 'x86_64')
+url="http://www.linuxsampler.org/"
+license=('GPL')
+depends=('linuxsampler>=2' 'gtkmm')
+makedepends=('intltool' 'libxslt')
+#options=('!makeflags') # code chokes on parallel build
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2")
+md5sums=('5a89759dca7d1ebd70257ededb5a3338')
+
+#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	2015-07-28 19:15:01 UTC (rev 137569)
+++ community-x86_64/PKGBUILD	2015-07-28 19:16:55 UTC (rev 137570)
@@ -1,39 +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=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:

Copied: gigedit/repos/community-x86_64/PKGBUILD (from rev 137569, gigedit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-28 19:16:55 UTC (rev 137570)
@@ -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=1.0.0
+pkgrel=1
+pkgdesc="Gigasampler instrument editor"
+arch=('i686' 'x86_64')
+url="http://www.linuxsampler.org/"
+license=('GPL')
+depends=('linuxsampler>=2' 'gtkmm')
+makedepends=('intltool' 'libxslt')
+#options=('!makeflags') # code chokes on parallel build
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2")
+md5sums=('5a89759dca7d1ebd70257ededb5a3338')
+
+#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