pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libfm-qt libfm-qt: update a comment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9df168d5d37f
branches:  trunk
changeset: 423732:9df168d5d37f
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Feb 25 01:01:20 2020 +0000

description:
libfm-qt: update a comment

diffstat:

 x11/libfm-qt/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 3d45a44e1084 -r 9df168d5d37f x11/libfm-qt/Makefile
--- a/x11/libfm-qt/Makefile     Mon Feb 24 21:45:24 2020 +0000
+++ b/x11/libfm-qt/Makefile     Tue Feb 25 01:01:20 2020 +0000
@@ -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_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