summaryrefslogtreecommitdiff
path: root/editors/gconf-editor
AgeCommit message (Collapse)AuthorFilesLines
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-1/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-02update to 2.12.1drochner3-8/+8
changes: two fixes for crashes
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-1/+2
Bump BUILDLINK_RECOMMENDED.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-10-16Update to 2.12.0:jmmv3-8/+24
2.12.0: "I only care when I miss it" * Fixes: - Doc fixes (Shaun McCance) 2.11.92: "Paris Combo" * Improvements: - Ported to GtkComboBox byMichael Gossard
2005-09-23Reset maintainer, posix dot org dot uk has no DNS entry.wiz1-2/+2
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-22Update to 2.10.0:jmmv3-10/+13
2.10.0: "Maria Stuarda" * Translations: - Updated Updated Romanian translation by Mugurel Tudor. - Updated Hungarian translation updated by Gabor Kelemen. - Updated Lithuanian translation by Gintautas Miliauskas. 2.9.92: "Drexler singing" * Fixed: - Readd a missing icon - Fix some deprecated includes 2.9.91: "Spectacular Spectacular" * Fixes: - Fix a crash when closing an old window and changing externay gconf keys that were monitorized by that window. (John Ellis) 2.9.3: "Bang Bang" * Fixes: - Tons of leaks fixed (Paolo Borelli) - Continue search after finding a pattern (Madhan Raj) 2.9.2: "Con la frente marchita" * Impovements: - Add bugzilla verstion to .desktop file (Christoffer Olsen) - Show in the window title the current configuration database - Use a new icon for boormarks - Added German documentation (Keywan Najafi Tonekaboni) * Fixes: - Install icon in the right place, use for the window title correctly - Lot of HIGifycation work (Dennis Cranston) - Disable popups entries for defaults/mandatoy if user cannot change them - Lot of strings fixes (Dave Ahlswede, Dennis Cranston, David Lodge) - Update auto* magic (James Henstridge) - Handle menu tearoffs correctly, using the ui_manager (James Bowes)
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-12-12Include scrollkeeper/omf.mk, instead of scrollkeeper/buildlink3.mk, tominskim1-3/+3
register .omf files. Noted by jmmv@. Bump PKGREIVISION.
2004-12-12Explicitly depend on gnome2-dirs because this package needsminskim2-4/+4
share/gnome/help, which is installed by gnome2-dirs. Noted by jmmv@. Also correct the corresponding comment in PLIST.
2004-12-11Do not delete share/gnome/help and share/omf when deinstalled; theyminskim2-4/+5
should be handled by gnome-dirs and scrollkeeper, respectively. Bump PKGREVISION.
2004-10-28Update to 2.8.2:jmmv2-6/+5
2.8.2: "Huerto del loro" * Fixes: - Fix for spewing warnings on startup (Fix bug #144833, Mark McLoughlin) * Improvements: - Updated German documentation (Keywan Najafi Tonekaboni) 2.8.1: "Puerto Rico" * Fixes: - Parse correctly gtk/gnome command line arguments (based on patch from Julio M. Merino Vidal. Fix bug #151829) - Fix a crash when have_icons key is not present. Fix bug #151720.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-21Update to 2.8.0. This version corresponds to GNOME 2.8.0.jmmv3-9/+35
2.8,0: "Josha Bell" * Fixes: - Fixes to docs (Shaun McCance) 2.7.92: "Morte della Madonna" * Improvements: - Updated documentation (Shaun McCance) 2.7.91: "Que fuerte me parece" * Fixes: - Fix a crash when selection unset keys (bug #149805) - Fix search cancelation (bugs #150728, #146790) 2.7.90: "Old maintainer clip show" * Improvements: - Lots of HIG fixes (Dennis Cranston) 2.7.4: "Siempre estoy soñando" * Improvements: - Search asyncronously - Add recent keys * Fixes: - Put the output window in a vpaned so it can be resized (bug #146776) - Go to the key in the tree and in the list. - Use header capitalization for menu items. Fix bug #147753 (Dennis Cranston) 2.7.3: "This one is really released!" * Fixes: - Fix some UI stuff of the search window (Anders Carlsson) 2.7.2: "long queue" * Improvements: - Search!!!! - Removed warning dialog (Christian Neumair) * Fixes: - Enable menu internationalization (Christian Neumair) 2.7.1: "Beer at Norway" * Improvements: - Implement list elements editing - Added schema - Set defaults in gconf.xml.defaults - Set a key/value as mandatory from - Support for browsing/editing defaults and mandatory * Fixes: - Fix some leaks - Fix long standing bug converting some text entries into booleans (bug #136148) 2.7.0: "Favola di Venezia" * Improvements: - Use GNOME libraries (Shakti Sen) - Add Help support (Shakti Sen) - Use GNOME standard about dialog (Bug #88279) - Make menu icons follow menus_have_icons preference key (Mariano Suárez-Alvarez) - Show an alert when the key has no schema (Bug #110745) - Replace use of item factory with ui manager (James Bowes from the GNOME love fame!) - When removing an item in the list edito, select the next or the previous one (Alberto Ruíz, Bug #142994, also a new contributor from the GNOME love and live hacking at guadec-es!) * Fixes: - Fix crash when nothing is selected (Richard Hult) - Don't show hidden widgets on new windows. - Fix compilers warning and build stuff on AIX. * Merged fixes from 2-6 branch: - Don't escape keys (Bugs #135807 and #136400) - Fix a crashing bug in the unref code (Bugs #124662 and #136631) - Fix the cell editor for float values (Bug #137468) - Fix a crash when launching gconf-editor with a invalid key path (Bug #136381) - Allow the notebook in the key editor to fill and expand. (Fix #138557) * Translations: - Added Basque translation (Iñaki Larrañaga) - Added Gujarati translation (Guntupalli Karunakar)
2004-09-04Set the path to GConf2's configuration database manually, to fix multiplejmmv1-2/+6
crashes. The problem is that the configure script is picking the gconftool-2 binary from the buildlink directory, which does nothing, so it gets an incorrect configuration. Bump PKGREVISION to 1.
2004-06-28Update to 2.6.2:jmmv2-5/+5
- Don't show all widgets in new window, because we have hidden ones. - Fix crash when nothing is selected. (Richard Hult)
2004-04-16Update to 2.6.1:jmmv3-8/+10
* Fixes: - Don't escape keys (Bugs #135807 and #136400) - Fix a crashing bug in the unref code (Bugs #124662 and #136631) - Fix the cell editor for float values (Bug #137468) - Fix a crash when launching gconf-editor with an invalid key path (Bug #136381) - Allow the notebook in the key editor to fill and expand. (Fix #138557) * Translations: - Added Basque translation (Iñaki Larrañaga) - Added Gujarati translation (Guntupalli Karunakar)
2004-04-15Set USE_LIBTOOL=yes.jmmv1-1/+2
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-01Update to 2.6.0. Changes since previous stable version (2.4.x):jmmv3-8/+14
2.6.0: * Translations: - Added Punjabi translation (Amanpreet Singh Alam) - Updated Hungarian translation (Andras Timar) - Added British translation (Gareth Owen) 2.5.92: * Translations: - Updated Croatian translation (Robert Sedak) - Added Canadian English translation (Alexander Winston) - Updated Ukrainian translation (Maxim Dziumanenko) - Updated Thai translation (Theppitak Karoonboonyanan) 2.5.91: * Fixes: - Show key documentation even if it has been modified (Bug #121813, Fernando Herrera) 2.5.4: * Fixes: - Fix a crash when deleting keys (Bugs #105884 and #124662, Sanjiv Agarwala) - Copy path if no key is slected (Bug #132085, Fernando Herrera) - Fix a crash with NULLs nodes (Bug #128272, Fernando Herrea) - Unify copyright strings (Bug #101728, Christian Neumair) - Handle escaping of keys correctly (Bug #96744, Hidetoshi Tajima) - Removed final "," in enums (Fernando Herrera) * Improvements: - Update statusbar on key selection (Fernando Herrera) - Added man page (Sebastien Bacher) 2.5.1: * Fixes: - Fix a crash with unset values (Bug #121084, Sebastien Bacher) - Added float support to the list editor, fixing a crash (Ross Burton) - Remove the GTK_DISABLE_DEPRECATED flag (Bug #123932, Arvind Samptur) * Improvements: - Set the cursor to GDK_WATCH while we are figuring out the child nodes (Federico Mena Quintero) - Expand tree items when double clicked (Christophe Fergeau)
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-16Depend on xdg-dirs to handle the share/applications shared directory.jmmv2-3/+5
Bump PKGREVISION.
2004-02-16Explicitly include glib2's and pkgconfig's bl3 files (the later fixes build).jmmv1-2/+5
Also sort includes and use pkgsrc intltool.
2004-02-11bl3ifyxtraeme1-5/+5
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-15Update to 2.4.0xtraeme3-8/+29
Changes: o Many bugfixes were solved and added new features. Review Changelog to see a full list of changes.
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-30USE_PKGLOCALEDIR, delint.salo1-1/+2
2002-11-02Initial import of gconf-editor-0.3.1, an editor for the GConf2rh4-0/+73
configuration system. Version 0.2 was provided by Scott Aaron Bamford in PR pkg/18660 This is an updated version that uses buildlink2