media-plugins/deadbeef-statusnotifier - 9999 (stuff)

Search

Install

Install this version:

emerge -a =media-plugins/deadbeef-statusnotifier-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-plugins/deadbeef-statusnotifier-9999

Or alternatively:

emerge --autounmask-write -a =media-plugins/deadbeef-statusnotifier-9999

Package Information

Description:
StatusNotifier tray plugin for the DeaDBeeF audio player
Homepage:
https://github.com/vovochka404/deadbeef-statusnotifier-plugin
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake git-r3

DESCRIPTION="StatusNotifier tray plugin for the DeaDBeeF audio player"
HOMEPAGE="https://github.com/vovochka404/deadbeef-statusnotifier-plugin"
EGIT_REPO_URI="https://github.com/vovochka404/deadbeef-statusnotifier-plugin.git"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS=""
IUSE="+gtk3 gtk2"
REQUIRED_USE="|| ( gtk2 gtk3 )"

DEPEND="
	media-sound/deadbeef
	dev-libs/libdbusmenu:=
	gtk2? ( x11-libs/gtk+:2 )
	gtk3? ( x11-libs/gtk+:3 )
"
RDEPEND="${DEPEND}"
BDEPEND="
	sys-devel/gettext
	virtual/pkgconfig
"

src_configure() {
	local mycmakeargs=(
		-DUSE_GTK=$(usex gtk2)
		-DUSE_GTK3=$(usex gtk3)
		-DLIBDIR="$(get_libdir)"
	)
	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p media-plugins/deadbeef-statusnotifier | euse -E <flag> -p media-plugins/deadbeef-statusnotifier | euse -D <flag> -p media-plugins/deadbeef-statusnotifier

Global/Standard Flags

gtk3
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	media-sound/deadbeef
	dev-libs/libdbusmenu:=
	gtk2? ( x11-libs/gtk+:2 )
	gtk3? ( x11-libs/gtk+:3 )

RDEPEND

	media-sound/deadbeef
	dev-libs/libdbusmenu:=
	gtk2? ( x11-libs/gtk+:2 )
	gtk3? ( x11-libs/gtk+:3 )

BDEPEND

	sys-devel/gettext
	virtual/pkgconfig