Skip to content

Commit

Permalink
gtk-sharp: remove libglade from makedepends, fix xlint
Browse files Browse the repository at this point in the history
libglade-devel is not used by this package.
  • Loading branch information
Krul Ceter authored and paper42 committed Nov 8, 2022
1 parent 48c1f83 commit c5cbf84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions srcpkgs/gtk-sharp/template
Original file line number Diff line number Diff line change
@@ -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"
makedepends="mono-devel gtk+3-devel"
short_desc="Graphical User Interface Toolkit for mono and .Net (Gtk#)"
maintainer="Enno Boland <gottox@voidlinux.org>"
homepage="https://www.mono-project.com/GtkSharp"
license="LGPL-2.1-or-later"
short_desc="Graphical User Interface Toolkit for mono and .Net (Gtk#)"
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"
Expand Down

0 comments on commit c5cbf84

Please sign in to comment.