[arch-commits] Commit in libkcddb/repos (4 files)

Felix Yan felixonmars at archlinux.org
Sun Aug 21 02:03:21 UTC 2016


    Date: Sunday, August 21, 2016 @ 02:03:20
  Author: felixonmars
Revision: 274125

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkcddb/repos/testing-i686/
  libkcddb/repos/testing-i686/PKGBUILD
    (from rev 274124, libkcddb/trunk/PKGBUILD)
  libkcddb/repos/testing-x86_64/
  libkcddb/repos/testing-x86_64/PKGBUILD
    (from rev 274124, libkcddb/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: libkcddb/repos/testing-i686/PKGBUILD (from rev 274124, libkcddb/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-08-21 02:03:20 UTC (rev 274125)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkcddb
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="KDE CDDB library"
+url='https://www.kde.org/applications/multimedia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('8c60146da7894c8d4420d9ab305faacf568b49de')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkcddb/repos/testing-x86_64/PKGBUILD (from rev 274124, libkcddb/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-08-21 02:03:20 UTC (rev 274125)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkcddb
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="KDE CDDB library"
+url='https://www.kde.org/applications/multimedia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('8c60146da7894c8d4420d9ab305faacf568b49de')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list