git » plasma-desktop.git » commit e71e6e7

Plasma 5.3.2

author Antonio Rojas
2015-06-29 17:51:33 UTC
committer Antonio Rojas
2015-06-29 17:51:33 UTC
parent ba0ecef89b7ac393f6ce8e28de25130d450c1704

Plasma 5.3.2

PKGBUILD +5 -10
trash-applet.patch +0 -24

diff --git a/PKGBUILD b/PKGBUILD
index d6708ef..8fe2dc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Antonio Rojas
 
 pkgname=plasma-desktop
-pkgver=5.3.1
-pkgrel=3
+pkgver=5.3.2
+pkgrel=1
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -18,16 +18,11 @@ 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" 'trash-applet.patch')
-md5sums=('df4a3fabb26c7aa4f87405185835c20c'
-         '1e13230b7b5858e6c2c9b327095917e7')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
+md5sums=('535e062e140b8eb25d557aba7eb1bc24')
 
 prepare() {
-  mkdir build
-
-# Fix trash applet loading with plasma-framework 5.11 https://bugs.kde.org/show_bug.cgi?id=349207
-  cd $pkgname-$pkgver
-  patch -p1 -i "$srcdir"/trash-applet.patch
+  mkdir -p build
 }
 
 build() {
diff --git a/trash-applet.patch b/trash-applet.patch
deleted file mode 100644
index 0e2ac1b..0000000
--- a/trash-applet.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Bhushan Shah <bhush94@gmail.com>
-Date: Tue, 16 Jun 2015 12:05:00 +0000
-Subject: Remove X-KDE-Library from the trash library
-X-Git-Url: http://quickgit.kde.org/?p=plasma-desktop.git&a=commitdiff&h=f0d4cce819b3ce683a11b49a93ba81bafef7a4dd
----
-Remove X-KDE-Library from the trash library
-
-trash applet is not using the c++ applet part, so remove it
-
-BUG: 349207
----
-
-
---- a/applets/trash/package/metadata.desktop
-+++ b/applets/trash/package/metadata.desktop
-@@ -82,7 +82,6 @@
- X-Plasma-API=declarativeappletscript
- X-Plasma-MainScript=ui/main.qml
- 
--X-KDE-Library=plasma_applet_trash
- X-KDE-PluginInfo-Author=Heena
- X-KDE-PluginInfo-Email=heena393@gmail.com
- X-KDE-PluginInfo-Name=org.kde.plasma.trash
-