From 1c02076b7357c0b87c19923cf9a05a65754c1645 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Thu, 11 Aug 2022 12:16:35 -0400 Subject: [PATCH] cegui: drop unused python-devel in makedepends. --- srcpkgs/cegui/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cegui/template b/srcpkgs/cegui/template index 070fa66aff81..de507c8b0fd3 100644 --- a/srcpkgs/cegui/template +++ b/srcpkgs/cegui/template @@ -1,7 +1,7 @@ # Template file for 'cegui' pkgname=cegui version=0.8.7.20190225 -revision=5 +revision=6 _githash=bfc6a841de45b8e63040d33b9cccc67745337f4e wrksrc="${pkgname}-${_githash}" build_style=cmake @@ -14,7 +14,6 @@ makedepends="libglvnd-devel SDL2-devel SDL2_image-devel libxml2-devel boost-deve devil-devel glfw-devel glm ois-devel silly-devel fribidi-devel lua53-devel minizip-devel $(vopt_if irrlicht irrlicht-devel) $(vopt_if ogre libogre-devel) - $(vopt_if python python-devel) $(vopt_if gtk gtk+-devel)" short_desc="Crazy Eddie's Graphical User Interface" maintainer="Orphaned " @@ -24,10 +23,10 @@ distfiles="https://github.com/cegui/cegui/archive/${_githash}.tar.gz" checksum=70156257313b81d068d6592887157dd16b91d7bc0dfdcba02a96ed371d329e64 replaces="cegui-data>=0 cegui-sample>=0" -build_options="gtk irrlicht ogre python" +build_options="gtk irrlicht ogre" desc_option_irrlicht="Enable support for Irrlicht" desc_option_ogre="Enable support for Ogre" -build_options_default="gtk python" +build_options_default="gtk" if [ -z "$CROSS_BUILD" ]; then # irrlicht interface fails to cross compile