pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libfm-qt



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Feb 25 01:01:20 UTC 2020

Modified Files:
        pkgsrc/x11/libfm-qt: Makefile

Log Message:
libfm-qt: update a comment


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/libfm-qt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libfm-qt/Makefile
diff -u pkgsrc/x11/libfm-qt/Makefile:1.1 pkgsrc/x11/libfm-qt/Makefile:1.2
--- pkgsrc/x11/libfm-qt/Makefile:1.1    Thu Feb 20 06:07:54 2020
+++ pkgsrc/x11/libfm-qt/Makefile        Tue Feb 25 01:01:20 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/02/20 06:07:54 gutteridge Exp $
+# $NetBSD: Makefile,v 1.2 2020/02/25 01:01:20 gutteridge Exp $
 
 DISTNAME=      libfm-qt-0.14.1
 CATEGORIES=    x11
@@ -26,7 +26,9 @@ SUBST_MESSAGE.prefix= Fixing paths.
 SUBST_STAGE.prefix=    pre-configure
 SUBST_FILES.prefix=    src/core/fileinfo.cpp
 SUBST_FILES.prefix+=   src/core/vfs/vfs-menu.c
-# Upstream has a typo in a hard-coded path of "xgd" where they mean "xdg"
+# Upstream has a typo in a hard-coded path of "xgd" where they mean "xdg".
+# On the next update, check vfs-menu.c, as this will likely be corrected
+# to "xdg": https://github.com/lxqt/libfm-qt/pull/528
 SUBST_SED.prefix=      -e 's,/etc/xgd,${PKG_SYSCONFDIR},g'
 SUBST_SED.prefix+=     -e 's,/usr/share,${PREFIX}/share,g'
 



Home | Main Index | Thread Index | Old Index