Commit Graph

963 Commits

Author SHA1 Message Date
Loïc Minier
8f14e3f357 * New upstream release; no API change.
- Switch from tar-in-tar and sys-build to regular source and quilt
    patching; build-depend on quilt; remove occurrences of $(TOP_SRC_DIR)
    and @TOP_SRC_DIR@ which isn't needed anymore.
  - Refresh patch 021_loader-files-d.
  - Relibtoolize: update path 070_mandatory-relibtoolize.
2006-09-23 08:42:40 +00:00
Loïc Minier
1a0c70425a * Drop debian/docs.in and pass the list of files to dh_installdocs instead;
should fix the missing README and NEWS files.
2006-09-21 15:38:09 +00:00
Loïc Minier
1bd8fe7b0d * Fix awful typo which broke generation of the udeb shlibs and which I
didn't notice with debdiff; thanks Frans Pop.
2006-09-21 15:33:53 +00:00
Loïc Minier
54cf3c8688 * Update patch 021_loader-files-d to not warn about missing module files or
unreadable files as is already the case for immodules; see #388450 for
  more background.
2006-09-21 15:31:57 +00:00
Loïc Minier
2ff99d1943 * Make update-gtk-immodules and update-gtk-immodules no-ops, to avoid
modules to recreate the /etc modules files on upgrades or by mistake;
  remove the generated module files in /etc on upgrades. closes: #388450
* Merge 2.8.20-2; drop patch 009_revert-gdkdrawable-directfb, merged
  upstream.
