[arch-commits] Commit in qmidictl/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue May 11 20:50:30 UTC 2021
Date: Tuesday, May 11, 2021 @ 20:50:30
Author: dvzrv
Revision: 930641
archrelease: copy trunk to community-x86_64
Added:
qmidictl/repos/community-x86_64/PKGBUILD
(from rev 930640, qmidictl/trunk/PKGBUILD)
Deleted:
qmidictl/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 71 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-11 20:50:22 UTC (rev 930640)
+++ PKGBUILD 2021-05-11 20:50:30 UTC (rev 930641)
@@ -1,35 +0,0 @@
-# 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}/"
-}
Copied: qmidictl/repos/community-x86_64/PKGBUILD (from rev 930640, qmidictl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-11 20:50:30 UTC (rev 930641)
@@ -0,0 +1,36 @@
+# 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}/"
+}
More information about the arch-commits
mailing list