[arch-commits] Commit in cantata/repos/community-x86_64 (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Aug 27 16:49:00 UTC 2014


    Date: Wednesday, August 27, 2014 @ 18:49:00
  Author: bpiotrowski
Revision: 117972

archrelease: copy trunk to community-x86_64

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

-----------------+
 PKGBUILD        |   79 ++++++++++++++++++++++++++----------------------------
 cantata.install |   24 ++++++++--------
 2 files changed, 51 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-27 16:48:53 UTC (rev 117971)
+++ PKGBUILD	2014-08-27 16:49:00 UTC (rev 117972)
@@ -1,40 +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.4.0
-pkgrel=1
-pkgdesc="Qt5 client for the music player daemon (MPD)"
-arch=('i686' 'x86_64')
-url="https://code.google.com/p/cantata/"
-license=('GPL')
-depends=('qt5-multimedia' 'qt5-svg' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123'
-         'taglib-extras' 'hicolor-icon-theme')
-optdepends=('perl-uri: dynamic playlist'
-            'mpd: playback')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg')
-install="$pkgname.install"
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir build
-
-  cmake . \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DENABLE_HTTP_STREAM_PLAYBACK=ON \
-    -DENABLE_KDE=OFF -DENABLE_QT5=ON
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-}
-md5sums=('ebe189390bf3ef54c8ac7e8a8ebb98ec')

Copied: cantata/repos/community-x86_64/PKGBUILD (from rev 117971, cantata/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-08-27 16:49:00 UTC (rev 117972)
@@ -0,0 +1,39 @@
+# $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.4.1
+pkgrel=1
+pkgdesc='Qt5 client for the music player daemon (MPD)'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/cantata/'
+license=('GPL')
+depends=('qt5-multimedia' 'qt5-svg' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123'
+         'taglib-extras' 'hicolor-icon-theme' 'cdparanoia')
+optdepends=('perl-uri: dynamic playlist'
+            'mpd: playback')
+makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
+install=$pkgname.install
+source=($pkgname-$pkgver::svn+http://cantata.googlecode.com/svn/release/$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  mkdir build
+
+  cmake . \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DENABLE_HTTP_STREAM_PLAYBACK=ON \
+    -DENABLE_KDE=OFF -DENABLE_QT5=ON
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Deleted: cantata.install
===================================================================
--- cantata.install	2014-08-27 16:48:53 UTC (rev 117971)
+++ cantata.install	2014-08-27 16:49:00 UTC (rev 117972)
@@ -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 117971, cantata/trunk/cantata.install)
===================================================================
--- cantata.install	                        (rev 0)
+++ cantata.install	2014-08-27 16:49:00 UTC (rev 117972)
@@ -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