2006-09-20 20:29:33 +00:00
Loïc Minier
6b7597dcff * Ship all engines of the DirectFB build in the udeb, that is
engines/libpixmap.so.
2006-09-20 20:19:58 +00:00
Loïc Minier
27697c3950 * Fix typo (DFB_PKGFIR versus DFB_PKGDIR), use the BUILD_DFB_DIR version of
gdk-pixbuf-query-loaders, and set LD_LIBRARY_PATH to the udeb's /usr/lib;
  should fix the empty /etc/gtk-2.0/gdk-pixbuf.loaders. (Closes: #382435)
2006-09-20 19:31:24 +00:00
Loïc Minier
228e6831e9 * Drop obsolete --with-cairo-backend configure flag. 2006-09-20 08:28:22 +00:00
Loïc Minier
be16f0e135 * New upstream releases; with API additions in the filesystem modules API,
probably only used by gtk-demo, and in the quartz gdk backend, not used in
  Debian.
  - Bump shlibs to >= 2.10.3.
  - Drop patch 009_configurable-cairo-backend-module, it was not really
    required to select a cairo backend dynamically as the backend is always
    cairo-directfb for a directfb gdk.
  - Drop patch 010_gdk-require-cairo-module, merged upstream.
  - Drop patch 011_gdk-directfb-cvs-changes, this release includes the
    changes that were pulled back then.
  - Relibtoolize: update path 070_mandatory-relibtoolize.
2006-09-19 19:56:21 +00:00
Loïc Minier
d617f59945 * Use /usr/lib/libgtk2.0-0/gdk-pixbuf-query-loaders and
/usr/lib/libgtk2.0-0/gtk-query-immodules-2.0 instead of
  /usr/bin/gdk-pixbuf-query-loaders and /usr/bin/gtk-query-immodules-2.0 in
  dh_gtkmodules.
2006-09-19 15:05:48 +00:00
Loïc Minier
84d3a8af91 * Drop update-gtk-immodules and update-gdkpixbuf-loaders calls from
libgtk2.0-0's postinst, this isn't needed for backwards compatibility.
2006-09-19 14:40:51 +00:00
Loïc Minier
2e3ef1a65d * Drop obsolete scary warning in 2.10.1-1. 2006-09-19 14:29:11 +00:00
Loïc Minier
05fe17ff54 * Make use of the new dh_gtkmodules during the build (override the path to
gtk-query-immodules-2.0 and gdk-pixbuf-query-loaders.
* Add ${misc:Depends} to gtk2-engines-pixbuf.
* Add or bump Conflicts with packages shipping modules for the 2.4.0
  binary version of Gtk.
2006-09-19 13:31:08 +00:00
Loïc Minier
985cb1de86 * Fix typo, missing double-quote. 2006-09-19 07:22:54 +00:00
Loïc Minier
9ab80722d7 * New Debhelper-based command, dh_gtkmodules, to create module files for IM
modules and GdkPixbuf loaders; it will still add a dependency on the
  binary version of Gtk for other modules.
2006-09-19 07:21:20 +00:00
Loïc Minier
5b11e75f9f * New loader files handling with *.loaders files below
/usr/lib/gtk-2.0/<BINARY_VERSION>/loaders-files.d.
  - New patch, 021_loader-files-d, to split the module search path on
    ":", as is done in Pango, prepend
    /usr/lib/gtk-2.0/<BINARY_VERSION>/loader-files.d to the search path,
    and to read all *.loaders files when a directory is encountered in the
    search path.
  - Pre-generate
    /usr/lib/gtk-2.0/<BINARY_VERSION>/loader-files.d/libgtk2.0-0.loaders
    for the shared library and libgtk-directfb-2.0-0-udeb.loaders for the
    udeb.
  - Continue generating /etc/gtk-2.0/gdk-pixbuf.loaders until packages are
    updated.
  - This particular patch uses two ugly workarounds and needs work before
    being sent upstream.
2006-09-17 21:07:57 +00:00
Loïc Minier
c9296ebdd2 * Add the libpixmap engine to the udeb for the new Bladr GTK theme for g-i. 2006-09-16 21:13:11 +00:00
Loïc Minier
a2240c250b * New immodule files handling with *.immodules files below
/usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d.
  - New patch, 020_immodules-files-d, to split the module search path on
    ":", as is done in Pango, prepend
    /usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d to the search path,
    and to read all *.immodules files when a directory is encountered in the
    search path.
  - Pre-generate
    /usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d/libgtk2.0-0.immodules
    for the shared library.
  - Continue generating /etc/gtk-2.0/gtk.immodules until packages are
    updated.
2006-09-16 21:11:38 +00:00
Loïc Minier
44fade0f38 * Back to WIP; remove some leftover debugging "ls" calls. 2006-09-14 11:05:19 +00:00
Loïc Minier
ebdb978cb6 * Ups, move dependency_libs cleanup to binary-arch. 2006-09-13 21:17:44 +00:00
Loïc Minier
cc8438243d * Empty the dependency_libs in the *.la files of libgtk2.0-dev. 2006-09-13 20:47:27 +00:00
Loïc Minier
041ded809c * Rewrite and cleanup the build process completely.
* Install the full set of pkg-config files from the dfb flavor in
  /usr/lib/pkgconfig/libgtk-directfb-2.0; to use this feature, set
  PKG_CONFIG_PATH while invoking pkg-config (or configure); the
  /usr/lib/pkgconfig/*directfb*.pc files will be removed when Debian sources
  have been converted.
* In the same spirit, gdkconfig.h is in /usr/lib/gtk-2.0/include/directfb;
  to use it, prepend -I/usr/lib/gtk-2.0/include/directfb to CFLAGS.
* Fix generation of /etc/gtk-2.0/gdk-pixbuf.loaders for the udeb.
  (Closes: #382435)
* Build-depend on libcairo-directfb2-dev >= 1.2.4-2 to get PDF/PS support in
  the directfb flavor of libcairo.
* Recommend the linked source packages in libgtk2.0-doc instead of simply
  suggesting them.
* Rewrite update-gdkpixbuf-loaders and update-gtk-immodules.
* Drop double libatk1.0-dev build-dep.
2006-09-13 20:41:18 +00:00
Loïc Minier
b7f028c510 * Build flavors out-of-tree; saves 25% of required build space (315 MB) and
some build time / IO load; this clutters the headers a little (full build
  path is mentionned instead of ".") though.
2006-09-11 12:16:50 +00:00
Loïc Minier
5c957dd8af * Fix typo, install-dfb depends on build-dfb, not build-shared. 2006-09-11 10:05:36 +00:00
Loïc Minier
8b61f4697e * Use GTK_BINVER_DEP instead of BINVER. 2006-09-10 21:03:22 +00:00
Loïc Minier
fbd9cd2cd4 * Stop shipping *.la and *.a files of modules (all module types).
* Move GTK_BINARY_VERSION back to rules.
2006-09-10 20:56:30 +00:00
Loïc Minier
b584c62918 * New patch, 009_revert-gdkdrawable-directfb, to revert a fix for Italic
letters which caused ugly unneeded horizontal/vertical lines; thanks
  Davide Viti. (Closes: #386860)
2006-09-10 19:55:00 +00:00
Loïc Minier
b0198ab476 * Define the flags for each flavor (shared, static, and udeb) in Makefile
vars and share the common flags.
* Only pass --host to configure if DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE
  differ.
2006-09-10 19:10:19 +00:00
Loïc Minier
0f91f83998 * Generate a Provides: gtk2.0-binver-@BINVER@ in libgtk2.0-@SONAME@ to track
the binary version of Gtk and to permit Gtk modules to depend on it.
2006-09-08 20:07:19 +00:00
Loïc Minier
1029943957 * THIS IS NOT THE FINAL 2.10 RELEASE; THIS IS NOT SUITED FOR PACKAGE
MAINTAINERS TO PREPARE FOR TRANSITIONS.
2006-09-07 20:45:54 +00:00
Loïc Minier
d828b0ec3c * Add Closes. 2006-09-03 12:23:27 +00:00
Loïc Minier
e84292b83e * Fix bashishms in debian/rules. 2006-08-23 17:14:54 +00:00
Loïc Minier
2c657b60f9 * Close 384225 as we ship NEWS. 2006-08-23 10:54:21 +00:00
Loïc Minier
e2abb9dc65 - New patch, 011_gdk-directfb-cvs-changes, backport of CVS only build
fixes to permit compilation against directfb 0.9.25.1.
2006-08-17 18:36:38 +00:00
Loïc Minier
71ca98978f - Bump up libdirectfb-dev build-dep to >= 0.9.26~cvs20060815 for CVS only
API additions.
2006-08-15 21:55:53 +00:00
Loïc Minier
068651ad78 - New patch, 009_configurable-cairo-backend-module, to add a new
--with-cairo-backend flag which will select a cairo-$backend.pc
    pkg-config module instead of the default of cairo.pc; see GNOME #351509.
  - Configure with --with-cairo-backend=directfb for the dfb build.
  - New patch, 010_gdk-require-cairo-module, to require the Cflags and Libs
    from the cairo-directfb module (as $cairo_module); see GNOME #351519.
2006-08-15 19:31:38 +00:00
Loïc Minier
8e88370092 - New patch, 002_static-linking-dont-build-perf, to avoid building the
perf measurement tools in static builds; see GNOME #346559; needs
    the 001_gtk+-2.2.0-buildfix-immodule patch.
2006-08-15 10:03:44 +00:00
Loïc Minier
7122af5f6f * Add a missing x11proto-xext-dev build-dep for X SYNC checks.
* Add a missing libatk1.0-dev (>= 1.9.0) build-dep for ATK.
* Replace GTK_BINARY_VERSION in debian/*.in to set the binary version of
  binary modules; it is set via debian/scripts/vars and currently in use in
  update-gdkpixbuf-loaders.in and update-gtk-immodules.in.
* Remove fake support for version argument from update-gdkpixbuf-loaders and
  update-gtk-immodules.
* New upstream development releases with API additions, and non-public API
  changes and removals.
  - Target at experimental.
  - Update copyright from AUTHORS.
  - Update upstream URL.
  - Bump up libglib2.0-dev build-dep to >= 2.12.0.
  - Add a libdirectfb-dev (>= 0.9.24) build-dep for DirectFB.
  - Add a libcupsys2-dev (>= 1.2) build-dep for CUPS printing backend.
  - Bump shlibs to >= 2.10.0.
  - Update list of docs to ship.
  - Update watch file to track stable releases and use HTTP.
  - Set GTK_BINARY_VERSION to 2.10.0.
  - Replace 001_gtk+-2.2.0-buildfix-immodule patch with
    001_static-linking-dont-query-immodules which has more chances to be
    merged upstream.
  - Drop 006_gtk+-2.8.17-directfb patch, merged upstream.
  - Refresh patches: 000_gtk+-2.0.6-exportsymbols,
    003_default_fallback_icon_theme,
    004_gtk+-ximian-gtk2-filesel-navbutton-5,
    007_implicit_pointer_conversion_gdkdrawable_directfb.
  - Update 070_mandatory-relibtoolize with libtoolize --force --copy &&
    aclocal-1.7 -I m4macros && autoconf && automake-1.7.
2006-08-15 09:13:05 +00:00
Loïc Minier
d274dc1016 * New upstream releases; no API changes. 2006-08-14 15:48:53 +00:00
Loïc Minier
28dc13a21f * Rename patches to reflect the order in which they are applied.
* Change the 000_gtk+-2.0.6-exportsymbols, and
  001_gtk+-2.2.0-buildfix-immodule patches to only patch the
  non-autogenerated files.
* Rename 004_reautoconf to 070_mandatory-relibtoolize; update it for the
  previous changes; use an older autoconf version to work around a bug
  in the glib-gettext macro which broke localization in dialog boxes; thanks
  Mike Hommey.
2006-08-06 11:36:31 +00:00
Josselin Mouette
ceed1aa449 undefine GDK_DISABLE_DEPRECATED at the correct place 2006-08-02 13:58:33 +00:00
Josselin Mouette
307ccf04f7 Grmbl, dbs needs patch -p1. 2006-08-02 13:22:32 +00:00
Josselin Mouette
ac55866660 (closes: #381081).
* 006_implicit_pointer_conversion.patch: fix another implicit
    conversion by allowing deprecated functions in the necessary header
    file (closes: #381082).
2006-08-02 13:20:36 +00:00
Josselin Mouette
1b16569172 gtk+2.0 (2.8.18-6) unstable; urgency=low
* 005_implicit_pointer_conversion.patch: patch from Dann Frazier to
    fix implicit pointer conversion errors on 64-bit architectures.

 -- Josselin Mouette <joss@debian.org>  Wed,  2 Aug 2006 14:48:54 +0200
2006-08-02 12:51:32 +00:00
Josselin Mouette
92918020d1 + Add appropriate Replaces: field. 2006-07-30 16:22:14 +00:00
Josselin Mouette
66b1786d8d * Move .a and .la files from the engine package to the development
package.
2006-07-30 12:05:15 +00:00
Josselin Mouette
e6ea820388 Don't remove "unuseful" .a and .la files, I'm not sure they don't have
some obscure utility.
2006-07-30 12:04:03 +00:00
Josselin Mouette
57ce4e7f0a Another typo... 2006-07-30 11:39:37 +00:00
Josselin Mouette
b2ee24660b Add some missing backslashes. 2006-07-30 11:24:02 +00:00
Josselin Mouette
a446396f52 Typo in UDEB_PKGDIR. 2006-07-30 11:08:41 +00:00