gtk-sharp: update to 2.99.3; take maintainership due to inactivity.
This commit is contained in:
parent
7f3aab949a
commit
aa180473f3
|
@ -1,21 +1,20 @@
|
|||
# Template file for 'gtk-sharp'
|
||||
pkgname=gtk-sharp
|
||||
version=2.99.2
|
||||
revision=3
|
||||
distfiles="https://github.com/mono/gtk-sharp/archive/${version}.tar.gz"
|
||||
checksum="a2f143cfa9a33f7249770b13086e9cfb9c122d8a8b91a231f9343dd91bdb3a0b"
|
||||
build_style="gnu-configure"
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config autoconf automake which libtool"
|
||||
makedepends="mono gtk+3-devel libglade-devel"
|
||||
maintainer="Steven R <dev@styez.com>"
|
||||
homepage="http://www.mono-project.com/GtkSharp"
|
||||
license="LGPL"
|
||||
short_desc="Graphical User Interface Toolkit for mono and .Net (Gtk#)"
|
||||
|
||||
version=2.99.3
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64"
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config automake libtool"
|
||||
makedepends="mono gtk+3-devel libglade-devel"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.mono-project.com/GtkSharp"
|
||||
license="LGPL-2.1"
|
||||
short_desc="Graphical User Interface Toolkit for mono and .Net (Gtk#)"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue