Update cairo to 1.14.8, gtkplus to 2.24.31 and pango to 1.40.3 (#2642)

This commit is contained in:
Michael Kuhn
2016-12-22 00:03:28 +01:00
committed by becker33
parent 70a4c4e105
commit e340f275b8
3 changed files with 10 additions and 8 deletions

View File

@@ -29,10 +29,10 @@ class Gtkplus(Package):
"""The GTK+ 2 package contains libraries used for creating graphical user
interfaces for applications."""
homepage = "http://www.gtk.org"
url = "http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.31.tar.xz"
version(
'2.24.25', '612350704dd3aacb95355a4981930c6f',
url="http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.25.tar.xz")
version('2.24.31', '68c1922732c7efc08df4656a5366dcc3afdc8791513400dac276009b40954658')
version('2.24.25', '38af1020cb8ff3d10dda2c8807f11e92af9d2fa4045de61c62eedb7fbc7ea5b3')
variant('X', default=False, description="Enable an X toolkit")