diff --git a/srcpkgs/gdk-pixbuf/gdk-pixbuf-devel.template b/srcpkgs/gdk-pixbuf/gdk-pixbuf-devel.template index ef134aa442..bacc5188e3 100644 --- a/srcpkgs/gdk-pixbuf/gdk-pixbuf-devel.template +++ b/srcpkgs/gdk-pixbuf/gdk-pixbuf-devel.template @@ -6,7 +6,6 @@ long_desc=" This package contains development files: headers, static libs, etc." -revision=2 replaces="gtk+-devel<2.22" Add_dependency run perl ">=0" diff --git a/srcpkgs/gdk-pixbuf/patches/gdk-pixbuf-query-loaders-new-option.diff b/srcpkgs/gdk-pixbuf/patches/gdk-pixbuf-query-loaders-new-option.diff index e42712f120..520e137a26 100644 --- a/srcpkgs/gdk-pixbuf/patches/gdk-pixbuf-query-loaders-new-option.diff +++ b/srcpkgs/gdk-pixbuf/patches/gdk-pixbuf-query-loaders-new-option.diff @@ -1,17 +1,17 @@ Implement --print-cache-file option to print the path to the cache file used by gdk-pixbuf. ---- docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1.orig 2010-10-23 15:38:09.302070058 +0200 -+++ docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1 2010-10-23 15:39:56.156994937 +0200 -@@ -7,7 +7,7 @@ - .\" Source: [FIXME: source] - .\" Language: English - .\" --.TH "GDK\-PIXBUF\-QUERY\-" "1" "09/21/2010" "[FIXME: source]" "[FIXME: manual]" -+.TH "GDK\-PIXBUF\-QUERY\-" "1" "10/23/2010" "[FIXME: source]" "[FIXME: manual]" - .\" ----------------------------------------------------------------- - .\" * Define some portability stuff - .\" ----------------------------------------------------------------- +--- docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1.orig 2010-11-18 12:33:06.511901670 +0100 ++++ docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1 2010-11-18 12:34:15.216524449 +0100 +@@ -31,7 +31,7 @@ + gdk-pixbuf-query-loaders \- GdkPixbuf loader registration utility + .SH "SYNOPSIS" + .HP \w'\fBgdk\-pixbuf\-query\-loaders\fR\ 'u +-\fBgdk\-pixbuf\-query\-loaders\fR [\-\-update\-cache] [module...] ++\fBgdk\-pixbuf\-query\-loaders\fR [\-\-update\-cache | \-\-print\-cache\-file ] [module...] + .SH "DESCRIPTION" + .PP + @@ -59,6 +59,11 @@ gdk\-pixbuf at the file\&. .SH "OPTIONS" @@ -24,8 +24,8 @@ cache file used by gdk-pixbuf. \-\-update\-cache .RS 4 Write the output to the default cache location instead of ---- gdk-pixbuf/queryloaders.c.orig 2010-10-23 15:34:28.360421197 +0200 -+++ gdk-pixbuf/queryloaders.c 2010-10-23 15:36:27.509779280 +0200 +--- gdk-pixbuf/queryloaders.c.orig 2010-11-18 12:34:59.871657960 +0100 ++++ gdk-pixbuf/queryloaders.c 2010-11-18 12:35:40.334628205 +0100 @@ -283,7 +283,11 @@ int main (int argc, char **argv) #endif diff --git a/srcpkgs/gdk-pixbuf/template b/srcpkgs/gdk-pixbuf/template index e585dfb7ba..9148ece2ed 100644 --- a/srcpkgs/gdk-pixbuf/template +++ b/srcpkgs/gdk-pixbuf/template @@ -1,12 +1,12 @@ # Template build file for 'gdk-pixbuf'. pkgname=gdk-pixbuf -version=2.22.0 +version=2.22.1 distfiles="${GNOME_SITE}/$pkgname/2.22/$pkgname-$version.tar.bz2" build_style=gnu_configure configure_args="--without-libjasper --with-included-loaders=png" short_desc="An Image loading library for The GTK+ toolkit (v2)" maintainer="Juan RP " -checksum=b8ff6a308f037af6b501246ad8779a951ca92af975efc2e97c354ea6702667cf +checksum=6ce87eda24af9362307b2593c154d0b660f4e26d0abf2e71d46d0ddd55fd953d long_desc=" This package contains an image loading library for the GTK+ toolkit v2."