pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lxqt-common: update to 0.10.0
Module Name: pkgsrc-wip
Committed By: youri <youri.mout%gmail.com@localhost>
Pushed By: youri
Date: Wed Apr 6 19:36:01 2016 +0200
Changeset: 372fc3b2e59683eed4f50bfd4d3c90189f18ddbd
Modified Files:
lxqt-common/Makefile
lxqt-common/PLIST
lxqt-common/distinfo
Removed Files:
lxqt-common/patches/patch-startlxqt.in
Log Message:
lxqt-common: update to 0.10.0
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=372fc3b2e59683eed4f50bfd4d3c90189f18ddbd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lxqt-common/Makefile | 79 +++++++++--------
lxqt-common/PLIST | 153 ++++++++++++++++++---------------
lxqt-common/distinfo | 8 +-
lxqt-common/patches/patch-startlxqt.in | 23 -----
4 files changed, 132 insertions(+), 131 deletions(-)
diffs:
diff --git a/lxqt-common/Makefile b/lxqt-common/Makefile
index 46feca2..82be3cc 100644
--- a/lxqt-common/Makefile
+++ b/lxqt-common/Makefile
@@ -2,47 +2,56 @@
.include "../../wip/liblxqt/Makefile.common"
-DISTNAME= lxqt-common-0.9.1
+DISTNAME= lxqt-common-0.10.0
CATEGORIES= x11
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Common data file required for running an lxde-qt session
LICENSE= gnu-lgpl-v2.1
-EGDIR= ${PREFIX}/share/examples/lxqt-common
-
-OWN_DIRS+= ${PKG_SYSCONFDIR}/xdg/lxqt
-MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/menus
-OWN_DIRS+= ${PKG_SYSCONFDIR}/xdg/pcmanfm-qt/lxqt
-
-CONF_FILES+= ${EGDIR}/xdg/autostart/lxqt-compton.desktop ${PKG_SYSCONFDIR}/xdg/autostart/lxqt-compton.desktop
-CONF_FILES+= ${EGDIR}/xdg/autostart/lxqt-desktop.desktop ${PKG_SYSCONFDIR}/xdg/autostart/lxqt-desktop.desktop
-CONF_FILES+= ${EGDIR}/xdg/autostart/lxqt-globalkeyshortcuts.desktop ${PKG_SYSCONFDIR}/xdg/autostart/lxqt-globalkeyshortcuts.desktop
-CONF_FILES+= ${EGDIR}/xdg/autostart/lxqt-notifications.desktop ${PKG_SYSCONFDIR}/xdg/autostart/lxqt-notifications.desktop
-CONF_FILES+= ${EGDIR}/xdg/autostart/lxqt-panel.desktop ${PKG_SYSCONFDIR}/xdg/autostart/lxqt-panel.desktop
-CONF_FILES+= ${EGDIR}/xdg/autostart/lxqt-policykit-agent.desktop ${PKG_SYSCONFDIR}/xdg/autostart/lxqt-policykit-agent.desktop
-CONF_FILES+= ${EGDIR}/xdg/autostart/lxqt-powermanagement.desktop ${PKG_SYSCONFDIR}/xdg/autostart/lxqt-powermanagement.desktop
-CONF_FILES+= ${EGDIR}/xdg/autostart/lxqt-ptbatterysystemtray-autostart.desktop ${PKG_SYSCONFDIR}/xdg/autostart/lxqt-ptbatterysystemtray-autostart.desktop
-CONF_FILES+= ${EGDIR}/xdg/autostart/lxqt-qlipper-autostart.desktop ${PKG_SYSCONFDIR}/xdg/autostart/lxqt-qlipper-autostart.desktop
-CONF_FILES+= ${EGDIR}/xdg/autostart/lxqt-qxkb-autostart.desktop ${PKG_SYSCONFDIR}/xdg/autostart/lxqt-qxkb-autostart.desktop
-CONF_FILES+= ${EGDIR}/xdg/autostart/lxqt-runner.desktop ${PKG_SYSCONFDIR}/xdg/autostart/lxqt-runner.desktop
-CONF_FILES+= ${EGDIR}/xdg/autostart/lxqt-screenlocker.desktop ${PKG_SYSCONFDIR}/xdg/autostart/lxqt-screenlocker.desktop
-CONF_FILES+= ${EGDIR}/xdg/autostart/lxqt-xscreensaver-autostart.desktop ${PKG_SYSCONFDIR}/xdg/autostart/lxqt-xscreensaver-autostart.desktop
-
-CONF_FILES+= ${EGDIR}/xdg/lxqt/lxqt.conf ${PKG_SYSCONFDIR}/xdg/lxqt/lxqt.conf
-CONF_FILES+= ${EGDIR}/xdg/lxqt/session.conf ${PKG_SYSCONFDIR}/xdg/lxqt/session.conf
-CONF_FILES+= ${EGDIR}/xdg/lxqt/windowmanagers.conf ${PKG_SYSCONFDIR}/xdg/lxqt/windowmanagers.conf
-CONF_FILES+= ${EGDIR}/xdg/menus/lxqt-applications.menu ${PKG_SYSCONFDIR}/xdg/menus/lxqt-applications.menu
-CONF_FILES+= ${EGDIR}/xdg/pcmanfm-qt/lxqt/settings.conf ${PKG_SYSCONFDIR}/xdg/pcmanfm-qt/lxqt/settings.conf
-
-SUBST_CLASSES+= xdg confdir
-SUBST_FILES.xdg= autostart/CMakeLists.txt
-SUBST_SED.xdg= -e 's,/etc/xdg/autostart,${EGDIR}/xdg/autostart,'
-SUBST_STAGE.xdg= post-patch
-
-SUBST_FILES.confdir= config/CMakeLists.txt menu/CMakeLists.txt
-SUBST_SED.confdir= -e 's,$${LXQT_ETC_XDG_DIR}/,${EGDIR}/xdg/,'
-SUBST_STAGE.confdir= post-patch
+EGDIR= share/examples/lxqt-common
+PKG_SYSCONFSUBDIR= xdg
+MAKE_DIRS+= ${PKG_SYSCONFDIR}/autostart \
+ ${PKG_SYSCONFDIR}/lxqt \
+ ${PKG_SYSCONFDIR}/pcmanfm-qt/lxqt
+
+CONF_FILES+= ${EGDIR}/xdg/autostart/lxqt-compton.desktop \
+ ${PKG_SYSCONFDIR}/autostart/lxqt-compton.desktop \
+ ${EGDIR}/xdg/autostart/lxqt-desktop.desktop \
+ ${PKG_SYSCONFDIR}/autostart/lxqt-desktop.desktop \
+ ${EGDIR}/xdg/autostart/lxqt-globalkeyshortcuts.desktop \
+ ${PKG_SYSCONFDIR}/autostart/lxqt-globalkeyshortcuts.desktop \
+ ${EGDIR}/xdg/autostart/lxqt-notifications.desktop \
+ ${PKG_SYSCONFDIR}/autostart/lxqt-notifications.desktop \
+ ${EGDIR}/xdg/autostart/lxqt-panel.desktop \
+ ${PKG_SYSCONFDIR}/autostart/lxqt-panel.desktop \
+ ${EGDIR}/xdg/autostart/lxqt-policykit-agent.desktop \
+ ${PKG_SYSCONFDIR}/autostart/lxqt-policykit-agent.desktop \
+ ${EGDIR}/xdg/autostart/lxqt-powermanagement.desktop \
+ ${PKG_SYSCONFDIR}/autostart/lxqt-powermanagement.desktop \
+ ${EGDIR}/xdg/autostart/lxqt-qlipper-autostart.desktop \
+ ${PKG_SYSCONFDIR}/autostart/lxqt-qlipper-autostart.desktop \
+ ${EGDIR}/xdg/autostart/lxqt-runner.desktop \
+ ${PKG_SYSCONFDIR}/autostart/lxqt-runner.desktop \
+ ${EGDIR}/xdg/autostart/lxqt-xscreensaver-autostart.desktop \
+ ${PKG_SYSCONFDIR}/autostart/lxqt-xscreensaver-autostart.desktop \
+ ${EGDIR}/xdg/lxqt/lxqt.conf \
+ ${PKG_SYSCONFDIR}/lxqt/lxqt.conf \
+ ${EGDIR}/xdg/lxqt/session.conf \
+ ${PKG_SYSCONFDIR}/lxqt/session.conf \
+ ${EGDIR}/xdg/lxqt/windowmanagers.conf \
+ ${PKG_SYSCONFDIR}/lxqt/windowmanagers.conf \
+ ${EGDIR}/xdg/menus/lxqt-applications.menu \
+ ${PKG_SYSCONFDIR}/menus/lxqt-applications.menu \
+ ${EGDIR}/xdg/pcmanfm-qt/lxqt/settings.conf \
+ ${PKG_SYSCONFDIR}/pcmanfm-qt/lxqt/settings.conf
+
+SUBST_CLASSES+= conf
+SUBST_FILES.conf= autostart/CMakeLists.txt \
+ config/CMakeLists.txt \
+ menu/CMakeLists.txt
+SUBST_SED.conf= -e 's,$${LXQT_ETC_XDG_DIR}/,${EGDIR}/xdg/,'
+SUBST_STAGE.conf= post-patch
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
diff --git a/lxqt-common/PLIST b/lxqt-common/PLIST
index 3a8f3c0..a25f4b0 100644
--- a/lxqt-common/PLIST
+++ b/lxqt-common/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2015/05/23 20:28:04 krytarowski Exp $
+@comment $NetBSD$
bin/startlxqt
share/desktop-directories/lxqt-leave.directory
share/desktop-directories/lxqt-settings.directory
@@ -9,11 +9,8 @@ share/examples/lxqt-common/xdg/autostart/lxqt-notifications.desktop
share/examples/lxqt-common/xdg/autostart/lxqt-panel.desktop
share/examples/lxqt-common/xdg/autostart/lxqt-policykit-agent.desktop
share/examples/lxqt-common/xdg/autostart/lxqt-powermanagement.desktop
-share/examples/lxqt-common/xdg/autostart/lxqt-ptbatterysystemtray-autostart.desktop
share/examples/lxqt-common/xdg/autostart/lxqt-qlipper-autostart.desktop
-share/examples/lxqt-common/xdg/autostart/lxqt-qxkb-autostart.desktop
share/examples/lxqt-common/xdg/autostart/lxqt-runner.desktop
-share/examples/lxqt-common/xdg/autostart/lxqt-screenlocker.desktop
share/examples/lxqt-common/xdg/autostart/lxqt-xscreensaver-autostart.desktop
share/examples/lxqt-common/xdg/lxqt/lxqt.conf
share/examples/lxqt-common/xdg/lxqt/session.conf
@@ -21,6 +18,7 @@ share/examples/lxqt-common/xdg/lxqt/windowmanagers.conf
share/examples/lxqt-common/xdg/menus/lxqt-applications.menu
share/examples/lxqt-common/xdg/pcmanfm-qt/lxqt/settings.conf
share/icons/hicolor/scalable/places/start-here-lxqt.svg
+share/kdm/sessions/lxqt.desktop
share/lxqt/graphics/README
share/lxqt/graphics/helix.svg
share/lxqt/graphics/helix_1120.png
@@ -29,70 +27,87 @@ share/lxqt/graphics/helix_60.png
share/lxqt/graphics/helix_lxqt.svg
share/lxqt/graphics/lxqt_logo.png
share/lxqt/graphics/lxqt_logo_doxygen.png
+share/lxqt/graphics/spacer-dark-dots.svg
+share/lxqt/graphics/spacer-dark-line.svg
+share/lxqt/graphics/spacer-light-dots.svg
+share/lxqt/graphics/spacer-light-line.svg
share/lxqt/openbox/menu.xml
share/lxqt/openbox/rc.xml.in
-share/lxqt/themes/Ambiance/Butterfly-Kenneth-Wimer.jpg
-share/lxqt/themes/Ambiance/arrow-left.svg
-share/lxqt/themes/Ambiance/arrow-right.svg
-share/lxqt/themes/Ambiance/lxqt-notificationd.qss
-share/lxqt/themes/Ambiance/lxqt-notificationd/cancel.svg
-share/lxqt/themes/Ambiance/lxqt-panel.qss
-share/lxqt/themes/Ambiance/lxqt-runner.qss
-share/lxqt/themes/Ambiance/lxqt-runner/clear.svg
-share/lxqt/themes/Ambiance/lxqt-runner/navigation-menu.svg
-share/lxqt/themes/Ambiance/mainmenu.svg
-share/lxqt/themes/Ambiance/preview.png
-share/lxqt/themes/Ambiance/wallpaper.cfg
-share/lxqt/themes/Dark/arrow-right.svg
-share/lxqt/themes/Dark/calendar-popup/left-arrow.svg
-share/lxqt/themes/Dark/calendar-popup/right-arrow.svg
-share/lxqt/themes/Dark/lxqt-notificationd.qss
-share/lxqt/themes/Dark/lxqt-notificationd/cancel.svg
-share/lxqt/themes/Dark/lxqt-panel.qss
-share/lxqt/themes/Dark/lxqt-runner.qss
-share/lxqt/themes/Dark/lxqt-runner/close.svg
-share/lxqt/themes/Dark/lxqt-runner/down-arrow.svg
-share/lxqt/themes/Dark/mainmenu.svg
-share/lxqt/themes/Dark/preview.png
-share/lxqt/themes/Dark/wallpaper.cfg
-share/lxqt/themes/Dark/wallpaper.png
-share/lxqt/themes/Frost/arrow-right.svg
-share/lxqt/themes/Frost/calendar-popup/left-arrow.svg
-share/lxqt/themes/Frost/calendar-popup/right-arrow.svg
-share/lxqt/themes/Frost/debug.png
-share/lxqt/themes/Frost/lxqt-notificationd.qss
-share/lxqt/themes/Frost/lxqt-panel.qss
-share/lxqt/themes/Frost/lxqt-runner.qss
-share/lxqt/themes/Frost/lxqt-runner/close.svg
-share/lxqt/themes/Frost/lxqt-runner/down-arrow.svg
-share/lxqt/themes/Frost/mainmenu.svg
-share/lxqt/themes/Frost/numix.png
-share/lxqt/themes/Frost/preview.png
-share/lxqt/themes/Frost/volume-plugin/mixer.svg
-share/lxqt/themes/Frost/wallpaper.cfg
-share/lxqt/themes/Kde-plasma/kde-plasma.png
-share/lxqt/themes/Kde-plasma/left-arrow.svg
-share/lxqt/themes/Kde-plasma/lxqt-notificationd.qss
-share/lxqt/themes/Kde-plasma/lxqt-notificationd/window-close.svg
-share/lxqt/themes/Kde-plasma/lxqt-panel.qss
-share/lxqt/themes/Kde-plasma/lxqt-runner.qss
-share/lxqt/themes/Kde-plasma/lxqt-runner/application-menu.svg
-share/lxqt/themes/Kde-plasma/lxqt-runner/close-32x32.png
-share/lxqt/themes/Kde-plasma/lxqt-runner/close-48x48.png
-share/lxqt/themes/Kde-plasma/lxqt-runner/window-close.svg
-share/lxqt/themes/Kde-plasma/mainmenu.svg
-share/lxqt/themes/Kde-plasma/preview.png
-share/lxqt/themes/Kde-plasma/right-arrow.svg
-share/lxqt/themes/Kde-plasma/wallpaper.cfg
-share/lxqt/themes/Light/96640-simple_blue_widescreen.svg
-share/lxqt/themes/Light/lxqt-lightdm-greeter/dropdown.svg
-share/lxqt/themes/Light/lxqt-lightdm-greeter/leaveIcon.svg
-share/lxqt/themes/Light/lxqt-notificationd.qss
-share/lxqt/themes/Light/lxqt-panel.qss
-share/lxqt/themes/Light/lxqt-runner.qss
-share/lxqt/themes/Light/lxqt-runner/close-32x32.png
-share/lxqt/themes/Light/lxqt-runner/close-48x48.png
-share/lxqt/themes/Light/mainmenu.svg
-share/lxqt/themes/Light/preview.png
-share/lxqt/themes/Light/simple_blue_widescreen.png
-share/lxqt/themes/Light/wallpaper.cfg
+share/lxqt/themes/ambiance/Butterfly-Kenneth-Wimer.jpg
+share/lxqt/themes/ambiance/arrow-left.svg
+share/lxqt/themes/ambiance/arrow-right.svg
+share/lxqt/themes/ambiance/lxqt-notificationd.qss
+share/lxqt/themes/ambiance/lxqt-notificationd/cancel.svg
+share/lxqt/themes/ambiance/lxqt-panel.qss
+share/lxqt/themes/ambiance/lxqt-runner.qss
+share/lxqt/themes/ambiance/lxqt-runner/clear.svg
+share/lxqt/themes/ambiance/lxqt-runner/navigation-menu.svg
+share/lxqt/themes/ambiance/mainmenu.svg
+share/lxqt/themes/ambiance/preview.png
+share/lxqt/themes/ambiance/spacer-plugin/spacer-dots.svg
+share/lxqt/themes/ambiance/spacer-plugin/spacer-line.svg
+share/lxqt/themes/ambiance/wallpaper.cfg
+share/lxqt/themes/dark/arrow-right.svg
+share/lxqt/themes/dark/calendar-popup/left-arrow.svg
+share/lxqt/themes/dark/calendar-popup/right-arrow.svg
+share/lxqt/themes/dark/lxqt-notificationd.qss
+share/lxqt/themes/dark/lxqt-notificationd/cancel.svg
+share/lxqt/themes/dark/lxqt-panel.qss
+share/lxqt/themes/dark/lxqt-runner.qss
+share/lxqt/themes/dark/lxqt-runner/close.svg
+share/lxqt/themes/dark/lxqt-runner/down-arrow.svg
+share/lxqt/themes/dark/mainmenu.svg
+share/lxqt/themes/dark/preview.png
+share/lxqt/themes/dark/spacer-plugin/spacer-dots.svg
+share/lxqt/themes/dark/spacer-plugin/spacer-line.svg
+share/lxqt/themes/dark/wallpaper.cfg
+share/lxqt/themes/dark/wallpaper.png
+share/lxqt/themes/frost/arrow-right.svg
+share/lxqt/themes/frost/calendar-popup/left-arrow.svg
+share/lxqt/themes/frost/calendar-popup/right-arrow.svg
+share/lxqt/themes/frost/debug.png
+share/lxqt/themes/frost/lxqt-notificationd.qss
+share/lxqt/themes/frost/lxqt-panel.qss
+share/lxqt/themes/frost/lxqt-runner.qss
+share/lxqt/themes/frost/lxqt-runner/close.svg
+share/lxqt/themes/frost/lxqt-runner/down-arrow.svg
+share/lxqt/themes/frost/mainmenu.svg
+share/lxqt/themes/frost/numix.png
+share/lxqt/themes/frost/preview.png
+share/lxqt/themes/frost/spacer-plugin/spacer-dots.svg
+share/lxqt/themes/frost/spacer-plugin/spacer-line.svg
+share/lxqt/themes/frost/volume-plugin/mixer.svg
+share/lxqt/themes/frost/wallpaper.cfg
+share/lxqt/themes/kde-plasma/kde-plasma.png
+share/lxqt/themes/kde-plasma/left-arrow.svg
+share/lxqt/themes/kde-plasma/lxqt-notificationd.qss
+share/lxqt/themes/kde-plasma/lxqt-notificationd/window-close.svg
+share/lxqt/themes/kde-plasma/lxqt-panel.qss
+share/lxqt/themes/kde-plasma/lxqt-runner.qss
+share/lxqt/themes/kde-plasma/lxqt-runner/application-menu.svg
+share/lxqt/themes/kde-plasma/lxqt-runner/close-32x32.png
+share/lxqt/themes/kde-plasma/lxqt-runner/close-48x48.png
+share/lxqt/themes/kde-plasma/lxqt-runner/window-close.svg
+share/lxqt/themes/kde-plasma/mainmenu.svg
+share/lxqt/themes/kde-plasma/preview.png
+share/lxqt/themes/kde-plasma/right-arrow.svg
+share/lxqt/themes/kde-plasma/spacer-plugin/spacer-dots.svg
+share/lxqt/themes/kde-plasma/spacer-plugin/spacer-line.svg
+share/lxqt/themes/kde-plasma/wallpaper.cfg
+share/lxqt/themes/light/96640-simple_blue_widescreen.svg
+share/lxqt/themes/light/lxqt-lightdm-greeter/dropdown.svg
+share/lxqt/themes/light/lxqt-lightdm-greeter/leaveIcon.svg
+share/lxqt/themes/light/lxqt-notificationd.qss
+share/lxqt/themes/light/lxqt-panel.qss
+share/lxqt/themes/light/lxqt-panel/plugin-handle-horizontal.gif
+share/lxqt/themes/light/lxqt-panel/plugin-handle-vertical.gif
+share/lxqt/themes/light/lxqt-runner.qss
+share/lxqt/themes/light/lxqt-runner/close-32x32.png
+share/lxqt/themes/light/lxqt-runner/close-48x48.png
+share/lxqt/themes/light/mainmenu.svg
+share/lxqt/themes/light/preview.png
+share/lxqt/themes/light/simple_blue_widescreen.png
+share/lxqt/themes/light/spacer-plugin/spacer-dots.svg
+share/lxqt/themes/light/spacer-plugin/spacer-line.svg
+share/lxqt/themes/light/wallpaper.cfg
+share/xsessions/lxqt.desktop
diff --git a/lxqt-common/distinfo b/lxqt-common/distinfo
index 75d3116..53f8c2f 100644
--- a/lxqt-common/distinfo
+++ b/lxqt-common/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2015/05/23 18:22:43 krytarowski Exp $
-SHA1 (lxqt-common-0.9.1.tar.gz) = 0bd727c31495c055c83a2c6a06b201a7707341a5
-RMD160 (lxqt-common-0.9.1.tar.gz) = 575220416266811933020575d522cf149574eda9
-Size (lxqt-common-0.9.1.tar.gz) = 4060259 bytes
-SHA1 (patch-startlxqt.in) = 173253709aa48bbfad22a4783521e28bcb2666fb
+SHA1 (lxqt-common-0.10.0.tar.gz) = 78626c49eecaae8873f65a1164344310a464a863
+RMD160 (lxqt-common-0.10.0.tar.gz) = 14e3b8f30b72fb281e6ae0d4b95a1c103d2e6451
+SHA512 (lxqt-common-0.10.0.tar.gz) = 6fc9fbba749bac04da43e8c1c3f165baa1af4a1e17a67f1824d3db93e4d1dcfcce390c8f5b96fefdc26e08306cacddb7f1748b2566bf1fd9d9babd832d39269d
+Size (lxqt-common-0.10.0.tar.gz) = 4060959 bytes
diff --git a/lxqt-common/patches/patch-startlxqt.in b/lxqt-common/patches/patch-startlxqt.in
deleted file mode 100644
index a60b3fc..0000000
--- a/lxqt-common/patches/patch-startlxqt.in
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-startlxqt.in,v 1.2 2015/05/23 18:22:43 krytarowski Exp $
-
-Patches for startlxqt.in
-https://github.com/lxde/lxqt/issues/651
-https://github.com/lxde/lxqt-common/pull/24
-
-Use proper dirs for pkgsrc.
-
---- startlxqt.in.orig 2015-02-14 13:42:58.000000000 +0000
-+++ startlxqt.in
-@@ -9,7 +9,11 @@ if [ -z "$XDG_CONFIG_HOME" ]; then
- fi
-
- if [ -z "$XDG_DATA_DIRS" ]; then
-- export XDG_DATA_DIRS="$XDG_DATA_HOME:/usr/local/share/:/usr/share/"
-+ export XDG_DATA_DIRS="$XDG_DATA_HOME:@CMAKE_INSTALL_PREFIX@/share/"
-+fi
-+
-+if [ -z "$XDG_CONFIG_DIRS" ]; then
-+ export XDG_CONFIG_DIRS="$XDG_CONFIG_HOME:@CMAKE_INSTALL_PREFIX@/etc/xdg/"
- fi
-
- # Ensure the existance of the 'Desktop' folder
Home |
Main Index |
Thread Index |
Old Index