glibmm: update to 2.32.1.
This commit is contained in:
parent
64548802cd
commit
a861ab341a
|
@ -1,20 +1,18 @@
|
|||
# Template build file for 'glibmm'
|
||||
pkgname=glibmm
|
||||
version=2.32.0
|
||||
distfiles="${GNOME_SITE}/glibmm/2.32/glibmm-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config intltool glib-devel libsigc++-devel>=2.2.10"
|
||||
version=2.32.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
subpackages="glibmm-devel"
|
||||
makedepends="pkg-config intltool glib-devel libsigc++-devel>=2.2.10"
|
||||
short_desc="C++ bindings for GLib"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://gtkmm.sourceforge.net/"
|
||||
license="LGPL-2.1"
|
||||
checksum=e1806f884c6e9f904ee2af0d39dd8d4de3f91a039f897f54333b0890de06f94b
|
||||
distfiles="${GNOME_SITE}/glibmm/2.32/glibmm-$version.tar.xz"
|
||||
checksum=d6ed4d38e8739813941a0f0fec471c00ea93c5ed46179543340821c7ca798a2f
|
||||
long_desc="
|
||||
glibmm (previously known as GLib--) is the official C++ interface for the
|
||||
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
|
||||
extensible via inheritance and a comprehensive set of widget classes that
|
||||
can be freely combined to quickly create complex user interfaces."
|
||||
|
||||
subpackages="glibmm-devel"
|
||||
|
||||
|
|
Loading…
Reference in New Issue