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

2020-09-18 Thread Antonio Rojas via arch-commits
Date: Friday, September 18, 2020 @ 17:42:01
  Author: arojas
Revision: 396282

Fix crash with auto-hide panels on Wayland

Modified:
  kwin/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-18 15:33:57 UTC (rev 396281)
+++ PKGBUILD2020-09-18 17:42:01 UTC (rev 396282)
@@ -4,7 +4,7 @@
 
 pkgname=kwin
 pkgver=5.19.90
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -13,15 +13,21 @@
 makedepends=(extra-cmake-modules qt5-tools kdoctools)
 optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
 groups=(plasma)
-source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
kdebug-425472.patch::"https://invent.kde.org/plasma/kwin/commit/a3b50500.patch";)
 install=$pkgname.install
 sha256sums=('a63c60f0be5f32e05b18337b5957e708560613d8ddc59dfe0baaef70e7d726dd'
-'SKIP')
+'SKIP'
+'eee72a9a20c02f783eb09b53ee75d733cc35a09a96e3f1f13482e69be067ec30')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

   'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

   '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kdebug-425472.patch # Fix crash with 
auto-hide panels on Wayland
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DCMAKE_INSTALL_LIBEXECDIR=lib \


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

2020-01-27 Thread Antonio Rojas via arch-commits
Date: Monday, January 27, 2020 @ 10:47:02
  Author: arojas
Revision: 374073

Qt 5.14.1 rebuild

Modified:
  kwin/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-27 10:37:07 UTC (rev 374072)
+++ PKGBUILD2020-01-27 10:47:02 UTC (rev 374073)
@@ -4,7 +4,7 @@
 
 pkgname=kwin
 pkgver=5.17.90
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2019-10-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 9, 2019 @ 20:30:07
  Author: arojas
Revision: 364294

Qt 5.14 rebuild

Modified:
  kwin/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 20:13:22 UTC (rev 364293)
+++ PKGBUILD2019-10-09 20:30:07 UTC (rev 364294)
@@ -4,7 +4,7 @@
 
 pkgname=kwin
 pkgver=5.16.90
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2019-02-02 Thread Antonio Rojas via arch-commits
Date: Saturday, February 2, 2019 @ 21:08:32
  Author: arojas
Revision: 345122

Qt 5.12.1 rebuild

Modified:
  kwin/kde-unstable/PKGBUILD
  kwin/trunk/PKGBUILD

---+
 kde-unstable/PKGBUILD |2 +-
 trunk/PKGBUILD|2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2019-02-02 17:33:21 UTC (rev 345121)
+++ kde-unstable/PKGBUILD   2019-02-02 21:08:32 UTC (rev 345122)
@@ -4,7 +4,7 @@
 
 pkgname=kwin
 pkgver=5.14.90
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2019-02-02 17:33:21 UTC (rev 345121)
+++ trunk/PKGBUILD  2019-02-02 21:08:32 UTC (rev 345122)
@@ -4,7 +4,7 @@
 
 pkgname=kwin
 pkgver=5.14.5
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2018-10-05 Thread Antonio Rojas via arch-commits
Date: Friday, October 5, 2018 @ 22:57:08
  Author: arojas
Revision: 335862

Fix crash with Qt 5.12

Modified:
  kwin/kde-unstable/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-05 21:25:27 UTC (rev 335861)
+++ PKGBUILD2018-10-05 22:57:08 UTC (rev 335862)
@@ -4,7 +4,7 @@
 
 pkgname=kwin
 pkgver=5.13.90
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -13,10 +13,12 @@
 makedepends=(extra-cmake-modules qt5-tools kdoctools)
 optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
 groups=(plasma)
-source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-399392.patch::"https://cgit.kde.org/kwin.git/patch/?id=6ebfa593";)
 install=$pkgname.install
 sha256sums=('38542d5dc8f5e2baeaad9492ec355eb7512792a64b4bc890783c9e360a48d9da'
-'SKIP')
+'SKIP'
+'fca95c97b7b35bb2dbc0d48345238a93a606e7d59c7991609442c0e6d70ad0f3')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

   'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
@@ -24,6 +26,9 @@
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-399392.patch # Fix crash with Qt 5.12
 }
 
 build() {


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

2016-06-21 Thread Antonio Rojas
Date: Tuesday, June 21, 2016 @ 08:31:25
  Author: arojas
Revision: 270416

Qt 5.7 rebuild

Modified:
  kwin/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-20 22:40:23 UTC (rev 270415)
+++ PKGBUILD2016-06-21 08:31:25 UTC (rev 270416)
@@ -4,7 +4,7 @@
 
 pkgname=kwin
 pkgver=5.6.95
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2016-03-15 Thread Antonio Rojas
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
===
--- PKGBUILD2016-03-14 21:10:57 UTC (rev 261466)
+++ PKGBUILD2016-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() {


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

2016-03-05 Thread Antonio Rojas
Date: Saturday, March 5, 2016 @ 12:44:06
  Author: arojas
Revision: 260943

Fix missing dependencies

Modified:
  kwin/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 11:22:42 UTC (rev 260942)
+++ PKGBUILD2016-03-05 11:44:06 UTC (rev 260943)
@@ -4,12 +4,12 @@
 
 pkgname=kwin
 pkgver=5.5.95
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kwin'
 license=('LGPL')
-depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme' 'kdecoration' 'libxkbcommon')
+depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme' 'kdecoration' 'kinit' 'plasma-framework')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'libinput')
 optdepends=('libinput: for kwin-wayland')
 groups=('plasma')


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

2015-08-21 Thread Antonio Rojas
Date: Friday, August 21, 2015 @ 13:25:59
  Author: arojas
Revision: 244466

New tarball

Modified:
  kwin/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-21 10:23:52 UTC (rev 244465)
+++ PKGBUILD2015-08-21 11:25:59 UTC (rev 244466)
@@ -16,7 +16,7 @@
 install=${pkgname}.install
 conflicts=('kdebase-workspace')
 
source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('d1bee4dc35a19e57d8d9f328737e9c59')
+md5sums=('8f92fbd1829df43755dc7cefc87d1e1d')
 
 prepare() {
   mkdir build


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

2015-04-11 Thread Antonio Rojas
Date: Saturday, April 11, 2015 @ 19:56:07
  Author: arojas
Revision: 236268

New tarball

Modified:
  kwin/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-11 15:07:47 UTC (rev 236267)
+++ PKGBUILD2015-04-11 17:56:07 UTC (rev 236268)
@@ -16,7 +16,7 @@
 install=${pkgname}.install
 conflicts=('kdebase-workspace')
 
source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('f3f10b460f48cc9b5965d4237069e409')
+md5sums=('7a4adcaa5742444a58b9581c6acf24e7')
 
 prepare() {
   mkdir build