Commit Graph

482 Commits

Author SHA1 Message Date
f70ca65d4f * Add a conflict against openoffice.org-core (<< 2.2.1-8).
Closes: #439256.
2007-09-19 11:24:26 +00:00
2df1d583e6 * Upload to experimental 2007-09-18 21:09:54 +00:00
96dc1e5573 * Add disabled patch 091_workaround_no_gtk_init_incorrect_display, taken
from the Ubuntu package; it works around broken applications missing a
  call to gtk_init() but the breakage should better be exposed now so that
  applications can be fixed in time for release.
2007-09-18 20:32:13 +00:00
cdc71cee4f * Added 081_icon-cache-validate.patch, GNOME #476342
* Bump shlibs to 2.12.0 in the new upstream release for the addition of
  gdk_window_thaw_toplevel_updates_libgtk_only() and
  gdk_window_freeze_toplevel_updates_libgtk_only() to the ABI.
2007-09-18 20:26:56 +00:00
7cf3210d1b Updated series file 2007-09-16 16:55:03 +00:00
d458a19645 Added 081_icon-cache-validate.patch, GBOME #476342 2007-09-16 16:51:23 +00:00
93294c707a * Refresh patches 033_treeview_resizing and 040_filechooser_single-click to
apply cleanly.
* Drop patch 080_from_svn_fix_dangling_tooltip, merged upstream.
2007-09-16 16:27:46 +00:00
691936fd60 * New upstream stable release: Regenerated 070_mandatory-relibtoolize.patch 2007-09-16 15:48:14 +00:00
4626b2e7b2 * New patch, 080_from_svn_fix_dangling_tooltip, fixes tooltips not
disappearing in the systray; from SVN; found in Ubuntu package;
  Ubuntu #128781.
2007-08-07 14:29:18 +00:00
0fe927ecfc * Release. 2007-07-31 12:11:05 +00:00
c606cbcff7 * Update patch 009_gtk-export-filechooser:
- gtk/Makefile.am (gtk_private_h_sources, gtk_semi_private_h_sources):
    export gtkquery.h and gtksearchengine.h as semi-private.
  - gtk/gtkquery.h: add GTK_FILE_CHOOSER_ENABLE_UNSUPPORTED #ifdef guard.
  - gtk/gtksearchengine.h: add GTK_FILE_CHOOSER_ENABLE_UNSUPPORTED #ifdef
    guard.
2007-07-24 09:26:30 +00:00
866c36f101 * Clarify changes. 2007-07-24 08:43:13 +00:00
ba4cfb8c48 * New upstream development release, with API additions.
- Bump up shlibs to >= 2.11.6.
  - Refresh patches 006_proper-directfb-modules,
    015_default-fallback-icon-theme, 040_filechooser_single-click.
  - Update patches 009_gtk-export-filechooser, 033_treeview_resizing,
    070_mandatory-relibtoolize.
2007-07-23 20:21:27 +00:00
03977e884c * Merge whitespace fixes... 2007-07-18 10:07:58 +00:00
801f56b4fa * Call dh_shlibdeps separately for the udeb and add a
-l/usr/lib/libcairo-directfb/lib/ flag to ensure libcairo-directfb2 is
  found.
2007-07-18 10:07:11 +00:00
e379a2beaa * Call dh_shlibdeps separately for the udeb and add a
-l/usr/lib/libcairo-directfb/lib/ flag to ensure libcairo-directfb2 is
  found.
2007-07-18 10:00:21 +00:00
8b2a1bc666 * Tune changelog. 2007-07-18 09:38:11 +00:00
1d551d3733 Added relibtoolizing notes to the 070 patch 2007-07-17 11:34:56 +00:00
75e49db077 * Move changelog entries around. :-P 2007-07-17 11:32:54 +00:00
d3e76178fa * Fixed and tested 070_mandatory-relibtoolize.patch, * Changelog: UNRELEASED 2007-07-17 10:03:47 +00:00
4dd84b4dff * Minor fix in 070_mandatory-relibtoolize.patch 2007-07-17 06:54:36 +00:00
ee32af4370 * Regenerated 070_mandatory-relibtoolize.patch 2007-07-17 06:22:25 +00:00
c520d14a2c * New upstream release, merged with previous changelog entry 2007-07-17 05:40:11 +00:00
82c9165814 * Whitespace cleanups. 2007-07-14 12:12:40 +00:00
e935589154 * Move manual pages of binaries in /usr/sbin to section 8.
* update-icon-caches: new script, updates the icon caches in a given
  list of directories. It is meant to be used by packages shipping
  icons, in the postinst/postrm.
  For transition purposes, icon caches are currently updated but not
  created if they don't already exist.
* Install this script and its manual page in libgtk2.0-bin.
2007-07-13 23:31:36 +00:00
70b9de65f3 * Move manual pages of binaries in /usr/sbin to section 8.
* update-icon-caches: new script, updates the icon caches in a given
  list of directories. It is meant to be used by packages shipping
  icons, in the postinst/postrm.
  For transition purposes, icon caches are currently updated but not
  created if they don't already exist.
