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

Stéphane Gaudreault stephane at nymeria.archlinux.org
Fri Mar 15 14:40:39 UTC 2013


    Date: Friday, March 15, 2013 @ 15:40:38
  Author: stephane
Revision: 86354

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

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

---------------------------------------------+
 community-testing-i686/PKGBUILD             |   35 ++++++++++++++++++++++++++
 community-testing-i686/clementine.install   |   13 +++++++++
 community-testing-x86_64/PKGBUILD           |   35 ++++++++++++++++++++++++++
 community-testing-x86_64/clementine.install |   13 +++++++++
 4 files changed, 96 insertions(+)

Copied: clementine/repos/community-testing-i686/PKGBUILD (from rev 86353, clementine/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-03-15 14:40:38 UTC (rev 86354)
@@ -0,0 +1,35 @@
+# $Id$
+#Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+#Contributor: BlackEagle <ike.devolder at gmail.com>
+#Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+
+pkgname=clementine
+pkgver=1.1.1
+pkgrel=7
+pkgdesc="A music player and library organizer"
+url="http://www.clementine-player.org/"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'projectm'
+         'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice'
+         'sparsehash' 'qjson' 'libcdio-paranoia' 'protobuf' 'qca' 'qca-ossl' 'gvfs')
+makedepends=('cmake' 'boost' 'mesa-libgl' )
+optdepends=('gstreamer0.10-base-plugins: for more open formats'
+            'gstreamer0.10-good-plugins: for use with "Good" plugin libraries'
+            'gstreamer0.10-bad-plugins: for use with "Bad" plugin libraries'
+            'gstreamer0.10-ugly-plugins: for use with "Ugly" plugin libraries')
+source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('f8d3e9c8f54ac488323ab5a629c9accbe256378e')
+install=clementine.install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DUSE_SYSTEM_PROJECTM=1
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: clementine/repos/community-testing-i686/clementine.install (from rev 86353, clementine/trunk/clementine.install)
===================================================================
--- community-testing-i686/clementine.install	                        (rev 0)
+++ community-testing-i686/clementine.install	2013-03-15 14:40:38 UTC (rev 86354)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+
+post_remove() {
+  post_install $1
+}

Copied: clementine/repos/community-testing-x86_64/PKGBUILD (from rev 86353, clementine/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-03-15 14:40:38 UTC (rev 86354)
@@ -0,0 +1,35 @@
+# $Id$
+#Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+#Contributor: BlackEagle <ike.devolder at gmail.com>
+#Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+
+pkgname=clementine
+pkgver=1.1.1
+pkgrel=7
+pkgdesc="A music player and library organizer"
+url="http://www.clementine-player.org/"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'projectm'
+         'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice'
+         'sparsehash' 'qjson' 'libcdio-paranoia' 'protobuf' 'qca' 'qca-ossl' 'gvfs')
+makedepends=('cmake' 'boost' 'mesa-libgl' )
+optdepends=('gstreamer0.10-base-plugins: for more open formats'
+            'gstreamer0.10-good-plugins: for use with "Good" plugin libraries'
+            'gstreamer0.10-bad-plugins: for use with "Bad" plugin libraries'
+            'gstreamer0.10-ugly-plugins: for use with "Ugly" plugin libraries')
+source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('f8d3e9c8f54ac488323ab5a629c9accbe256378e')
+install=clementine.install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DUSE_SYSTEM_PROJECTM=1
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: clementine/repos/community-testing-x86_64/clementine.install (from rev 86353, clementine/trunk/clementine.install)
===================================================================
--- community-testing-x86_64/clementine.install	                        (rev 0)
+++ community-testing-x86_64/clementine.install	2013-03-15 14:40:38 UTC (rev 86354)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list