From fd74104d2611ea04ec2c8ee89079d449efbabe60 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sun, 5 May 2024 14:48:13 -0400 Subject: [PATCH] gui-wm/scenefx: move to gui-libs simply SRC_URI drop unused optfeature eclass remove redundant src_install Signed-off-by: Julien Roy --- {gui-wm => gui-libs}/scenefx/Manifest | 0 {gui-wm => gui-libs}/scenefx/scenefx-0.1.ebuild | 8 ++------ 2 files changed, 2 insertions(+), 6 deletions(-) rename {gui-wm => gui-libs}/scenefx/Manifest (100%) rename {gui-wm => gui-libs}/scenefx/scenefx-0.1.ebuild (91%) 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 -}