git » plasma-desktop.git » commit 4d2aa56

Plasma 5.5.1

author Antonio Rojas
2015-12-15 15:40:54 UTC
committer Antonio Rojas
2015-12-15 15:40:54 UTC
parent 1a630b954a95c76203b8f62bf50164e0c0316321

Plasma 5.5.1

PKGBUILD +5 -11

diff --git a/PKGBUILD b/PKGBUILD
index a7109ec..e7fa2ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
 # Contributor: Antonio Rojas
 
 pkgname=plasma-desktop
-pkgver=5.5.0
-pkgrel=3
+pkgver=5.5.1
+pkgrel=1
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=('LGPL')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
 depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'kwin' 'libxkbfile' 'kmenuedit'
          'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects')
 makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 'xf86-input-synaptics' 'xorg-server-devel')
@@ -17,22 +18,15 @@ 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"
-fix-favorites-migration.patch::"https://quickgit.kde.org/?p=plasma-desktop.git&a=commitdiff&h=97ced66d&o=plain")
-md5sums=('4039d29843c5a5dc71b2f2f787f634d3'
-         '07fec581bf676a090c3fd033f482fbfc')
+md5sums=('022cceb5cd2d2dabc1bcf07522aebdbe')
 
 prepare() {
   mkdir -p build
-
-# Fix favorites migration
-  cd $pkgname-$pkgver
-  patch -p1 -i ../fix-favorites-migration.patch
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \