dev-util/geany: themes from geany-themes are now included

Closes: https://bugs.gentoo.org/960535
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43109
Closes: https://github.com/gentoo/gentoo/pull/43109
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Chris Mayo
2025-07-22 19:28:36 +01:00
committed by Sam James
parent de9642caf7
commit a9a0766cab

View File

@@ -18,7 +18,7 @@ else
SRC_URI="https://download.geany.org/${P}.tar.bz2"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
fi
LICENSE="GPL-2+ HPND"
LICENSE="GPL-2+ HPND LGPL-2+ LGPL-2.1+"
SLOT="0"
IUSE="+vte wayland X"
@@ -27,6 +27,7 @@ BDEPEND="virtual/pkgconfig"
RDEPEND="
>=dev-libs/glib-2.32:2
>=x11-libs/gtk+-3.24:3[wayland?,X?]
!x11-themes/geany-themes
vte? ( x11-libs/vte:2.91 )
"
DEPEND="