[arch-commits] Commit in audex/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Dec 20 18:50:59 UTC 2017
Date: Wednesday, December 20, 2017 @ 18:50:58
Author: arojas
Revision: 275045
Update to a KF5 snapshot
Modified:
audex/trunk/PKGBUILD
----------+
PKGBUILD | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-20 18:31:33 UTC (rev 275044)
+++ PKGBUILD 2017-12-20 18:50:58 UTC (rev 275045)
@@ -5,23 +5,29 @@
# Contributor: moostik <mooostik_at_gmail.com>
pkgname=audex
-pkgver=0.79
-pkgrel=5
+pkgver=0.79+84+g25d4ca1
+pkgrel=1
pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
arch=('x86_64')
url="http://kde-apps.org/content/show.php?content=77125"
license=('GPL')
-depends=('kdebase-runtime' 'libkcddb4' 'libkcompactdisc4' 'cdparanoia')
-makedepends=('cmake' 'automoc4')
+depends=('libkcddb' 'hicolor-icon-theme' 'kcmutils')
+makedepends=('extra-cmake-modules' 'git')
optdepends=('vorbis-tools: OGG encoder'
'faac: MP4/M4A/AAC encoder'
'flac: FLAC encoder'
'lame: MP3 encoder')
-source=("http://downloads.sourceforge.net/project/audex/src/audex-$pkgver.tar.xz")
-md5sums=('f7dea212961b90c83d061b0e0ca897c2')
+_commit=25d4ca113e27d2bce16fa4ef36f969fe5f129061 # master
+source=("git://git.kde.org/audex.git#commit=$_commit")
+md5sums=('SKIP')
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed -e 's/-/+/g' -e 's/v//'
+}
+
build() {
- cd ${pkgname}-${pkgver}
+ cd ${pkgname}
mkdir build
cd build
@@ -33,7 +39,7 @@
}
package() {
- cd ${pkgname}-${pkgver}/build
+ cd ${pkgname}/build
make DESTDIR=${pkgdir} install
}
More information about the arch-commits
mailing list