[arch-commits] Commit in cantata/repos (6 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Feb 7 17:21:30 UTC 2013


    Date: Thursday, February 7, 2013 @ 18:21:30
  Author: bpiotrowski
Revision: 83964

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  cantata/repos/community-staging-i686/
  cantata/repos/community-staging-i686/PKGBUILD
    (from rev 83963, cantata/trunk/PKGBUILD)
  cantata/repos/community-staging-i686/cantata.install
    (from rev 83963, cantata/trunk/cantata.install)
  cantata/repos/community-staging-x86_64/
  cantata/repos/community-staging-x86_64/PKGBUILD
    (from rev 83963, cantata/trunk/PKGBUILD)
  cantata/repos/community-staging-x86_64/cantata.install
    (from rev 83963, cantata/trunk/cantata.install)

------------------------------------------+
 community-staging-i686/PKGBUILD          |   32 +++++++++++++++++++++++++++++
 community-staging-i686/cantata.install   |   12 ++++++++++
 community-staging-x86_64/PKGBUILD        |   32 +++++++++++++++++++++++++++++
 community-staging-x86_64/cantata.install |   12 ++++++++++
 4 files changed, 88 insertions(+)

Copied: cantata/repos/community-staging-i686/PKGBUILD (from rev 83963, cantata/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-02-07 17:21:30 UTC (rev 83964)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Mcder3 <mcder3[at]gmail[dot]com>
+# Contributor: MisterFred <mister.fred[at]free[dot]fr>
+
+pkgname=cantata
+pkgver=0.9.2
+pkgdesc="A KDE client for the music player daemon (MPD)"
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php/Cantata?content=147733"
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'ffmpeg' 'mpg123' 'libmtp' 'speex')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://cantata.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('882cec90eb01d190b899689675e990b0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DENABLE_PHONON=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: cantata/repos/community-staging-i686/cantata.install (from rev 83963, cantata/trunk/cantata.install)
===================================================================
--- community-staging-i686/cantata.install	                        (rev 0)
+++ community-staging-i686/cantata.install	2013-02-07 17:21:30 UTC (rev 83964)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: cantata/repos/community-staging-x86_64/PKGBUILD (from rev 83963, cantata/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-07 17:21:30 UTC (rev 83964)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Mcder3 <mcder3[at]gmail[dot]com>
+# Contributor: MisterFred <mister.fred[at]free[dot]fr>
+
+pkgname=cantata
+pkgver=0.9.2
+pkgdesc="A KDE client for the music player daemon (MPD)"
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php/Cantata?content=147733"
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'ffmpeg' 'mpg123' 'libmtp' 'speex')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://cantata.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('882cec90eb01d190b899689675e990b0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DENABLE_PHONON=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: cantata/repos/community-staging-x86_64/cantata.install (from rev 83963, cantata/trunk/cantata.install)
===================================================================
--- community-staging-x86_64/cantata.install	                        (rev 0)
+++ community-staging-x86_64/cantata.install	2013-02-07 17:21:30 UTC (rev 83964)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list