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

David Runge dvzrv at archlinux.org
Fri Jul 12 17:39:15 UTC 2019


    Date: Friday, July 12, 2019 @ 17:39:15
  Author: dvzrv
Revision: 489240

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-12 17:39:09 UTC (rev 489239)
+++ PKGBUILD	2019-07-12 17:39:15 UTC (rev 489240)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-pkgname=qxgedit
-pkgver=0.5.4
-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=('2d3267a3b40a600b32665c280318db4bcd112d90de631c970ca3f1178e7a94ad179b738c75f9e43c3374cf6b805fce8e8a87dfc505a4834ab635445b16cdf2f8')
-
-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 489239, qxgedit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-12 17:39:15 UTC (rev 489240)
@@ -0,0 +1,31 @@
+# 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}/"
+}



More information about the arch-commits mailing list