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

Antonio Rojas arojas at archlinux.org
Fri Sep 11 06:32:34 UTC 2015


    Date: Friday, September 11, 2015 @ 08:32:34
  Author: arojas
Revision: 245760

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  amarok/repos/kde-unstable-i686/
  amarok/repos/kde-unstable-i686/PKGBUILD
    (from rev 245759, amarok/kde-unstable/PKGBUILD)
  amarok/repos/kde-unstable-i686/amarok.install
    (from rev 245759, amarok/kde-unstable/amarok.install)
  amarok/repos/kde-unstable-x86_64/
  amarok/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 245759, amarok/kde-unstable/PKGBUILD)
  amarok/repos/kde-unstable-x86_64/amarok.install
    (from rev 245759, amarok/kde-unstable/amarok.install)

------------------------------------+
 kde-unstable-i686/PKGBUILD         |   46 +++++++++++++++++++++++++++++++++++
 kde-unstable-i686/amarok.install   |   12 +++++++++
 kde-unstable-x86_64/PKGBUILD       |   46 +++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/amarok.install |   12 +++++++++
 4 files changed, 116 insertions(+)

Copied: amarok/repos/kde-unstable-i686/PKGBUILD (from rev 245759, amarok/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-09-11 06:32:34 UTC (rev 245760)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=amarok
+pkgver=2.8.90
+pkgrel=1
+pkgdesc="The powerful music player for KDE"
+arch=("i686" "x86_64")
+url="http://amarok.kde.org/"
+license=('GPL2' 'LGPL2.1' 'FDL')
+depends=('kdebase-runtime' 'mariadb' 'qtscriptgenerator' 'taglib-extras'
+        'liblastfm' 'ffmpeg' 'libofa' 'qjson')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
+             'libmygpo-qt' 'mesa' 'clamz')
+optdepends=("libgpod: support for Apple iPod audio devices"
+            "libmtp: support for portable media devices"
+            "loudmouth: backend needed by mp3tunes for syncing"
+            "ifuse: support for Apple iPod Touch and iPhone"
+            "libmygpo-qt: gpodder.net Internet Service"
+            "clamz: allow to download songs from Amazon.com"
+            "gst-libav: MP3 codecs")
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('b9ca733e36eb7d2c1fec6cbcf82f40bb573aea44')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_NepomukCore=OFF \
+    -DWITH_Soprano=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: amarok/repos/kde-unstable-i686/amarok.install (from rev 245759, amarok/kde-unstable/amarok.install)
===================================================================
--- kde-unstable-i686/amarok.install	                        (rev 0)
+++ kde-unstable-i686/amarok.install	2015-09-11 06:32:34 UTC (rev 245760)
@@ -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: amarok/repos/kde-unstable-x86_64/PKGBUILD (from rev 245759, amarok/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-09-11 06:32:34 UTC (rev 245760)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=amarok
+pkgver=2.8.90
+pkgrel=1
+pkgdesc="The powerful music player for KDE"
+arch=("i686" "x86_64")
+url="http://amarok.kde.org/"
+license=('GPL2' 'LGPL2.1' 'FDL')
+depends=('kdebase-runtime' 'mariadb' 'qtscriptgenerator' 'taglib-extras'
+        'liblastfm' 'ffmpeg' 'libofa' 'qjson')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
+             'libmygpo-qt' 'mesa' 'clamz')
+optdepends=("libgpod: support for Apple iPod audio devices"
+            "libmtp: support for portable media devices"
+            "loudmouth: backend needed by mp3tunes for syncing"
+            "ifuse: support for Apple iPod Touch and iPhone"
+            "libmygpo-qt: gpodder.net Internet Service"
+            "clamz: allow to download songs from Amazon.com"
+            "gst-libav: MP3 codecs")
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('b9ca733e36eb7d2c1fec6cbcf82f40bb573aea44')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_NepomukCore=OFF \
+    -DWITH_Soprano=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: amarok/repos/kde-unstable-x86_64/amarok.install (from rev 245759, amarok/kde-unstable/amarok.install)
===================================================================
--- kde-unstable-x86_64/amarok.install	                        (rev 0)
+++ kde-unstable-x86_64/amarok.install	2015-09-11 06:32:34 UTC (rev 245760)
@@ -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