From 3a38a5d9da46eca9d656aa0ec448c8ba6034b044 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 17 Dec 2023 20:58:02 +0000 Subject: gentoo auto-resync : 17:12:2023 - 20:58:01 --- .../wayfire-plugins-extra-0.8.0.ebuild | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild (limited to 'gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild') diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild new file mode 100644 index 000000000000..245409005bf2 --- /dev/null +++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 2019-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="extra plugins for wayfire" +HOMEPAGE="https://github.com/WayfireWM/wayfire-plugins-extra" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/WayfireWM/wayfire-plugins-extra.git" + SLOT="0/9999" +else + SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm64 ~x86" + SLOT="0/$(ver_cut 1-2)" +fi + +LICENSE="MIT" + +# no tests +RESTRICT="test" + +DEPEND=" + dev-cpp/glibmm:2 + dev-cpp/nlohmann_json + dev-libs/libevdev + dev-libs/wayland + gui-wm/wayfire:${SLOT} +" +RDEPEND="${DEPEND}" +BDEPEND=" + >=dev-libs/wayland-protocols-1.12 + dev-util/wayland-scanner + virtual/pkgconfig +" -- cgit v1.2.3