diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:30:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:30:36 +0000 |
commit | 1b916756eed023ef0cbf13fce845d335ce25b8c7 (patch) | |
tree | 9eb368662015ceda450e0046716487d93940f49e /editors/gconf-editor/Makefile | |
parent | ac5300ac915886b806c84b983402f8e4563d1444 (diff) | |
download | pkgsrc-1b916756eed023ef0cbf13fce845d335ce25b8c7.tar.gz |
Update to 2.10.0:
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)
Diffstat (limited to 'editors/gconf-editor/Makefile')
-rw-r--r-- | editors/gconf-editor/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile index 2d35535aa4e..725ee3d3604 100644 --- a/editors/gconf-editor/Makefile +++ b/editors/gconf-editor/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2004/12/12 15:35:50 minskim Exp $ +# $NetBSD: Makefile,v 1.29 2005/03/22 16:30:36 jmmv Exp $ # -DISTNAME= gconf-editor-2.8.2 -PKGREVISION= 2 +DISTNAME= gconf-editor-2.10.0 CATEGORIES= editors gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.8/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.10/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= sab@posix.org.uk @@ -26,12 +25,15 @@ CONFIGURE_ARGS+= --with-gconf-mandatory-source=${GCONF2_CONFIG_SOURCE:S/gconf.xm GCONF2_SCHEMAS= gconf-editor.schemas +BUILDLINK_DEPENDS.GConf2+= GConf2>=2.10.0 + .include "../../devel/GConf2/schemas.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libgnome/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" |