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

David Runge dvzrv at archlinux.org
Tue Jul 6 18:01:56 UTC 2021


    Date: Tuesday, July 6, 2021 @ 18:01:54
  Author: dvzrv
Revision: 973655

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-06 17:59:57 UTC (rev 973654)
+++ PKGBUILD	2021-07-06 18:01:54 UTC (rev 973655)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=qmidictl
-pkgver=0.9.3
-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=('152cf4b22d2b9c3282543763e6ee61a46404e20a23f2f6d0c111894a2345c5908b91612192e50c6dc866bd15d258ed02e60ec59913fa96f85d16a1fad82c91da')
-b2sums=('bbffbb86d6861e0787c268deea85dfc7a98a97be240a1e2d32b48a8ccc92bfb4cc62ebd329a07967f9609e25983df406c99f9f54a729ca540e5f6529f9e1cf28')
-
-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 973654, qmidictl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-06 18:01:54 UTC (rev 973655)
@@ -0,0 +1,36 @@
+# 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}/"
+}




More information about the arch-commits mailing list