logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: ea2e95c27191cb2784f658e949decb64eefd20e4
parent 254c20cacd455eb9e2adecad749397a73b007fe9
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 10 Mar 2021 06:33:24 +0100

gui-wm/cage: Superseeded by ::guru

Diffstat:

Dgui-wm/cage/Manifest1-
Dgui-wm/cage/cage-0.1.1.ebuild40----------------------------------------
Dgui-wm/cage/cage-9999.ebuild40----------------------------------------
Dgui-wm/cage/metadata.xml11-----------
4 files changed, 0 insertions(+), 92 deletions(-)

diff --git a/gui-wm/cage/Manifest b/gui-wm/cage/Manifest @@ -1 +0,0 @@ -DIST cage-0.1.1.tar.gz 19947 BLAKE2B d726971e1f73b18fa8dac6a8dc22ff13568c6356763c112b05c199b6e3b84e4e9c46be771249241e25d71d9ea68ef4be5604da6a46993868426876f58880f31a SHA512 f071f04f1ff7d2b89ae72238ef1a28fd3fbc389803e4a4fe0c3d938c7a2a1cc962b63929d081d975f98131ff6dd9637762e8036bb320277e2580f0cbeb0c6201 diff --git a/gui-wm/cage/cage-0.1.1.ebuild b/gui-wm/cage/cage-0.1.1.ebuild @@ -1,40 +0,0 @@ -# Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me> -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/Hjdskes/cage" -else - SRC_URI="https://github.com/Hjdskes/cage/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="Wayland Kiosk" -HOMEPAGE="https://www.hjdskes.nl/projects/cage/" -LICENSE="MIT" -SLOT="0" -IUSE="xwayland" - -# dev-libs/wayland provides wayland-server, wayland-scanner -DEPEND=" - >=gui-libs/wlroots-0.6.0:= - xwayland? ( gui-libs/wlroots[X] ) - >=dev-libs/wayland-protocols-1.14:= - x11-libs/pixman:= - x11-libs/libxkbcommon:= - dev-libs/wayland:= -" -RDEPEND="${DEPEND}" - -src_configure() { - local emesonargs=( - "$(meson_use xwayland)" - "-Dwerror=false" - ) - - meson_src_configure -} diff --git a/gui-wm/cage/cage-9999.ebuild b/gui-wm/cage/cage-9999.ebuild @@ -1,40 +0,0 @@ -# Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me> -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/Hjdskes/cage" -else - SRC_URI="https://github.com/Hjdskes/cage/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="Wayland Kiosk" -HOMEPAGE="https://www.hjdskes.nl/projects/cage/" -LICENSE="MIT" -SLOT="0" -IUSE="xwayland" - -# dev-libs/wayland provides wayland-server, wayland-scanner -DEPEND=" - >=gui-libs/wlroots-0.6.0:= - xwayland? ( gui-libs/wlroots[X] ) - >=dev-libs/wayland-protocols-1.14:= - x11-libs/pixman:= - x11-libs/libxkbcommon:= - dev-libs/wayland:= -" -RDEPEND="${DEPEND}" - -src_configure() { - local emesonargs=( - "$(meson_use xwayland)" - "-Dwerror=false" - ) - - meson_src_configure -} diff --git a/gui-wm/cage/metadata.xml b/gui-wm/cage/metadata.xml @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>contact@hacktivis.me</email> - <name>Haelwenn (lanodan) Monnier</name> - </maintainer> - <use> - <flag name="xwayland">Enable ability support native X11 applications</flag> - </use> -</pkgmetadata>