[arch-commits] Commit in gigedit/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sun Jun 3 14:05:18 UTC 2018


    Date: Sunday, June 3, 2018 @ 14:05:18
  Author: dvzrv
Revision: 339136

upgpkg: gigedit 1.1.0-4

Adding to pro-audio group.minor fixes.

Modified:
  gigedit/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 14:02:53 UTC (rev 339135)
+++ PKGBUILD	2018-06-03 14:05:18 UTC (rev 339136)
@@ -1,16 +1,17 @@
 # $Id$
 # Maintainer: David Runge <dave at sleepmap.de>
-# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: 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=3
+pkgrel=4
 pkgdesc="Gigasampler instrument editor"
 arch=('x86_64')
 url="https://www.linuxsampler.org/"
 license=('GPL')
+groups=('pro-audio')
 depends=('linuxsampler' 'gtkmm3')
 makedepends=('intltool' 'libxslt' 'linuxsampler')
 source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.bz2"
@@ -30,10 +31,12 @@
   # 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"
+  # xdg desktop
   install -t "${pkgdir}/usr/share/applications" \
-    -vDm644 "../${pkgname}.desktop"
+    -vDm 644 "../${pkgname}.desktop"
+  # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm644 {AUTHORS,ChangeLog,NEWS,README}
+    -vDm 644 {AUTHORS,ChangeLog,NEWS,README}
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list