[arch-commits] Commit in qmidictl/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Mar 24 19:16:36 UTC 2020
Date: Tuesday, March 24, 2020 @ 19:16:36
Author: dvzrv
Revision: 603915
archrelease: copy trunk to community-x86_64
Added:
qmidictl/repos/community-x86_64/PKGBUILD
(from rev 603914, qmidictl/trunk/PKGBUILD)
Deleted:
qmidictl/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 63 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-24 19:16:31 UTC (rev 603914)
+++ PKGBUILD 2020-03-24 19:16:36 UTC (rev 603915)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-pkgname=qmidictl
-pkgver=0.6.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=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('2e2a216558606c5f70da8462a44d4e56469844d476cdd9d25d66643d6b862a7945e78de37a118a73366480b322050e3ccca9cfb1ec38614e413632625e2d6647')
-
-prepare() {
- cd "$pkgname-$pkgver"
- autoreconf -vfi
-}
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
- install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
- -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
Copied: qmidictl/repos/community-x86_64/PKGBUILD (from rev 603914, qmidictl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-24 19:16:36 UTC (rev 603915)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=qmidictl
+pkgver=0.6.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' 'qt5-base')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('c70caf074ba789eb3089688b9bbfe83783519412d1d9409c67e678a0537eab8cc82c3b9696c886cef0dfb7190d6bcfa5073fddf7a61f65abe6b75cb376485f97')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ autoreconf -vfi
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+ install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
+ -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
More information about the arch-commits
mailing list