app-admin/kconfig-frontends - 4.11.0.1 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =app-admin/kconfig-frontends-4.11.0.1

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

autounmask =app-admin/kconfig-frontends-4.11.0.1

Or alternatively:

emerge --autounmask-write -a =app-admin/kconfig-frontends-4.11.0.1

Package Information

Description:
kconfig frontends and parser, including kconfig-tweak
Homepage:
https://bitbucket.org/nuttx/tools/src/master/kconfig-frontends/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
4.11.0.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="kconfig frontends and parser, including kconfig-tweak"
HOMEPAGE="https://bitbucket.org/nuttx/tools/src/master/kconfig-frontends/"
SRC_URI="
	https://bitbucket.org/nuttx/tools/downloads/${P}.tar.bz2
	https://deb.debian.org/debian/pool/main/k/kconfig-frontends/kconfig-frontends_${PV}+dfsg-6.debian.tar.xz
"
LICENSE="GPL-2" # GPL-2.0-only
SLOT="0"

KEYWORDS="~amd64"

IUSE="gtk nls"

# ncurses is technically optional
RDEPEND="
	sys-libs/ncurses:=
	nls? ( sys-devel/gettext )
	gtk? (
		x11-libs/gtk+:3
		dev-libs/glib
		gnome-base/libglade:2.0
	)
"
DEPEND="
	${RDEPEND}
	dev-util/gperf
"

PATCHES=(
	"${WORKDIR}/debian/patches/autoconf_270p.patch"
	"${WORKDIR}/debian/patches/gtk3.patch"
	"${WORKDIR}/debian/patches/python3_support.patch"
	"${WORKDIR}/debian/patches/gperf_newtype.patch"
)

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	econf \
		$(use_enable gtk gconf) \
		$(use_enable nls L10n) \
		--disable-qconf
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-admin/kconfig-frontends | euse -E <flag> -p app-admin/kconfig-frontends | euse -D <flag> -p app-admin/kconfig-frontends

Global/Standard Flags

gtk
nls

Inherited Eclasses

Dependencies

DEPEND

	
	sys-libs/ncurses:=
	nls? ( sys-devel/gettext )
	gtk? (
		x11-libs/gtk+:3
		dev-libs/glib
		gnome-base/libglade:2.0
	)

	dev-util/gperf

RDEPEND

	sys-libs/ncurses:=
	nls? ( sys-devel/gettext )
	gtk? (
		x11-libs/gtk+:3
		dev-libs/glib
		gnome-base/libglade:2.0
	)

Manifest for 4.11.0.1

Type File Size Source URLs
DIST kconfig-frontends-4.11.0.1.tar.bz2 448594 bytes https://bitbucket.org/nuttx/tools/downloads/kconfig-frontends-4.11.0.1.tar.bz2
DIST kconfig-frontends_4.11.0.1+dfsg-6.debian.tar.xz 7036 bytes https://deb.debian.org/debian/pool/main/k/kconfig-frontends/kconfig-frontends_4.11.0.1+dfsg-6.debian.tar.xz