mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
x11-misc/obmenu-generator: update EAPI 7 -> 8
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
parent
e125093814
commit
a55b32dac7
36
x11-misc/obmenu-generator/obmenu-generator-0.93-r1.ebuild
Normal file
36
x11-misc/obmenu-generator/obmenu-generator-0.93-r1.ebuild
Normal file
@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit optfeature
|
||||
|
||||
DESCRIPTION="A fast pipe/static menu generator for the Openbox Window Manager"
|
||||
HOMEPAGE="https://github.com/trizen/obmenu-generator"
|
||||
SRC_URI="https://github.com/trizen/obmenu-generator/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-lang/perl[gdbm]
|
||||
dev-perl/Data-Dump
|
||||
>=dev-perl/Linux-DesktopFiles-0.90.0
|
||||
x11-wm/openbox
|
||||
"
|
||||
|
||||
src_install() {
|
||||
dobin ${PN}
|
||||
|
||||
insinto /etc/xdg/obmenu-generator
|
||||
doins schema.pl
|
||||
|
||||
dodoc README.md
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature_header "For icon (-i) functionality, install:"
|
||||
optfeature "support via gtk+:2 (enabled via config)" dev-perl/Gtk2
|
||||
optfeature "support via gtk+:3 (default)" dev-perl/Gtk3
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user