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

Antonio Rojas arojas at archlinux.org
Thu Mar 28 15:49:05 UTC 2019


    Date: Thursday, March 28, 2019 @ 15:49:04
  Author: arojas
Revision: 445499

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-28 15:48:46 UTC (rev 445498)
+++ PKGBUILD	2019-03-28 15:49:04 UTC (rev 445499)
@@ -1,39 +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=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
-}

Copied: kaudiocreator/repos/community-x86_64/PKGBUILD (from rev 445498, kaudiocreator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-28 15:49:04 UTC (rev 445499)
@@ -0,0 +1,38 @@
+# 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+306+gbd233f8
+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' 'kdelibs4support' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'git' 'kdesignerplugin' 'kdoctools')
+_commit=bd233f8b59012d0792ef639d3ae0a1dd9f30cbfe  # 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