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

Federico Cinelli cinelli at nymeria.archlinux.org
Sat Mar 2 23:09:59 UTC 2013


    Date: Sunday, March 3, 2013 @ 00:09:58
  Author: cinelli
Revision: 85533

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

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

----------------------------------+
 community-i686/PKGBUILD          |   68 +++++++++++++++++++------------------
 community-i686/cantata.install   |   24 ++++++-------
 community-x86_64/PKGBUILD        |   68 +++++++++++++++++++------------------
 community-x86_64/cantata.install |   24 ++++++-------
 4 files changed, 96 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-02 23:08:46 UTC (rev 85532)
+++ community-i686/PKGBUILD	2013-03-02 23:09:58 UTC (rev 85533)
@@ -1,32 +0,0 @@
-# $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-i686/PKGBUILD (from rev 85532, cantata/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-02 23:09:58 UTC (rev 85533)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor: 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' 'mpg123' 'libmtp')
+makedepends=('cmake' 'automoc4')
+install="$pkgname.install"
+source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2")
+md5sums=('882cec90eb01d190b899689675e990b0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir build
+
+  cmake . \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Deleted: community-i686/cantata.install
===================================================================
--- community-i686/cantata.install	2013-03-02 23:08:46 UTC (rev 85532)
+++ community-i686/cantata.install	2013-03-02 23:09:58 UTC (rev 85533)
@@ -1,12 +0,0 @@
-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-i686/cantata.install (from rev 85532, cantata/trunk/cantata.install)
===================================================================
--- community-i686/cantata.install	                        (rev 0)
+++ community-i686/cantata.install	2013-03-02 23:09:58 UTC (rev 85533)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-02 23:08:46 UTC (rev 85532)
+++ community-x86_64/PKGBUILD	2013-03-02 23:09:58 UTC (rev 85533)
@@ -1,32 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 85532, cantata/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-02 23:09:58 UTC (rev 85533)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor: 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' 'mpg123' 'libmtp')
+makedepends=('cmake' 'automoc4')
+install="$pkgname.install"
+source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2")
+md5sums=('882cec90eb01d190b899689675e990b0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir build
+
+  cmake . \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Deleted: community-x86_64/cantata.install
===================================================================
--- community-x86_64/cantata.install	2013-03-02 23:08:46 UTC (rev 85532)
+++ community-x86_64/cantata.install	2013-03-02 23:09:58 UTC (rev 85533)
@@ -1,12 +0,0 @@
-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-x86_64/cantata.install (from rev 85532, cantata/trunk/cantata.install)
===================================================================
--- community-x86_64/cantata.install	                        (rev 0)
+++ community-x86_64/cantata.install	2013-03-02 23:09:58 UTC (rev 85533)
@@ -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