summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2020-02-06 19:55:58 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2020-02-06 19:55:58 -0500
commit38aa8419cc336dd5845a0d2f1d5571dd7fccf98f (patch)
treee48aa7e0e1a45869620df9ddb13fad42bec968ef
parent29d32123c6ac5c01ba2337aa003633e620d77b23 (diff)
audex-0.79+91+g9bb62f3-2.parabola1: rebuild
-rw-r--r--libre/audex/PKGBUILD22
1 files changed, 10 insertions, 12 deletions
diff --git a/libre/audex/PKGBUILD b/libre/audex/PKGBUILD
index 71842cb24..d8917fc0f 100644
--- a/libre/audex/PKGBUILD
+++ b/libre/audex/PKGBUILD
@@ -7,44 +7,42 @@
pkgname=audex
pkgver=0.79+91+g9bb62f3
-pkgrel=1
-pkgrel+=.par1
+pkgrel=2
+pkgrel+=.parabola1
pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
pkgdesc+=", without nonfree faac recommendation"
arch=('x86_64')
arch+=('i686' 'armv7h')
-url="http://kde-apps.org/content/show.php?content=77125"
+url="https://userbase.kde.org/Audex"
license=('GPL')
replaces=("${pkgname}-libre" "${pkgname}-parabola")
conflicts=("${pkgname}-libre" "${pkgname}-parabola")
-depends=('libkcddb' 'hicolor-icon-theme' 'kcmutils')
+depends=('libkcddb' 'hicolor-icon-theme' 'kcmutils' 'qt5-script')
makedepends=('extra-cmake-modules' 'git')
optdepends=('vorbis-tools: OGG encoder'
'flac: FLAC encoder'
'lame: MP3 encoder')
-_commit=9bb62f34878ede3104802709c154b7b244925970 # master
+_commit=9bb62f34878ede3104802709c154b7b244925970 # master
source=("git://git.kde.org/audex.git#commit=$_commit")
md5sums=('SKIP')
pkgver() {
- cd $pkgname
+ cd audex
git describe --tags | sed -e 's/-/+/g' -e 's/v//'
}
build() {
- cd ${pkgname}
+ cd audex
mkdir build
cd build
- cmake ../ \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
+ cmake ../
make
}
package() {
- cd ${pkgname}/build
+ cd audex/build
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
}