Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kwayland: dependencies fixed
@ 2019-10-27 13:19 voidlinux-github
  2019-10-30 11:12 ` voidlinux-github
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-27 13:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 535 bytes --]

There is a new pull request by k4leg against master on the void-packages repository

https://github.com/k4leg/void-packages kwayland
https://github.com/void-linux/void-packages/pull/15826

kwayland: dependencies fixed
Without these dependencies, the wayland plasma session will not work.
Without _xorg-server-xwayland_ will return to DM.
Without _qt5-wayland_ there will be just a black screen.
Without these two packages will return in DM.

A patch file from https://github.com/void-linux/void-packages/pull/15826.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kwayland-15826.patch --]
[-- Type: text/x-diff, Size: 982 bytes --]

From 1532749f34d35e5dc3e844b54094b227b4aa036b Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Sun, 27 Oct 2019 16:13:17 +0300
Subject: [PATCH] kwayland: dependencies fixed

---
 srcpkgs/kwayland/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/kwayland/template b/srcpkgs/kwayland/template
index 06a59d9b1e8..9303b2bac3e 100644
--- a/srcpkgs/kwayland/template
+++ b/srcpkgs/kwayland/template
@@ -1,12 +1,13 @@
 # Template file for 'kwayland'
 pkgname=kwayland
 version=5.63.0
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="kcoreaddons pkg-config extra-cmake-modules qt5-host-tools qt5-tools-devel
  wayland-devel"
 makedepends="qt5-tools-devel MesaLib-devel wayland-devel wayland-protocols"
+depends="xorg-server-xwayland qt5-wayland"
 short_desc="Qt-style client and server library wrapper for Wayland libraries"
 maintainer="John <johnz@posteo.net>"
 license="LGPL-2.1-or-later"

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PR PATCH] plasma-workspace: dependencies fixed
@ 2019-10-30 18:22 voidlinux-github
  2019-10-30 18:32 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-30 18:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 466 bytes --]

There is a new pull request by k4leg against master on the void-packages repository

https://github.com/k4leg/void-packages plasma-workspace
https://github.com/void-linux/void-packages/pull/15963

plasma-workspace: dependencies fixed
Sorry to [recreate](https://github.com/void-linux/void-packages/pull/15826). I am new and did not understand how this happened. Sorry again.

A patch file from https://github.com/void-linux/void-packages/pull/15963.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-plasma-workspace-15963.patch --]
[-- Type: text/x-diff, Size: 1371 bytes --]

From 20037c8d7cc9bb833271dadef13622172b308b34 Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Wed, 30 Oct 2019 21:18:20 +0300
Subject: [PATCH] plasma-workspace: dependencies fixed

---
 srcpkgs/plasma-workspace/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/plasma-workspace/template b/srcpkgs/plasma-workspace/template
index 02c229a8e00..63b5fc4bac4 100644
--- a/srcpkgs/plasma-workspace/template
+++ b/srcpkgs/plasma-workspace/template
@@ -1,7 +1,7 @@
 # Template file for 'plasma-workspace'
 pkgname=plasma-workspace
 version=5.17.2
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules iso-codes pkg-config kdoctools kcoreaddons"
@@ -11,7 +11,8 @@ makedepends="qt5-devel qt5-declarative-devel qt5-script-devel plasma-framework-d
  baloo5-devel ktexteditor-devel kwin-devel libxcb-devel libXtst-devel
  libqalculate-devel prison-devel kholidays-devel ksolid-devel kpeople-devel
  libkscreen-devel kactivities5-stats-devel"
-depends="kactivitymanagerd kwin iso-codes milou plasma-integration libxcb-devel"
+depends="kactivitymanagerd kwin iso-codes milou plasma-integration libxcb-devel
+	xorg-server-xwayland qt5-wayland"
 short_desc="KDE Window manager"
 maintainer="John <johnz@posteo.net>"
 license="GPL-2.0-or-later,GFDL-2.1, LGPL-2.1-or-later"

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-10-30 19:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-27 13:19 [PR PATCH] kwayland: dependencies fixed voidlinux-github
2019-10-30 11:12 ` voidlinux-github
2019-10-30 11:15 ` voidlinux-github
2019-10-30 17:59 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-30 17:59 ` voidlinux-github
2019-10-30 18:00 ` voidlinux-github
2019-10-30 18:00 ` voidlinux-github
2019-10-30 18:04 ` [PR PATCH] [Updated] plasma-workspace: " voidlinux-github
2019-10-30 18:04 ` voidlinux-github
2019-10-30 18:13 ` voidlinux-github
2019-10-30 18:13 ` voidlinux-github
2019-10-30 18:14 ` [PR PATCH] [Closed]: " voidlinux-github
2019-10-30 18:22 [PR PATCH] " voidlinux-github
2019-10-30 18:32 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-30 18:32 ` voidlinux-github
2019-10-30 19:19 ` voidlinux-github
2019-10-30 19:19 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).