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).
This commit is contained in:
parent
c32e859f09
commit
696979c066
3 changed files with 13 additions and 6 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue