From 7385f16a555acf249ab3c1c9909f11ca0b4199f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 8 Feb 2017 23:08:32 -0300 Subject: amarok-2.8.0-14.nonprism1: also disable upcoming events applet - FS#52645 -> https://bugs.archlinux.org/task/52645 --- nonprism/amarok/PKGBUILD | 6 +++--- nonprism/amarok/amarok-no-qtwebkit.patch | 12 ++++++++++-- 2 files changed, 13 insertions(+), 5 deletions(-) (limited to 'nonprism') diff --git a/nonprism/amarok/PKGBUILD b/nonprism/amarok/PKGBUILD index 9adba3609..3eab65cee 100644 --- a/nonprism/amarok/PKGBUILD +++ b/nonprism/amarok/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 287445 2017-01-25 21:44:50Z arojas $ +# $Id: PKGBUILD 288152 2017-02-07 07:36:01Z arojas $ # Maintainer (Arch): Ronald van Haren # Contributor (Arch): Andrea Scarpino # Contributor (Arch): damir @@ -6,7 +6,7 @@ pkgname=amarok pkgver=2.8.0 -pkgrel=13.nonprism1 +pkgrel=14.nonprism1 pkgdesc="The powerful music player for KDE, without Amazon MP3 store support" arch=("i686" "x86_64") url="http://amarok.kde.org/" @@ -30,7 +30,7 @@ source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pk sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937' '8b2752a0fe78621bdb9ccdb763919ea265b52b06' '819cb060cd9c63b576cc433f835cb4c175b07fd0' - '97748cc0aef26da17b268865bf6b0431153525ce' + '9f905eba9e5ead6d704f0cd28e389857c29dc15d' '9908c154bf583a1755acf59f9d2790aaff503162' 'eed2616fd1465cd16f86f2e3554e3b34b83557af') diff --git a/nonprism/amarok/amarok-no-qtwebkit.patch b/nonprism/amarok/amarok-no-qtwebkit.patch index 030b91c90..1928bf562 100644 --- a/nonprism/amarok/amarok-no-qtwebkit.patch +++ b/nonprism/amarok/amarok-no-qtwebkit.patch @@ -12,10 +12,10 @@ index 9094f5e332..a7d5d106a4 100644 include( KDE4Defaults ) diff --git a/src/context/applets/CMakeLists.txt b/src/context/applets/CMakeLists.txt -index f4d5456d9f..f4e4526c27 100644 +index f4d5456d9f..cad9036681 100644 --- a/src/context/applets/CMakeLists.txt +++ b/src/context/applets/CMakeLists.txt -@@ -1,11 +1,11 @@ +@@ -1,18 +1,18 @@ add_subdirectory( albums ) add_subdirectory( currenttrack ) -add_subdirectory( info ) @@ -29,3 +29,11 @@ index f4d5456d9f..f4e4526c27 100644 if( QT_QTOPENGL_FOUND ) add_subdirectory( analyzer ) + endif() + + if( LIBLASTFM_FOUND ) +- add_subdirectory( upcomingevents ) ++# add_subdirectory( upcomingevents ) + add_subdirectory( similarartists ) + endif() + -- cgit v1.2.2