Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mate-settings-daemon: remove alsa-plugins-pulseaudio dependency
@ 2022-08-09  2:41 TrueTechie
  2022-08-09  8:39 ` paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: TrueTechie @ 2022-08-09  2:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TrueTechie/void-packages master
https://github.com/void-linux/void-packages/pull/38544

mate-settings-daemon: remove alsa-plugins-pulseaudio dependency
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (x86_64-glibc)

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

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

From 9259e19df3fcb4a4f4d62d702dbdd649aa0230ff Mon Sep 17 00:00:00 2001
From: TrueTechie <TrueTechie@mailo.com>
Date: Mon, 8 Aug 2022 22:27:33 -0400
Subject: [PATCH] mate-settings-daemon: remove alsa-plugins-pulseaudio
 dependency

---
 srcpkgs/mate-settings-daemon/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/mate-settings-daemon/template b/srcpkgs/mate-settings-daemon/template
index b5db461e136b..43606ffbdc3c 100644
--- a/srcpkgs/mate-settings-daemon/template
+++ b/srcpkgs/mate-settings-daemon/template
@@ -1,14 +1,13 @@
 # Template file for 'mate-settings-daemon'
 pkgname=mate-settings-daemon
 version=1.26.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static --disable-schemas-compile --enable-polkit --enable-pulse"
 hostmakedepends="dbus-glib-devel glib-devel intltool itstool pkg-config polkit"
 makedepends="dbus-glib-devel libXt-devel libXxf86misc-devel libcanberra-devel
  libmatekbd-devel libmatemixer-devel libnotify-devel mate-desktop-devel nss-devel
  polkit-devel"
-depends="alsa-plugins-pulseaudio"
 short_desc="MATE Settings daemon (pulseaudio)"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"

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

* Re: mate-settings-daemon: remove alsa-plugins-pulseaudio dependency
  2022-08-09  2:41 [PR PATCH] mate-settings-daemon: remove alsa-plugins-pulseaudio dependency TrueTechie
@ 2022-08-09  8:39 ` paper42
  2022-08-09 16:40 ` TrueTechie
  2022-08-09 20:12 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-08-09  8:39 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38544#issuecomment-1209086508

Comment:
Please add your commit email yo your github profile so the commit can be properly attributed to you.

cc @skmpz 

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

* Re: mate-settings-daemon: remove alsa-plugins-pulseaudio dependency
  2022-08-09  2:41 [PR PATCH] mate-settings-daemon: remove alsa-plugins-pulseaudio dependency TrueTechie
  2022-08-09  8:39 ` paper42
@ 2022-08-09 16:40 ` TrueTechie
  2022-08-09 20:12 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: TrueTechie @ 2022-08-09 16:40 UTC (permalink / raw)
  To: ml

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

New comment by TrueTechie on void-packages repository

https://github.com/void-linux/void-packages/pull/38544#issuecomment-1209617760

Comment:
Done

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

* Re: [PR PATCH] [Merged]: mate-settings-daemon: remove alsa-plugins-pulseaudio dependency
  2022-08-09  2:41 [PR PATCH] mate-settings-daemon: remove alsa-plugins-pulseaudio dependency TrueTechie
  2022-08-09  8:39 ` paper42
  2022-08-09 16:40 ` TrueTechie
@ 2022-08-09 20:12 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-08-09 20:12 UTC (permalink / raw)
  To: ml

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

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

mate-settings-daemon: remove alsa-plugins-pulseaudio dependency
https://github.com/void-linux/void-packages/pull/38544

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (x86_64-glibc)

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

end of thread, other threads:[~2022-08-09 20:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09  2:41 [PR PATCH] mate-settings-daemon: remove alsa-plugins-pulseaudio dependency TrueTechie
2022-08-09  8:39 ` paper42
2022-08-09 16:40 ` TrueTechie
2022-08-09 20:12 ` [PR PATCH] [Merged]: " paper42

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