logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 63d2d091bddd1e6c97863fcd6a165625abf107ae
parent d852028004a6f3adfdf55e1d67433344b44fc351
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 26 Jul 2023 04:40:25 +0200

gui-libs/wlr-protocols: new package, add 1.0_p20220608, 9999

Diffstat:

Agui-libs/wlr-protocols/Manifest1+
Agui-libs/wlr-protocols/wlr-protocols-1.0_p20220608.ebuild21+++++++++++++++++++++
Agui-libs/wlr-protocols/wlr-protocols-9999.ebuild21+++++++++++++++++++++
3 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/gui-libs/wlr-protocols/Manifest b/gui-libs/wlr-protocols/Manifest @@ -0,0 +1 @@ +DIST wlr-protocols-4264185db3b7e961e7f157e1cc4fd0ab75137568.tar.gz 23232 BLAKE2B 85f33afd8c93abe249da6dc3f884d8e9de0706fb02201e435145bbd670f56fa9c01207bec50f61ef7b2d54da3d4f8dec642b865bfb90ab2466047f27ca090f4f SHA512 fe8c8642f22da3f763632e874873f6f6bf52f0154ffedec6bcb946c3c7d2ca7ca01bc53e96cfe096686640ae6ffe1c79fd2648dbfb517d4c1cab3734931bc96d diff --git a/gui-libs/wlr-protocols/wlr-protocols-1.0_p20220608.ebuild b/gui-libs/wlr-protocols/wlr-protocols-1.0_p20220608.ebuild @@ -0,0 +1,21 @@ +# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +if [ "${PV}" = 9999 ]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.freedesktop.org/wlroots/wlr-protocols.git" +else + EGIT_COMMIT="4264185db3b7e961e7f157e1cc4fd0ab75137568" + SRC_URI="https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/archive/${EGIT_COMMIT}/${PN}-${EGIT_COMMIT}.tar.gz" + S="${WORKDIR}/${PN}-${EGIT_COMMIT}" + KEYWORDS="~amd64" +fi + +DESCRIPTION="Wayland protocols designed for use in wlroots (and other compositors)" +HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlr-protocols" +LICENSE="MIT" +SLOT="0" + +src_compile() { :; } diff --git a/gui-libs/wlr-protocols/wlr-protocols-9999.ebuild b/gui-libs/wlr-protocols/wlr-protocols-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +if [ "${PV}" = 9999 ]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.freedesktop.org/wlroots/wlr-protocols.git" +else + EGIT_COMMIT="4264185db3b7e961e7f157e1cc4fd0ab75137568" + SRC_URI="https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/archive/${EGIT_COMMIT}/${PN}-${EGIT_COMMIT}.tar.gz" + S="${WORKDIR}/${PN}-${EGIT_COMMIT}" + KEYWORDS="~amd64" +fi + +DESCRIPTION="Wayland protocols designed for use in wlroots (and other compositors)" +HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlr-protocols" +LICENSE="MIT" +SLOT="0" + +src_compile() { :; }