pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/libfm
Module Name: pkgsrc
Committed By: nia
Date: Fri Mar 5 11:34:03 UTC 2021
Modified Files:
pkgsrc/sysutils/libfm: Makefile distinfo
Log Message:
libfm: Update to 1.3.2
Changes on 1.3.2 since 1.3.1:
* Fixed all/allfiles parse conditions in FmAction, it was inverted.
* Fixed 'SelectionCount' condition parsing in FmAction if '=' was used.
* Fix memory access error if home path == desktop path.
* Added treating /usr/local/share/ as trusted for *.desktop files.
* Fixed value for amount of data transferred in progress dialog.
* Fixed preferred height in fm-cell-renderer-text.
* Fixed search_window immediately disappearing on Wayland.
* Changed thumbnails placement according to the XDG Base Directory
Specification.
* Changed xarchiver command invocation to create archive. It was incompatibly
changed by the author in 2017.
* Don't set $DISPLAY for spawned process, let it be inherited from parent.
* Fixed memory leak on sn_id in fm-action.c.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/libfm/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/libfm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/libfm/Makefile
diff -u pkgsrc/sysutils/libfm/Makefile:1.19 pkgsrc/sysutils/libfm/Makefile:1.20
--- pkgsrc/sysutils/libfm/Makefile:1.19 Mon Aug 17 20:17:44 2020
+++ pkgsrc/sysutils/libfm/Makefile Fri Mar 5 11:34:03 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2020/08/17 20:17:44 leot Exp $
+# $NetBSD: Makefile,v 1.20 2021/03/05 11:34:03 nia Exp $
#
-DISTNAME= libfm-1.3.1
-PKGREVISION= 5
+DISTNAME= libfm-1.3.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcmanfm/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/sysutils/libfm/distinfo
diff -u pkgsrc/sysutils/libfm/distinfo:1.6 pkgsrc/sysutils/libfm/distinfo:1.7
--- pkgsrc/sysutils/libfm/distinfo:1.6 Wed Jan 16 19:20:52 2019
+++ pkgsrc/sysutils/libfm/distinfo Fri Mar 5 11:34:03 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2019/01/16 19:20:52 youri Exp $
+$NetBSD: distinfo,v 1.7 2021/03/05 11:34:03 nia Exp $
-SHA1 (libfm-1.3.1.tar.xz) = 29539f50acd5c00a00362adffd532053b0688e66
-RMD160 (libfm-1.3.1.tar.xz) = fb45b7a8c137784ec86e4989ea8da7a94a207888
-SHA512 (libfm-1.3.1.tar.xz) = f385cf7bf2f4800c11dd6474cd20009cbe1208f1d08570b61954ea8bd84c56cc49880cbf84d4b2aa4b91eb6929d017ebc427649391059b786d7e6fc4535e4f14
-Size (libfm-1.3.1.tar.xz) = 940632 bytes
+SHA1 (libfm-1.3.2.tar.xz) = 7c5c14dd0615b457687966ce4e55c2d054bf93e1
+RMD160 (libfm-1.3.2.tar.xz) = 6b7ec86469338bd941f9a9cc317a112d85d27269
+SHA512 (libfm-1.3.2.tar.xz) = eaa3358cd1d8f611f8f4ac882e01a716b4dc32729b641417e1100aa039db3c57ae57ccc45df7dcac4f0570cd88684beba7752a5586c1d0598b1bc7502e99f4be
+Size (libfm-1.3.2.tar.xz) = 945532 bytes
SHA1 (patch-Makefile.in) = 74a134b3e0ad868ea18ac09c142f869219396a8a
SHA1 (patch-data_Makefile.in) = 810c5b93190f37d58609fbcd594b26fca4490311
SHA1 (patch-src_Makefile.in) = 64bb2b66a683feaa3949d395620f6a2bedf860ff
Home |
Main Index |
Thread Index |
Old Index