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,9 +29,10 @@ class Cairo(AutotoolsPackage):
"""Cairo is a 2D graphics library with support for multiple output
devices."""
homepage = "http://cairographics.org"
url = "http://cairographics.org/releases/cairo-1.14.0.tar.xz"
url = "http://cairographics.org/releases/cairo-1.14.8.tar.xz"
version('1.14.0', 'fc3a5edeba703f906f2241b394f0cced')
version('1.14.8', 'c6f7b99986f93c9df78653c3e6a3b5043f65145e')
version('1.14.0', '53cf589b983412ea7f78feee2e1ba9cea6e3ebae')
variant('X', default=False, description="Build with X11 support")