pkgsrc/editors/gconf-editor/Makefile

38 lines
1.2 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.75 2011/11/01 06:01:06 sbd Exp $
#
DISTNAME= gconf-editor-2.32.0
PKGREVISION= 3
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.32/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Editor for the GConf configuration system
2008-06-20 03:09:05 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
2004-04-15 13:16:04 +02:00
USE_LIBTOOL= YES
2002-12-01 00:32:20 +01:00
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake intltool msgfmt pkg-config
CONFIGURE_ARGS+= --with-gconf-defaults-source=${GCONF_CONFIG_SOURCE:Q}
CONFIGURE_ARGS+= --with-gconf-mandatory-source=${GCONF_CONFIG_SOURCE:S/gconf.xml.defaults/gconf.xml.mandatory/g}
GCONF_SCHEMAS= gconf-editor.schemas
Update to 2.8.0. This version corresponds to GNOME 2.8.0. 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-21 19:10:43 +02:00
2010-06-11 10:33:00 +02:00
BUILDLINK_API_DEPENDS.GConf+= GConf>=2.14.0
.include "../../devel/GConf/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../security/policykit/buildlink3.mk"
Update to 2.16.0: 2006-09-05 Fernando Herrera <fherrera@onirica.com> * configure.in: Release 2.16.0 2006-08-07 Fernando Herrera <fherrera@onirica.com> * configure.in: Release 2.15.91 * Makefile.am: added missing m4 subdir 2006-08-07 Kjartan Maraas <kmaraas@gnome.org> * .cvsignore: * Makefile.am: * configure.in: * docs/.cvsignore: * docs/C/gconf-editor.xml: * docs/Makefile.am: Port to gnome-doc-utils. Patch from Don Scorgie. Closes bug #346919. 2006-08-07 Kjartan Maraas <kmaraas@gnome.org> * src/gedit-output-window.c: (my_popup_handler), (gedit_output_window_init): Port to gtk+ from deprecated libgnomeui API. Kristof Vansant. Closes bug #166882. 2006-07-23 Luca Ferretti <elle.uca@libero.it> * autogen.sh: add "USE_COMMON_DOC_BUILD=yes", fix bug # 348238 2006-07-11 Kjartan Maraas <kmaraas@gnome.org> * autogen.sh: Convert to use gnome-autogen.sh. Fixes bug #341344. Patch from Frederic Peters. 2006-05-19 Fernando Herrera <fherrera@onirica.com> * docs/de/gconf-editor-de.omf: Converted to UTF-8 (pointed by Kjartan Maraas) 2006-05-09 Fernando Herrera <fherrera@onirica.com> * configure.in: * src/main.c: (main): Port to GOption. Patches and code from Paolo Borelli, Christian Persch and Kristof Vansant. Fixes bugs #335032 and #320390. 2006-05-09 Brian Pepple <bdpepple@gmail.com> * po/LINGUAS: New file listing all supported languages. * configure.in: Use po/LINGUAS instead of including all languages directly in this file. See the wiki for more information: http://live.gnome.org/GnomeGoals/PoLinguas 2006-05-09 Fernando Herrera <fherrera@onirica.com> * src/gconf-search.c: (gconf_tree_model_search_iter_foreach): Show search results when more than one has been found on the path. Fixes #339316 2006-05-09 Fernando Herrera <fherrera@onirica.com> * src/gconf-editor-window.c: (gconf_editor_window_popup_error_dialog), (gconf_editor_window_go_to): * src/main.c: (main): remove invalid_arg_error_dialog. Reuse gconf_editor_window_popup_error_dialog and made this dialog HIG compliant. Patch from Kristof Vansant. Fixes #340241 2006-05-09 Fernando Herrera <fherrera@onirica.com> * configure.in: version 2.15.0 2006-04-27 Wouter Bolsterlee <uws+gnome@xs4all.nl> * src/main.c: Call gnome_accelerators_sync() to save the keyboard shortcuts on exit. Fixes bug #162902. 2006-04-21 Claudio Saavedra <csaavedra@alumnos.utalca.cl> * configure.in: * docs/fr/Makefile.am: Adding missing docs/fr/Makefile.am . 2006-04-17 Benoît Dejean <benoit@placenet.org> * docs/Makefile.am: * docs/fr/*: Added French translation. 2006-04-17 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Remove obsolete entry for no_NO. * po/no.po: And the translation. 2006-03-27 Vladimer Sichinava <vlsichinava@gmail.com> * configure.in: Added "ka" (Georgian) to ALL_LINGUAS 2006-03-26 Claudio Saavedra <csaavedra@alumnos.utalca.cl> * configure.in: Adding "de" documentation entry. * docs/de/Makefile.am: Fixing build (#336005). 2006-03-25 Christian Neumair <chris@gnome-de.org> * docs/Makefile.am: (SUBDIRS): Add "de". Thanks to Keywan Najafi Tonekaboni. 2006-03-22 Tommi Vainikainen <thv@iki.fi> * configure.in (ALL_LINGUAS): Added Dzongkha (dz). 2006-03-20 Fernando Herrera <fherrera@onirica.com> * src/gconf-editor-window.c: (gconf_editor_gconf_value_changed): Fix memory corruption. GconfValue should be freed with gconf_value_free not with g_free. * src/gconf-list-model.c: (gconf_list_model_notify_func): Fix a tiny leak. Patch from Paolo Borelli. Closes bug #332931.
2006-09-15 17:21:40 +02:00
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
2004-02-11 05:58:15 +01:00
.include "../../x11/gtk2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"