summaryrefslogtreecommitdiff
path: root/recipes/gdk-pixbuf.recipe
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-09-19 18:15:05 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-09-19 20:20:39 +0530
commit79492846b5f5b543c75d30285492814eba6ad3c8 (patch)
treeeeac1c6d6a730e3265d6b5627aff762775827e0b /recipes/gdk-pixbuf.recipe
parentbdc074c80a8e0baa08b96ab3e7eb243ee6417042 (diff)
recipes: Add tarball checksums for all recipes
This should cover all recipes; even those that aren't built by default https://bugzilla.gnome.org/show_bug.cgi?id=797177
Diffstat (limited to 'recipes/gdk-pixbuf.recipe')
-rw-r--r--recipes/gdk-pixbuf.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gdk-pixbuf.recipe b/recipes/gdk-pixbuf.recipe
index 9413f78a..0f6ccff9 100644
--- a/recipes/gdk-pixbuf.recipe
+++ b/recipes/gdk-pixbuf.recipe
@@ -9,6 +9,7 @@ class Recipe(recipe.Recipe):
stype = SourceType.TARBALL
maj_ver = '.'.join(version.split('.')[0:2])
url = 'https://download.gnome.org/sources/{0}/{1}/{0}-{2}.tar.xz'.format(name, maj_ver, version)
+ tarball_checksum = '3a082ad67d68b55970aed0b2034a06618167be98a42d5c70de736756b45d325d'
configure_options = '--with-included-loaders --enable-static --enable-gio-sniffing=no '
deps = ['libjpeg-turbo', 'glib', 'libpng', 'tiff', 'zlib' ]
autoreconf = True