gtkmm2: update to 2.24.4.

This commit is contained in:
Juan RP 2013-06-29 06:44:45 +02:00
parent 16c7d57841
commit 0129a38d32

View File

@ -1,6 +1,6 @@
# Template build file for 'gtkmm'.
pkgname=gtkmm2
version=2.24.3
version=2.24.4
revision=1
wrksrc=gtkmm-${version}
build_style=gnu-configure
@ -12,7 +12,7 @@ homepage="http://www.gtkmm.org/"
license="LGPL-2.1"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${GNOME_SITE}/gtkmm/2.24/gtkmm-$version.tar.xz"
checksum=c564a438677174b97d69dd70467cb03c933481006398dc9377417aa6abe02a39
checksum=443a2ff3fcb42a915609f1779000390c640a6d7fd19ad8816e6161053696f5ee
long_desc="
gtkmm (previously known as Gtk--) is the official C++ interface for the
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
@ -35,6 +35,7 @@ gtkmm2-devel_package() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/g*"
vmove "usr/lib/*.so"
}
}