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

Andrea Scarpino andrea at archlinux.org
Mon Dec 8 10:15:57 UTC 2014


    Date: Monday, December 8, 2014 @ 11:15:57
  Author: andrea
Revision: 123630

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

Added:
  cantata/repos/community-i686/PKGBUILD
    (from rev 123629, cantata/trunk/PKGBUILD)
  cantata/repos/community-i686/cantata.install
    (from rev 123629, cantata/trunk/cantata.install)
  cantata/repos/community-x86_64/PKGBUILD
    (from rev 123629, cantata/trunk/PKGBUILD)
  cantata/repos/community-x86_64/cantata.install
    (from rev 123629, 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                        |   82 +++++++++++++++++++++++++++++++++++++
 /cantata.install                 |   24 ++++++++++
 community-i686/PKGBUILD          |   41 ------------------
 community-i686/cantata.install   |   12 -----
 community-x86_64/PKGBUILD        |   41 ------------------
 community-x86_64/cantata.install |   12 -----
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-12-08 10:15:43 UTC (rev 123629)
+++ community-i686/PKGBUILD	2014-12-08 10:15:57 UTC (rev 123630)
@@ -1,41 +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.5.0
-pkgrel=2
-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' 'speex' 'media-player-info')
-optdepends=('perl-uri: dynamic playlist'
-            'mpd: playback')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
-install=$pkgname.install
-source=("${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60c0pFbEtldEk1UnM")
-md5sums=('2e18a98ecce619bdb400b3d08c2d6a94')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DENABLE_HTTP_STREAM_PLAYBACK=ON \
-    -DENABLE_KDE=OFF -DENABLE_QT5=ON
-
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 123629, cantata/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-12-08 10:15:57 UTC (rev 123630)
@@ -0,0 +1,41 @@
+# $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.5.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' 'speex' 'media-player-info')
+optdepends=('perl-uri: dynamic playlist'
+            'mpd: playback')
+makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
+install=$pkgname.install
+source=("${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60c0pFbEtldEk1UnM")
+md5sums=('2e18a98ecce619bdb400b3d08c2d6a94')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-1.5.0 \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DENABLE_HTTP_STREAM_PLAYBACK=ON \
+    -DENABLE_KDE=OFF -DENABLE_QT5=ON
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/cantata.install
===================================================================
--- community-i686/cantata.install	2014-12-08 10:15:43 UTC (rev 123629)
+++ community-i686/cantata.install	2014-12-08 10:15:57 UTC (rev 123630)
@@ -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 123629, cantata/trunk/cantata.install)
===================================================================
--- community-i686/cantata.install	                        (rev 0)
+++ community-i686/cantata.install	2014-12-08 10:15:57 UTC (rev 123630)
@@ -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	2014-12-08 10:15:43 UTC (rev 123629)
+++ community-x86_64/PKGBUILD	2014-12-08 10:15:57 UTC (rev 123630)
@@ -1,41 +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.5.0
-pkgrel=2
-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' 'speex' 'media-player-info')
-optdepends=('perl-uri: dynamic playlist'
-            'mpd: playback')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
-install=$pkgname.install
-source=("${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60c0pFbEtldEk1UnM")
-md5sums=('2e18a98ecce619bdb400b3d08c2d6a94')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DENABLE_HTTP_STREAM_PLAYBACK=ON \
-    -DENABLE_KDE=OFF -DENABLE_QT5=ON
-
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cantata/repos/community-x86_64/PKGBUILD (from rev 123629, cantata/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-12-08 10:15:57 UTC (rev 123630)
@@ -0,0 +1,41 @@
+# $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.5.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' 'speex' 'media-player-info')
+optdepends=('perl-uri: dynamic playlist'
+            'mpd: playback')
+makedepends=('cmake' 'qt5-tools' 'qt5-svg' 'subversion')
+install=$pkgname.install
+source=("${pkgname}-${pkgver}.tar.bz2::https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60c0pFbEtldEk1UnM")
+md5sums=('2e18a98ecce619bdb400b3d08c2d6a94')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-1.5.0 \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DENABLE_HTTP_STREAM_PLAYBACK=ON \
+    -DENABLE_KDE=OFF -DENABLE_QT5=ON
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/cantata.install
===================================================================
--- community-x86_64/cantata.install	2014-12-08 10:15:43 UTC (rev 123629)
+++ community-x86_64/cantata.install	2014-12-08 10:15:57 UTC (rev 123630)
@@ -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 123629, cantata/trunk/cantata.install)
===================================================================
--- community-x86_64/cantata.install	                        (rev 0)
+++ community-x86_64/cantata.install	2014-12-08 10:15:57 UTC (rev 123630)
@@ -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