diff options
author | jmmv <jmmv> | 2004-12-05 11:42:55 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-12-05 11:42:55 +0000 |
commit | 4dd87f84b554ec263ef2a03971d8dee89b990268 (patch) | |
tree | 809b235ee754c9ca95c9317272b672d3f58f913b /editors/leafpad | |
parent | 7a99b0eacead9af90e0e79d45440096f31b1a884 (diff) | |
download | pkgsrc-4dd87f84b554ec263ef2a03971d8dee89b990268.tar.gz |
Update to 0.7.8:
* Implemented widget sesnsitivity.
* Changed scrollbar_spacing to zero.
* Changed about dialog caption.
* Fixed undo sequency for Ctrl+V overwrite.
* Added Hungarian translation (thanks Reviczky Adam Janos).
* Added Catalan translation (thanks David Rosal).
* Added Tamil translation (thanks Vijay Durairaj).
* Added Italian translation (thanks Alessio D'Ascanio).
Diffstat (limited to 'editors/leafpad')
-rw-r--r-- | editors/leafpad/Makefile | 4 | ||||
-rw-r--r-- | editors/leafpad/PLIST | 9 | ||||
-rw-r--r-- | editors/leafpad/distinfo | 6 |
3 files changed, 13 insertions, 6 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index 93137cf6172..ebb30df35e1 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/12/05 08:32:29 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/05 11:42:55 jmmv Exp $ # -DISTNAME= leafpad-0.7.7 +DISTNAME= leafpad-0.7.8 CATEGORIES= editors gnome MASTER_SITES= http://tarot.freeshell.org/leafpad/ diff --git a/editors/leafpad/PLIST b/editors/leafpad/PLIST index 72fbf6aa9ee..a0fa8307177 100644 --- a/editors/leafpad/PLIST +++ b/editors/leafpad/PLIST @@ -1,10 +1,17 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/04 14:27:51 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/12/05 11:42:55 jmmv Exp $ bin/leafpad share/applications/leafpad.desktop +${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/leafpad.mo +${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/leafpad.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/leafpad.mo share/pixmaps/leafpad.png diff --git a/editors/leafpad/distinfo b/editors/leafpad/distinfo index 683834247ab..56de9ea0b18 100644 --- a/editors/leafpad/distinfo +++ b/editors/leafpad/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2004/12/05 08:32:29 jmmv Exp $ +$NetBSD: distinfo,v 1.3 2004/12/05 11:42:55 jmmv Exp $ -SHA1 (leafpad-0.7.7.tar.gz) = 4343918515d50199478a659959d63ae1786fa8a6 -Size (leafpad-0.7.7.tar.gz) = 177717 bytes +SHA1 (leafpad-0.7.8.tar.gz) = 4a0b736dc1ea0a6bd11d63388ddb248d283f55ad +Size (leafpad-0.7.8.tar.gz) = 188955 bytes |