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

David Runge dvzrv at gemini.archlinux.org
Mon Jan 10 21:02:03 UTC 2022


    Date: Monday, January 10, 2022 @ 21:02:02
  Author: dvzrv
Revision: 1100014

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 21:01:56 UTC (rev 1100013)
+++ PKGBUILD	2022-01-10 21:02:02 UTC (rev 1100014)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=qmidictl
-pkgver=0.9.4
-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=('e061fc64fefeb5e405261714ad912c5183ad6d0483d5f9bdca474559cd2e5c799ee4eea4770bce540edc4612b4f9c50447e386559beb45b90a13c0c57698cb15')
-b2sums=('6cd81f7afbfa20047d9fd9f3811510571a65949f4287a667b244b7402d22d78925158016488496dbe76f965cd2dbe18cdc0d8ca24d8f6c42ef51d8fdd4316206')
-
-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() {
-  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 1100013, qmidictl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-10 21:02:02 UTC (rev 1100014)
@@ -0,0 +1,33 @@
+# 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}/"
+}



More information about the arch-commits mailing list