[arch-commits] Commit in plasma-desktop/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Dec 9 10:11:01 UTC 2015


    Date: Wednesday, December 9, 2015 @ 11:11:01
  Author: arojas
Revision: 254997

Fix migration of favorites in kickoff

Modified:
  plasma-desktop/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-09 09:18:14 UTC (rev 254996)
+++ PKGBUILD	2015-12-09 10:11:01 UTC (rev 254997)
@@ -5,7 +5,7 @@
 
 pkgname=plasma-desktop
 pkgver=5.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -18,11 +18,17 @@
 replaces=('kcm-touchpad-frameworks')
 install="${pkgname}.install"
 groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('4039d29843c5a5dc71b2f2f787f634d3')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"
+fix-favorites-migration.patch::"https://quickgit.kde.org/?p=plasma-desktop.git&a=commitdiff&h=97ced66d&o=plain")
+md5sums=('4039d29843c5a5dc71b2f2f787f634d3'
+         '07fec581bf676a090c3fd033f482fbfc')
 
 prepare() {
   mkdir -p build
+
+# Fix favorites migration
+  cd $pkgname-$pkgver
+  patch -p1 -i ../fix-favorites-migration.patch
 }
 
 build() {



More information about the arch-commits mailing list