diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /xfce-extra/xfce4-alsa-plugin | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'xfce-extra/xfce4-alsa-plugin')
| -rw-r--r-- | xfce-extra/xfce4-alsa-plugin/Manifest | 1 | ||||
| -rw-r--r-- | xfce-extra/xfce4-alsa-plugin/metadata.xml | 9 | ||||
| -rw-r--r-- | xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.4.0.ebuild | 30 |
3 files changed, 40 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-alsa-plugin/Manifest b/xfce-extra/xfce4-alsa-plugin/Manifest new file mode 100644 index 000000000000..9e5b1df1e9cd --- /dev/null +++ b/xfce-extra/xfce4-alsa-plugin/Manifest @@ -0,0 +1 @@ +DIST xfce4-alsa-plugin-0.4.0.tar.gz 49696 BLAKE2B acf4fdbb50b4d39c52dbca7828169dcb2d9e3fd1156541a5cf58f3c8ab9e71d6b062a214a5a14301fa2c7d190b3efec5bec131622ad1aa3c9a321776ef6a8652 SHA512 cb31e578ec283fba8822c6407f6676351bc8e83a2884969dfb938422d879994cdd96d0c027d3a6bf737ec4c3317e29ed55e8b6b017d0760362b031c5d94e060f diff --git a/xfce-extra/xfce4-alsa-plugin/metadata.xml b/xfce-extra/xfce4-alsa-plugin/metadata.xml new file mode 100644 index 000000000000..e9277e9f73eb --- /dev/null +++ b/xfce-extra/xfce4-alsa-plugin/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>xfce@gentoo.org</email> + <name>XFCE Team</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> 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..ceaf9167080d --- /dev/null +++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.4.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2025 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 ~ppc ~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 +} |
