From 50ea127ddd7d5e4b71109880c9628db4934297f0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 6 Sep 2021 20:35:48 +0100 Subject: gui-libs/wf-config: drop unnecessary dependency on gui-libs/wlroots Closes: https://bugs.gentoo.org/804672 Signed-off-by: Sam James --- gui-libs/wf-config/wf-config-0.7.1-r1.ebuild | 31 ++++++++++++++++++++++++ gui-libs/wf-config/wf-config-0.7.1.ebuild | 35 ---------------------------- gui-libs/wf-config/wf-config-9999.ebuild | 3 --- 3 files changed, 31 insertions(+), 38 deletions(-) create mode 100644 gui-libs/wf-config/wf-config-0.7.1-r1.ebuild delete mode 100644 gui-libs/wf-config/wf-config-0.7.1.ebuild (limited to 'gui-libs/wf-config') diff --git a/gui-libs/wf-config/wf-config-0.7.1-r1.ebuild b/gui-libs/wf-config/wf-config-0.7.1-r1.ebuild new file mode 100644 index 000000000000..086ba02a39aa --- /dev/null +++ b/gui-libs/wf-config/wf-config-0.7.1-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="library for managing wayfire configuration files" +HOMEPAGE="https://github.com/WayfireWM/wf-config" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/WayfireWM/wf-config.git" +else + SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/v${PV}/${P}.tar.xz" + KEYWORDS="amd64 ~arm64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" + +DEPEND=" + dev-libs/libevdev + dev-libs/libxml2 + media-libs/glm +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-libs/wayland-protocols + virtual/pkgconfig +" diff --git a/gui-libs/wf-config/wf-config-0.7.1.ebuild b/gui-libs/wf-config/wf-config-0.7.1.ebuild deleted file mode 100644 index 1df962610514..000000000000 --- a/gui-libs/wf-config/wf-config-0.7.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="library for managing wayfire configuration files" -HOMEPAGE="https://github.com/WayfireWM/wf-config" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/WayfireWM/wf-config.git" -else - SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" - -DEPEND=" - dev-libs/libevdev - dev-libs/libxml2 - >=gui-libs/wlroots-0.13.0:= -