diff --git a/x11-apps/xcursorgen/Manifest b/x11-apps/xcursorgen/Manifest index 24169f6c8ec15..34febe963507e 100644 --- a/x11-apps/xcursorgen/Manifest +++ b/x11-apps/xcursorgen/Manifest @@ -1 +1,2 @@ DIST xcursorgen-1.0.8.tar.xz 123208 BLAKE2B 91d44a92b5cc2822ad81aba23897ae6bb2e931d7366e4643363904a249d83e8225ee193e2d3b9ae4c1c5ff9f07f5fbb94b4201613d715499709c1861d8dd378a SHA512 dede5b9e1e09f9253365bbb83fdab26c681641913f3586cef52d4802db9cecc7e252344911cd969a873c3a5c5ebbd4b862f786de263f92ea1bcb2df90236f9c4 +DIST xcursorgen-1.0.9.tar.xz 126956 BLAKE2B 3648875e7d35dc00dc3370c4c656c69211426d985fa0331e102b73194ca3cec820de152e3c5aa74d35e82f0eb091856e902e011552fa878937f439863795d9de SHA512 d40b96d6f60ee3815ef8ed6217028b39b127f200415661e39cf23af89662aafc6783f9e311f8021fe1a5ccfbc47610909796e569991e6680b8c2133401af476e diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.9.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.9.ebuild new file mode 100644 index 0000000000000..7fe2a192c8482 --- /dev/null +++ b/x11-apps/xcursorgen/xcursorgen-1.0.9.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xorg-meson + +DESCRIPTION="create an X cursor file from a collection of PNG images" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXcursor + media-libs/libpng:0=" +DEPEND="${RDEPEND} + x11-base/xorg-proto"