x11-misc/snixembed - 9999 (powerman)

Search

Install

Install this version:

emerge -a =x11-misc/snixembed-9999

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

autounmask =x11-misc/snixembed-9999

Or alternatively:

emerge --autounmask-write -a =x11-misc/snixembed-9999

Package Information

Description:
Proxy StatusNotifierItems as XEmbedded systemtray-spec icons
Homepage:
https://git.sr.ht/~steef/snixembed
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3 vala

DESCRIPTION="Proxy StatusNotifierItems as XEmbedded systemtray-spec icons"
HOMEPAGE="https://git.sr.ht/~steef/snixembed"

EGIT_REPO_URI="https://git.sr.ht/~steef/snixembed"

LICENSE="ISC"
SLOT="0"

DEPEND="
	dev-lang/vala:=
	>=x11-libs/gtk+-3.0:3
	>=dev-libs/glib-2.0:2
	dev-libs/libdbusmenu[gtk3]"
RDEPEND="${DEPEND}"

src_prepare() {
	vala_src_prepare
	sed -i -e 's/valac/$(VALAC)/' makefile || die "failed to patch makefile"
	default
}

Inherited Eclasses

Dependencies

DEPEND

	dev-lang/vala:=
	>=x11-libs/gtk+-3.0:3
	>=dev-libs/glib-2.0:2
	dev-libs/libdbusmenu[gtk3]

RDEPEND

	dev-lang/vala:=
	>=x11-libs/gtk+-3.0:3
	>=dev-libs/glib-2.0:2
	dev-libs/libdbusmenu[gtk3]