diff options
author | jmmv <jmmv> | 2004-04-01 18:36:11 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-04-01 18:36:11 +0000 |
commit | af327ee4595654b1527ca89c0d811a7bee663044 (patch) | |
tree | c55a905ffdcc86844c540f1d7eb1e24a8ada87b3 /x11/gnome-desktop/Makefile | |
parent | 99fe3a83efb0c4eeb258d48a7bb3e31894b4731d (diff) | |
download | pkgsrc-af327ee4595654b1527ca89c0d811a7bee663044.tar.gz |
Update to 2.6.0. Changes since previous stable version:
Version 2.6.0
=============
Translators
* Gareth Owen (en_GB)
Version 2.5.92
==============
Translations
* Sayed Jaffer Al-Mosawi (ar)
* Peter \"Peshka\" Slavov (bg)
* Alexander Winston (en_CA)
* Elian Myftiu (sq)
* Danilo Segan (sr)
* Gurban Mohemmet Tewekgeli (tk)
* Maxim Dziumanenko (uk)
Version 2.5.91
==============
libgnome-desktop
* Fix issue where dragging a file from an nfs mounted dir onto
a launcher wouldn't work (Mark)
* Make the launcher editor use GtkFileChooser (Brian Skahan)
Misc
* Don't depend on strptime (Mark)
* Check for scrollkeeper in configure (Mark)
* Fixup OMF files to validate with latest scrollkeeper (Mark)
Translations
* Laszlo Dvornik (hu)
* Luca Ferretti (it)
* Amanpreet Singh Alam (pa)
* Duarte Loreto (pt)
* Elian Myftiu (sq)
* Dinesh Nadarajah (ta)
* Paisa Seeluangsawat (th)
Version 2.5.90
==============
Misc
* Allow build against an uninstalled build (Laszlo Peter)
Version 2.5.5
=============
Misc
* Use the new applications icon for the Applications menu (Mark)
Version 2.5.4
=============
About Dialog
* Set intro text as non-editable (Fernando Herrera)
* Plug some leaks (Kjartan Maraas)
libgnome-desktop
* Include correct i18n header to fix warnings (The Written Word)
Misc
* Use the common docs build system (Malcolm Tredinnick)
* Small configure.in cleanup (Tomasz K³oczko)
* Fix underquoted AM_PATH_ESD issue (Alexander Winston)
* Don't included generated .desktop files in tarball (Mark)
* Distcheck fix (Mark)
Translators
* Christophe Merlet (RedFox) (fr)
* Kjartan Maraas (no)
* Miloslav Trmac (cs)
Version 2.5.3
=============
About Dialog
* Update the "Contact" link (Alex Duggan)
Misc
* FDL/GPL/LGPL docs updates (Eric Baudais)
Translators
* Dmitry G. Mastrukov (ru)
Version 2.5.2
=============
libgnome-desktop
* Handle g_filename_from_utf8() failure (Dennis Cranston)
Translators
* Danilo Segan (sr)
* Kjartan Maraas (no)
* Kostas Papadimas (el)
Version 2.5.1
=============
libgnome-desktop
* Remove unnecessary accessibility code (Padraig)
* Use the correct mnemonic widget for the command entry (Padraig)
Misc
* Add a --enable-deprecations build flag (Mark)
Translators
Abel Cheung (zh_TW)
G Karunakar (hi)
Jordi Mallach (ca)
Ole Laursen (da)
Sanlig Badral (mn)
Diffstat (limited to 'x11/gnome-desktop/Makefile')
-rw-r--r-- | x11/gnome-desktop/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 8553e10ecd9..1d8da1529e5 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2004/03/26 02:27:59 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2004/04/01 18:36:11 jmmv Exp $ # -DISTNAME= gnome-desktop-2.4.1.1 -PKGREVISION= 5 +DISTNAME= gnome-desktop-2.6.0 CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-desktop/2.4/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-desktop/2.6/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org @@ -12,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Common GNOME2 desktop files and libgnome-desktop library BUILD_USES_MSGFMT= yes -DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs +DEPENDS= gnome2-dirs>=1.5:../../misc/gnome2-dirs GNU_CONFIGURE= yes USE_BUILDLINK3= yes @@ -29,6 +28,7 @@ USE_LIBTOOL= yes .include "../../graphics/gnome2-pixmaps/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" +.include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/startup-notification/buildlink3.mk" |