logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: b9f291f3cf1ddc0df3d535864c02e23bab49cd53
parent 112c4437c3424070341f136f2d67af00b12fcf9a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  5 May 2024 12:22:53 +0200

gui-libs/libdecor: treeclean

Diffstat:

Dgui-libs/libdecor/Manifest1-
Dgui-libs/libdecor/libdecor-0.1.1.ebuild51---------------------------------------------------
2 files changed, 0 insertions(+), 52 deletions(-)

diff --git a/gui-libs/libdecor/Manifest b/gui-libs/libdecor/Manifest @@ -1 +0,0 @@ -DIST libdecor-0.1.1.tar.gz 47192 BLAKE2B a2d973b57eaf469bd3396a4fff1c9f1d5bbea39e89bdb22612d16a06aad21052f2b30423c1bb45b16931f93f93cb0261aa9a919cbcac69c02d9a736dc6279733 SHA512 40b1e355f28d4b18ce35b1c096592c81015a1fd4b2db0f3d58f14825388f6614e6dd28efa0368b7c133e094f6aca9db6a7a27dbd4ffdd349b5e8d7619fd3e0be diff --git a/gui-libs/libdecor/libdecor-0.1.1.ebuild b/gui-libs/libdecor/libdecor-0.1.1.ebuild @@ -1,51 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.freedesktop.org/libdecor/libdecor.git" -else - SRC_URI="https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/${PV}/${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="A client-side decorations library for Wayland clients" -HOMEPAGE="https://gitlab.freedesktop.org/libdecor/libdecor" -LICENSE="MIT" -SLOT="0" -IUSE="+dbus examples" - -DEPEND=" - >=dev-libs/wayland-1.18 - >=dev-libs/wayland-protocols-1.15 - x11-libs/pango - dbus? ( sys-apps/dbus ) - examples? ( - virtual/opengl - dev-libs/wayland - media-libs/mesa[egl(+)] - x11-libs/libxkbcommon - ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - >=dev-util/meson-0.47 - examples? ( dev-libs/wayland-protocols ) -" - -src_configure() { - local emesonargs=( - # Avoid auto-magic, built-in feature of meson - -Dauto_features=disabled - - $(meson_feature dbus) - $(meson_use examples demo) - -Dinstall_demo=true - ) - - meson_src_configure -}