x11-misc/gxkb - 0.9.4 (flammie)

Search

Package Information

Description:
X11 keyboard indicator and switcher
Homepage:
https://github.com/zen-tools/gxkb
License:
GPL-2

Ebuild Details

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

EAPI=7

inherit autotools

DESCRIPTION="X11 keyboard indicator and switcher"
HOMEPAGE="https://github.com/zen-tools/gxkb"
SRC_URI="https://github.com/zen-tools/gxkb/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
	dev-libs/glib
	x11-libs/gtk+:3
	x11-libs/libwnck:3
	x11-libs/libxklavier
"
DEPEND="
	virtual/pkgconfig
	${RDEPEND}
"

src_prepare() {
	eautoreconf
	eapply_user
}

Dependencies

DEPEND

	virtual/pkgconfig
	
	dev-libs/glib
	x11-libs/gtk+:3
	x11-libs/libwnck:3
	x11-libs/libxklavier

RDEPEND

	dev-libs/glib
	x11-libs/gtk+:3
	x11-libs/libwnck:3
	x11-libs/libxklavier

Manifest for 0.9.4

Type File Size Source URLs
DIST gxkb-0.9.4.tar.gz 64245 bytes https://github.com/zen-tools/gxkb/archive/v0.9.4.tar.gz