logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 6e6dd4396f2da8e438f6a9238abb7eb03cb5c093
parent a0bc228b5ff74809d15090e899ace7600149c27f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 20 Oct 2023 07:17:05 +0200

x11-apps/xcursorgen-nox: new package, add 0.0.1

Diffstat:

Ax11-apps/xcursorgen-nox/Manifest1+
Ax11-apps/xcursorgen-nox/xcursorgen-nox-0.0.1.ebuild14++++++++++++++
2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/x11-apps/xcursorgen-nox/Manifest b/x11-apps/xcursorgen-nox/Manifest @@ -0,0 +1 @@ +DIST xcursorgen-nox-0.0.1.tar.gz 12130 BLAKE2B 85aedf925f6de4f9cb9d316a2961d5345a87c04d1ce94a340c3932c3d35a45434f2ad9b914e21ead09eda7afba8b51958dd8981c2fc52ce1a2fa744f73028315 SHA512 8e23176cd32eca149bfc86fba6a8d698d1567e665b9f80b9ac4854d693ec594ea2f6167bc9e8402f8706bbce13e6267cd344a4e0981f2fe873839b244a00a412 diff --git a/x11-apps/xcursorgen-nox/xcursorgen-nox-0.0.1.ebuild b/x11-apps/xcursorgen-nox/xcursorgen-nox-0.0.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="create an X cursor file from a collection of PNG images (no libX11)" +HOMEPAGE="https://hacktivis.me/git/xcursorgen-nox/" +SRC_URI="https://hacktivis.me/releases/xcursorgen-nox-0.0.1.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="media-libs/libpng:=" +DEPEND="${RDEPEND}"