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

Allan McRae allan at archlinux.org
Mon Dec 7 17:07:24 UTC 2015


    Date: Monday, December 7, 2015 @ 18:07:24
  Author: allan
Revision: 150069

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

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   40 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Copied: gigedit/repos/community-staging-i686/PKGBUILD (from rev 150068, gigedit/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 17:07:24 UTC (rev 150069)
@@ -0,0 +1,40 @@
+# $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=2
+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"
+
+  CXXFLAGS+=' -std=c++11'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gigedit/repos/community-staging-x86_64/PKGBUILD (from rev 150068, gigedit/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 17:07:24 UTC (rev 150069)
@@ -0,0 +1,40 @@
+# $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=2
+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"
+
+  CXXFLAGS+=' -std=c++11'
+  ./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