git » plasma-workspace.git » commit 34d7994

Drop plasma wayland session file, it doesn't work

author Antonio Rojas
2015-12-09 07:28:39 UTC
committer Antonio Rojas
2015-12-09 07:28:39 UTC
parent a489bdd12275009bce757a4394647449b7759b41

Drop plasma wayland session file, it doesn't work

PKGBUILD +4 -1

diff --git a/PKGBUILD b/PKGBUILD
index 4b22452..32fbd01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 pkgbase=plasma-workspace
 pkgname=('plasma-workspace' 'drkonqi')
 pkgver=5.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
@@ -59,6 +59,9 @@ package_plasma-workspace() {
   # Remove conflicts with drkonqi
   rm "${pkgdir}"/usr/lib/drkonqi
   rm -r "${pkgdir}"/usr/share/drkonqi
+
+  # Drop plasma-wayland session file, doesn't work
+  rm -r "$pkgdir"/usr/share/wayland-sessions
 }
 
 package_drkonqi() {