Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kde5: add qt5-tools
@ 2023-03-12  1:39 astralchan
  2023-06-10  2:00 ` github-actions
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: astralchan @ 2023-03-12  1:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/astralchan/void-packages kde5
https://github.com/void-linux/void-packages/pull/42711

kde5: add qt5-tools
[ci skip]

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

The kde environment relies on tools from `qt5-tools`. e.g. `/usr/lib/qt5/bin/qdbus`. As an example, the current meta package configuration will error when trying to change walpaper due to not having `qt5-tools`.

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

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

From b8242e265f24f36e94a09ac26fa639707b62e14a Mon Sep 17 00:00:00 2001
From: astral <astral@astralchan.xyz>
Date: Sat, 11 Mar 2023 18:36:22 -0700
Subject: [PATCH] kde5: add qt5-tools

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

diff --git a/srcpkgs/kde5/template b/srcpkgs/kde5/template
index 5a14069ff5be..f969065a1565 100644
--- a/srcpkgs/kde5/template
+++ b/srcpkgs/kde5/template
@@ -1,7 +1,7 @@
 # Template file for 'kde5'
 pkgname=kde5
 version=5.26.0
-revision=1
+revision=2
 build_style=meta
 depends="bluedevil>=${version}
  breeze-gtk>=${version}
@@ -26,7 +26,8 @@ depends="bluedevil>=${version}
  plasma-thunderbolt>=${version}
  elogind
  upower
- udisks2"
+ udisks2
+ qt5-tools"
 short_desc="The KDE Plasma Desktop meta-package for Void Linux"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2, LGPL-2.1, FDL"

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

* Re: kde5: add qt5-tools
  2023-03-12  1:39 [PR PATCH] kde5: add qt5-tools astralchan
@ 2023-06-10  2:00 ` github-actions
  2023-06-10 10:38 ` astralchan
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2023-06-10  2:00 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42711#issuecomment-1585422982

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: kde5: add qt5-tools
  2023-03-12  1:39 [PR PATCH] kde5: add qt5-tools astralchan
  2023-06-10  2:00 ` github-actions
@ 2023-06-10 10:38 ` astralchan
  2023-06-11  8:10 ` 674Y3r
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: astralchan @ 2023-06-10 10:38 UTC (permalink / raw)
  To: ml

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

New comment by astralchan on void-packages repository

https://github.com/void-linux/void-packages/pull/42711#issuecomment-1585606608

Comment:
Bump

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

* Re: kde5: add qt5-tools
  2023-03-12  1:39 [PR PATCH] kde5: add qt5-tools astralchan
  2023-06-10  2:00 ` github-actions
  2023-06-10 10:38 ` astralchan
@ 2023-06-11  8:10 ` 674Y3r
  2023-08-24 23:15 ` astralchan
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: 674Y3r @ 2023-06-11  8:10 UTC (permalink / raw)
  To: ml

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

New comment by 674Y3r on void-packages repository

https://github.com/void-linux/void-packages/pull/42711#issuecomment-1586067065

Comment:
Shouldn't this be added to `plasma-workspace` instead, since `Set as Wallpaper` option (`/usr/share/kio/servicemenus/setaswallpaper.desktop`) is provided by that package?

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

* Re: kde5: add qt5-tools
  2023-03-12  1:39 [PR PATCH] kde5: add qt5-tools astralchan
                   ` (2 preceding siblings ...)
  2023-06-11  8:10 ` 674Y3r
@ 2023-08-24 23:15 ` astralchan
  2023-11-23  1:46 ` github-actions
  2023-12-07  1:46 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: astralchan @ 2023-08-24 23:15 UTC (permalink / raw)
  To: ml

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

New comment by astralchan on void-packages repository

https://github.com/void-linux/void-packages/pull/42711#issuecomment-1692531605

Comment:
> 

Okay, I'll update and ammend commit when I get back home. One thing I notice about [plasma-workspace](https://github.com/void-linux/void-packages/blob/master/srcpkgs/plasma-workspace/template) is that it is not mentioned in the [docs for kde on void](https://docs.voidlinux.org/config/graphical-session/kde.html) when I was trying to setup KDE.

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

* Re: kde5: add qt5-tools
  2023-03-12  1:39 [PR PATCH] kde5: add qt5-tools astralchan
                   ` (3 preceding siblings ...)
  2023-08-24 23:15 ` astralchan
@ 2023-11-23  1:46 ` github-actions
  2023-12-07  1:46 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2023-11-23  1:46 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42711#issuecomment-1823730112

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: kde5: add qt5-tools
  2023-03-12  1:39 [PR PATCH] kde5: add qt5-tools astralchan
                   ` (4 preceding siblings ...)
  2023-11-23  1:46 ` github-actions
@ 2023-12-07  1:46 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2023-12-07  1:46 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

kde5: add qt5-tools
https://github.com/void-linux/void-packages/pull/42711

Description:
[ci skip]

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

The kde environment relies on tools from `qt5-tools`. e.g. `/usr/lib/qt5/bin/qdbus`. As an example, the current meta package configuration will error when trying to change walpaper due to not having `qt5-tools`.

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

end of thread, other threads:[~2023-12-07  1:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-12  1:39 [PR PATCH] kde5: add qt5-tools astralchan
2023-06-10  2:00 ` github-actions
2023-06-10 10:38 ` astralchan
2023-06-11  8:10 ` 674Y3r
2023-08-24 23:15 ` astralchan
2023-11-23  1:46 ` github-actions
2023-12-07  1:46 ` [PR PATCH] [Closed]: " github-actions

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).