[arch-commits] Commit in amarok/trunk (PKGBUILD amarok-no-qtwebkit.patch)

Antonio Rojas arojas at archlinux.org
Tue Feb 7 07:36:02 UTC 2017


    Date: Tuesday, February 7, 2017 @ 07:36:01
  Author: arojas
Revision: 288152

Also disable upcoming events applet (FS#52645)

Modified:
  amarok/trunk/PKGBUILD
  amarok/trunk/amarok-no-qtwebkit.patch

--------------------------+
 PKGBUILD                 |    4 ++--
 amarok-no-qtwebkit.patch |   12 ++++++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-07 00:20:11 UTC (rev 288151)
+++ PKGBUILD	2017-02-07 07:36:01 UTC (rev 288152)
@@ -5,7 +5,7 @@
 
 pkgname=amarok
 pkgver=2.8.0
-pkgrel=13
+pkgrel=14
 pkgdesc="The powerful music player for KDE"
 arch=("i686" "x86_64")
 url="http://amarok.kde.org/"
@@ -27,7 +27,7 @@
 sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937'
           '8b2752a0fe78621bdb9ccdb763919ea265b52b06'
           '819cb060cd9c63b576cc433f835cb4c175b07fd0'
-          '97748cc0aef26da17b268865bf6b0431153525ce'
+          '9f905eba9e5ead6d704f0cd28e389857c29dc15d'
           '9908c154bf583a1755acf59f9d2790aaff503162')
 
 prepare() {

Modified: amarok-no-qtwebkit.patch
===================================================================
--- amarok-no-qtwebkit.patch	2017-02-07 00:20:11 UTC (rev 288151)
+++ amarok-no-qtwebkit.patch	2017-02-07 07:36:01 UTC (rev 288152)
@@ -12,10 +12,10 @@
  
  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 @@
  
  if( QT_QTOPENGL_FOUND )
      add_subdirectory( analyzer )
+ endif()
+ 
+ if( LIBLASTFM_FOUND )
+-    add_subdirectory( upcomingevents )
++#    add_subdirectory( upcomingevents )
+     add_subdirectory( similarartists )
+ endif()
+ 



More information about the arch-commits mailing list