Commit Graph

751 Commits

Author SHA1 Message Date
196a004612 * branch gtk to experimental 2008-02-21 18:38:01 +00:00
4b3dbf67c0 * update-icon-caches: always exit with a 0 code to avoid breaking
upgrades when a cache is corrupt. Display a big fat warning instead.
  Closes: #466083.
2008-02-17 12:38:13 +00:00
4ac4afa29d * fix distro 2008-02-13 08:42:27 +00:00
9430a55cc3 * New upstream bugfix release:
+ debian/patches/040_filechooser_single-click.patch,
    debian/patches/093_directfb-type-changes.patch,
    debian/patches/094_directfb-deprecation-fixes.patch:
    - Dropped, merged upstream.
  + debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
2008-02-13 08:32:11 +00:00
e3362efa52 * New upstream release; no change tarball update. 2008-01-30 17:52:02 +00:00
79c06a77b7 Drop a trailing space 2008-01-29 20:29:59 +00:00
ad4507e200 * New patch, 095_gtk-im-module-setting, adds XSETTINGS support for immodule;
from GNOME 502446.
2008-01-29 20:18:28 +00:00
6ccaf290e2 - New patch, 094_directfb-deprecation-fixes, fixes directfb build with
GLib 2.15 deprecation of G_GNUC_FUNCTION in favor of G_STRLOC.
2008-01-29 16:42:15 +00:00
43d0fd145a * Fix ordering in series. 2008-01-29 16:27:53 +00:00
e827671f51 * New upstream stable release; no API change; bug fixes and translation
updates.
  - Refresh patches 033_treeview_resizing, 042_treeview_single-focus to
    apply cleanly.
  - Update relibtoolizing patch, 070_mandatory-relibtoolize
2008-01-29 09:08:19 +00:00
d70b4777d3 * Drop cruft trying to convert /usr/share/doc/libgtk2.0-0 directory into a
symlink in libgtk2.0-0.postinst; thanks Sven Joachim; closes: #462057.
2008-01-22 10:04:53 +00:00
f7ef510d5b * Fix GNOME casing in gtk-faq and gtk doc base descriptions. 2008-01-21 17:43:20 +00:00
ad85de2ff5 * Rework /usr/share/doc symlinks completely; closes: #461440.
- Use a real directory for all packages using a symlink previously:
    libgtk2.0-bin, libgtk-directfb-2.0-dev, libgtk2.0-dev, libgtk2.0-0-dbg,
    libgtk-directfb-2.0-0, libgtk2.0-0; add a preinst snippet removing the
    path on upgrade if it's a symlink and points to the proper directory;
    add a prerm snippet removing the path on upgrade (for downgrades) if
    it's a directory (and not a symlink).
  - Create symlinks for changelog.gz, NEWS.gz, NEWS.pre-1-0.gz, and
    README.gz in the /usr/share/doc dirs of these packages as well as for
    gtk2-engines-pixbuf; add a libgtk2.0-common unversionned dependency for
    all these packages.
  - Split dh_installdocs and dh_installchangelogs calls on multiple packages
    and use one call per package as the intent was to install in all the
    specified packages; also call dh_installdocs and dh_installchangelogs
    without any extra file for all packages to install copyright and Debian
    changelog.
  - Factor the list of dh_installdocs files in DH_INSTALLDOCS_FILES in
    rules.
