diff options
author | drochner <drochner> | 2008-01-09 19:09:23 +0000 |
---|---|---|
committer | drochner <drochner> | 2008-01-09 19:09:23 +0000 |
commit | 8bfaf6b937d278477a69839bfe9a2a006eac0159 (patch) | |
tree | 7fae2dda8cb5101bce1b1ed72c70a1d0684b91b2 /editors/notecase/patches | |
parent | cab10f5390e018c914b04ba6a8a2a925279a1bf1 (diff) | |
download | pkgsrc-8bfaf6b937d278477a69839bfe9a2a006eac0159.tar.gz |
update to 1.7.6
changes: bug fixes, translation updates
Diffstat (limited to 'editors/notecase/patches')
-rw-r--r-- | editors/notecase/patches/patch-ad | 15 | ||||
-rw-r--r-- | editors/notecase/patches/patch-ai | 13 |
2 files changed, 25 insertions, 3 deletions
diff --git a/editors/notecase/patches/patch-ad b/editors/notecase/patches/patch-ad index 3d83c0f61f7..afbb718c740 100644 --- a/editors/notecase/patches/patch-ad +++ b/editors/notecase/patches/patch-ad @@ -1,9 +1,9 @@ -$NetBSD: patch-ad,v 1.2 2007/12/17 19:06:55 drochner Exp $ +$NetBSD: patch-ad,v 1.3 2008/01/09 19:09:23 drochner Exp $ ---- Makefile.orig 2007-12-03 11:30:40.000000000 +0100 +--- Makefile.orig 2008-01-08 20:24:20.000000000 +0100 +++ Makefile @@ -10,7 +10,7 @@ - VERSION=1.7.4 + VERSION=1.7.6 # define install target dirs -prefix=/usr @@ -37,3 +37,12 @@ $NetBSD: patch-ad,v 1.2 2007/12/17 19:06:55 drochner Exp $ $(OBJ)/ProgressDlg.o $(OBJ)/DocActionPix.o $(OBJ)/DocActionFinish.o $(OBJ)/DocActionFmt.o $(OBJ)/FmtInfo.o \ $(OBJ)/FileAttachmentDlg.o $(OBJ)/DocActionAtt.o $(OBJ)/PixPropertiesDlg.o $(OBJ)/DocActionFinishDel.o \ $(OBJ)/ShortcutsList.o $(OBJ)/ShortcutsListDlg.o $(OBJ)/DateTimeDlg.o $(OBJ)/AboutDlg.o $(OBJ)/EditDlg.o \ +@@ -599,7 +598,7 @@ updatesrc: + $(Q)sed -i 's/^Version:.*/Version: $(VERSION)/' ./docs/notecase.spec + $(Q)sed -i 's/^Source:.*/Source: $(archive)_src.tar.gz/' ./docs/notecase.spec + $(Q)sed -i 's/\#define APP_VER_STR .*/\#define APP_VER_STR "$(VERSION)"/' ./src/config.h +- #$(Q)sed -i 's:\#define INSTALL_PREFIX .*:\#define INSTALL_PREFIX "$(DESTDIR)$(prefix)":' ./src/config.h ++ $(Q)sed -i 's:\#define INSTALL_PREFIX .*:\#define INSTALL_PREFIX "$(DESTDIR)$(prefix)":' ./src/config.h + $(Q)if [ "$(HAVE_GNOME_VFS)" = "" ]; then \ + sed -i 's:[/]*#define HAVE_GNOME_VFS.*://#define HAVE_GNOME_VFS:' ./src/config.h; \ + else \ diff --git a/editors/notecase/patches/patch-ai b/editors/notecase/patches/patch-ai new file mode 100644 index 00000000000..c01a1099a0e --- /dev/null +++ b/editors/notecase/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1 2008/01/09 19:09:23 drochner Exp $ + +--- po/it.po.orig 2008-01-09 13:44:20.000000000 +0100 ++++ po/it.po +@@ -408,7 +408,7 @@ msgstr ""
+ #: callbacks.cpp:5877
+ #: FileAttachmentDlg.cpp:592
+ msgid "Failed to open input file!\n"
+-msgstr "Errore nell'apertura del file di input!"
++msgstr "Errore nell'apertura del file di input!\n"
+
+ #: callbacks.cpp:5891
+ #: FileAttachmentDlg.cpp:292
|