glibmm: update to 2.30.0.
This commit is contained in:
parent
24e9c618d7
commit
d100359687
|
@ -1,11 +1,13 @@
|
|||
# Template build file for 'glibmm'
|
||||
pkgname=glibmm
|
||||
version=2.28.0
|
||||
distfiles="${GNOME_SITE}/glibmm/2.28/glibmm-$version.tar.bz2"
|
||||
version=2.30.0
|
||||
distfiles="${GNOME_SITE}/glibmm/2.30/glibmm-$version.tar.xz"
|
||||
build_style=gnu_configure
|
||||
short_desc="C++ bindings for GLib"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=b1b99868896b028354141e3b2470d98799283e90154550e12614f692db17a5a3
|
||||
homepage="http://gtkmm.sourceforge.net/"
|
||||
license="LGPL-2.1"
|
||||
checksum=a7ad3fc34c2ba108511738a6ecbf9396edeb26776b2f9b5f4490551509ee0db4
|
||||
long_desc="
|
||||
glibmm (previously known as GLib--) is the official C++ interface for the
|
||||
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
|
||||
|
@ -19,10 +21,7 @@ Add_dependency run libstdc++
|
|||
Add_dependency run glib
|
||||
Add_dependency run libsigc++
|
||||
|
||||
Add_dependency build gettext
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build doxygen
|
||||
Add_dependency build libxslt
|
||||
Add_dependency build docbook-xsl
|
||||
Add_dependency build intltool
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build libsigc++-devel
|
||||
|
|
Loading…
Reference in New Issue