glibmm: update to 2.30.1.

This commit is contained in:
Juan RP 2011-11-19 02:17:15 +01:00
parent 1441e246f2
commit 62e738807c
1 changed files with 3 additions and 4 deletions

View File

@ -1,14 +1,13 @@
# Template build file for 'glibmm'
pkgname=glibmm
version=2.30.0
version=2.30.1
distfiles="${GNOME_SITE}/glibmm/2.30/glibmm-$version.tar.xz"
build_style=gnu-configure
revision=1
short_desc="C++ bindings for GLib"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://gtkmm.sourceforge.net/"
license="LGPL-2.1"
checksum=a7ad3fc34c2ba108511738a6ecbf9396edeb26776b2f9b5f4490551509ee0db4
checksum=69582b584666cab1dc4253faffee548054730bc058e28466871e6a954d7ff897
long_desc="
glibmm (previously known as GLib--) is the official C++ interface for the
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
@ -20,4 +19,4 @@ subpackages="glibmm-devel"
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build glib-devel
Add_dependency build libsigc++-devel
Add_dependency build libsigc++-devel ">=2.2.10"