gtk-sharp: remove libglade from makedepends, fix xlint
libglade-devel is not used by this package.
This commit is contained in:
parent
48c1f83e35
commit
c5cbf84718
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'gtk-sharp'
|
# Template file for 'gtk-sharp'
|
||||||
pkgname=gtk-sharp
|
pkgname=gtk-sharp
|
||||||
version=2.99.3
|
version=2.99.3
|
||||||
revision=2
|
revision=3
|
||||||
lib32disabled=yes
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="automake libtool mono pkg-config"
|
hostmakedepends="automake libtool mono pkg-config"
|
||||||
makedepends="mono-devel gtk+3-devel libglade-devel"
|
makedepends="mono-devel gtk+3-devel"
|
||||||
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#)"
|
short_desc="Graphical User Interface Toolkit for mono and .Net (Gtk#)"
|
||||||
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="https://www.mono-project.com/GtkSharp"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2
|
checksum=6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2
|
||||||
|
lib32disabled=yes
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||||
_have_mdoc="no"
|
_have_mdoc="no"
|
||||||
|
|
Loading…
Reference in New Issue