* Install this script and its manual page in libgtk2.0-bin.
2007-07-13 20:57:02 +00:00
fcfb36c08d * Don't run the directfb testsuite on kfreebsd as it hangs; proposed patch
by Petr Salinger; closes: #431477.
2007-07-03 17:03:45 +00:00
e7ae9a955c * Don't call dh_python; use a hardcoded python dep instead.
* Really build-dep on a newer pango.
2007-07-03 16:55:25 +00:00
6421588183 * Use -s instead of -a in arch-specific dh_* calls. 2007-07-03 11:05:50 +00:00
1cd5608a6b * New upstream development release, with API additions; the new API may
still change incompatibly, especially the tooltips API.
  - Bump shlibs to >= 2.11.5.
  - Bump up libpango1.0-dev build-dep to >= 1.17.3.
  - Ship the new gtk-builder-convert Python script to convert Glade files to
    GtkBuilder syntax in libgtk2.0-dev; call dh_python to generate a
    ${python:Depends} but Recommend ${python:Depends} to avoid pulling
    python on buildds; the script requires python >= 2.4, but this is not
    enforced in the dependencies.
  - Refresh patches 001_static-linking-dont-query-immodules,
    006_proper-directfb-modules, 040_filechooser_single-click to apply
    cleanly.
  - Update relibtoolizing patch, 070_mandatory-relibtoolize.
2007-07-03 10:56:00 +00:00
df9faf5688 * Add a close. 2007-07-03 07:09:00 +00:00
627dd20c43 * Don't run the directfb testsuite on kfreebsd as it hangs; proposed patch
by Petr Salinger; see #431477.
2007-07-03 07:00:44 +00:00
e789923528 - Bump up libglib2.0-dev build-dep to >= 2.11.5. 2007-06-20 09:23:21 +00:00
a0dab7c4f7 * Fix im-multipress.conf installation path. 2007-06-20 08:01:30 +00:00
15091c6617 * Document that I updated 070_mandatory-relibtoolize. 2007-06-19 19:29:16 +00:00
2f1eca41a5 * New upstream development release, with incompatible API changes; the new
API may still change incompatibly.
  - Bump shlibs to >= 2.11.4.
2007-06-19 19:28:49 +00:00
4e01d50a46 * Ship etc/gtk-2.0/im-multipress.conf in the shared library. 2007-06-18 12:40:22 +00:00
7f130107e8 * Also depend on libxcomposite-dev, libxdamage-dev; thanks Sébastien Bacher. 2007-06-18 12:39:21 +00:00
fb30bda085 * Add a debian/dh_listmissing.pl script based on dh_install snippets but
customized to handle multiple source installation dirs which can report
  files which were not installed to a package.
* New list-missing rule to list files which were not installed to a package
  calling debian/dh_listmissing.pl.
2007-06-16 15:02:26 +00:00
83b5c136a7 * New upstream development release, with API additions; the new API may
still change incompatibly.
  - Bump shlibs to >= 2.11.3.
  - Refresh patches 006_proper-directfb-modules,
    008_implicit_pointer_conversion_gdkgc_directfb,
    009_gtk-export-filechooser, 030_gtkentry_password-char-circle,
    033_treeview_resizing, 040_filechooser_single-click, and 041_ia32-libs
    to apply cleanly.
  - Update relibtoolizing patch, 070_mandatory-relibtoolize.
2007-06-16 13:05:24 +00:00
43cb9b20e9 * 040_filechooser_single-click.patch: fix the patch to apply cleanly
* Pass -mminimal-toc in CFLAGS for ppc64 support; thanks Andreas Jochens;
  closes: #386815.
2007-06-14 20:44:30 +00:00
6488284d97 It's good when a patch applies, it's better when it builds. 2007-06-14 00:15:19 +00:00
21763dcaf2 * 040_filechooser_single-click.patch: fix the patch to apply cleanly
again, and enable it. (Untested yet; use at your own risk!)
2007-06-13 18:38:49 +00:00
4db609fad0 * Clean up CFLAGS.
* Prepare passing -z defs via LDFLAGS in the future.
2007-06-13 15:04:35 +00:00
946c9f2292 * Update 007_implicit_pointer_conversion_gdkdrawable_directfb to include
cairo.h instead of defining the directfb feature manually.
* New patch, 006_proper-directfb-modules, fixes pkg-config modules included
  to build directfb stuff, uncovered by the change in
  007_implicit_pointer_conversion_gdkdrawable_directfb; refresh
  relibtoolizing patch.
* Add cross-refs to patch headers.
2007-06-13 14:55:09 +00:00
162f7c36c1 * Add cross-refs. 2007-06-13 14:54:44 +00:00
b993a4e9c1 * Remove 031_cursor-blinking-timeout; thanks Sébastien Bacher. 2007-06-13 12:28:06 +00:00
7ad585c2b4 * Final bits of 2.11.2 new upstream release.
- Bump up build-deps to libglib2.0-dev >= 2.13.1, libpango1.0-dev >=
    1.15.3, gtk-doc-tools >= 1.6.
  - Build-dep on libxcomposite-dev for composite support.
  - Build-dep on libxdamage-dev for damage support.
  - Enable test print backend by passing --enable-test-print-backend to
    configure.
2007-06-13 12:24:35 +00:00
be42e9ad9a * New upstream release series; these are development releases, the new API
may still change incompatibly.
  - Target at experimental; include check-dist.
  - Bump shlibs to >= 2.11.2.
  - Refresh patches 001_static-linking-dont-query-immodules, 005_xpmico,
    009_gtk-export-filechooser, 015_default-fallback-icon-theme,
    033_treeview_resizing, 041_ia32-libs to apply cleanly.
  - Update patch 021_loader-files-d to apply with the upstream G_MODULE
    changes and the support for included modules.
  - Update patch 030_gtkentry_password-char-circle to apply.
  - Drop patch 031_cursor-blinking-timeout, merged upstream.
  - Disable 040_filechooser_single-click for now as it doesn't apply cleanly
    and doesn't seem critical; add a description and cross-refs.
  - Update relibtoolizing patch, 070_mandatory-relibtoolize.
  - Bump up libglib2.0-dev build-dep to >= 2.13.1.
* XXX WIP XXX
2007-06-13 12:05:15 +00:00
c4a9b3b792 * Branch gtk+2.0's unstable branch to experimental. 2007-06-13 09:04:43 +00:00