gtkmm: update to 3.4.0.
This commit is contained in:
parent
7964329d2f
commit
639684026d
1 changed files with 4 additions and 5 deletions
|
@ -1,14 +1,13 @@
|
||||||
# Template build file for 'gtkmm'.
|
# Template build file for 'gtkmm'.
|
||||||
pkgname=gtkmm
|
pkgname=gtkmm
|
||||||
version=3.3.20
|
version=3.4.0
|
||||||
revision=1
|
distfiles="${GNOME_SITE}/gtkmm/3.4/gtkmm-$version.tar.xz"
|
||||||
distfiles="${GNOME_SITE}/gtkmm/3.3/gtkmm-$version.tar.xz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="C++ bindings for The GTK+ toolkit (v2)"
|
short_desc="C++ bindings for The GTK+ toolkit (v2)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://gtkmm.sourceforge.net/"
|
homepage="http://gtkmm.sourceforge.net/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=ae131bc37c158d136f61f8d01377c0ee348e3e832a22272ffa7efc530197b6b4
|
checksum=42ea4e9acdd37fc3fe7026f8249a5427927b51048adff827bc1312900d6b12e9
|
||||||
long_desc="
|
long_desc="
|
||||||
gtkmm (previously known as Gtk--) is the official C++ interface for the
|
gtkmm (previously known as Gtk--) is the official C++ interface for the
|
||||||
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
|
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
|
||||||
|
@ -24,7 +23,7 @@ subpackages="gtkmm-devel"
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build gtk+3-devel
|
Add_dependency build gtk+3-devel
|
||||||
Add_dependency build glibmm-devel ">=2.31.20"
|
Add_dependency build glibmm-devel ">=2.32.0"
|
||||||
Add_dependency build atkmm-devel
|
Add_dependency build atkmm-devel
|
||||||
Add_dependency build pangomm-devel
|
Add_dependency build pangomm-devel
|
||||||
Add_dependency build cairomm-devel
|
Add_dependency build cairomm-devel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue