gtk-sharp : update to 2.99.2.

This commit is contained in:
wertyi48 2013-12-17 13:47:26 -04:00
parent fbefc05d15
commit cc3007e46b
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'gtk-sharp'
pkgname=gtk-sharp
version=2.99.1
version=2.99.2
revision=1
distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz"
checksum="652f11ee424e893b3514055b4eb4a6a23fbd53c761dcfd7951962a90ddc9cd54"
checksum="a2f143cfa9a33f7249770b13086e9cfb9c122d8a8b91a231f9343dd91bdb3a0b"
build_style=gnu-configure
hostmakedepends="pkg-config autoconf automake"
makedepends="mono gtk+3-devel libglade-devel libtool which"
@ -12,6 +12,8 @@ homepage="http://www.mono-project.com/GtkSharp"
license="LGPL"
short_desc="Gtk# is a Graphical User Interface Toolkit for mono and .Net"
create_srcdir=yes
pre_configure() {
./autogen.sh
}