[arch-commits] Commit in kdemultimedia-audiocd-kio (5 files)
Andrea Scarpino
andrea at archlinux.org
Wed Aug 1 05:41:41 UTC 2012
Date: Wednesday, August 1, 2012 @ 01:41:40
Author: andrea
Revision: 164466
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD
(from rev 164465, kdemultimedia-audiocd-kio/trunk/PKGBUILD)
kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164465, kdemultimedia-audiocd-kio/trunk/PKGBUILD)
Deleted:
kdemultimedia-audiocd-kio/kde-unstable/
kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD
kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
kde-unstable-i686/PKGBUILD | 64 ++++++++++++++++++++---------------------
kde-unstable-x86_64/PKGBUILD | 64 ++++++++++++++++++++---------------------
2 files changed, 64 insertions(+), 64 deletions(-)
Deleted: repos/kde-unstable-i686/PKGBUILD
===================================================================
--- repos/kde-unstable-i686/PKGBUILD 2012-08-01 05:41:07 UTC (rev 164465)
+++ repos/kde-unstable-i686/PKGBUILD 2012-08-01 05:41:40 UTC (rev 164466)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdemultimedia-audiocd-kio
-pkgver=4.8.97
-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=('fc4dd691c5f51c79f019ab7f1a0f60aa56da2c6f')
-
-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-i686/PKGBUILD (from rev 164465, kdemultimedia-audiocd-kio/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD 2012-08-01 05:41:40 UTC (rev 164466)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=4.9.0
+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/stable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz")
+sha1sums=('d6e53caf098b48f173641e64e96e035a3d83e37e')
+
+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
+}
Deleted: repos/kde-unstable-x86_64/PKGBUILD
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD 2012-08-01 05:41:07 UTC (rev 164465)
+++ repos/kde-unstable-x86_64/PKGBUILD 2012-08-01 05:41:40 UTC (rev 164466)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdemultimedia-audiocd-kio
-pkgver=4.8.97
-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=('fc4dd691c5f51c79f019ab7f1a0f60aa56da2c6f')
-
-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 164465, kdemultimedia-audiocd-kio/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD 2012-08-01 05:41:40 UTC (rev 164466)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=4.9.0
+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/stable/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz")
+sha1sums=('d6e53caf098b48f173641e64e96e035a3d83e37e')
+
+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