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

David Runge dvzrv at gemini.archlinux.org
Mon Jan 10 20:39:00 UTC 2022


    Date: Monday, January 10, 2022 @ 20:39:00
  Author: dvzrv
Revision: 1099958

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 20:38:59 UTC (rev 1099957)
+++ PKGBUILD	2022-01-10 20:39:00 UTC (rev 1099958)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=qxgedit
-pkgver=0.9.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=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt6-base')
-makedepends=('alsa-lib' 'cmake' 'qt6-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('5c2f566e70d314e9cc2c8b73caebb7d1d413cfa4386c43655f43baa1d9cd097343fb480d0dcef256d816c918797b9a45cd84ae49ca94c0ca46baca7deff24945')
-b2sums=('daf77ebf49c08180d52f9ba7f4f742612636a067e90b6ebd24c34d0e1079bf4d72768d6c77aecb6dbbc9cc63da2e5ffb3833c9675784af872aff61608f2f6b13')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_BUILD_TYPE='None' \
-        -DCONFIG_QT6=ON \
-        -Wno-dev \
-        -B build \
-        -S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libasound.so')
-  cd "$pkgname-$pkgver"
-  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
-  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: qxgedit/repos/community-x86_64/PKGBUILD (from rev 1099956, qxgedit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-10 20:39:00 UTC (rev 1099958)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=qxgedit
+pkgver=0.9.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=(gcc-libs glibc hicolor-icon-theme qt6-base)
+makedepends=(alsa-lib cmake qt6-tools)
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('1913215144b2612afae8ac3557efa41a9614b8ba705037eca4340ed0ea6d51b35c9a0db7481ab647ca067699d8222aa362535f3f7d6842376a67ad386340095d')
+b2sums=('605496dbc88b03b27f593ed202be122923c07d00fb41489f293c0ffdac9b3d533932c2404f552c9c4688d1fb11c63dbf1843283aaf41aac727fc5700afc45933')
+
+build() {
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=None \
+        -DCONFIG_QT6=ON \
+        -Wno-dev \
+        -B build \
+        -S "$pkgname-$pkgver"
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=(libasound.so)
+
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
+  install -vDm 644 "$pkgname-$pkgver/"{ChangeLog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list