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

David Runge dvzrv at archlinux.org
Tue Mar 16 09:21:38 UTC 2021


    Date: Tuesday, March 16, 2021 @ 09:21:38
  Author: dvzrv
Revision: 891770

archrelease: copy trunk to community-x86_64

Added:
  qmidictl/repos/community-x86_64/PKGBUILD
    (from rev 891769, qmidictl/trunk/PKGBUILD)
Deleted:
  qmidictl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-16 09:21:30 UTC (rev 891769)
+++ PKGBUILD	2021-03-16 09:21:38 UTC (rev 891770)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=qmidictl
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="MIDI remote control application sending MIDI data over network using UDP/IP multicast"
-arch=('x86_64')
-url="https://qmidictl.sourceforge.io/"
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('cmake' 'qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('11136b159a87d53b0b708b22b1216b073bab28d393cc508c21f57dcdd39859ff21c7a95c885dcd4a75a6de58c28cb6012fc861d1f80a8d3c092f06f48eee4ff4')
-b2sums=('8f289c703edd7a002ca3f66da8a874f61331499b5a2be7fa02934ba661bb306074420d1c0d62cd8717fa545660822c1b66afab4e05b727184cc079d7a20b2dc9')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_BUILD_TYPE='None' \
-        -Wno-dev \
-        -B build \
-        -S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  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: qmidictl/repos/community-x86_64/PKGBUILD (from rev 891769, qmidictl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-16 09:21:38 UTC (rev 891770)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=qmidictl
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="MIDI remote control application sending MIDI data over network using UDP/IP multicast"
+arch=('x86_64')
+url="https://qmidictl.sourceforge.io/"
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt6-base')
+makedepends=('cmake' 'qt6-tools')
+optdepends=(
+  'qt6-wayland: for native wayland support'
+)
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('402c56856dc7a46a2b55c526370370a570259ba94374f697c79edac6edf5b7c28a422a1501b49c50865e72189508560f9c9a79eba4181648c903cd27f78f796b')
+b2sums=('b63ec3bcbbe34bd91c3f9a77f225040453b35ef85e7b3e98bd23ab70ce7a1a461319c1f1614bfbf49492ae61da0799d9ba5a12630ce1950e5a51dad3789bdec5')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE='None' \
+        -Wno-dev \
+        -B build \
+        -S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
+  install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list