x11-misc/gxkb - 0.9.3 (phackerlay)

Search

Install

Install this version:

emerge -a =x11-misc/gxkb-0.9.3

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

autounmask =x11-misc/gxkb-0.9.3

Or alternatively:

emerge --autounmask-write -a =x11-misc/gxkb-0.9.3

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.3 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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:2
	x11-libs/gtk+:3
	x11-libs/libwnck:3
	x11-libs/gdk-pixbuf:2
	x11-libs/libxklavier
"
DEPEND="
	virtual/pkgconfig
	${RDEPEND}
"

src_prepare() {
	eautoreconf
	eapply_user
}

Inherited Eclasses

Dependencies

DEPEND

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

RDEPEND

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

Manifest for 0.9.3

Type File Size Source URLs
DIST gxkb-0.9.3.tar.gz 66780 bytes https://github.com/zen-tools/gxkb/archive/v0.9.3.tar.gz