Install this version:
emerge -a =budgie-extra/budgie-lightpad-applet-0.2.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =budgie-extra/budgie-lightpad-applet-0.2.1
Or alternatively:
emerge --autounmask-write -a =budgie-extra/budgie-lightpad-applet-0.2.1
# Copyright 2025~2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
VALA_MIN_API_VERSION="0.48"
inherit meson vala gnome2-utils xdg
DESCRIPTION="Lightweight and stylish fullscreen application launcher. Made for Budgie Desktop."
HOMEPAGE="https://github.com/UbuntuBudgie/${PN}"
SRC_URI="https://github.com/UbuntuBudgie/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
DEPEND="
>=budgie-base/budgie-desktop-10.10.1
>=gui-apps/lightpad-0.1.0-r1
"
RDEPEND="
${DEPEND}
media-gfx/imagemagick
"
BDEPEND="$(vala_depend)"
src_unpack() {
unpack ${P}.tar.gz
}
src_prepare() {
vala_setup
default
}
src_configure() {
meson_src_configure
}
src_compile() {
meson_src_compile
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
elog "In order for the applet to appear after installation without relogging it is recommended to run the following as your current logged in user:"
elog " nohup budgie-panel --replace > /dev/null 2>&1 &"
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
elog "In order for the applet to be removed from the budgie-settings applets without relogging it is recommended to run the following as your current logged in user in budgie:"
elog " nohup budgie-panel --replace > /dev/null 2>&1 &"
}
>=budgie-base/budgie-desktop-10.10.1 >=gui-apps/lightpad-0.1.0-r1
>=budgie-base/budgie-desktop-10.10.1 >=gui-apps/lightpad-0.1.0-r1 media-gfx/imagemagick
$(vala_depend)
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | budgie-lightpad-applet-0.2.1.tar.gz | 1297982 bytes | https://github.com/UbuntuBudgie/budgie-lightpad-applet/archive/refs/tags/v0.2.1.tar.gz |