diff --git a/gui-wm/scenefx/Manifest b/gui-libs/scenefx/Manifest similarity index 100% rename from gui-wm/scenefx/Manifest rename to gui-libs/scenefx/Manifest diff --git a/gui-wm/scenefx/scenefx-0.1.ebuild b/gui-libs/scenefx/scenefx-0.1.ebuild similarity index 91% rename from gui-wm/scenefx/scenefx-0.1.ebuild rename to gui-libs/scenefx/scenefx-0.1.ebuild index 3af25dbdff..c82e0605dd 100644 --- a/gui-wm/scenefx/scenefx-0.1.ebuild +++ b/gui-libs/scenefx/scenefx-0.1.ebuild @@ -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 -}