gtk-sharp: update to 2.99.1.

This commit is contained in:
wertyi48 2013-10-31 14:18:11 -03:00
parent b61c506639
commit 977e803de4
2 changed files with 5 additions and 4 deletions

View file

@ -1430,3 +1430,4 @@ libgdiplus.so.0 libgdiplus-2.10.9_1
libmonosgen-2.0.so.1 mono-3.2.3_1
libshout-idjc.so.3 libshout-idjc-2.3.1_1
libpolarssl.so.5 libpolarssl-1.3.1_1
libmonoboehm-2.0.so.1 mono-3.2.3_1

View file

@ -1,19 +1,19 @@
# Template file for 'gtk-sharp'
pkgname=gtk-sharp
version=2.12.22
version=2.99.1
revision=1
distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz"
checksum="d50f153c9b1a179efb989ba46abd3083a8eae1b514dd04129f8cc9339f723926"
checksum="652f11ee424e893b3514055b4eb4a6a23fbd53c761dcfd7951962a90ddc9cd54"
build_style=gnu-configure
hostmakedepends="pkg-config autoconf automake"
makedepends="mono gtk+-devel libglade-devel libtool which"
makedepends="mono gtk+3-devel libglade-devel libtool which"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://www.mono-project.com/GtkSharp"
license="LGPL"
short_desc="Gtk# is a Graphical User Interface Toolkit for mono and .Net"
pre_configure() {
./bootstrap-2.12
./autogen.sh
}
gtk-sharp_package() {