commit: a6992c2af95a6c2f3f80088137332338bd6c98cc Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed May 21 11:00:09 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed May 21 11:05:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6992c2a
xfce-extra/xfce4-volumed-pulse: Bump to 0.3.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/xfce4-volumed-pulse/Manifest | 1 + .../xfce4-volumed-pulse-0.3.0.ebuild | 39 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/xfce-extra/xfce4-volumed-pulse/Manifest b/xfce-extra/xfce4-volumed-pulse/Manifest index 6953989461dd..54760b69b91f 100644 --- a/xfce-extra/xfce4-volumed-pulse/Manifest +++ b/xfce-extra/xfce4-volumed-pulse/Manifest @@ -1 +1,2 @@ DIST xfce4-volumed-pulse-0.2.5.tar.bz2 386399 BLAKE2B 19d3479ba42f1e6f756bc42d41849cd86c213e6d0f93caf8e6316a40dc88a22cd1095e85be87e811e2e20e805dccbbb47c66b92f0b998fa3498de73de9b914dc SHA512 80877382274225a45c10f4da1dfb6bbd0550045eab6a3658050e684aa4c339f8026e7d194276e687547d0c22162a60c94aaf9cd6bf827eb27b02b000444dbc6a +DIST xfce4-volumed-pulse-0.3.0.tar.xz 32388 BLAKE2B 9377deb0c4f92e9c914a0fb99ce985a1e355d57d86637c7aa0a28612e4f63113eec5d0c5a870829ff2bde6f0f13244c8b464b38f9697dc8c0437acb89df2767c SHA512 802d35faf22e8281a3ed5e1b2861324f9e20a4416208ebc649225338afcda705789404558f8671e0f37853d865fc5bc7692701287d93d23751a3657dcae6e2cc diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.3.0.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.3.0.ebuild new file mode 100644 index 000000000000..80b0b83c8ec8 --- /dev/null +++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.3.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio" +HOMEPAGE="https://gitlab.xfce.org/apps/xfce4-volumed-pulse/" +SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="libnotify" + +DEPEND=" + >=dev-libs/glib-2.66.0 + >=dev-libs/keybinder-0.2.0:3 + >=media-libs/libpulse-0.9.19[glib] + >=x11-libs/gtk+-3.24.0:3 + >=xfce-base/xfconf-4.18.0:= + libnotify? ( >=x11-libs/libnotify-0.1.3 ) +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_configure() { + local myconf=( + $(meson_feature libnotify) + ) + + meson_src_configure +}
