Commit Graph

129 Commits

Author SHA1 Message Date
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
robert
57bbc02a4b Create symlinks to old icons so that apps like firefox, f-spot and who
knows what else can display some renamed icons. This is only going to
be used until this gets fixed.

ok ajacoutot@
2010-10-08 07:32:49 +00:00
dcoppa
d88522e08f gtk+2-2.22.0 is more picky about missing icons.
Work around this by installing, alongside gnome-icon-theme, a system-wide
gtkrc containing the line:

gtk-icon-theme-name="gnome"

This avoids assertion failures regarding missing icons with GTK+
applications when executed outside of a Desktop Environment like GNOME
or XFCE.

Also remove x11/gtk+2/pkg/MESSAGE-main which is no longer needed.

Problem noticed by Patrick Keshishian

Discussed with and OK ajacoutot@
2010-10-06 13:51:58 +00:00
ajacoutot
d2391ace77 Major update to gtk+2-2.22.0.
Take maintainership.
gdk-pixbuf is now a separate library.

ok jasper@
2010-09-30 07:18:15 +00:00
sthen
8909c03b58 bumps for python 2010-08-30 21:47:46 +00:00
ajacoutot
f43dae90ae Reword MESSAGE-main.
Discussed with sthen@
2010-08-25 07:40:13 +00:00
ajacoutot
f43b16e906 Some gtk+2 applications when run outside a full blown DE (most notably
GNOME ones) will require a configured icon theme to properly display
icons, so teach users how to do it.

"yes yes yes" sthen@
"sounds like a good idea" jasper@
2010-08-22 14:02:59 +00:00
sthen
ff546aa4b7 Don't build the -cups subpackage on mips64{,el}. It adds a RUN_DEPENDS which
cannot be satisfied at present (binutils). This allows gtk+2 to build and in
turn opens up a lot more of the ports tree. Problem pointed out by Jay K.

ok, and advice on simplifying my original diff, espie@
2010-08-03 21:56:03 +00:00
ajacoutot
51adf18917 Use the python MODULE and set MODPY_BUILDDEP and MODPY_RUNDEP to No.
Remove XXX.

ok sthen@
2010-07-22 10:40:35 +00:00
ajacoutot
98da89df24 Bring USE_GMAKE back. 2010-05-10 17:22:10 +00:00
ajacoutot
67fb711cc7 Bugfix update to gtk+2-2.20.1 (fixes a crash in g_file_get_child). 2010-05-03 15:04:27 +00:00
ajacoutot
e7a0b2cf97 Fix use of grep(1), we don't support the -o switch. 2010-05-02 14:07:14 +00:00
ajacoutot
d07dde9be0 Some cleanings:
* clean the indent madness to make this Makefile more human readable.
* don't force enable_man to yes in configure.
* tweak a comment.
* regen WANTLIB.
2010-05-02 07:10:04 +00:00
ajacoutot
b2d176df1b Make it possible to build gtk+2 with our own make(1) instead of gmake.
This gets rid of the 'write error' during build.

input from naddy@, ok jasper@
2010-05-02 06:46:12 +00:00
ajacoutot
314bc41c47 Make sure we don't build with enable-introspection, as it breaks badly and
we don't want introspection just yet anyway.

spotted by landry@
2010-05-01 09:31:24 +00:00
ajacoutot
03eb76b30d Set default gtk-key-theme-name to "Emacs" as it was before. This got
lost during the update.
spotted by naddy@, thanks.

