summaryrefslogtreecommitdiff
path: root/xfce-extra/xfce4-alsa-plugin
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /xfce-extra/xfce4-alsa-plugin
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'xfce-extra/xfce4-alsa-plugin')
-rw-r--r--xfce-extra/xfce4-alsa-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-alsa-plugin/metadata.xml11
-rw-r--r--xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.4.0.ebuild30
3 files changed, 0 insertions, 42 deletions
diff --git a/xfce-extra/xfce4-alsa-plugin/Manifest b/xfce-extra/xfce4-alsa-plugin/Manifest
deleted file mode 100644
index 9e5b1df1e9cd..000000000000
--- a/xfce-extra/xfce4-alsa-plugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 0e3134f2eb77..000000000000
--- a/xfce-extra/xfce4-alsa-plugin/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>xfce@gentoo.org</email>
- <name>XFCE Team</name>
- </maintainer>
- <upstream>
- <remote-id type="github">equeim/xfce4-alsa-plugin</remote-id>
- </upstream>
-</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
deleted file mode 100644
index ceaf9167080d..000000000000
--- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.4.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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
-}