gui-wm/scenefx: move to gui-libs

simply SRC_URI
drop unused optfeature eclass
remove redundant src_install

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy 2024-05-05 14:48:13 -04:00
parent b028209172
commit fd74104d26
No known key found for this signature in database
GPG Key ID: BEF2297448848842
2 changed files with 2 additions and 6 deletions

View File

@ -3,12 +3,12 @@
EAPI=8
inherit meson optfeature
inherit meson
DESCRIPTION="A replacement for the wlroots scene API with eye-candy effects."
HOMEPAGE="https://github.com/wlrfx/scenefx"
SRC_URI="https://github.com/wlrfx/scenefx/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/wlrfx/scenefx/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${PV}"
LICENSE="MIT"
@ -80,7 +80,3 @@ src_configure() {
meson_src_configure
}
src_install() {
meson_src_install
}