x11-misc/kbdd - 0.7.1 (gentoo)

Search

Package Information

Description:
Very simple layout switcher
Homepage:
https://github.com/qnikst/kbdd
License:
GPL-2

Ebuild Details

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

EAPI=7

inherit autotools vcs-snapshot

DESCRIPTION="Very simple layout switcher"
HOMEPAGE="https://github.com/qnikst/kbdd"
SRC_URI="https://github.com/qnikst/kbdd/archive/v${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND="
	dev-libs/glib:2
	x11-libs/libX11
	dbus? (
		sys-apps/dbus
		dev-libs/dbus-glib
	)"
DEPEND="${RDEPEND}"
BDEPEND="dev-util/glib-utils" #669674

PATCHES=( "${FILESDIR}"/${P}-AM_PROG_AR.patch )

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	econf $(use_enable dbus)
}

USE Flags

Dependencies

DEPEND

	dev-libs/glib:2
	x11-libs/libX11
	dbus? (
		sys-apps/dbus
		dev-libs/dbus-glib
	)

RDEPEND

	dev-libs/glib:2
	x11-libs/libX11
	dbus? (
		sys-apps/dbus
		dev-libs/dbus-glib
	)

BDEPEND

dev-util/glib-utils

Manifest for 0.7.1

Type File Size Source URLs
DIST kbdd-0.7.1.tar.gz 33445 bytes https://github.com/qnikst/kbdd/archive/v0.7.1.tar.gz