diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-10-02 21:34:50 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-10-02 21:34:50 +0000 |
commit | 7299c157dbd83f8ecc36d39303bc70e3595685a8 (patch) | |
tree | bd85672252086a1361489a39a7f73d39dab1495a /editors/leafpad/Makefile | |
parent | 08a6bb3fa5b783630e428f2de1cd1411e1e26133 (diff) | |
download | pkgsrc-7299c157dbd83f8ecc36d39303bc70e3595685a8.tar.gz |
Update to 0.8.4:
2005-09-24
version 0.8.4:
* Implemented GOption (thanks Magnus Bergman).
* Added '--tab-width' command line option.
* Inform read-only file by less/greater than sign bracket.
* Improved Korean auto-detection.
* Added Hebrew translation (Yo'av Moshe).
* Added Turkish translation (Kaya Oguz).
* Added Greek translation (Stavros Giannouris).
* Updated Italian translation (Alessio D'Ascanio).
2005-07-22
version 0.8.3:
* Implemented replaced word highlighting.
* Modified line-number margin.
* Fixed space-separeted filename bugs (thanks Andrea Antolini).
* Added Slovak translation (Peter Chabada).
* Updated Polish translation (Michal Wrobel).
2005-07-02
version 0.8.2:
* Improved dependency caused by intltool (thanks Machismo Ulverstein).
* Modified left margin.
* Fixed Macintosh return code bug (thanks young dave).
* Fixed "response" signal of about diaglog (thanks Muthiah Annamalai).
* Updated Bulgarian translation (Yavor Doganov).
* Updated Simplified Chinese translation (Carlos Z.F. Liu).
2005-05-14
version 0.8.1:
* Implemented searched word highlighting.
* Modified Up/Down/PageUp/PageDown behaviour when scroll-outed.
* Fixed space-separated filename bug (thanks Chris Everts).
* Added Bulgarian translation (Yavor Doganov).
* Added Vietnamese translation (Quy NGUYEN DAI).
* Updated Hungarian translation (Reviczky Adam Janos).
* Updated Polish translation (Michal Wrobel).
2005-04-29
version 0.8.0:
* Implemented glib-gettext & intltool.
* Added Print feature (only invoke lpr).
* Added load stdin feature.
* Added command line options.
* Added '--enable-chooser' configure option for GtkFileChooser.
* Modified some small points (DnD, caret, shadow, sensitivity...).
* Changed shortcut keys displayed on menu.
* Fixed replace question dialog behavior (thanks Keith).
* Added Portuguese translation (thanks Alan Kelon).
2004-12-26
version 0.7.9:
* Shrinked codeset menu.
* Fixed destroy response for question dialog (thanks Richard S).
* Removed local "G_BROKEN_FILENAMES" setting.
* Removed scrollbar_spacing manipulation.
* Updated Swedish translation (by Isak Savo).
* Added Lithuanian translation (thanks Lech Jankovski).
* Added Polish translation (thanks Michal Wrobel).
Diffstat (limited to 'editors/leafpad/Makefile')
-rw-r--r-- | editors/leafpad/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index 096b9ddb9e5..e7ccefae9f1 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2005/08/10 20:56:16 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/10/02 21:34:50 jmmv Exp $ # -DISTNAME= leafpad-0.7.8 +DISTNAME= leafpad-0.8.4 CATEGORIES= editors gnome -MASTER_SITES= http://tarot.freeshell.org/leafpad/ +MASTER_SITES= http://savannah.nongnu.org/download/leafpad/ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://tarot.freeshell.org/leafpad/ @@ -16,5 +16,7 @@ USE_PKGLOCALEDIR= YES .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |