summaryrefslogtreecommitdiff
path: root/archivers/file-roller/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-10-16 12:11:05 +0000
committerjmmv <jmmv@pkgsrc.org>2005-10-16 12:11:05 +0000
commitddcc368d14f483bb7d71934589b26cf48156f5e8 (patch)
treef62e124f2a7153949fbfe2df5348880a6463e5ff /archivers/file-roller/patches
parent6b9fd0250057c4f5e331a23a04c685d2a319fe29 (diff)
downloadpkgsrc-ddcc368d14f483bb7d71934589b26cf48156f5e8.tar.gz
Update to 2.12.1:
version 2.12.1 --------------- * Updated translations: it, bn, sv, ku, vi, eu. version 2.12.0 --------------- * New and updated translations. version 2.11.92 --------------- * Do not allow Drag and Drop on the same window. version 2.11.91 --------------- * Fixed bug #311437: [breezy] can't extract a filename from a directory with a space in it from ISO. * Ported the help documents to gnome-doc-utils. * Fixed bug #312243: wrong zoo and 7-zip extensions. * Fixed bug #312240: escape sequences in rar output. * Fixed bug #312246: FR does not read all pending output. version 2.11.90 --------------- * Fixed bug #105521: single click: list view should have mouse-over. * Fixed bug #310015: crash when listing 7-zip archive with 7za 4.x * Updated translations: de bg zh_TW gl sr sr@Latn gu ja fi version 2.11.2 -------------- * Removed copy/move/rename/delete archive commands. * The recent files items are in the Archive menu instead of a submenu. * Changes in the properties dialog: align labels to left, allow window resizing, ellipsize filename and path labels. * Fixed bug #142860: File-roller displays files larger than 2GB as 2GB. version 2.11.1 -------------- * Do not create a _FILES folder anymore (#167261). * Allow to extract more archives at once. Added an --extract-here command line option. * Use g_filename_display_name and g_filename_display_basename when appropriate. * Prevent renaming of files to silently overwrite other existing files (#168287). * Header cleanup (#171618). * Allow stock labels to show through, be nice to translators (#172867).
Diffstat (limited to 'archivers/file-roller/patches')
-rw-r--r--archivers/file-roller/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/file-roller/patches/patch-aa b/archivers/file-roller/patches/patch-aa
new file mode 100644
index 00000000000..bce278e82c4
--- /dev/null
+++ b/archivers/file-roller/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.6 2005/10/16 12:11:05 jmmv Exp $
+
+--- help/Makefile.in.orig 2005-10-03 19:39:29.000000000 +0200
++++ help/Makefile.in
+@@ -944,7 +944,7 @@ install-doc-figs:
+ else \
+ figfile="$(srcdir)/C/$$fig"; \
+ fi; \
+- figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*\|.*/\1/'`; \
++ figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*/\1/'`; \
+ figdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$figdir"; \
+ if ! test -d "$$figdir"; then \
+ echo "$(mkinstalldirs) $$figdir"; \