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: youri
Date: Tue May 22 16:09:50 UTC 2018
Modified Files:
pkgsrc/sysutils/libfm: Makefile PLIST distinfo
Log Message:
Update to 1.3.0.2:
Changes on 1.3.0.2 since 1.3.0:
* Fixed launching menu entries shortcuts on desktop which was broken by making
them all executable in 1.3.0 - those should be launchable still.
* Fixed installing modules into non-standard path: libtool couldn't relink them
properly.
Changes on 1.3.0 since 1.2.5:
* Added emblem support by reading the "metadata::emblems" attribute provided by
GFileInfo. The metadata is provided by gio/gvfs and are currently stored in
$XDG_DATA_HOME/gvfs-metadata.
* Fixed typo: occured -> occurred.
* Made desktop entries treaten as executables. Now clicking on a native desktop
file opens a confirmation dialog instead of executing it. Trashed desktop
files are only opened as text files and desktop files under system menu
(i.e. menu://applications/) are executed without prompt as before.
* Fixed build error with vala 0.36.1.
* Fixed crash on launching nonexistent link targets.
* Added tooltips for attributes of copying files.
* Fixed thumbnails generation for files in the thumbnails cache directory which
actually should never be done.
* Fixed crash on pasting large string when completion matches.
* Prevented creation corrupted image thumbnails with gdk-pixbuf2 >= 2.36.1.
* Fixed crash in fm_config_load_from_file().
* Dropped displaying "extension" for a directory.
* Fixed crash on pasting a file into the search folder, show an error message
when the copy destination doesn't exist instead.
* Added new API for FmAction new object type, to replace old VALA-generated
code. New API is more convenient, C instead of VALA, and should support all
DES-API specification features, not just limited set.
* Migrated module 'gtk-menu-actions' to new DES-EMA actions API.
* Added display of data transferred to progress dialog.
* Fixed wrong names for files, copied from Google Drive and similar places.
Changes on 1.2.5 since 1.2.4:
* Fixed 'Launch in Terminal' issue when custom args were ignored.
* Fixed crash with non-UTF regex search pattern.
* Added 'termite' into the terminals database.
* Fixed possible crash on FmPlacesView.
* Fixed crash on non-existent directory listing job.
* Added conversion of all URIs schemes to file:/// by mapping them to
FUSE-mounted local paths if that is possible. This is required for
non-gio applications to open files mounted by gvfs.
* Added new MIME type for rar files to the archivers.list file.
* Fixed crash in _fm_template_update().
* Fixed incorrect initialization of FmPlacesViewClass, it should not call
fm_get_home_dir() but initialized with NULL, that will do the same at
runtime.
* Fixed FTBFS when libmenu-cache was installed to non-standard location.
* Added check for edit name "/" for remote root directory so display name
should be used in such cases as more sensible one.
* Fixed wrong width requested by FmCellRendererText (1.2.4 regression).
* Updated list of MIME types handled by xarchiver.
* Don't show error message when attempting to rename file into the same.
* Fixed crash after file info job finished on a folder that already left.
* Changed limitations on libfm-pref-apps.desktop to show only in LXDE.
* Fixed incomplete file copy job pausing in some cases.
* Fixed missing 'Empty Trash Can' option in desktop's trash context menu.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/libfm/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/libfm/PLIST
cvs rdiff -u -r1.4 -r1.5 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.8 pkgsrc/sysutils/libfm/Makefile:1.9
--- pkgsrc/sysutils/libfm/Makefile:1.8 Mon Apr 16 14:33:56 2018
+++ pkgsrc/sysutils/libfm/Makefile Tue May 22 16:09:50 2018
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2018/04/16 14:33:56 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/05/22 16:09:50 youri Exp $
#
-DISTNAME= libfm-1.2.4
-PKGREVISION= 5
+DISTNAME= libfm-1.3.0.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcmanfm/}
EXTRACT_SUFX= .tar.xz
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= youri%NetBSD.org@localhost
HOMEPAGE= http://pcmanfm.sourceforge.net/
COMMENT= File management library
LICENSE= gnu-gpl-v2
Index: pkgsrc/sysutils/libfm/PLIST
diff -u pkgsrc/sysutils/libfm/PLIST:1.3 pkgsrc/sysutils/libfm/PLIST:1.4
--- pkgsrc/sysutils/libfm/PLIST:1.3 Sun May 22 22:48:37 2016
+++ pkgsrc/sysutils/libfm/PLIST Tue May 22 16:09:50 2018
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2016/05/22 22:48:37 youri Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/05/22 16:09:50 youri Exp $
bin/libfm-pref-apps
bin/lxshortcut
+include/libfm-1.0/fm-action.h
include/libfm-1.0/fm-actions.h
include/libfm-1.0/fm-app-chooser-combo-box.h
include/libfm-1.0/fm-app-chooser-dlg.h
@@ -67,6 +68,7 @@ include/libfm-1.0/fm-thumbnail.h
include/libfm-1.0/fm-thumbnailer.h
include/libfm-1.0/fm-utils.h
include/libfm-1.0/fm.h
+include/libfm/fm-action.h
include/libfm/fm-actions.h
include/libfm/fm-app-chooser-combo-box.h
include/libfm/fm-app-chooser-dlg.h
Index: pkgsrc/sysutils/libfm/distinfo
diff -u pkgsrc/sysutils/libfm/distinfo:1.4 pkgsrc/sysutils/libfm/distinfo:1.5
--- pkgsrc/sysutils/libfm/distinfo:1.4 Mon Jul 25 17:06:22 2016
+++ pkgsrc/sysutils/libfm/distinfo Tue May 22 16:09:50 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2016/07/25 17:06:22 richard Exp $
+$NetBSD: distinfo,v 1.5 2018/05/22 16:09:50 youri Exp $
-SHA1 (libfm-1.2.4.tar.xz) = 2f8183389c8e74edb15c6c8ab260df5dd39f3b2d
-RMD160 (libfm-1.2.4.tar.xz) = 7c8cb9da27b3f36607f00eb9069ef753bb77eab5
-SHA512 (libfm-1.2.4.tar.xz) = c609e822959f9fa83eaee6552906b6fd22d210f0802944816230b1932fc06632dc557b8998d2d065100212f79dffe13257587c744aba78592983681c8410dc24
-Size (libfm-1.2.4.tar.xz) = 912164 bytes
+SHA1 (libfm-1.3.0.2.tar.xz) = aa7f73987866e557b74b8a28d0fea339d53899b6
+RMD160 (libfm-1.3.0.2.tar.xz) = a798f5c774f2bdc204bdd29590a95d23c648db44
+SHA512 (libfm-1.3.0.2.tar.xz) = 179cc0350509cb1a8a60b89f8145169857926c7cc3dadb9f61078d4dba79709b248b3d05862e78c11747f1fc4e45825ad6f4916d423ae5e346e5274d34197445
+Size (libfm-1.3.0.2.tar.xz) = 939376 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