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

David Runge dvzrv at archlinux.org
Tue May 22 22:42:23 UTC 2018


    Date: Tuesday, May 22, 2018 @ 22:42:22
  Author: dvzrv
Revision: 327784

archrelease: copy trunk to community-x86_64

Added:
  qjackctl/repos/community-x86_64/PKGBUILD
    (from rev 327783, qjackctl/trunk/PKGBUILD)
Deleted:
  qjackctl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-22 22:42:15 UTC (rev 327783)
+++ PKGBUILD	2018-05-22 22:42:22 UTC (rev 327784)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at archlinux.org>
-
-pkgname=qjackctl
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="A Qt front-end for the JACK low-latency audio server"
-url="https://qjackctl.sourceforge.io"
-arch=('x86_64')
-license=('GPL')
-depends=('jack' 'qt5-x11extras' 'hicolor-icon-theme')
-optdepends=('portaudio: Portaudio support')
-makedepends=('qt5-tools' 'portaudio')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('fa657ac617df236ce4c1b1308fb406a42ba2f5917418d9fd0f90ea5e5bfd23406a998bd5f50c3f2c10360d21e29f00e42f81dfe5783a0abd0a4318f8fe8e5094')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qjackctl/repos/community-x86_64/PKGBUILD (from rev 327783, qjackctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-22 22:42:22 UTC (rev 327784)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at archlinux.org>
+
+pkgname=qjackctl
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="A Qt front-end for the JACK low-latency audio server"
+url="https://qjackctl.sourceforge.io"
+arch=('x86_64')
+license=('GPL')
+depends=('jack' 'qt5-x11extras' 'hicolor-icon-theme')
+optdepends=('portaudio: Portaudio support')
+makedepends=('qt5-tools' 'portaudio')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('eec984f5cf8d6a343934fbcc12cb553152ede2e24a19830f2baa54cf2a61a9701250d2c5f62e83680425b849576cf9c4baf564ccdcb4fe7e674d47eb3c1ce391')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    -vDm644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list