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

David Runge dvzrv at archlinux.org
Tue Mar 24 19:53:16 UTC 2020


    Date: Tuesday, March 24, 2020 @ 19:53:15
  Author: dvzrv
Revision: 603921

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-24 19:53:11 UTC (rev 603920)
+++ PKGBUILD	2020-03-24 19:53:15 UTC (rev 603921)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-pkgname=qxgedit
-pkgver=0.6.1
-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=('10e6d768b5d209c1927a7ba2ac6a5e4423a79a43dc0d30f9b248a13580af843ac49f2d5906318ba5b01eda50f3655a480eef0233f4ce6479fbc047d84ae7efde')
-
-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 603920, qxgedit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-24 19:53:15 UTC (rev 603921)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=qxgedit
+pkgver=0.6.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=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('06ad275dea060ee1e69d2cf5dcb3a79c94b5b4d172be22c7de9635ca0136bdde4b27f5e8ebdec487f21beea652f7d36feff7c0e9a08da1185f9e9d2d8872993f')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=('libasound.so')
+  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