From c5cbf84718aa1f2a4c30aab9e0fc056afd03d8b0 Mon Sep 17 00:00:00 2001 From: Krul Ceter Date: Sat, 5 Nov 2022 17:46:31 +0300 Subject: [PATCH] gtk-sharp: remove libglade from makedepends, fix xlint libglade-devel is not used by this package. --- srcpkgs/gtk-sharp/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/gtk-sharp/template b/srcpkgs/gtk-sharp/template index f3125a45788..45613ab0c19 100644 --- a/srcpkgs/gtk-sharp/template +++ b/srcpkgs/gtk-sharp/template @@ -1,18 +1,18 @@ # Template file for 'gtk-sharp' pkgname=gtk-sharp version=2.99.3 -revision=2 -lib32disabled=yes +revision=3 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="automake libtool mono pkg-config" -makedepends="mono-devel gtk+3-devel libglade-devel" -maintainer="Enno Boland " -homepage="https://www.mono-project.com/GtkSharp" -license="LGPL-2.1-or-later" +makedepends="mono-devel gtk+3-devel" short_desc="Graphical User Interface Toolkit for mono and .Net (Gtk#)" +maintainer="Enno Boland " +license="LGPL-2.1-or-later" +homepage="https://www.mono-project.com/GtkSharp" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" checksum=6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2 +lib32disabled=yes if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then _have_mdoc="no"