From f58019de39ee644371ff723efb9ca2267c51bbbd Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 7 Jun 2020 17:32:56 +0200 Subject: xfce-extra/xfce4-alsa-plugin: Bump to 0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/716770 Signed-off-by: Michał Górny --- xfce-extra/xfce4-alsa-plugin/Manifest | 1 + .../xfce4-alsa-plugin-0.3.0.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild (limited to 'xfce-extra') diff --git a/xfce-extra/xfce4-alsa-plugin/Manifest b/xfce-extra/xfce4-alsa-plugin/Manifest index aad49d89ec1c..badc6091e139 100644 --- a/xfce-extra/xfce4-alsa-plugin/Manifest +++ b/xfce-extra/xfce4-alsa-plugin/Manifest @@ -1 +1,2 @@ DIST xfce4-alsa-plugin-0.2.1.tar.gz 29375 BLAKE2B 1bb13203af1c21c472531ecddd4d65b84c5610893a434440585c1e51e2e717cd8642874e7ea784b2c5ae7e0c9203dfa9104e95485045f5749e77ea2d4d56c8a2 SHA512 d04ca015d33bd068cbd45d200181239f1b1ecc2fc7723ed8d4566fe28a8b6b28e916e2c484ef535cbabcfb81813ffc46f5fa2b1f8535fde2f4cd719cc0f65e27 +DIST xfce4-alsa-plugin-0.3.0.tar.gz 28277 BLAKE2B e821276a80a4fbb245a21b53e16fd85bf0de9010ba848329639b2f8ea00fb85288b2799a1ea97eb6004963c6915fc4cf8ec8ea9c5b87c3cc8dc1a482a7e52d9d SHA512 ed6a99ddf5fb1d3bef5b0741c94127ac48d6b2bd0bfc5ace9416302f6780692ed21e5f0ccff4758b915aefc2288fbf2b7e6671ee6cb26e4e57c44a6409dda08f diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild new file mode 100644 index 000000000000..e013bf491318 --- /dev/null +++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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 ~x86" +IUSE="" + +RDEPEND=" + media-libs/alsa-lib + >=xfce-base/xfce4-panel-4.13 + x11-libs/gtk+:3[introspection] +" +DEPEND="${RDEPEND} + $(vala_depend) + sys-devel/gettext +" + +src_prepare() { + vala_src_prepare + eapply_user +} -- cgit v1.2.3-18-g5258