Commit Graph

771 Commits

Author SHA1 Message Date
Michael Biebl
1242c8e899 * Update patches:
- Drop 000git_gtk_tree_view_get_tooltip_context_annotation.patch, applied
    upstream.
  - Drop 080_filechooserdefault-Don-t-unref-value-twice.patch, applied
    upstream.
  - Refresh 017_no_offscreen_device_grabbing.patch,
    042_treeview_single-focus.patch and 043_notebook_scroll.patch.
2011-12-20 17:42:13 +00:00
Michael Biebl
3ac875bbdc * New upstream release.
- Fixes segfault on arrow keypress in empty GtkIconView. Closes: #638704
  - Fixes a11y related crash in treeview. Closes: #652073
  - Fixes mouse grabbing when clicking resize grip. Closes: #630972
2011-12-20 17:30:36 +00:00
Michael Biebl
1997200a45 Fix debian revision 2011-12-16 01:20:30 +00:00
Michael Biebl
031ac8b042 Change section of gir1.2-gtk-3.0 to introspection. 2011-12-11 11:43:02 +00:00
Michael Biebl
36b48f09aa Release version 3.2.2-3 to unstable 2011-11-29 23:26:12 +00:00
Michael Biebl
50a050d0bb Use correct name of the immodules cache file 2011-11-29 23:25:17 +00:00
Michael Biebl
4c9b474372 debian/patches/080_filechooserdefault-Don-t-unref-value-twice.patch: Fix
incorrect ref counting which could lead to a crash in the filechooser.
Closes: #650223
2011-11-29 22:31:06 +00:00
Michael Biebl
75d0999820 debian/libgtk-3-0.postinst.in: If the non-multiarch immodules directory
does not exist or is empty handle this case more gracefully and don't
print an error message.
2011-11-29 22:12:42 +00:00
Josselin Mouette
aec1d3d312 Make libgtk-3-bin arch-any, thanks Rico for noticing. 2011-11-29 14:31:16 +00:00
Josselin Mouette
835e8919af * Break murrine-themes (same reason as gnome-themes-standard).
* Move /etc/gtk-3.0 to libgtk-3-common.
* Add appropriate Breaks/Replaces to handle it.
* Remove gtk-query-immodules-3.0 from libgtk-3-bin since it is 
  clearly not Multi-Arch compatible. It should not be needed anyway, 
  everything is handled by triggers from the private directory.
* Remove incorrect M-A: same statement for the debug package.
2011-11-23 18:07:24 +00:00
Martin Pitt
ca80c12a07 * Build for multiarch. Adapted Steve Langasek's changes to Ubuntu's gtk+2.0
package:
  - debian/control.in: Bump build dependencies to multiarch aware versions.
  - debian/control.in: Add Multi-Arch: and necessary Pre-Depends: fields.
    (libraries/-dbg are "same", -doc/-bin are "foreign").
  - debian/rules: Use multiarch LIBDIR.
  - debian/libgail-3-dev.install, debian/libgail-3-0.install: Rename to
    *.in, and use @LIBDIR@ instead of hardcoded usr/lib.
  - debian/gir1.2-gtk-3.0.install.in: Use @LIBDIR@.
  - debian/libgtk-3-0.triggers.in, debian/libgtk-3-0.postinst.in,
    debian/rules: Also trigger on changes to the fallback non-multiarch
    module directory, which is now called @OLD_MODULES_BASE_PATH@.
  - Add 061_multiarch_module_fallback.patch: Fall back to the hard-coded
    pre-multiarch module directory when searching for modules. This
    maintains compatibility with packages installing modules to
    the old directories.
