author | Antonio Rojas
<arojas@archlinux.org> 2015-12-09 10:11:01 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2015-12-09 10:11:01 UTC |
parent | db9cc072e2099405eb03e9f884871dc20c4215b4 |
PKGBUILD | +9 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index b3da157..a7109ec 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,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/' @@ -17,11 +17,17 @@ conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks') 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() {