summaryrefslogtreecommitdiff
path: root/x11/gtk2
AgeCommit message (Collapse)AuthorFilesLines
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.
2010-01-18update to 2.18.6drochner2-7/+6
changes: -improvements for "Client-side windows" -bugfixes -translation updates
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-1/+2
2009-12-09remove wrong patchdrochner2-26/+1
(see https://bugzilla.gnome.org/show_bug.cgi?id=588740 comments #24 and #29) ride on last night's update
2009-12-08Update to 2.18.5:wiz2-6/+6
Overview of Changes from GTK+ 2.18.4 to 2.18.5 ============================================== * Bugs fixed: 603652 Sporadic crashes with GtkSocket 598476 gnome-screensaver crashes when entering password... 601473 GDK_BUTTON?_MOTION_MASK appears to be broken 597386 Cannot click buttons more than once without... 603619 the colormap of offscreen's pixmap doesn't... 603904 gdk_draw_line doesn't have expose area.
2009-12-06Update to 2.18.4:wiz8-80/+18
Overview of Changes from GTK+ 2.18.3 to 2.18.4 ============================================== * Client-side windows: - Avoid some unnecessary exposes - Avoid unnecessary redraws related to clearing windows * Bugs fixed: 563010 Fix clearing the selection in GtkFileChooserButton 581150 GtkIconView tries to paint items with invalid sizes 601869 GtkUIManager assumes too much about popup menus 581145 Wrong positioning for fullscreen gedit toolbar animation 599118 Translators comment for "Finishing" labels 599321 gtk_selection_data_get_uris is broken on Windows 381371 Print margins not correct in WIN32 - not allowing... 599446 atk_object_set_name () assertion in gtk_tool_button_set_label 602725 fix setting icon-size on GICON images 588740 JPEG images open with blur effect? 602724 gailimage doesn't handle GTK_IMAGE_{GICON,ICON_NAME}... 561130 get_monitor_geometry segfaults if called with non-existant... 585383 Segfault in gdk_pixbuf__ico_image_save 123569 Catch contents being reparented out of socket 601611 gtk_selection_data_get_targets() reads X Atom data as GdkAtoms 601959 must release compose key before continuing compose sequence 603201 gtk_about_dialog_set_url_hook has no effect anymore 591438 dfb_events_dispatch is not thread safe 603128 Adding new UI that was recently removed may cause wrong order * Updated translations: Low German Romanian Russian Slovenian
2009-11-27Use ${COMPILER_RPATH_FLAG} instead of -R for X_LIBS in pkg-config files.tnn3-2/+17
This fixes firefox run-time breakage with native X11 on netbsd-4 caused by pkgsrc wrappers not dealing with -R. Bump PKGREVISION.
2009-11-23fix PLIST for (non-default) "jasper" optiondrochner2-2/+5
2009-11-18Require newer glib2. From enami in PR 42339.wiz1-2/+2
2009-10-21update to 2.18.3drochner5-23/+34
This switches to the gnome-2.28 release branch.
2009-10-05Some fixes for previous.sketch1-3/+3
2009-10-05Kludge to work around hardcoded 'grep -o' GNUism.sketch1-1/+8
2009-09-09Remove references to python-2.3.wiz1-2/+2
2009-09-07don't propagate the "cups" dependency, this is nut referenced bydrochner1-5/+1
the exported libraries (according to the CVS log, this was only to work around spurious db4 dependencies which are hopefully fixed by my last change to db4/bl3)
2009-08-29Update to 2.16.6:wiz2-6/+6
* Bugs fixed: 161489 Make left/right arrows change focus between bookmarks... 592883 Spin cell rendererer problem with double click 478519 GtkTooltip segfaults on NULL gdk-display-current-tooltip. 592003 Shift+click should always modify selection 589195 gtktreeview.c warning 588199 GtkTreeView rendering glitch while using a default sort... 526149 GtkCellRendererAccel editing conflicts with mnemonics 592901 Crash in JPEG pixbuf loader instead of error 592461 preserve errno and use g_strerror 589745 Apply message in GtkAssistant 588943 set correct selection before emitting cursor-changed... 592606 Activate the default button in a respose-request callback 591526 Accelerator keys with <super> modifier also triggered... 588958 Typo in startup-id window property 580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE... 564695 Pressing enter key in print to file "Name" box does not print 528283 Problems when using PageUp & PageDown to navigate... 534462 Focus issues in file chooser 543310 set_enable_tree_lines doesn't work when a cellrenderer... * Translation updates: Brazilian Portuguese Catalan (Valencian) Galician
2009-08-29Bump PKGREVISION for libjpeg7 fix.wiz1-2/+2
2009-08-29Fix scaling issue caused by jpeg7 update.dogcow2-1/+26
http://bugzilla.gnome.org/show_bug.cgi?id=588740
2009-08-26bump revision because of graphics/jpeg updatesno2-3/+4
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-18Update to 2.16.5:wiz2-6/+6
* Fix a side-effect introduced by the fix for bug 586330 that caused all stock buttons to lose their mnemonics. * Bugs fixed: 582025 Accelerators fail for submenus 150951 collapsed save dialog needs to indicate filesystem... 527583 GtkAssistant should set buttons as default widget 588484 Iconview DnD fails when Destination is empty * Updated translations: Gujarati Hindi
2009-07-09update to 2.16.4drochner2-6/+6
changes: -bugfixes -translation updates
2009-06-17Resolve conflicting edits: back out my change, expand comment.asau1-7/+2