* [PR PATCH] plasma-workspace: add kpipewire dependency
@ 2024-12-27 19:08 Johnnynator
2024-12-27 19:11 ` [PR PATCH] [Merged]: " Johnnynator
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Johnnynator @ 2024-12-27 19:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1320 bytes --]
There is a new pull request by Johnnynator against master on the void-packages repository
https://github.com/Johnnynator/void-packages plasma-workspace
https://github.com/void-linux/void-packages/pull/53725
plasma-workspace: add kpipewire dependency
used by the org.kde.plasma.cameraindicator plasmoid
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/53725.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-plasma-workspace-53725.patch --]
[-- Type: text/x-diff, Size: 1377 bytes --]
From 113523690b8d828dab2c111563f63d94d1cbd1f1 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Fri, 27 Dec 2024 20:06:25 +0100
Subject: [PATCH] plasma-workspace: add kpipewire dependency
used by the org.kde.plasma.cameraindicator plasmoid
---
srcpkgs/plasma-workspace/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/plasma-workspace/template b/srcpkgs/plasma-workspace/template
index 8569b9f7095e2c..b916321dd41899 100644
--- a/srcpkgs/plasma-workspace/template
+++ b/srcpkgs/plasma-workspace/template
@@ -1,7 +1,7 @@
# Template file for 'plasma-workspace'
pkgname=plasma-workspace
version=6.2.4
-revision=1
+revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKDE_INSTALL_QMLDIR=lib/qt6/qml
-DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner
@@ -25,7 +25,7 @@ makedepends="qt6-declarative-devel libplasma-devel qt6-base-private-devel
kpipewire-devel kirigami-addons-devel libkexiv2-devel qcoro-qt6-devel"
depends="kactivitymanagerd kwin iso-codes milou plasma-integration
qt6-wayland xorg-server-xwayland qt6-tools kf6-kquickcharts kirigami-addons"
-short_desc="KDE Window manager"
+short_desc="KDE Window manager kpipewire"
maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later, GFDL-1.2-or-later, LGPL-2.1-or-later"
homepage="https://invent.kde.org/plasma/plasma-workspace"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Merged]: plasma-workspace: add kpipewire dependency
2024-12-27 19:08 [PR PATCH] plasma-workspace: add kpipewire dependency Johnnynator
@ 2024-12-27 19:11 ` Johnnynator
2024-12-29 17:44 ` lkroll
2024-12-29 19:16 ` Johnnynator
2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2024-12-27 19:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1152 bytes --]
There's a merged pull request on the void-packages repository
plasma-workspace: add kpipewire dependency
https://github.com/void-linux/void-packages/pull/53725
Description:
used by the org.kde.plasma.cameraindicator plasmoid
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: plasma-workspace: add kpipewire dependency
2024-12-27 19:08 [PR PATCH] plasma-workspace: add kpipewire dependency Johnnynator
2024-12-27 19:11 ` [PR PATCH] [Merged]: " Johnnynator
@ 2024-12-29 17:44 ` lkroll
2024-12-29 19:16 ` Johnnynator
2 siblings, 0 replies; 4+ messages in thread
From: lkroll @ 2024-12-29 17:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 257 bytes --]
New comment by lkroll on void-packages repository
https://github.com/void-linux/void-packages/pull/53725#issuecomment-2564795007
Comment:
Looks like you added kpipewire to the description instead of the dependencies ;)
Had to install kpipewire manually.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: plasma-workspace: add kpipewire dependency
2024-12-27 19:08 [PR PATCH] plasma-workspace: add kpipewire dependency Johnnynator
2024-12-27 19:11 ` [PR PATCH] [Merged]: " Johnnynator
2024-12-29 17:44 ` lkroll
@ 2024-12-29 19:16 ` Johnnynator
2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2024-12-29 19:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 227 bytes --]
New comment by Johnnynator on void-packages repository
https://github.com/void-linux/void-packages/pull/53725#issuecomment-2564816996
Comment:
True, should be in the correct field now 607ba16ac7098e25434fc0c196ea4437334669a1
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-12-29 19:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-27 19:08 [PR PATCH] plasma-workspace: add kpipewire dependency Johnnynator
2024-12-27 19:11 ` [PR PATCH] [Merged]: " Johnnynator
2024-12-29 17:44 ` lkroll
2024-12-29 19:16 ` Johnnynator
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).