mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 07:19:01 -04:00
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:
parent
b028209172
commit
fd74104d26
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user