[arch-commits] Commit in kdemultimedia-kscd/repos (8 files)

Andrea Scarpino andrea at archlinux.org
Wed Aug 1 14:41:14 UTC 2012


    Date: Wednesday, August 1, 2012 @ 10:41:14
  Author: andrea
Revision: 164600

db-move: moved kdemultimedia-kscd from [kde-unstable] to [testing] (i686, x86_64)

Added:
  kdemultimedia-kscd/repos/testing-i686/
  kdemultimedia-kscd/repos/testing-i686/PKGBUILD
    (from rev 164519, kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD)
  kdemultimedia-kscd/repos/testing-i686/kdemultimedia-kscd.install
    (from rev 164519, kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install)
  kdemultimedia-kscd/repos/testing-x86_64/
  kdemultimedia-kscd/repos/testing-x86_64/PKGBUILD
    (from rev 164519, kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD)
  kdemultimedia-kscd/repos/testing-x86_64/kdemultimedia-kscd.install
    (from rev 164519, kdemultimedia-kscd/repos/kde-unstable-x86_64/kdemultimedia-kscd.install)
Deleted:
  kdemultimedia-kscd/repos/kde-unstable-i686/
  kdemultimedia-kscd/repos/kde-unstable-x86_64/

-------------------------------------------+
 testing-i686/PKGBUILD                     |   30 ++++++++++++++++++++++++++++
 testing-i686/kdemultimedia-kscd.install   |   11 ++++++++++
 testing-x86_64/PKGBUILD                   |   30 ++++++++++++++++++++++++++++
 testing-x86_64/kdemultimedia-kscd.install |   11 ++++++++++
 4 files changed, 82 insertions(+)

Copied: kdemultimedia-kscd/repos/testing-i686/PKGBUILD (from rev 164519, kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-08-01 14:41:14 UTC (rev 164600)
@@ -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
+}

Copied: kdemultimedia-kscd/repos/testing-i686/kdemultimedia-kscd.install (from rev 164519, kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install)
===================================================================
--- testing-i686/kdemultimedia-kscd.install	                        (rev 0)
+++ testing-i686/kdemultimedia-kscd.install	2012-08-01 14:41:14 UTC (rev 164600)
@@ -0,0 +1,11 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: kdemultimedia-kscd/repos/testing-x86_64/PKGBUILD (from rev 164519, kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-08-01 14:41:14 UTC (rev 164600)
@@ -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
+}

Copied: kdemultimedia-kscd/repos/testing-x86_64/kdemultimedia-kscd.install (from rev 164519, kdemultimedia-kscd/repos/kde-unstable-x86_64/kdemultimedia-kscd.install)
===================================================================
--- testing-x86_64/kdemultimedia-kscd.install	                        (rev 0)
+++ testing-x86_64/kdemultimedia-kscd.install	2012-08-01 14:41:14 UTC (rev 164600)
@@ -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