[arch-commits] Commit in kaudiocreator/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Dec 20 19:02:49 UTC 2017


    Date: Wednesday, December 20, 2017 @ 19:02:48
  Author: arojas
Revision: 275058

archrelease: copy trunk to community-x86_64

Added:
  kaudiocreator/repos/community-x86_64/PKGBUILD
    (from rev 275057, kaudiocreator/trunk/PKGBUILD)
Deleted:
  kaudiocreator/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 39 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-20 19:01:45 UTC (rev 275057)
+++ PKGBUILD	2017-12-20 19:02:48 UTC (rev 275058)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
-
-pkgname=kaudiocreator
-pkgver=1.3
-pkgrel=9
-pkgdesc="A program for ripping and encoding Audio-CDs, encoding files from disk"
-arch=('i686' 'x86_64')
-url="http://www.kde-apps.org/content/show.php/KAudioCreator?content=107645"
-license=('GPL')
-depends=('kdebase-runtime' 'taglib' 'libdiscid' 'audiocd-kio4')
-makedepends=('cmake' 'automoc4')
-source=("https://dl.opendesktop.org/api/files/download/id/1466629608/107645-kaudiocreator-$pkgver.tar.bz2")
-md5sums=('6adce848d3cdc9d80a52d35144890c86')
-
-build() {
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kaudiocreator/repos/community-x86_64/PKGBUILD (from rev 275057, kaudiocreator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-20 19:02:48 UTC (rev 275058)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
+
+pkgname=kaudiocreator
+pkgver=3.92.0+295+ge64e16a
+pkgrel=1
+pkgdesc="A program for ripping and encoding Audio-CDs, encoding files from disk"
+arch=('x86_64')
+url="https://www.kde.org/applications/multimedia/kaudiocreator/"
+license=('GPL')
+depends=('audiocd-kio' 'taglib' 'libdiscid' 'kcmutils' 'knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'git' 'kdesignerplugin' 'kdoctools')
+_commit=e64e16a745417f76455c3c63e2d3a05857a8e52e  # master
+source=("git://git.kde.org/kaudiocreator.git#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g' -e 's/v//'
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../${pkgname} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR=${pkgdir} install
+}



More information about the arch-commits mailing list