Index: Makefile =================================================================== --- Makefile (revision 470783) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcmanfm-qt -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.0 CATEGORIES= x11-fm MASTER_SITES= LXQT @@ -12,13 +12,13 @@ LICENSE= GPLv2 LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \ - libfm.so:x11/libfm \ - libexif.so:graphics/libexif + libfm.so:x11/libfm \ + libexif.so:graphics/libexif -USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ - gettext-runtime localbase:ldflags lxqt pkgconfig kde:5 tar:xz +USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ + gettext-runtime localbase:ldflags lxqt pkgconfig kde:5 tar:xz USE_QT5= buildtools_build qmake_build core dbus gui linguisttools \ - widgets x11extras + widgets x11extras USE_KDE= oxygen-icons5 USE_LXQT= buildtools libfmqt USE_GNOME= glib20 Index: distinfo =================================================================== --- distinfo (revision 470783) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508768826 -SHA256 (lxqt/pcmanfm-qt-0.12.0.tar.xz) = 1fa187e304217b7c2d06f0600a1eebf1d5c6e825c3132e884f7ab3a605fe76f7 -SIZE (lxqt/pcmanfm-qt-0.12.0.tar.xz) = 100636 +TIMESTAMP = 1527328596 +SHA256 (lxqt/pcmanfm-qt-0.13.0.tar.xz) = bf961a6d91a50a3e7e69ae4b249d41b11f01d70142759a3019f30a33e7cc5722 +SIZE (lxqt/pcmanfm-qt-0.13.0.tar.xz) = 104864 Index: files/patch-config_CMakeLists.txt =================================================================== --- files/patch-config_CMakeLists.txt (revision 470783) +++ files/patch-config_CMakeLists.txt (working copy) @@ -1,4 +1,4 @@ ---- config/CMakeLists.txt.orig 2017-10-21 19:42:34 UTC +--- config/CMakeLists.txt.orig 2018-05-21 19:14:54 UTC +++ config/CMakeLists.txt @@ -1,8 +1,8 @@ # install default config files to /etc/xdg @@ -8,6 +8,6 @@ install(FILES - "${CMAKE_CURRENT_BINARY_DIR}/pcmanfm-qt/lxqt/settings.conf" + "${CMAKE_CURRENT_BINARY_DIR}/pcmanfm-qt/lxqt/settings.conf.sample" - DESTINATION "${LXQT_ETC_XDG_DIR}/pcmanfm-qt/lxqt" + DESTINATION "${CMAKE_INSTALL_DATADIR}/pcmanfm-qt/lxqt" COMPONENT Runtime ) Index: pkg-plist =================================================================== --- pkg-plist (revision 470783) +++ pkg-plist (working copy) @@ -1,6 +1,6 @@ bin/pcmanfm-qt etc/xdg/autostart/lxqt-desktop.desktop -@sample etc/xdg/pcmanfm-qt/lxqt/settings.conf.sample man/man1/pcmanfm-qt.1.gz share/applications/pcmanfm-qt-desktop-pref.desktop share/applications/pcmanfm-qt.desktop +@sample %%DATADIR%%/lxqt/settings.conf.sample