summaryrefslogtreecommitdiff
path: root/x11/gtk2
AgeCommit message (Collapse)AuthorFilesLines
2012-10-07Removed ftp.gtk.org from MASTER_SITES, since it does not have the latest ↵adam1-3/+2
distfiles
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-10-03Add version information in DESCR.wiz1-0/+2
From Bug Hunting.
2012-10-03Changes 2.24.13adam2-7/+6
* Implement a gtk-primary-button-warps-slider setting that lets us adjust scale and scrollbar behaviour according to platform. * Bug fixes: 661973 Try harder to discriminate Shift-F10 and F10 675365 Always check if the global context id changed 674108 Hard crash due to wrong NSAutoreleasePool stacking * Translation updates: Polish
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam2-3/+4
2012-09-06Changes 2.24.12:adam2-6/+6
* Allow building with automake 1.12 * Bugs fixed: 616997 gtk_recent_manager_add_item() is slow 680346 gtk+-2.24.11 (commit 3f6592f6) breaks keyboard input... 680901 GTK+: The chinese translations of "even sheet" and ... 681784 colorspaces used in gtk+ and cairo quartz backends d... 683070 tooltip: add tooltip-radius and tooltip-alpha style ... 683279 range: add a primary-button-warps-slider style prope... quartz: fix corruption during scrolling in some cases * Translation updates: Polish Traditional Chinese
2012-07-25remove obsolete patchdrochner1-271/+0
2012-07-24update to 2.24.11drochner2-8/+6
changes: -WM interaction improvement for X11 -bugfixes -translation updates
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)cheusov1-2/+2
2012-03-10bump PKGREVISION from python default change to 2.7.obache1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-3/+4
2012-02-09update to 2.24.10drochner4-135/+8
changes: -printing fix was integrated -more minor fixes
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-01replace the patch for the printing problem by the official upstream one,drochner3-50/+80
bump PKGREV
2012-01-29update to 2.24.9drochner4-11/+106
changes: bugfixes pkgsrc note: backed out upstream change for cups Custom print options, it causes crashes at least with firefox, see gnome bug #543520
2012-01-19need newer libXi dependency due to:reed1-1/+2
gdkinputprivate.h:38:35: error: X11/extensions/XInput.h: No such file or directory (header got switched to different package)
2011-11-17update to 2.24.8drochner3-8/+10
changes: bugfixes
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-3/+4
2011-10-30update to 2.24.7drochner3-8/+7
changes: -filechooser UI improvements -bugfixes -translation updates
2011-09-09Fix building on Mac OS Xadam1-13/+18
2011-09-06update to 2.24.6drochner3-7/+8
changes: -UI changes to Filechooser -bugfixes -translation updates
2011-07-08update to 2.24.5drochner4-30/+11
changes: -bugfixes -translation updates -doc improvements
2011-06-16bash isn't needed as TOOL anymore, noticed by Matthias Rampkedrochner1-2/+2
2011-06-15comment out two non-portable shell variable substitutions and revertdrochner3-8/+23
the "bash" requirement for "configure", works around build problems due to unresolved problems with bash on Dragonfly (PR pkg/45059 by Matthias Rampke)
2011-04-28Exactly disable detection of db2html.obache1-1/+3
fixes PR#44908.
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2011-04-05update to 2.24.3drochner4-15/+14
changes: -Add missing introspection annotations -bugfixes -translation updates
2011-03-18update to 2.24.3drochner3-28/+6
changes: bugfixes pkgsrc change: g/c "loaders" template which is in gdk-pixbuf2 now
2011-03-09update to 2.24.1drochner3-17/+15
This switches to the new gtk-2.24 branch which is intended to help transition to glib/gtk3. Still binary compatible.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-3/+4
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-11-23Fix busted stock icons (PR pkg/44119). Patch borrowed from OpenBSD.tnn4-8/+283
Upstream bug report: https://bugzilla.gnome.org/show_bug.cgi?id=629878 While here, update to gtk2+-2.22.1 (bug fixes and translation updates)
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-3/+4
2010-11-15update to 2.22.0drochner9-273/+145
This switches to the gnome-2.32 release branch
2010-10-10reorder so that x11 stuffs will be last.obache1-9/+8
2010-10-10Move options.mk location so that x11 related stuffs will be buildlinkedobache1-3/+4
after other one. Workaround of pixman's shlib micro version differ in pkgsrc v.s. xbase on NetBSD-5.1_RC4.
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-4/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-08-27Add a missing PLIST entry for the quartz option.minskim1-1/+2
2010-06-14adjust glib2/atk dependencies, from Tim Larson per PR pkg/43471drochner1-3/+3
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz4-8/+29
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-01add "bash" to USE_TOOLS, needed because we have CONFIG_SHELL=bash,drochner1-2/+3
add a commant why the latter is done noticed by Greg Oster
2010-05-31Restore comment. It makes me wonder why we still need it, since thewiz2-3/+5
referenced URL talks about gtk2-2.18.
2010-05-31update to 2.20.1drochner6-69/+36
this switches to the gnome-2.30 branch
2010-04-15Add a bug fix that might affect firefox, dug up by Jared McNeill.wiz3-2/+24
Bump PKGREVISION.
2010-03-17Update to 2.18.9:wiz2-6/+6
Overview of Changes from GTK+ 2.18.8 to 2.18.9 ============================================== * Avoid a crash when doing DND on X servers without the shape extension * Avoid an assertion when finalizing entries Ok agc@
2010-03-16Update to 2.18.8:wiz3-14/+14
Overview of Changes from GTK+ 2.18.7 to 2.18.8 ============================================== * Bugs fixed: 612066 empathy hangs when clicked on information about contact... 569042 gailbooleancell does not seem to attend to changes... 609650 GtkPlug Embedded signal is not emitted when plug/socket... 609744 crash at parse_data_for_row_pseudocolor 609952 destroying a notebook window when the last tab got dragged... 610141 gtk_assistant_get_nth_page() function fails to deliver... 610184 gtk_assistant_set_current_page() segfaults... 610381 More space between toolbar icon and label 610632 gtk_info_bar_set_default_response problem 611686 focus_in/focus_out in gailtreeview.c should return FALSE... 612119 Do not scroll when middle pasting 612308 GTK+ Build error: redefinition of 'struct IPrintDialogCallback' 612346 gdk_window_set_icon_name doesn't work 612505 Entry layout not updated when underlying buffer changes 598881 Unimplemented GdkWindowImplIface methods crash gimp on OSX * Updated translations: Bengali India Low German Oriya Polish
2010-02-14Update to 2.18.7:wiz3-8/+9
Overview of Changes from GTK+ 2.18.6 to 2.18.7 ============================================== * Bugs fixed: 600865 gnome-panel crashed with "BadPixmap (invalid Pixmap... 606698 Misplaced declaration of gtk_print_job_set_status 606009 weirdness with clipping in abiword - csw 607770 Leak in GtkTreeView with HildonPannableArea 603144 Suspected wrong builtin page size: Chinese PRC6 and PRC9... 607687 f-spot crashes when using themes using the pixmap engine 608807 Marks on GtkScale widgets can overlap 607508 Cannot drag windows around in pager applet any more 608615 DnD events sent to wrong window 599511 gtk_selection_owner_set causes graphical corruption... 607344 GtkCalendar: crash when using tooltips via glade 608410 GOK types backwards in text entry fields 591186 GTK Menu Bar is unreadable under Windows 7 607061 GtkPlug socket window is sometimes incorrectly unref'd... 608370 dnd drag-dest signal handlers don't get correctly dis... 608162 gtktoolbutton doesn't create right proxy menu item... 561816 Optimize gtk_paned_set_position notifications * Translation updates: Brazilian Portuguese Burmese Catalan German Slovenian Spanish Swedish
2010-01-27Depend on py-expat for all supported python versions, now thatwiz1-6/+5
python25 and python26 have been fixed to behave like python24.