2008-01-21 16:57:30 +00:00
538de45664 Merge UNRELEASED 2.8.18-2 into 2.8.18-3 2008-01-21 11:19:44 +00:00
4d9dfc1af4 * Add ${shlibs:Depends} to libgtk2.0-dev. 2008-01-18 09:39:13 +00:00
d537c90274 * Drop duplicated ${misc:Depends} from Recommends. 2008-01-17 11:03:07 +00:00
737c411f8c * 092_recentfiles-recursion-fix.patch: Guard against recursion in
gtk_recent_files_menu_populate(). Patch from upstream SVN by
  William Pitcock (Closes: #459393).
2008-01-17 10:01:15 +00:00
bb972cf161 * Update Standards-Version to 3.7.3, no additional changes needed. 2008-01-17 09:51:55 +00:00
cd137da806 * Upload to unstable.
* Fixes FTBFS caused by not installing the png pixbuf loader correctly
  (Closes: #461037).
2008-01-17 09:50:08 +00:00
f9e20419d9 Mention relibtoolizing 2008-01-09 09:43:19 +00:00
7c10a817dc Up to 2.12.5 2008-01-09 09:42:48 +00:00
02a0115f56 * New upstream stable release; no API change; bug fixes and translation
updates.
  - Drop patches 092_notebook-critical-warnings,
    094_fix-jpeg-loader-big-buffers, merged upstream.
  - Refresh patches 040_filechooser_single-click, 093_directfb-type-changes
    to apply cleanly.
2008-01-08 17:00:22 +00:00
a6b6c3f79e * New patch, 094_fix-jpeg-loader-big-buffers, fixes spinguard logic for big
buffers in the JPEG pixbuf loader; GNOME #494667; from SVN r19135.
2007-12-30 22:07:19 +00:00
0c9873bb6d * Drop the version in the libgtk2.0-0 -> libgtk2.0-common dependency; the
translations and gtkrc files aren't critical to libgtk's working and have
  been compatible with other libgtk versions since years.
2007-12-12 13:41:49 +00:00
9403bbc169 * 092_notebook-critical-warnings.patch: Fix removal of tab labels to not
ref and unref a NULL pointer. Patch from upstream SVN, see BGO #388321.
* 093_directfb-type-changes.patch: Define __u32 and __u8 to fix compilation
  with latest directfb from unstable while still supporting older versions.
  Patch from BGO #503190.
2007-12-12 05:15:49 +00:00
e02065b3cd * New upstream stable release; no API change; bug fixes and translation
updates.
  - Refresh patch 042_treeview_single-focus to apply cleanly.
  - Update relibtoolizing patch, 070_mandatory-relibtoolize.
2007-12-04 21:40:25 +00:00
bb33372fe4 Fix version; *sigh* 2007-12-04 15:42:52 +00:00
27d23e5366 * Let update-icon-caches skip args which are not dirs or don't exist; fixes
postrm behavior of packages with an icon cache.
2007-12-04 15:27:48 +00:00
e35f8f2190 * target unstable 2007-11-29 07:02:05 +00:00
744ef700e3 Revert r13650, apps using X calls should link to X11 themselves 2007-11-28 13:46:10 +00:00
75f27b399f * 003_gdk.pc_privates.patch: consider x11 as a public dependency and
not a private one, because gdkx.h #include's some of its headers and
  packages can therefore use X11 functions. Closes: #453178.
* Refresh other patches; regenerate 070_mandatory-relibtoolize.
2007-11-27 22:43:13 +00:00
7f65fcd279 * drop yet another patch 2007-11-27 04:39:13 +00:00
0c9fb1afd8 * New upstream stable release; no API change; bug fixes and translation
updated.
  - Drop patch 034_gtkcupsutils_type_fix fixed upstream.
  - Update relibtoolizing patch, 070_mandatory-relibtoolize.
  - Update patch 071_fix_gdk_window_null_crasher to apply cleanly.
2007-11-27 04:36:32 +00:00
c525829626 * 033_treeview_resizing.patch: fix segmentation fault introduced by
* 003_gdk.pc_privates.patch: generate correct Requires.private for
  gdk-2.0.pc containing all necessary dependencies for static linking.
* 006_proper-directfb-modules.patch: refreshed.
* 010_gdkpixbuf_-lm.patch: fix gdk-pixbuf-2.0.pc by adding back -lm,
  which is required by some macros. Closes: #451512.
* 070_mandatory-relibtoolize.patch: regenerated.
* rules: copy the extraneous libraries generated in the static build 
  to the Libs.private of the shared build.
2007-11-18 01:21:02 +00:00
0901474cc5 * 033_treeview_resizing.patch: fix segmentation fault introduced by
an API inconsistency.
2007-11-15 20:37:05 +00:00
81de792c5a * Suggest librsvg2-common for SVG pixbuf support. 2007-11-09 21:23:19 +00:00
eaeb3c7bb8 * Conflict against metacity < 1:2.20.0-1. Closes: #450693. 2007-11-09 20:57:18 +00:00
90bfd24dca Release 2.12.1-2 2007-11-04 15:21:58 +00:00
0e1a51dae6 Remove obsolete comment in the patch. 2007-11-04 15:11:27 +00:00
ec64f7846b * Conflict against xfwm4 < 4.4.1-3 (previous versions freeze on
* 021_loader-files-d.patch: enclose process_module_file in correct
* 040_filechooser_single-click.patch: filter out duplicate entries in 
  bookmarks. This avoids a situation where the selection is changed to 
  the duplicate during DnD, causing an assertion error.
  Closes: #447279.
2007-11-04 14:55:51 +00:00
4578892ac0 * 021_loader-files-d.patch: enclose process_module_file in correct
#ifdef's.
2007-11-04 11:44:27 +00:00
f13357573f * Conflict against xfwm4 < 4.4.1-3 (previous versions freeze on
startup).
2007-11-03 23:32:06 +00:00
5eca958438 * Conflict against xfwm4 < 4.4.1-3. 2007-11-03 22:04:16 +00:00
409ae24d55 * Conflict against libeel2-2.18. Closes: #443701, #499070. 2007-11-02 23:55:08 +00:00
a8ca13388f + Add a new sizing fix for the case where there is a scrollbar.
* 034_gtkcupsutils_type_fix.patch: type-casting fix from Herbert
* 040_filechooser_single-click.patch: allow a situation where no
  shortcut is selected, to avoid issues for keyboard users.
  Closes: #448674.
* 042_treeview_single_focus.patch: don't select the focused item for
  GTK_SELECTION_SINGLE type treeviews. Allows the fix in
  040_filechooser_single-click.patch to work.
2007-11-01 12:55:49 +00:00
f74722b10d * 034_gtkcupsutils_type_fix.patch: type-casting fix from Herbert
Valerio Riedel that allows remote printing. Closes: #448071.
2007-10-31 23:58:03 +00:00
3263915357 Revert 040_filechooser_single-click.patch, in fact it doesn't fix
anything :/
2007-10-31 22:05:02 +00:00
2786270b4d * Keep --enable-explicit-deps in the directfb build; otherwise this
breaks any binary linking against it because the rpath isn't passed.
* 031_gtksearchenginetracker_fixes.patch: added back, only the name
* 040_filechooser_single-click.patch: allow a situation where no
  shortcut is selected, to avoid issues for keyboard users.
  Closes: #448674.
2007-10-31 21:49:15 +00:00
2ff176c3bb * Remove the --enable-explicit-deps flag. Closes: #343711, thanks Tom
Parker. If some other packages still rely on having explicit X11
* 033_treeview_resizing.patch: updated patch from Kristian Rietveld.
* 031_gtksearchenginetracker_fixes.patch: added back, only the name 
  change was fixed upstream.
2007-10-31 18:49:00 +00:00
c47c30ad17 * Remove the --enable-explicit-deps flag. Closes: #343711, thanks Tom
Parker. If some other packages still rely on having explicit X11 
  dependencies, they are buggy and need to be fixed anyway.
2007-10-26 11:18:00 +00:00