[arch-commits] Commit in kwin/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Mar 15 07:33:09 UTC 2016


    Date: Tuesday, March 15, 2016 @ 08:33:09
  Author: arojas
Revision: 261467

Add fix for kwin-wayland

Modified:
  kwin/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-14 21:10:57 UTC (rev 261466)
+++ PKGBUILD	2016-03-15 07:33:09 UTC (rev 261467)
@@ -4,7 +4,7 @@
 
 pkgname=kwin
 pkgver=5.5.95
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kwin'
@@ -15,11 +15,17 @@
 groups=('plasma')
 install=${pkgname}.install
 conflicts=('kdebase-workspace')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('1d2e0d2e8aba3b1bc96674c71cd2a265')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"
+	kwin-dummy-screen.patch::"https://quickgit.kde.org/?p=kwin.git&a=commitdiff&h=51ee5142&o=plain")
+md5sums=('1d2e0d2e8aba3b1bc96674c71cd2a265'
+         'c1d901c7bd17175b853ecb110f5c7586')
 
 prepare() {
   mkdir -p build
+
+# Fix issues with kwin-wayland
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kwin-dummy-screen.patch
 }
 
 build() {



More information about the arch-commits mailing list