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

David Runge dvzrv at archlinux.org
Tue Dec 19 20:30:50 UTC 2017


    Date: Tuesday, December 19, 2017 @ 20:30:49
  Author: dvzrv
Revision: 274938

archrelease: copy trunk to community-testing-x86_64

Added:
  gigedit/repos/community-testing-x86_64/
  gigedit/repos/community-testing-x86_64/PKGBUILD
    (from rev 274937, gigedit/trunk/PKGBUILD)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: gigedit/repos/community-testing-x86_64/PKGBUILD (from rev 274937, gigedit/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-19 20:30:49 UTC (rev 274938)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# 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.1.0
+pkgrel=1
+pkgdesc="Gigasampler instrument editor"
+arch=('x86_64')
+url="https://www.linuxsampler.org/"
+license=('GPL')
+depends=('linuxsampler' 'gtkmm3')
+makedepends=('intltool' 'libxslt')
+source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('643fcb51ba6dcdb11e0c579726e4f0c715e3fa6779e7e318206af71123a1b7b1cd4cbec29230b0f76f083642b600acd13003398dd95a7fdab021fd9eb1a83d61')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # fix linking of /usr/lib/gigedit/libgigedit.so.4.0.0
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}" > "${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list