pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xfce4-thunar Update to 1.6.8, from David H. G...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0de1e7af8301
branches:  trunk
changeset: 651867:0de1e7af8301
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat May 16 06:47:02 2015 +0000

description:
Update to 1.6.8, from David H. Gutteridge in PR 49858. Ok youri@.

1.6.8

- Watch for CHANGES_DONE_HINT instead of CHANGED and ATTRIBUTE_CHANGED =
(bug #8377) (Harald Judt)
- Shortcut view: Fix "selection in selection" graphical bug when =
renaming shortcut (Harald Judt)
- Fix broken shortcut renaming (bug #11885) (Harald Judt)
- Unescape URIs in the shortcut view (bug #10831) (Harald Judt)
- Fix compiler warning because of missing curly braces (Harald Judt)
- Fix compilation error because of wrong variable name (Harald Judt)
- Fix unescaping of local paths in path entry (bug #8190) (Harald Judt)
- Fix escaping and unescaping URI in path entry (bug #8910) (Harald =
Judt)
- Let the tree view keep the focus when clicking on an item (bug #11863) =
(Harald Judt)
- Fix switching to the 10th tab via <alt>-<0> keyboard shortcut (Harald =
Judt)
- Fix removal of a directory wrongly affecting the current tab (bug =
#10981) (Harald Judt)
- Keep the scroll position when restoring the file selection (Harald =
Judt)
- Restore selection only when rows-reordered signal is received (bug =
#11855) (Harald Judt)
- For folders copied always append "copy #" to the end of their names =
(bug #11862) (Harald Judt)
- Update F5 binding for new ThunarWindow::reload signal (Evangelos =
Foutras)
- Do not perform the complete folder reload in idle (bug #11849) (Harald =
Judt)
- Coverity CID 60623: Unused value (Harald Judt)
- Coverity CID 60621: Missing return statement (Harald Judt)
- Coverity CID 60620: Explicit null dereferenced (Harald Judt)
- Coverity CID 60619: Explicit null dereferenced (Harald Judt)
- Coverity CID 60617: Unchecked return value (Harald Judt)
- Remove unused variable in thunar_standard_view_set_history (Harald =
Judt)
- Remove startup notification dependencies (bug #11837) (Harald Judt)
- Translation updates: Galician, German, Lithuanian

1.6.7
=====
- Improve drag & drop and selecting in the details view (bug #11605) (Harald Judt)
- Let row changes accumulate a bit before restoring selection (Harald Judt)
- Implement reloading file information on manual reload (Harald Judt)
- Extend reload functions to allow a full reload (Harald Judt)
- Check in thunar-marshal with new _thunar_marshal_BOOLEAN__BOOLEAN (Harald Judt)
- Reload files changed by jobs in an idle loop (bug #11008) (Harald Judt)
- Refactor code for moving thumbnail cache file on renames/moves (Harald Judt)
- Rework thunar_file_monitor to properly register moved files (Harald Judt)
- Add function to reload parent file of a file (Harald Judt)
- Fix updating file info for moved files (bug #11008) (Harald Judt)
- Revert "Refresh file info after getting it from cache (bug #11008)" (Harald Judt)
- Update the location bar after reload (bug #10518) (Harald Judt)
- Fix updating custom actions (bug #11749) (Harald Judt)
- Update rows on changes of case-sensitive and folders-first settings (Harald Judt)
- Fix typos and grammar mistakes in a few comments (Harald Judt)
- Make new windows inherit the history of the origin view (bug #5538) (Harald Judt)
- Make new tabs inherit the history of the origin view (bug #5538) (Harald Judt)
- Keep the history across view changes (bug #10171) (Harald Judt)
- Implement functions for copying the history of a view (Harald Judt)
- Rename tsv_restore_selection to tsv_select_after_row_deleted (Harald Judt)
- Redraw the details view on row changes (Harald Judt)
- Restore selection on row changes too (bug #9886) (Harald Judt)
- Improve mouse wheel zoom behaviour (Harald Judt)
- Remember and restore file selection on view changes (Harald Judt)
- Restore file selection when changing sort order (bug #9886) (Harald Judt)
- Update model with changed binary file size setting immediately (Harald Judt)
- Fix typo busy_pulse in thunar-shortcuts-model.c (Harald Judt)
- Fix typo in thunar-clipboard-manager (Harald Judt)
- Fix Gdk-CRITICAL error (Thaddaeus Tintenfisch)
- Clean up more files with make clean (Harald Judt)
- Rework usage of binary file size properties (bug #11450) (Harald Judt)
- Remove duplicate break statement in thunar-standard-view (Harald Judt)
- Fix compiler warning about shadowing 'basename' (bug #11633) (Matt Thirtytwo)
- thunar/thunar-dbus-service-infos.xml corrections (Thaddaeus Tintenfisch)
- Fix startup id handling for launch requests over D-Bus (bug #9646) (Thaddaeus Tintenfisch)
- Fallback to non-cached version of source file (bug #9142) (Thaddaeus Tintenfisch)
- Translation updates: Chinese (China), Croatian, English (Australia), French, German,
  Greek, Italian, Lithuanian, Polish, Swedish, Ukrainian

diffstat:

 sysutils/xfce4-thunar/Makefile                         |   5 ++---
 sysutils/xfce4-thunar/distinfo                         |  10 +++++-----
 sysutils/xfce4-thunar/patches/patch-thunar_Makefile.in |   4 ++--
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r a6105e7b8318 -r 0de1e7af8301 sysutils/xfce4-thunar/Makefile
--- a/sysutils/xfce4-thunar/Makefile    Sat May 16 04:16:04 2015 +0000
+++ b/sysutils/xfce4-thunar/Makefile    Sat May 16 06:47:02 2015 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2015/04/25 14:24:56 tnn Exp $
+# $NetBSD: Makefile,v 1.41 2015/05/16 06:47:02 wiz Exp $
 
-PKGREVISION= 1
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       1.6.6
+VERSION=       1.6.8
 DISTNAME=      Thunar-${VERSION}
 PKGNAME=       xfce4-thunar-${VERSION}
 CATEGORIES=    sysutils
diff -r a6105e7b8318 -r 0de1e7af8301 sysutils/xfce4-thunar/distinfo
--- a/sysutils/xfce4-thunar/distinfo    Sat May 16 04:16:04 2015 +0000
+++ b/sysutils/xfce4-thunar/distinfo    Sat May 16 06:47:02 2015 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.8 2015/04/21 08:56:41 jperkin Exp $
+$NetBSD: distinfo,v 1.9 2015/05/16 06:47:02 wiz Exp $
 
-SHA1 (Thunar-1.6.6.tar.bz2) = 9d7ba73376efa1ecb580b227cfc4fd29fe4b8ecb
-RMD160 (Thunar-1.6.6.tar.bz2) = f5c13a06f3b983f0a5ca90b8745d1b3da65ee477
-Size (Thunar-1.6.6.tar.bz2) = 2160158 bytes
+SHA1 (Thunar-1.6.8.tar.bz2) = 26ac0a4b571775d524f922a83f941aa30a4b59cc
+RMD160 (Thunar-1.6.8.tar.bz2) = 705891c84d3cf6cca499989ba98a267f75c1075d
+Size (Thunar-1.6.8.tar.bz2) = 2169171 bytes
 SHA1 (patch-ThunarBulkRename.in) = 794e3a3182b9aa9604d8013810d5cde63edf99fb
 SHA1 (patch-ac) = 2ea54cce7c432857fe558726c6fcd5d396ad2385
 SHA1 (patch-org.xfce.FileManager.service.in) = 94b0e3f3571f9b5c616294bfad4581e1aa9b04d5
 SHA1 (patch-org.xfce.Thunar.service.in) = 5793694a69de0fcbebf19bcfe5d9bd0f42de0b79
-SHA1 (patch-thunar_Makefile.in) = 7f337d5c654495ce5b246ead50b0e2aad118fe1f
+SHA1 (patch-thunar_Makefile.in) = ea9c03f17441f94e73316ff2a3de0fa6b989e0a2
diff -r a6105e7b8318 -r 0de1e7af8301 sysutils/xfce4-thunar/patches/patch-thunar_Makefile.in
--- a/sysutils/xfce4-thunar/patches/patch-thunar_Makefile.in    Sat May 16 04:16:04 2015 +0000
+++ b/sysutils/xfce4-thunar/patches/patch-thunar_Makefile.in    Sat May 16 06:47:02 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-thunar_Makefile.in,v 1.1 2015/04/21 08:56:41 jperkin Exp $
+$NetBSD: patch-thunar_Makefile.in,v 1.2 2015/05/16 06:47:02 wiz Exp $
 
 Don't link Thunar to thunar.
 --- thunar/Makefile.in.orig    2015-04-01 17:26:19.000000000 +0000
@@ -24,4 +24,4 @@
 +#     -( cd $(DESTDIR)$(bindir) ; test -x Thunar || ln -sf thunar Thunar )
  
  clean-local:
-       rm -f *.core core core.*
+       rm -f *.core core core.* *.o



Home | Main Index | Thread Index | Old Index