While here, remove some useless patches.
2010-04-25 20:35:08 +00:00
jasper
349af2553d - add back two chunks eaten in the last commit. spotted by brad 2010-04-24 16:41:16 +00:00
jasper
3fc7840969 - fix build on amd64 2010-04-24 15:54:27 +00:00
ajacoutot
0d6471c545 Remove now uneeded patch. 2010-04-22 19:45:46 +00:00
ajacoutot
aa520aeac9 Missed in previous.
spotted by jasper@
2010-04-20 19:11:42 +00:00
ajacoutot
33b02c0223 Major update to gtk+2-2.20.0.
"commitski" jasper@
2010-04-20 19:03:37 +00:00
ajacoutot
931192d070 Update to gtk+2-2.18.9.
tested in a bulk by jasper@, thanks.
2010-03-21 09:56:40 +00:00
ajacoutot
9cca68055f Bugfix update to gtk+2-2.18.6. 2010-01-12 08:53:36 +00:00
landry
4f6a7920cc Add shared-mime-info to RUN_DEPENDS, since gtk+ 2.14 gdk-pixbuf can use
GIO for mime type detection, which needs shared-mime-info. Otherwise,
gdk-pixbuf falls back to its built-in sniffing implementation.
discussed with and ok ajacoutot@ jasper@
2009-12-31 13:07:30 +00:00
ajacoutot
7f435f20f0 Bugfix update to gtk+2-2.18.5. 2009-12-08 21:18:43 +00:00
jasper
b7b2590c12 - fix build with gcc2
confirmed by phessler@
2009-12-07 18:26:16 +00:00
ajacoutot
9f43c77cc7 Bugfix update to gtk+2-2.18.4. 2009-12-01 09:41:14 +00:00
ajacoutot
8595b7a8f7 Fix GNOME bug #599446:
CRITICAL **: atk_object_set_name: assertion `name != NULL' failed

Patch from upstream git.
2009-11-29 11:54:31 +00:00
ajacoutot
487de33a33 Regen WANTLIB after CUPS gnutls -> openssl move. 2009-11-22 16:40:03 +00:00
ajacoutot
ebc157c7b4 Bugfix update to gtk+2-2.18.3
* Make selecting the last character in a label work again
* Set accessible names on tool buttons
* Some updated translations
2009-10-17 16:14:54 +00:00
ajacoutot
72601eb865 Rework the way we set the python binary so that it is easier to find when
we grep for it. No pkg change.
2009-10-14 11:20:38 +00:00
jasper
67832b1446 add --disable-silent-rules to CONFIGURE_ARGS so we can see what
is actually being done, instead of CC $FILE and LD $FILE

ok aja@
2009-10-10 11:25:28 +00:00
ajacoutot
58ff0f584b Bugfix update to gtk+2-2.18.2.
(+ some updated translations)
2009-10-06 07:07:17 +00:00
ajacoutot
4638ff3003 Update to version 2.18.1.
committing early so that we can work with the latest at upcoming p2k9.
any fallout, please let me know directly.
ok landry@
2009-10-04 18:17:57 +00:00
martynas
6dca00bf53 don't leave files after uninstall; tweak & ok ajacoutot@ 2009-09-18 20:47:11 +00:00
jasper
ce6af0eb6a - fix a crash when printing to a non-existant printer.
found some time ago, drunkish, somewhere in brussels, with antoine.
2009-09-16 12:58:44 +00:00
ajacoutot
6058656d84 Make use of REGRESS_IS_INTERACTIVE=x11
ok jasper@ sthen@
2009-09-06 10:46:25 +00:00
ajacoutot
61cbcf371f Bugfix update to gtk+2-2.16.6 2009-08-29 20:17:49 +00:00
ajacoutot
509d218fc4 WANTLIB changes after xcb addition and bump. 2009-08-11 08:38:41 +00:00
ajacoutot
60bd1762b6 Bugfix update to gtk+2-2.16.5
* Accelerators fail for submenus
* Collapsed save dialog needs to indicate filesystem...
* GtkAssistant should set buttons as default widget
* Iconview DnD fails when Destination is empty
2009-07-18 09:10:37 +00:00
ajacoutot
59121811e8 - major update to gtk+2-2.16.4
*remove previous version before trying to compile this*

Report any failure directly to me please.

tested by landry@ on a sparc64 bulk, thanks!
ok jasper@ on a previous diff
2009-07-12 20:39:33 +00:00
ajacoutot
df642c2619 - regen WANTLIB (from cups kerberos support)
- bump
2009-05-22 13:08:22 +00:00
ajacoutot
8f7cd0f1e5 - remove workaround now that our default thread stack size has been
increased
2009-04-21 13:01:18 +00:00
ajacoutot
918b6f26ac - fix wantlib after cups update 2009-04-10 10:59:30 +00:00
ajacoutot
f379489130 - bugfix update to version 2.14.7 2009-01-11 17:04:47 +00:00
ajacoutot
2caebed1c1 - work around an issue in gdk-pixbuf-io.c by lowering the default buffer
size so that we don't end up in memory access errors

This should fix several GTK apps crashes (eog and mail-notification come
to mind but there are others).

ok jasper@
2008-12-20 19:37:19 +00:00
naddy
5164951487 Always include "lpr" among the print backends; agreed with ajacoutot@.
(This means Firefox will again offer "Print to LPR".)
2008-12-07 21:37:53 +00:00
jasper
48f4db54cd - update gtk+2 to 2.24.5
* lots of bug fixes
- move the @pkgpath marker to where it belongs in PLIST

ok ajacoutot@
2008-11-25 13:14:08 +00:00
landry
fa41eaedf0 Major update to Gtk+ 2.14.4, which now includes x11/gnome/gail.
Tested in several bulk builds by many, thanks!
Note that this temporarely breaks gtk2mm (and all -mm) ports, due to a
pending update to gtk2mm which needs fixing in libstdc++. This is being
worked on, as other known breakages. Report any fallout to ports@.

Discussed at length with espie@ naddy@ bernd@ steven@ ajacoutot@ jasper@
ok ajacoutot@ jasper@
2008-11-18 12:36:49 +00:00
ajacoutot
8d92543ab0 - fix path to python interpreter in gtk-builder-convert
requested by jasper@
2008-11-15 13:29:55 +00:00