gui-apps/walker - 0.13.26 (guru)

Search

Install

Install this version:

emerge -a =gui-apps/walker-0.13.26

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

autounmask =gui-apps/walker-0.13.26

Or alternatively:

emerge --autounmask-write -a =gui-apps/walker-0.13.26

Package Information

Description:
Multi-Purpose Launcher with a lot of features. Highly Customizable and fast
Homepage:
https://github.com/abenz1267/walker
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.13.26 8 ~amd64 0
View Raw Ebuild
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="Multi-Purpose Launcher with a lot of features. Highly Customizable and fast"
HOMEPAGE="https://github.com/abenz1267/walker"
SRC_URI="
	https://github.com/abenz1267/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
	https://jroy.ca/dist/${P}-deps.tar.xz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-libs/glib:2
	gui-libs/gtk:4
	>=gui-libs/gtk4-layer-shell-1.0.4
	dev-libs/gobject-introspection
	media-libs/graphene
	media-libs/vips:=
	x11-libs/cairo
	x11-libs/gdk-pixbuf:2
	x11-libs/pango
"
DEPEND="${RDEPEND}"
BDEPEND="
	>=dev-libs/glib-2.80.0[introspection]
"

src_compile() {
	cd "${S}"/cmd || die
	ego build -o walker
}

src_install() {
	dobin cmd/"${PN}"
}

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/glib:2
	gui-libs/gtk:4
	>=gui-libs/gtk4-layer-shell-1.0.4
	dev-libs/gobject-introspection
	media-libs/graphene
	media-libs/vips:=
	x11-libs/cairo
	x11-libs/gdk-pixbuf:2
	x11-libs/pango

RDEPEND

	dev-libs/glib:2
	gui-libs/gtk:4
	>=gui-libs/gtk4-layer-shell-1.0.4
	dev-libs/gobject-introspection
	media-libs/graphene
	media-libs/vips:=
	x11-libs/cairo
	x11-libs/gdk-pixbuf:2
	x11-libs/pango

BDEPEND

	>=dev-libs/glib-2.80.0[introspection]

Manifest for 0.13.26

Type File Size Source URLs
DIST walker-0.13.26-deps.tar.xz 187561672 bytes https://jroy.ca/dist/walker-0.13.26-deps.tar.xz
DIST walker-0.13.26.tar.gz 840354 bytes https://github.com/abenz1267/walker/archive/v0.13.26.tar.gz