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

Federico Cinelli cinelli at nymeria.archlinux.org
Sun Nov 24 23:10:11 UTC 2013


    Date: Monday, November 25, 2013 @ 00:10:10
  Author: cinelli
Revision: 101406

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

Added:
  cantata/repos/community-i686/PKGBUILD
    (from rev 101405, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
    (from rev 101405, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
    (from rev 101405, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
    (from rev 101405, 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

----------------------------------+
 /PKGBUILD                        |   74 +++++++++++++++++++++++++++++++++++++
 /cantata.install                 |   24 ++++++++++++
 community-i686/PKGBUILD          |   36 ------------------
 community-i686/cantata.install   |   12 ------
 community-x86_64/PKGBUILD        |   36 ------------------
 community-x86_64/cantata.install |   12 ------
 6 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-24 23:08:03 UTC (rev 101405)
+++ community-i686/PKGBUILD	2013-11-24 23:10:10 UTC (rev 101406)
@@ -1,36 +0,0 @@
-# $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=1.1.3
-pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://kde-apps.org/content/show.php/Cantata?content=147733"
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 'libmusicbrainz5')
-optdepends=('perl-uri: dynamic playlist')
-makedepends=('cmake' 'automoc4')
-install="$pkgname.install"
-source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2")
-md5sums=('22691c1ba9e0f94200f6cdb849be726a')
-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
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 101405, cantata/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-24 23:10:10 UTC (rev 101406)
@@ -0,0 +1,37 @@
+# $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=1.1.3
+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' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123' 'taglib-extras')
+optdepends=('perl-uri: dynamic playlist'
+	    'mpd: playback')
+makedepends=('cmake' 'automoc4')
+install="$pkgname.install"
+source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2")
+md5sums=('22691c1ba9e0f94200f6cdb849be726a')
+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-11-24 23:08:03 UTC (rev 101405)
+++ community-i686/cantata.install	2013-11-24 23:10:10 UTC (rev 101406)
@@ -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 101405, cantata/trunk/cantata.install)
===================================================================
--- community-i686/cantata.install	                        (rev 0)
+++ community-i686/cantata.install	2013-11-24 23:10:10 UTC (rev 101406)
@@ -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-11-24 23:08:03 UTC (rev 101405)
+++ community-x86_64/PKGBUILD	2013-11-24 23:10:10 UTC (rev 101406)
@@ -1,36 +0,0 @@
-# $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=1.1.3
-pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://kde-apps.org/content/show.php/Cantata?content=147733"
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 'libmusicbrainz5')
-optdepends=('perl-uri: dynamic playlist')
-makedepends=('cmake' 'automoc4')
-install="$pkgname.install"
-source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2")
-md5sums=('22691c1ba9e0f94200f6cdb849be726a')
-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
-}

Copied: cantata/repos/community-x86_64/PKGBUILD (from rev 101405, cantata/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-24 23:10:10 UTC (rev 101406)
@@ -0,0 +1,37 @@
+# $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=1.1.3
+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' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123' 'taglib-extras')
+optdepends=('perl-uri: dynamic playlist'
+	    'mpd: playback')
+makedepends=('cmake' 'automoc4')
+install="$pkgname.install"
+source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2")
+md5sums=('22691c1ba9e0f94200f6cdb849be726a')
+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-11-24 23:08:03 UTC (rev 101405)
+++ community-x86_64/cantata.install	2013-11-24 23:10:10 UTC (rev 101406)
@@ -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 101405, cantata/trunk/cantata.install)
===================================================================
--- community-x86_64/cantata.install	                        (rev 0)
+++ community-x86_64/cantata.install	2013-11-24 23:10:10 UTC (rev 101406)
@@ -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