[arch-commits] Commit in kdemultimedia-kscd (9 files)
Andrea Scarpino
andrea at archlinux.org
Wed Aug 1 05:44:19 UTC 2012
Date: Wednesday, August 1, 2012 @ 01:44:19
Author: andrea
Revision: 164471
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD
(from rev 164470, kdemultimedia-kscd/trunk/PKGBUILD)
kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install
(from rev 164470, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164470, kdemultimedia-kscd/trunk/PKGBUILD)
kdemultimedia-kscd/repos/kde-unstable-x86_64/kdemultimedia-kscd.install
(from rev 164470, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
Deleted:
kdemultimedia-kscd/kde-unstable/
kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD
kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install
kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD
kdemultimedia-kscd/repos/kde-unstable-x86_64/kdemultimedia-kscd.install
------------------------------------------------+
kde-unstable-i686/PKGBUILD | 60 +++++++++++------------
kde-unstable-i686/kdemultimedia-kscd.install | 22 ++++----
kde-unstable-x86_64/PKGBUILD | 60 +++++++++++------------
kde-unstable-x86_64/kdemultimedia-kscd.install | 22 ++++----
4 files changed, 82 insertions(+), 82 deletions(-)
Deleted: repos/kde-unstable-i686/PKGBUILD
===================================================================
--- repos/kde-unstable-i686/PKGBUILD 2012-08-01 05:43:48 UTC (rev 164470)
+++ repos/kde-unstable-i686/PKGBUILD 2012-08-01 05:44:19 UTC (rev 164471)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdemultimedia-kscd
-pkgver=4.8.97
-pkgrel=1
-pkgdesc="KDE CD player"
-url='http://kde.org/applications/multimedia/kscd/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'libmusicbrainz3')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/kscd-${pkgver}.tar.xz")
-sha1sums=('7ce062b170ff3e3e299b24ca618ac11243afd05a')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../kscd-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD (from rev 164470, kdemultimedia-kscd/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD 2012-08-01 05:44:19 UTC (rev 164471)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-kscd
+pkgver=4.9.0
+pkgrel=1
+pkgdesc="KDE CD player"
+url='http://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/kscd-${pkgver}.tar.xz")
+sha1sums=('f2559914081ba7b2ad9da1a4772d6e8462a21cef')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kscd-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: repos/kde-unstable-i686/kdemultimedia-kscd.install
===================================================================
--- repos/kde-unstable-i686/kdemultimedia-kscd.install 2012-08-01 05:43:48 UTC (rev 164470)
+++ repos/kde-unstable-i686/kdemultimedia-kscd.install 2012-08-01 05:44:19 UTC (rev 164471)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install (from rev 164470, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
===================================================================
--- repos/kde-unstable-i686/kdemultimedia-kscd.install (rev 0)
+++ repos/kde-unstable-i686/kdemultimedia-kscd.install 2012-08-01 05:44:19 UTC (rev 164471)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: repos/kde-unstable-x86_64/PKGBUILD
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD 2012-08-01 05:43:48 UTC (rev 164470)
+++ repos/kde-unstable-x86_64/PKGBUILD 2012-08-01 05:44:19 UTC (rev 164471)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdemultimedia-kscd
-pkgver=4.8.97
-pkgrel=1
-pkgdesc="KDE CD player"
-url='http://kde.org/applications/multimedia/kscd/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'libmusicbrainz3')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/kscd-${pkgver}.tar.xz")
-sha1sums=('7ce062b170ff3e3e299b24ca618ac11243afd05a')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../kscd-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD (from rev 164470, kdemultimedia-kscd/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD 2012-08-01 05:44:19 UTC (rev 164471)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-kscd
+pkgver=4.9.0
+pkgrel=1
+pkgdesc="KDE CD player"
+url='http://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/kscd-${pkgver}.tar.xz")
+sha1sums=('f2559914081ba7b2ad9da1a4772d6e8462a21cef')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kscd-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: repos/kde-unstable-x86_64/kdemultimedia-kscd.install
===================================================================
--- repos/kde-unstable-x86_64/kdemultimedia-kscd.install 2012-08-01 05:43:48 UTC (rev 164470)
+++ repos/kde-unstable-x86_64/kdemultimedia-kscd.install 2012-08-01 05:44:19 UTC (rev 164471)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdemultimedia-kscd/repos/kde-unstable-x86_64/kdemultimedia-kscd.install (from rev 164470, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
===================================================================
--- repos/kde-unstable-x86_64/kdemultimedia-kscd.install (rev 0)
+++ repos/kde-unstable-x86_64/kdemultimedia-kscd.install 2012-08-01 05:44:19 UTC (rev 164471)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list