Codebase list sugar-artwork / e963cc6
Drop patch 1002 (workaround for older GTK+) as it causes other errors. Instead tighten build-dependency on libgtk2.0-dev to at least 2.16. Closes: bug#584717, thanks to Sascha Silbe. Jonas Smedegaard 13 years ago
3 changed file(s) with 1 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
+0
-14
debian/patches/1002_skip_none-arow_only_if_supported.patch less more
0 --- a/gtk/engine/sugar-style.c
1 +++ b/gtk/engine/sugar-style.c
2 @@ -659,8 +659,11 @@
3 SugarInfo *info = &arrow_info.info;
4 cairo_t *cr;
5
6 +// GTK_ARROW_NONE was implemented around GTK+ 2.10
7 +#ifdef GTK_ARROW_NONE
8 if (arrow_type == GTK_ARROW_NONE)
9 return;
10 +#endif
11
12 if (width < 0 || height < 0)
13 return;
0 1002_skip_none-arow_only_if_supported.patch
10 2001_empy_from_system.patch
21 2991_empy_from_system_automade.patch
4343 # * x11-apps needed only indirectly by icon-slicer. Can be dropped when
4444 # icon-slicer is in Debian stable, or if depending on icon-slicer
4545 # version 03-5
46 CDBS_BUILD_DEPENDS += , libgtk2.0-dev, libglib2.0-dev, libcairo2-dev, python-empy, icon-slicer, icon-naming-utils (>= 0.8.2), x11-apps
46 CDBS_BUILD_DEPENDS += , libgtk2.0-dev (>= 2.16), libglib2.0-dev, libcairo2-dev, python-empy, icon-slicer, icon-naming-utils (>= 0.8.2), x11-apps
4747
4848 # Needed (always/often) at runtime
4949 CDBS_DEPENDS = ttf-dejavu-core