[arch-commits] Commit in qxgedit/repos (community-x86_64 community-x86_64/PKGBUILD)

David Runge dvzrv at archlinux.org
Sun Jul 22 17:27:18 UTC 2018


    Date: Sunday, July 22, 2018 @ 17:27:17
  Author: dvzrv
Revision: 362850

archrelease: copy trunk to community-x86_64

Added:
  qxgedit/repos/community-x86_64/
  qxgedit/repos/community-x86_64/PKGBUILD
    (from rev 362849, qxgedit/trunk/PKGBUILD)

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

Copied: qxgedit/repos/community-x86_64/PKGBUILD (from rev 362849, qxgedit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-07-22 17:27:17 UTC (rev 362850)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=qxgedit
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="GUI for editing MIDI System Exclusive files for XG devices (eg. Yamaha DB50XG)"
+arch=('x86_64')
+url="https://qxgedit.sourceforge.io/"
+license=('GPL2')
+groups=('pro-audio')
+depends=('alsa-lib' 'hicolor-icon-theme' 'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('76910b168a91f25298561c5a31fa678c1284cc578bff3debb9c3f16b218f99b52b050522f3790e9cecd1248540831a2e909bd3fb020b5794388e4594887f57f0')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list