[arch-commits] Commit in kdemultimedia-audiocd-kio/repos (4 files)
Andrea Scarpino
andrea at archlinux.org
Tue May 29 23:01:01 UTC 2012
Date: Tuesday, May 29, 2012 @ 19:01:01
Author: andrea
Revision: 160150
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdemultimedia-audiocd-kio/repos/kde-unstable-i686/
kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD
(from rev 160149, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/
kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD
(from rev 160149, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
------------------------------+
kde-unstable-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
Copied: kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD (from rev 160149, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2012-05-29 23:01:01 UTC (rev 160150)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=4.8.80
+pkgrel=1
+pkgdesc="Kioslave for accessing audio CDs"
+url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkcddb' 'libkcompactdisc' 'lame')
+makedepends=('cmake' 'automoc4')
+groups=('kdemultimedia')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/unstable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz")
+sha1sums=('eb4d8c065a77c43eb4492c75085ddf9a1be0d1c8')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../audiocd-kio-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Copied: kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD (from rev 160149, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2012-05-29 23:01:01 UTC (rev 160150)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=4.8.80
+pkgrel=1
+pkgdesc="Kioslave for accessing audio CDs"
+url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkcddb' 'libkcompactdisc' 'lame')
+makedepends=('cmake' 'automoc4')
+groups=('kdemultimedia')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/unstable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz")
+sha1sums=('eb4d8c065a77c43eb4492c75085ddf9a1be0d1c8')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../audiocd-kio-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list