pkgsrc-Bugs archive

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

Re: pkg/49858: Patches to update sysutils/xfce4-thunar to 1.6.7



The following reply was made to PR pkg/49858; it has been noted by GNATS.

From: "David H. Gutteridge" <dhgutteridge%sympatico.ca@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/49858: Patches to update sysutils/xfce4-thunar to 1.6.7
Date: Fri, 15 May 2015 18:16:39 -0400

 Thunar 1.6.8 is now out with more bug fixes, so (still trivial)
 revised patches are attached.
 
 --- Makefile.old        2015-05-12 16:57:09.000000000 -0400
 +++ Makefile    2015-05-13 12:07:13.000000000 -0400
 @@ -1,9 +1,8 @@
  # $NetBSD: Makefile,v 1.40 2015/04/25 14:24:56 tnn Exp $
 =20
 -PKGREVISION=3D 1
  .include "../../meta-pkgs/xfce4/Makefile.common"
 =20
 -VERSION=3D       1.6.6
 +VERSION=3D       1.6.8
  DISTNAME=3D      Thunar-${VERSION}
  PKGNAME=3D       xfce4-thunar-${VERSION}
  CATEGORIES=3D    sysutils
 
 --- distinfo.old        2015-04-23 17:54:14.000000000 -0400
 +++ distinfo    2015-05-13 12:05:15.000000000 -0400
 @@ -1,10 +1,10 @@
  $NetBSD: distinfo,v 1.8 2015/04/21 08:56:41 jperkin Exp $
 =20
 -SHA1 (Thunar-1.6.6.tar.bz2) =3D =
 9d7ba73376efa1ecb580b227cfc4fd29fe4b8ecb
 -RMD160 (Thunar-1.6.6.tar.bz2) =3D =
 f5c13a06f3b983f0a5ca90b8745d1b3da65ee477
 -Size (Thunar-1.6.6.tar.bz2) =3D 2160158 bytes
 +SHA1 (Thunar-1.6.8.tar.bz2) =3D =
 26ac0a4b571775d524f922a83f941aa30a4b59cc
 +RMD160 (Thunar-1.6.8.tar.bz2) =3D =
 705891c84d3cf6cca499989ba98a267f75c1075d
 +Size (Thunar-1.6.8.tar.bz2) =3D 2169171 bytes
  SHA1 (patch-ThunarBulkRename.in) =3D =
 794e3a3182b9aa9604d8013810d5cde63edf99fb
  SHA1 (patch-ac) =3D 2ea54cce7c432857fe558726c6fcd5d396ad2385
  SHA1 (patch-org.xfce.FileManager.service.in) =3D =
 94b0e3f3571f9b5c616294bfad4581e1aa9b04d5
  SHA1 (patch-org.xfce.Thunar.service.in) =3D =
 5793694a69de0fcbebf19bcfe5d9bd0f42de0b79
 -SHA1 (patch-thunar_Makefile.in) =3D =
 7f337d5c654495ce5b246ead50b0e2aad118fe1f
 +SHA1 (patch-thunar_Makefile.in) =3D =
 ea9c03f17441f94e73316ff2a3de0fa6b989e0a2
 
 --- patch-thunar_Makefile.in.old        2015-04-21 04:56:41.000000000 =
 -0400
 +++ patch-thunar_Makefile.in    2015-04-25 15:55:26.000000000 -0400
 @@ -24,4 +24,4 @@
  +#     -( cd $(DESTDIR)$(bindir) ; test -x Thunar || ln -sf thunar =
 Thunar )
  =20
   clean-local:
 -       rm -f *.core core core.*
 +       rm -f *.core core core.* *.o
 
 The 1.6.8 change log is:
 
 - 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
 
 Regards,
 
 Dave=
 


Home | Main Index | Thread Index | Old Index