Commit Graph

720 Commits

Author SHA1 Message Date
69f9760299 * 033_treeview_resizing.patch:
+ Enable again, it was disabled by mistake.
  + Update to new version provided by Kristian Rietveld.
    Closes: #471073.
2008-07-10 17:56:56 +00:00
2d241b8b1e * fix b-d 2008-07-02 05:45:04 +00:00
d388bc866a * New upstream bugfix release:
+ debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
  + debian/patches/092_openoffice-menus.patch:
    - Dropped, merged upstream.
* debian/control.in:
  + Updated Standards-Version to 3.8.0, no additional changes needed.
2008-07-02 05:38:41 +00:00
3c66754a70 * Build-depend on libcups2-dev instead of libcupsys2-dev, as cups
is transitioning to that new name.
2008-06-13 14:01:50 +00:00
81af778358 * debian/patches/092_openoffice-menus.patch:
+ Patch from upstream SVN to fix regression in menu placement
    in openoffice.org (Closes: #484580).
2008-06-07 08:28:42 +00:00
49079bc497 * New upstream bugfix release:
+ debian/patches/009_gtk-export-filechooser.patch:
    - Updated to apply cleanly again.
  + debian/patches/031_gtksearchenginetracker_fixes.patch,
    debian/patches/061_foreign_colormaps.patch,
    debian/patches/092_implicit-g-fopen.patch:
    - Dropped, merged upstream.
  + debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
2008-06-04 07:02:29 +00:00
f7e009c0e5 New patch, 022_module-files-append-compat-module-files-d, prefer
/usr/lib32/gtk-2.0/<gtk-binary-version>/loader-files.d and
/immodule-files.d over the /usr/lib/.../*.d pathnames added in
020_immodules-files-d and 021_loader-files-d when available; this is
useful for ia32-libs support; other modules might need additional support
depending on how they are loaded, for example GTK_MODULES will probably
still be looked up below libdir, as well as engines, printbackends,
filesystems, and generic modules.  See also Ubuntu #205223 and #190227 for
examples.
2008-05-10 23:09:23 +00:00
84af5dd29a Update patch 021_loader-files-d to use PIXBUF_FILES_LIBDIR which is
defined in gdk-pixbuf/Makefile.am, similarly to PIXBUF_LIBDIR, and based
on the newly defined loaderfilesdir, similar to loaderdir; update
070_mandatory-relibtoolize.
2008-05-10 22:09:25 +00:00
d9ac577533 * Fix broken second dh_strip invocation which was not only acting on the udeb but also on binary packages (-s -pUDEB should have been -pUDEB). 2008-05-07 13:51:45 +00:00
a5859d463d * Apply multiarch patch by Javier Serrano Polo, replacing all
occurrences of usr/lib by $(LIBDIR). Closes: #468100.
* rules: don't compress .sgml and .devhelp files.
2008-04-26 15:35:48 +00:00
5cb2158646 061_foreign_colormaps.patch: stolen from upstream SVN. Don't call
XFreeColormap on foreign colormaps, this causes crashes in e.g. 
vinagre. Closes: #477199.
2008-04-26 14:22:18 +00:00
599dcfd50c Bump build-deps and libgtk2.0-dev's deps to ensure we get Xorg dev
packages with .pc files, see list below; thanks Anon Sricharoenchai;
  closes: #370693.
      libxext-dev >= 1:1.0.1-2, libxinerama-dev >= 1:1.0.1-4.1, libxi-dev >=
      1:1.0.1-4, libxrandr-dev >= 1:1.0.2-2, libxfixes-dev >= 1:3.0.0-3,
      libxcomposite-dev >= 1:0.2.0-3, libxdamage-dev >= 1:1.0.1-3.
2008-04-21 12:06:41 +00:00
567dc12180 Flip back gdkpixbuf_module_files_d_str after gdkpixbuf_module_file_str in
patch 021_loader-files-d; this fixes config of gdk loaders and hence the
  current ia32-libs implementation; the change in 2.12.0-3 was incorrect in
  that it flipped the order for im modules and pixbuf loaders, but only im
  modules had to be flipped; the reason im modules had to be flipped is that
  the first list of modules wins for im modules as there is some duplicate
  checking, while in the case of gdk pixbufs, the last file wins.  What
  remains to be done here is:
  - biarch support, similar to pango, by loading /usr/lib32 and /usr/lib64
    stuff before /usr/lib; allows dropping the config file hack in
    ia32-libs.
  - loading of modules from multiarch locations (not multiarch); allows
    dropping the config file hack in ia32-libs.
2008-04-17 10:39:09 +00:00
bb670db1e6 debian/rules:
+ Don't include the udeb in the debug package to get a working debug
package in case the udeb libraries differ from the real ones.
2008-04-12 12:01:08 +00:00
756c0ce3bb * Refresh patches 009_gtk-export-filechooser,
030_gtkentry_password-char-circle, 033_treeview_resizing,
  042_treeview_single-focus, 060_ignore-random-icons
* Fix offsets in patch 095_gtk-im-module-setting; thanks Akira TAGOH;
  closes: #473699.
2008-04-01 09:41:51 +00:00
9cfc7d46e5 * debian/patches/092_implicit-g-fopen.patch:
+ Include glib/gstdio.h for g_fopen to prevent crashes on 64 bit
    architectures. Thanks to Dann Frazier for the patch (Closes: #470665).
2008-03-12 17:53:58 +00:00
fe217d444e * don't ship links to the *pre files as well 2008-03-12 10:08:26 +00:00
f7e7ec1f70 * debian/rules:
+ Don't ship very old upstream changelogs and news as they're quite large.
2008-03-12 09:14:56 +00:00
6ea1de309a * New upstream bugfix release:
+ 092_recentfiles-recursion-fix, dropped merged upstream.
  + 070_mandatory-relibtoolize.patch, regenerated for the new version.
2008-03-12 08:53:11 +00:00
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