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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Apr 2 21:02:21 UTC 2014


    Date: Wednesday, April 2, 2014 @ 23:02:21
  Author: bpiotrowski
Revision: 108760

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

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

------------------------------------------+
 community-testing-i686/PKGBUILD          |   40 +++++++++++++++++++++++++++++
 community-testing-i686/cantata.install   |   12 ++++++++
 community-testing-x86_64/PKGBUILD        |   40 +++++++++++++++++++++++++++++
 community-testing-x86_64/cantata.install |   12 ++++++++
 4 files changed, 104 insertions(+)

Copied: cantata/repos/community-testing-i686/PKGBUILD (from rev 108759, cantata/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-04-02 21:02:21 UTC (rev 108760)
@@ -0,0 +1,40 @@
+# $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.3.3
+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' '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)
+md5sums=('67053cfde9eb5c821483acc9c4961e36')
+
+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
+}

Copied: cantata/repos/community-testing-i686/cantata.install (from rev 108759, cantata/trunk/cantata.install)
===================================================================
--- community-testing-i686/cantata.install	                        (rev 0)
+++ community-testing-i686/cantata.install	2014-04-02 21:02:21 UTC (rev 108760)
@@ -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-testing-x86_64/PKGBUILD (from rev 108759, cantata/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-04-02 21:02:21 UTC (rev 108760)
@@ -0,0 +1,40 @@
+# $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.3.3
+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' '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)
+md5sums=('67053cfde9eb5c821483acc9c4961e36')
+
+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
+}

Copied: cantata/repos/community-testing-x86_64/cantata.install (from rev 108759, cantata/trunk/cantata.install)
===================================================================
--- community-testing-x86_64/cantata.install	                        (rev 0)
+++ community-testing-x86_64/cantata.install	2014-04-02 21:02:21 UTC (rev 108760)
@@ -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