pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/pcmanfm-qt/patches



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Dec  7 11:45:36 UTC 2020

Added Files:
        pkgsrc/sysutils/pcmanfm-qt/patches: patch-autostart_CMakeLists.txt

Log Message:
sysutils/pcmanfm-qt: add patch

patches/patch-autostart_CMakeLists.txt


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/sysutils/pcmanfm-qt/patches/patch-autostart_CMakeLists.txt

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

Added files:

Index: pkgsrc/sysutils/pcmanfm-qt/patches/patch-autostart_CMakeLists.txt
diff -u /dev/null pkgsrc/sysutils/pcmanfm-qt/patches/patch-autostart_CMakeLists.txt:1.1
--- /dev/null   Mon Dec  7 11:45:36 2020
+++ pkgsrc/sysutils/pcmanfm-qt/patches/patch-autostart_CMakeLists.txt   Mon Dec  7 11:45:36 2020
@@ -0,0 +1,14 @@
+$NetBSD: patch-autostart_CMakeLists.txt,v 1.1 2020/12/07 11:45:36 pin Exp $
+
+Install config file to proper location
+
+--- autostart/CMakeLists.txt.orig      2020-11-02 22:27:00.000000000 +0000
++++ autostart/CMakeLists.txt
+@@ -10,6 +10,6 @@ add_custom_target(autostart_desktop_file
+ 
+ install(FILES
+     ${DESKTOP_FILES}
+-    DESTINATION "${LXQT_ETC_XDG_DIR}/autostart"
++    DESTINATION "share/examples/autostart"
+     COMPONENT Runtime
+ )



Home | Main Index | Thread Index | Old Index