summaryrefslogtreecommitdiff
path: root/x11/gtk2
AgeCommit message (Collapse)AuthorFilesLines
2012-12-15update to 2.24.14drochner3-617/+616
changes: - Use the bookmarks file from the same XDG location as GTK+ 3 if present - Add a setting to specify the file chooser startup mode -bugfixes -translation updates
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-08Revbump after updating graphics/pangoadam2-4/+4
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.