[arch-commits] Commit in qastools/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Jan 31 13:59:25 UTC 2018
Date: Wednesday, January 31, 2018 @ 13:59:25
Author: dvzrv
Revision: 288404
archrelease: copy trunk to community-testing-x86_64
Added:
qastools/repos/community-testing-x86_64/PKGBUILD
(from rev 288403, qastools/trunk/PKGBUILD)
Deleted:
qastools/repos/community-testing-x86_64/PKGBUILD
----------+
PKGBUILD | 65 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-31 13:59:14 UTC (rev 288403)
+++ PKGBUILD 2018-01-31 13:59:25 UTC (rev 288404)
@@ -1,32 +0,0 @@
-# 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
-}
-
Copied: qastools/repos/community-testing-x86_64/PKGBUILD (from rev 288403, qastools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-01-31 13:59:25 UTC (rev 288404)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Esclapion <esclapion at gmail.com>
+
+pkgname=qastools
+pkgver=0.21.0
+pkgrel=2
+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' \
+ -DCMAKE_BUILD_TYPE=Release
+}
+
+package() {
+ cd "${pkgname}_${pkgver}/build"
+ make DESTDIR="${pkgdir}/" install
+}
+
More information about the arch-commits
mailing list