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
brad
ab1dc48603
Update to GTK+ 2.12.12.
...
ok ajacoutot@
2008-09-27 17:59:12 +00:00
brad
2ea81b17d2
Update to GTK+ 2.12.11.
...
ok jasper@
2008-07-08 08:40:11 +00:00
ajacoutot
e26775f9fe
- remove support for MODGNOME_DEVHELP_FILES from the gnome MODULE ;
...
it makes more sense to add devhelp as run_depends for gnome-session and
leave it to the user to install it manually for other packages
"if you're as happy as a pig in poop, commit it" jasper@
2008-06-02 14:10:06 +00:00
ajacoutot
de9050e0a6
- add devhelp to RUN_DEPENDS-docs
...
"go for it" jasper@
2008-05-23 10:58:32 +00:00
kili
918ca00c14
plist change for -cups package (due to pixman), so bump it, too.
...
ok fgsch@ (and jasper@)
2008-05-20 21:10:18 +00:00
fgsch
9422412b4a
sync with cairo update. jasper@ ok.
2008-05-19 09:57:43 +00:00
ajacoutot
97da73dbcb
- run gtk-update-icon-cache on install in case previous apps already
...
put icons under %D/share/icons/hicolor; this will allow us to use the
cache
"conceptual okay" from kurt@ (who came up with the same idea)
ok jasper@
2008-04-18 09:20:20 +00:00
ajacoutot
899cdd05a3
- add support for CUPS ("-cups" subpackage)
...
this makes printing using gtkprint and CUPS much more pleasant ;-)
- fix a small typo in COMMENT-docs while here
"no objections" jasper@, looks good "landry@
2008-04-15 19:34:53 +00:00
jasper
c3c14caa8e
- update gtk+2 to 2.12.9
...
Lots of bugs were fixed in this release.
testing and feedback by many, thanks!
ok landry@ merdely@ simon@
"go ahead" bernd@ steven@
2008-04-09 13:15:44 +00:00
jasper
87724b9d6c
- update gtk+2 to 2.12.7
...
(bugfixes, updated translations and accesibility support for GtkBuilder)
tested in a bulk build by steven@
ok ajacoutot@
2008-02-09 17:55:39 +00:00
jasper
c7949eb84b
- update gtk+2 to 2.12.3
...
- minor Makefile tweaks
tested by steven@ in a bulk build
ok ajacoutot@ martynas@ steven@
2008-01-17 22:26:50 +00:00
espie
9ca2e064cf
do the same thing with REGRESS_FLAGS as FAKE_FLAGS
2008-01-04 18:38:51 +00:00
steven
724d005d4e
maintenance update to 2.12.2
2007-12-05 14:32:18 +00:00
winiger
d4ebe5e01e
fix WANTLIB, bump PKGNAME
...
ok jasper@ and martynas@
2007-10-31 21:54:11 +00:00
jasper
fc7f18f24a
- update gtk+2 to 2.12.1
...
testing by kili@ martynas@ steven@ ajacoutot@ simon@ wilfried@ and some others
ok martynas@ steven@
2007-10-24 22:34:34 +00:00
jasper
f528460a61
update gtk+2 to 2.10.14
...
"go ahead" steven@
2007-09-10 19:15:25 +00:00
jasper
121a23ec7d
- (bugfix) update gtk+2 to 2.10.13
...
- remove quotes from COMMENT and re-format DESCR's while here
from Brad Smith
ok ajacoutot@ simon@ (for the update)
2007-07-16 07:55:46 +00:00
kili
602edca965
Puffy found an out-of-bound bug.
2007-05-26 02:44:55 +00:00
steven
84d5fe9d4d
fix file chooser dialog flickering as described here
...
http://bugzilla.gnome.org/show_bug.cgi?id=420285
from gtk svn
ok jasper, martynas
2007-05-23 14:26:25 +00:00
jasper
1c796f74b8
update gtk+2 to 2.10.12
...
feedback and ok steven@
2007-05-12 20:24:56 +00:00
jasper
23e3f76824
update gtk+2 to 2.10.10
...
based on diffs by alek@
ok'd by several, "go ahead" steven@
tested by many, thanks!
(diff to unbreak libgnomeui will follow shortly)
2007-04-23 16:29:05 +00:00
espie
be99f23aa5
more base64 checksums
2007-04-05 17:36:18 +00:00
steven
d31fbbbf7e
enforce libX11.>=10
...
ok naddy jasper
2007-03-28 20:31:07 +00:00
steven
db79367ae4
WANTLIB fixes, mostly needed by recent cairo update
2007-02-11 00:56:57 +00:00
bernd
a3704b79c0
Security fix for CVE-2007-0010.
...
Fix error handling in pixbuf loaders. Patch from Debian.
http://secunia.com/advisories/23884/
ok steven@, brad@
2007-02-02 09:21:29 +00:00
wilfried
7e2fd65f75
Add missing $OpenBSD$ tag
2006-12-18 12:40:11 +00:00
espie
0f5dc96ea1
say goodbye to GNU land.
2006-12-16 12:22:32 +00:00
matthieu
08b47a34aa
Fix build with modular X. ok pval@
2006-12-16 08:57:16 +00:00
steven
23dc1c7a31
new MULTI_PACKAGES
2006-11-24 17:25:21 +00:00
kurt
94ab798fc0
link gdk-pixbuf-query-loaders with -pthread so that it can dlopen threaded
...
shared libs such as x11/gnome/librsvg. based on a diff originally from
Mikolaj Kucharski <eth0 at o2.pl>.
2006-09-26 20:06:08 +00:00
espie
fd969f3dd2
more new lib specs
2006-09-18 10:21:48 +00:00
steven
d772390b7e
maintenance update to gtk+ 2.8.20
...
"go ahead" bernd@
2006-07-10 14:47:32 +00:00
bernd
857b51da70
Minor update to gtk+2-2.8.19.
...
Bugs fixed:
341327 Memory corruption inside glib
337491 _gdk_win32_drawable_release_dc: DeleteDC()
called on a GetDC() handle
343425 "grab-notify"-signal is not correctly propagated
for internal children
344244 Window resizing not working when keeping the
aspect fixed
344496 CRLF converting via Clipboard
Sync PLIST with gettext while I'm here.
testing & ok steven@
2006-06-19 17:59:02 +00:00
brad
f31a470c34
fix LIB_DEPENDS; reminded by steven
2006-06-03 19:56:56 +00:00
brad
7d4280e3ce
Update to GTK+ 2.8.18.
2006-06-03 18:23:52 +00:00
steven
0c358f090d
remove obsolete shared libs patches. ok bernd@
2006-05-28 10:07:25 +00:00
brad
0784b57bc0
enable XInput support.
2006-05-22 02:16:40 +00:00
brad
fc5e637a10
Update to GTK+ 2.8.17.
2006-05-22 01:49:07 +00:00
naddy
c9f81e7876
require hicolor-icon-theme, used by the file selector box
2006-04-10 20:04:23 +00:00
naddy
3b2df0ff32
We've been here before in September, but the plist has changed.
...
Bump package name.
2006-01-10 03:04:01 +00:00
pvalchev
b2f3771a32
security fixes from Debian:
...
CVE-2005-3186: Add check to XPM reader to prevent integer overflow for
specially crafted number of colors.
CVE-2005-2975: Fix endless loop with specially crafted number of colors.
2006-01-07 07:13:14 +00:00
pvalchev
a62945828f
Go back to version 2.6.10 due to breakage related to cairo
2006-01-07 07:10:18 +00:00
marcm
18a16ff171
SHARED_LIBS and update to the latest 2.8 version since I've had it for
...
some time :).
"looks alright" pval@
2006-01-03 07:33:36 +00:00
bernd
1649615b95
Update to gtk+-2.8.8.
...
ok marcm@
2005-12-01 15:42:04 +00:00