From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3D2A1581F0 for ; Wed, 11 Dec 2024 19:48:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E665BE0D4B; Wed, 11 Dec 2024 19:48:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20985E0D53 for ; Wed, 11 Dec 2024 19:48:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44B77343172 for ; Wed, 11 Dec 2024 19:48:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE17E1F28 for ; Wed, 11 Dec 2024 19:48:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1733946499.86f433e58cef36a80b215476ca08026c5e96a5ad.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-alsa-plugin/Manifest xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.4.0.ebuild X-VCS-Directories: xfce-extra/xfce4-alsa-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 86f433e58cef36a80b215476ca08026c5e96a5ad X-VCS-Branch: master Date: Wed, 11 Dec 2024 19:48:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 376da22c-55e8-4151-a306-f175c03090c8 X-Archives-Hash: a9262a2971245732622d55277da1baee commit: 86f433e58cef36a80b215476ca08026c5e96a5ad Author: Michał Górny gentoo org> AuthorDate: Wed Dec 11 18:36:29 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 11 19:48:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f433e5 xfce-extra/xfce4-alsa-plugin: Bump to 0.4.0 Signed-off-by: Michał Górny gentoo.org> xfce-extra/xfce4-alsa-plugin/Manifest | 1 + .../xfce4-alsa-plugin-0.4.0.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/xfce-extra/xfce4-alsa-plugin/Manifest b/xfce-extra/xfce4-alsa-plugin/Manifest index f4e3988ce881..dc1ae9399a4b 100644 --- a/xfce-extra/xfce4-alsa-plugin/Manifest +++ b/xfce-extra/xfce4-alsa-plugin/Manifest @@ -1 +1,2 @@ DIST xfce4-alsa-plugin-0.3.0.tar.gz 28277 BLAKE2B e821276a80a4fbb245a21b53e16fd85bf0de9010ba848329639b2f8ea00fb85288b2799a1ea97eb6004963c6915fc4cf8ec8ea9c5b87c3cc8dc1a482a7e52d9d SHA512 ed6a99ddf5fb1d3bef5b0741c94127ac48d6b2bd0bfc5ace9416302f6780692ed21e5f0ccff4758b915aefc2288fbf2b7e6671ee6cb26e4e57c44a6409dda08f +DIST xfce4-alsa-plugin-0.4.0.tar.gz 49696 BLAKE2B acf4fdbb50b4d39c52dbca7828169dcb2d9e3fd1156541a5cf58f3c8ab9e71d6b062a214a5a14301fa2c7d190b3efec5bec131622ad1aa3c9a321776ef6a8652 SHA512 cb31e578ec283fba8822c6407f6676351bc8e83a2884969dfb938422d879994cdd96d0c027d3a6bf737ec4c3317e29ed55e8b6b017d0760362b031c5d94e060f diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.4.0.ebuild b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.4.0.ebuild new file mode 100644 index 000000000000..1a7b8b3b5411 --- /dev/null +++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.4.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vala meson + +DESCRIPTION="Simple ALSA volume control for xfce4-panel" +HOMEPAGE="https://github.com/equeim/xfce4-alsa-plugin" +SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=" + media-libs/alsa-lib + >=xfce-base/xfce4-panel-4.13 + x11-libs/gtk+:3[introspection] +" +DEPEND="${RDEPEND}" +BDEPEND=" + $(vala_depend) + sys-devel/gettext +" + +src_configure() { + vala_setup + meson_src_configure +}