2011-11-22 10:39:01 +00:00
Martin Pitt
fc57042264 debian/rules: Bump SHVER to 3.1.90. 2011-11-22 09:05:15 +00:00
Martin Pitt
ec4c83d8c0 Add 018_gdkenumtypes.c_location.patch: Always generate gdk/gdkenumtypes.c
in the source tree, and fix path in the introspection sources. With this,
gdkenumtypes.c is correctly included with separate build trees, too.  This
fixes missing GTypes in the .gir when using a separate build tree.
(LP: #769256, GNOME #647729)
2011-11-22 09:03:47 +00:00
Martin Pitt
3e7f6f5599 Add 017_no_offscreen_device_grabbing.patch: Do not allow devices in an
offscreen hierarchy to take grabs. (LP: #804009, GNOME #658563)
2011-11-22 09:00:30 +00:00
Martin Pitt
5919bdddca Add 016_no_offscreen_widgets_grabbing.patch: Widgets inside
GtkOffscreenWindow seem like they should not be allowed to do
grab the mouse or whatever, as this can deactivate open menus.
(LP: #512427, GNOME #607668)
2011-11-22 08:44:42 +00:00
Martin Pitt
89b2643810 Add 000git_gtk_tree_view_get_tooltip_context_annotation.patch: Fix
gtk_tree_view_get_tooltip_context() transfer annotation, causing crashes
when using this method from Python.
2011-11-22 08:35:34 +00:00
Michael Biebl
7620c29ea0 Release version 3.2.2-2 to unstable 2011-11-18 23:01:35 +00:00
Michael Biebl
69aa0658c6 Small rewording 2011-11-18 22:52:21 +00:00
Michael Biebl
776d82cbe1 Fix broken doc symlinks. Closes: #647466 2011-11-18 22:36:58 +00:00
Michael Biebl
9d7bf3d885 * debian/control.in:
- Add Breaks against gnome-themes-standard (<< 3.2) due to the CSS theming
    related changes. (Closes: #649203)
2011-11-18 21:39:31 +00:00
Michael Biebl
698d49822c Upload to unstable. 2011-11-18 19:20:40 +00:00
Michael Biebl
39d97b959a Move experimental branch of gtk+3.0 to unstable 2011-11-18 18:44:56 +00:00
Michael Biebl
003df8c1c4 Release version 3.2.2-1 to experimental 2011-11-13 23:08:17 +00:00
Michael Biebl
65fc1dc311 Refresh patches. 2011-11-13 02:00:56 +00:00
Michael Biebl
9db84f2d60 New upstream release. 2011-11-13 02:00:39 +00:00
Michael Biebl
fcbc26463e Fixing symbols version for gtk_assistant_remove_page
This was a backported feature in Ubuntu. Bump to 3.2.0 to be on the safe side.
2011-10-21 23:18:37 +00:00
Michael Biebl
0256028c52 Release version 3.2.1-2 to experimental 2011-10-21 22:31:04 +00:00
Michael Biebl
dc426c127e * debian/control.in:
- Move gtk-doc-tools from Build-Depends-Indep to Build-Depends as it is
    required by autoreconf. Also bump it to (>= 1.11).
2011-10-21 19:47:49 +00:00
Sjoerd Simons
3b32d709ad Target unstable 2011-10-21 17:36:39 +00:00
Sjoerd Simons
0419451b3c * debian/patches/70-Fix-document-generation-in-out-of-tree-builds.patch:
+ Added, fix documentation when build out of tree
2011-10-21 14:56:15 +00:00
Michael Biebl
939b92b8ac Remove stray ) in watch file 2011-10-18 23:48:09 +00:00
Sjoerd Simons
a9de9c6428 Fix broken refresh 2011-10-18 06:03:26 +00:00
Sjoerd Simons
64c61a9b04 Remove libgail-3-common package. Modules have been integrated directly into
Gtk
2011-10-17 16:38:26 +00:00
Sjoerd Simons
3a0c774e57 debian/libgtk-3-0.symbols: Update symbols 2011-10-17 16:35:52 +00:00
Sjoerd Simons
0a6d0cc97f set debian revision back to 1 2011-10-17 16:18:17 +00:00
Sjoerd Simons
47e19066b1 debian/rules: Enable gtk-doc build with the shared build 2011-10-17 15:37:16 +00:00
Michael Biebl
ad518a4294 Instead of depending on lynx | www-browser, make the -doc packages
suggest devhelp.
2011-10-16 17:05:54 +00:00
Michael Biebl
53dbd7a6b4 * debian/control.in:
- Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
2011-10-16 17:01:24 +00:00
Michael Biebl
6d232364b3 * debian/watch:
- Track .xz tarballs.
2011-10-16 17:00:29 +00:00
Sjoerd Simons
b0357581d9 * debian/control.in: Update build-depends
* debian/rules: Bump libgail SHVER depends
* d/p/002_static-linking-dont-build-perf.patch: Removed, fixed upstream
* d/p/030_xim-modules.patch: Removed, fixed upstream
* d/p/045_trayicon-visual.patch: Removed, fixed upstream
* d/p/003_gdk.pc_privates.patch: Refreshed
* d/p/043_notebook_scroll.patch: Refreshed
* d/p/044_tracker_fts.patch: Refreshed
2011-10-16 07:48:56 +00:00
Sjoerd Simons
2a5ea4eb63 Start packaging 3.2.1 2011-10-16 06:50:34 +00:00
Sjoerd Simons
d3835013e8 Branch for experimental 2011-10-16 06:48:54 +00:00
Josselin Mouette
ff4ff20763 043_notebook_scroll.patch: handle a few more widgets to avoid
alt+scroll being intercepted by ranges, spin buttons, combo boxes…
2011-09-08 11:01:16 +00:00
Josselin Mouette
0fb0c2a83b 030_xim-modules.patch: stolen from upstream git. Fix the behavior of
XIM modules. Closes: #633720.
2011-09-04 13:37:25 +00:00
Michael Biebl
691452571b Release version 3.0.12-2 to unstable 2011-08-29 23:58:53 +00:00
Michael Biebl
1ba6688d62 Bump debhelper compatibility level to 8. 2011-08-29 23:57:23 +00:00
Michael Biebl
3f6a59698b debian/libgail-3-0.symbols: Remove trailing empty line which confuses
dpkg-gensymbols.
2011-08-29 23:38:54 +00:00
Michael Biebl
524c6935bc Back to UNRELEASED 2011-08-29 23:34:54 +00:00
Michael Biebl
d77333c8e5 Release version 3.0.12-2 to unstable 2011-08-29 22:17:08 +00:00
Michael Biebl
f3e94faf1a debian/patches/045_trayicon-visual.patch: Fix assertion in trayicon-x11
when visual is not available. Thanks to Vincent Bernat for the patch.
Closes: #637067
2011-08-29 22:15:51 +00:00