[arch-commits] Commit in (4 files)

David Runge dvzrv at archlinux.org
Thu Jan 25 16:10:17 UTC 2018


    Date: Thursday, January 25, 2018 @ 16:10:12
  Author: dvzrv
Revision: 286858

Adding qastools from AUR (was qastools-qt5, has 11 votes).

Added:
  qastools/
  qastools/repos/
  qastools/trunk/
  qastools/trunk/PKGBUILD

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

Added: qastools/trunk/PKGBUILD
===================================================================
--- qastools/trunk/PKGBUILD	                        (rev 0)
+++ qastools/trunk/PKGBUILD	2018-01-25 16:10:12 UTC (rev 286858)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Esclapion <esclapion at gmail.com>
+
+pkgname=qastools
+pkgver=0.21.0
+pkgrel=1
+pkgdesc="A collection of desktop applications for the Linux sound system ALSA."
+arch=('x86_64')
+url="http://xwmw.org/qastools/"
+license=('GPL3')
+depends=('alsa-lib' 'hicolor-icon-theme' 'qt5-svg')
+makedepends=('cmake' 'qt5-tools')
+replaces=('qastools-qt5')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgver}/${pkgname}_${pkgver}.tar.bz2")
+sha512sums=('f1410129ead6a779a0ef517ce437b2d7c09e8d386fc81edeb1f99718820b6ef7edd562477058a2e935bae703a3c621912b1f7e18416f43d20263fa4f8d4b61dc')
+
+prepare() {
+  cd "${pkgname}_${pkgver}"
+  mkdir -p build
+}
+
+build() {
+  cd "${pkgname}_${pkgver}/build"
+  cmake .. -DUSE_QT5=ON \
+    -DCMAKE_INSTALL_PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}_${pkgver}/build"
+  make DESTDIR="${pkgdir}/" install
+}
+


Property changes on: qastools/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list