[arch-commits] Commit in audex/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Oct 13 09:26:54 UTC 2019


    Date: Sunday, October 13, 2019 @ 09:26:54
  Author: arojas
Revision: 515291

Add explicit qt5-script dependency (no longer provided by kio)

Modified:
  audex/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-13 08:38:48 UTC (rev 515290)
+++ PKGBUILD	2019-10-13 09:26:54 UTC (rev 515291)
@@ -5,12 +5,12 @@
 
 pkgname=audex
 pkgver=0.79+91+g9bb62f3
-pkgrel=1
+pkgrel=2
 pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
 arch=('x86_64')
 url="https://userbase.kde.org/Audex"
 license=('GPL')
-depends=('libkcddb' 'hicolor-icon-theme' 'kcmutils')
+depends=('libkcddb' 'hicolor-icon-theme' 'kcmutils' 'qt5-script')
 makedepends=('extra-cmake-modules' 'git')
 optdepends=('vorbis-tools: OGG encoder'
 	'faac: MP4/M4A/AAC encoder'
@@ -31,9 +31,7 @@
   mkdir build
   cd build
 
-  cmake ../  \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
+  cmake ../
   make
 }
 



More information about the arch-commits mailing list