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

David Runge dvzrv at archlinux.org
Thu Oct 17 13:09:58 UTC 2019


    Date: Thursday, October 17, 2019 @ 13:09:58
  Author: dvzrv
Revision: 516425

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-17 13:09:53 UTC (rev 516424)
+++ PKGBUILD	2019-10-17 13:09:58 UTC (rev 516425)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-pkgname=qxgedit
-pkgver=0.5.5
-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=('1ae05aacae9c958a7b4721776e16752aaca5c7f5f2e0cc80658c21538ef1924682f1588c94680d551525490501789a49d4b41d701ffb66987f7a6d90ce9dda28')
-
-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}/"
-}

Copied: qxgedit/repos/community-x86_64/PKGBUILD (from rev 516424, qxgedit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-17 13:09:58 UTC (rev 516425)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=qxgedit
+pkgver=0.6.0
+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' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('69217926d64f73432fe638298100947c15c393cfa6e4b7b34aa3c6f6e3c89e77535828d1eb2884354fd043a7871c62070a1187ab868150081669f23eb91bb3f2')
+
+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