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

David Runge dvzrv at gemini.archlinux.org
Mon Apr 4 09:12:20 UTC 2022


    Date: Monday, April 4, 2022 @ 09:12:19
  Author: dvzrv
Revision: 1181221

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-04 09:12:10 UTC (rev 1181220)
+++ PKGBUILD	2022-04-04 09:12:19 UTC (rev 1181221)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=qmidictl
-pkgver=0.9.5
-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=('f0f3d23e6a154413852b267d5591b7900ae91f2cc689c8278807de8b7b365fdc747a236b9d9e925f4266205d2439978362765e0f59065300e7c35b7428582a2f')
-b2sums=('1805521c5ed93fa30b6543e83a32690b2e47424b65c54f7b67874b9cfd00ba790b8347296e55399e4678e227151e84909652a7cc7ba4837d8888314735cfad62')
-
-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() {
-  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
-  install -vDm 644 "$pkgname-$pkgver/"{ChangeLog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: qmidictl/repos/community-x86_64/PKGBUILD (from rev 1181220, qmidictl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-04 09:12:19 UTC (rev 1181221)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=qmidictl
+pkgver=0.9.6
+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=('ec2337caafebb3d1817bec7b989345a253ee87a0ffbbba3c8ec42929529c6760d35379419d57a7e9b8a3df048e31b98eb41971b1eadc960419f78d7a2fbcfa96')
+b2sums=('c0d0dda54f130b7fbd7e4e0ff6adecab1ae9ba5943fccdf28702190205bf236ea15262eabb63cfe7eee204de9ecf947cf92bffa49d6858d91dee019444d35012')
+
+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() {
+  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