pkgsrc-WIP-changes archive

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

xfce4-settings: stage update to 4.18.0



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Thu Dec 22 20:36:37 2022 +0000
Changeset:	de36367f8b0d309b1e663950b3aed121afe0120d

Modified Files:
	Makefile
Added Files:
	xfce4-settings/DESCR
	xfce4-settings/Makefile
	xfce4-settings/PLIST
	xfce4-settings/distinfo
	xfce4-settings/patches/patch-dialogs_mime-settings_helpers_Makefile.in
	xfce4-settings/patches/patch-xfce4-settings-manager_Makefile.in
	xfce4-settings/patches/patch-xfsettingsd_Makefile.in
	xfce4-settings/patches/patch-xfsettingsd_xsettings.xml

Log Message:
xfce4-settings: stage update to 4.18.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=de36367f8b0d309b1e663950b3aed121afe0120d

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

diffstat:
 Makefile                                           |   1 +
 xfce4-settings/DESCR                               |   5 +
 xfce4-settings/Makefile                            |  60 ++++++
 xfce4-settings/PLIST                               | 232 +++++++++++++++++++++
 xfce4-settings/distinfo                            |   9 +
 ...patch-dialogs_mime-settings_helpers_Makefile.in |  15 ++
 .../patch-xfce4-settings-manager_Makefile.in       |  15 ++
 .../patches/patch-xfsettingsd_Makefile.in          |  18 ++
 .../patches/patch-xfsettingsd_xsettings.xml        |  17 ++
 9 files changed, 372 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5b4361eb82..58ea0c49b8 100644
--- a/Makefile
+++ b/Makefile
@@ -6064,6 +6064,7 @@ SUBDIR+=	xfce4-exo
 SUBDIR+=	xfce4-garcon
 SUBDIR+=	xfce4-panel
 SUBDIR+=	xfce4-power-manager
+SUBDIR+=	xfce4-settings
 SUBDIR+=	xfce4-thunar
 SUBDIR+=	xfce4-tumbler
 SUBDIR+=	xfce4-wm-dfbsd
diff --git a/xfce4-settings/DESCR b/xfce4-settings/DESCR
new file mode 100644
index 0000000000..0b42c1308b
--- /dev/null
+++ b/xfce4-settings/DESCR
@@ -0,0 +1,5 @@
+The Xfce settings manager allows you to customize your desktop
+environment in an easy and intuitive way. You can set some hardware
+components such as mouse, keyboard or display; but also theme your
+windows, widgets and icons, set your preferred applications, manage
+your sessions.
diff --git a/xfce4-settings/Makefile b/xfce4-settings/Makefile
new file mode 100644
index 0000000000..5032926124
--- /dev/null
+++ b/xfce4-settings/Makefile
@@ -0,0 +1,60 @@
+# $NetBSD: Makefile,v 1.72 2022/11/23 16:21:29 adam Exp $
+
+.include "../../meta-pkgs/xfce4/Makefile.common"
+
+DISTNAME=	xfce4-settings-4.18.0
+CATEGORIES=	x11
+MASTER_SITES=	https://archive.xfce.org/src/xfce/xfce4-settings/${PKGVERSION_NOREV:R}/
+
+HOMEPAGE=	https://docs.xfce.org/xfce/xfce4-settings/start
+COMMENT=	Xfce settings manager
+
+BUILD_DEFS+=		PKG_SYSCONFBASE
+
+CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFBASE}
+CONFIGURE_ARGS+=	--enable-sound-settings
+CONFIGURE_ARGS+=	--enable-pluggable-dialogs
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+REPLACE_PYTHON=	dialogs/mime-settings/helpers/xfce4-compose-mail
+
+PKG_SYSCONFSUBDIR=	xdg
+
+CONF_FILES=	${XFCE4_EGBASE}/menus/xfce-settings-manager.menu \
+		${PKG_SYSCONFDIR}/menus/xfce-settings-manager.menu \
+		${XFCE4_EGBASE}/xfconf/xfce-perchannel-xml/xsettings.xml \
+		${PKG_SYSCONFDIR}/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml \
+		${XFCE4_EGBASE}/autostart/xfsettingsd.desktop \
+		${PKG_SYSCONFDIR}/autostart/xfsettingsd.desktop \
+		${XFCE4_EGBASE}/helpers.rc \
+		${PKG_SYSCONFDIR}/xfce4/helpers.rc
+
+MAKE_DIRS+=	${PKG_SYSCONFDIR}/menus \
+		${XFCE4_EGBASE}/xfconf/xfce-perchannel-xml \
+		${XFCE4_EGBASE}/autostart \
+		${PKG_SYSCONFDIR}/xfce4/xfconf/xfce-perchannel-xml
+
+.include "../../audio/libcanberra/buildlink3.mk"
+.include "../../devel/libwnck3/buildlink3.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../sysutils/upower/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXcursor/buildlink3.mk"
+.include "../../x11/libXi/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
+.include "../../wip/libxfce4ui/buildlink3.mk"
+.include "../../wip/xfce4-conf/buildlink3.mk"
+#.include "../../x11/libxfce4ui/buildlink3.mk"
+#.include "../../devel/xfce4-conf/buildlink3.mk"
+.include "../../x11/libxklavier/buildlink3.mk"
+.include "../../wip/xfce4-exo/buildlink3.mk"
+.include "../../wip/xfce4-garcon/buildlink3.mk"
+#.include "../../x11/xfce4-exo/buildlink3.mk"
+#.include "../../x11/xfce4-garcon/buildlink3.mk"
+.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/xfce4-settings/PLIST b/xfce4-settings/PLIST
new file mode 100644
index 0000000000..37e867ab27
--- /dev/null
+++ b/xfce4-settings/PLIST
@@ -0,0 +1,232 @@
+@comment $NetBSD$
+bin/xfce4-accessibility-settings
+bin/xfce4-appearance-settings
+bin/xfce4-display-settings
+bin/xfce4-find-cursor
+bin/xfce4-keyboard-settings
+bin/xfce4-mime-helper
+bin/xfce4-mime-settings
+bin/xfce4-mouse-settings
+bin/xfce4-settings-editor
+bin/xfce4-settings-manager
+bin/xfsettingsd
+lib/xfce4/settings/appearance-install-theme
+lib/xfce4/xfce4-compose-mail
+share/applications/xfce-display-settings.desktop
+share/applications/xfce-keyboard-settings.desktop
+share/applications/xfce-mouse-settings.desktop
+share/applications/xfce-settings-manager.desktop
+share/applications/xfce-ui-settings.desktop
+share/applications/xfce4-accessibility-settings.desktop
+share/applications/xfce4-file-manager.desktop
+share/applications/xfce4-mail-reader.desktop
+share/applications/xfce4-mime-settings.desktop
+share/applications/xfce4-settings-editor.desktop
+share/applications/xfce4-terminal-emulator.desktop
+share/applications/xfce4-web-browser.desktop
+share/examples/xfce4/autostart/xfsettingsd.desktop
+share/examples/xfce4/helpers.rc
+share/examples/xfce4/menus/xfce-settings-manager.menu
+share/examples/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
+share/icons/hicolor/128x128/apps/org.xfce.filemanager.png
+share/icons/hicolor/128x128/apps/org.xfce.mailreader.png
+share/icons/hicolor/128x128/apps/org.xfce.settings.accessibility.png
+share/icons/hicolor/128x128/apps/org.xfce.settings.appearance.png
+share/icons/hicolor/128x128/apps/org.xfce.settings.color.png
+share/icons/hicolor/128x128/apps/org.xfce.settings.default-applications.png
+share/icons/hicolor/128x128/apps/org.xfce.settings.display.png
+share/icons/hicolor/128x128/apps/org.xfce.settings.editor.png
+share/icons/hicolor/128x128/apps/org.xfce.settings.keyboard.png
+share/icons/hicolor/128x128/apps/org.xfce.settings.manager.png
+share/icons/hicolor/128x128/apps/org.xfce.settings.mouse.png
+share/icons/hicolor/128x128/apps/org.xfce.terminalemulator.png
+share/icons/hicolor/128x128/apps/org.xfce.webbrowser.png
+share/icons/hicolor/128x128/devices/xfce-display-extend.png
+share/icons/hicolor/128x128/devices/xfce-display-external.png
+share/icons/hicolor/128x128/devices/xfce-display-internal.png
+share/icons/hicolor/128x128/devices/xfce-display-mirror.png
+share/icons/hicolor/128x128/devices/xfce-display-profile.png
+share/icons/hicolor/16x16/apps/org.xfce.filemanager.png
+share/icons/hicolor/16x16/apps/org.xfce.mailreader.png
+share/icons/hicolor/16x16/apps/org.xfce.settings.accessibility.png
+share/icons/hicolor/16x16/apps/org.xfce.settings.appearance.png
+share/icons/hicolor/16x16/apps/org.xfce.settings.color.png
+share/icons/hicolor/16x16/apps/org.xfce.settings.default-applications.png
+share/icons/hicolor/16x16/apps/org.xfce.settings.display.png
+share/icons/hicolor/16x16/apps/org.xfce.settings.editor.png
+share/icons/hicolor/16x16/apps/org.xfce.settings.keyboard.png
+share/icons/hicolor/16x16/apps/org.xfce.settings.manager.png
+share/icons/hicolor/16x16/apps/org.xfce.settings.mouse.png
+share/icons/hicolor/16x16/apps/org.xfce.terminalemulator.png
+share/icons/hicolor/16x16/apps/org.xfce.webbrowser.png
+share/icons/hicolor/24x24/apps/org.xfce.filemanager.png
+share/icons/hicolor/24x24/apps/org.xfce.mailreader.png
+share/icons/hicolor/24x24/apps/org.xfce.settings.accessibility.png
+share/icons/hicolor/24x24/apps/org.xfce.settings.appearance.png
+share/icons/hicolor/24x24/apps/org.xfce.settings.color.png
+share/icons/hicolor/24x24/apps/org.xfce.settings.default-applications.png
+share/icons/hicolor/24x24/apps/org.xfce.settings.display.png
+share/icons/hicolor/24x24/apps/org.xfce.settings.editor.png
+share/icons/hicolor/24x24/apps/org.xfce.settings.keyboard.png
+share/icons/hicolor/24x24/apps/org.xfce.settings.manager.png
+share/icons/hicolor/24x24/apps/org.xfce.settings.mouse.png
+share/icons/hicolor/24x24/apps/org.xfce.terminalemulator.png
+share/icons/hicolor/24x24/apps/org.xfce.webbrowser.png
+share/icons/hicolor/32x32/apps/org.xfce.filemanager.png
+share/icons/hicolor/32x32/apps/org.xfce.mailreader.png
+share/icons/hicolor/32x32/apps/org.xfce.settings.accessibility.png
+share/icons/hicolor/32x32/apps/org.xfce.settings.appearance.png
+share/icons/hicolor/32x32/apps/org.xfce.settings.color.png
+share/icons/hicolor/32x32/apps/org.xfce.settings.default-applications.png
+share/icons/hicolor/32x32/apps/org.xfce.settings.display.png
+share/icons/hicolor/32x32/apps/org.xfce.settings.editor.png
+share/icons/hicolor/32x32/apps/org.xfce.settings.keyboard.png
+share/icons/hicolor/32x32/apps/org.xfce.settings.manager.png
+share/icons/hicolor/32x32/apps/org.xfce.settings.mouse.png
+share/icons/hicolor/32x32/apps/org.xfce.terminalemulator.png
+share/icons/hicolor/32x32/apps/org.xfce.webbrowser.png
+share/icons/hicolor/48x48/apps/org.xfce.filemanager.png
+share/icons/hicolor/48x48/apps/org.xfce.mailreader.png
+share/icons/hicolor/48x48/apps/org.xfce.settings.accessibility.png
+share/icons/hicolor/48x48/apps/org.xfce.settings.appearance.png
+share/icons/hicolor/48x48/apps/org.xfce.settings.color.png
+share/icons/hicolor/48x48/apps/org.xfce.settings.default-applications.png
+share/icons/hicolor/48x48/apps/org.xfce.settings.display.png
+share/icons/hicolor/48x48/apps/org.xfce.settings.editor.png
+share/icons/hicolor/48x48/apps/org.xfce.settings.keyboard.png
+share/icons/hicolor/48x48/apps/org.xfce.settings.manager.png
+share/icons/hicolor/48x48/apps/org.xfce.settings.mouse.png
+share/icons/hicolor/48x48/apps/org.xfce.terminalemulator.png
+share/icons/hicolor/48x48/apps/org.xfce.webbrowser.png
+share/icons/hicolor/scalable/apps/org.xfce.filemanager.svg
+share/icons/hicolor/scalable/apps/org.xfce.mailreader.svg
+share/icons/hicolor/scalable/apps/org.xfce.settings.accessibility.svg
+share/icons/hicolor/scalable/apps/org.xfce.settings.appearance.svg
+share/icons/hicolor/scalable/apps/org.xfce.settings.color.svg
+share/icons/hicolor/scalable/apps/org.xfce.settings.default-applications.svg
+share/icons/hicolor/scalable/apps/org.xfce.settings.display.svg
+share/icons/hicolor/scalable/apps/org.xfce.settings.editor.svg
+share/icons/hicolor/scalable/apps/org.xfce.settings.keyboard.svg
+share/icons/hicolor/scalable/apps/org.xfce.settings.manager.svg
+share/icons/hicolor/scalable/apps/org.xfce.settings.mouse.svg
+share/icons/hicolor/scalable/apps/org.xfce.terminalemulator.svg
+share/icons/hicolor/scalable/apps/org.xfce.webbrowser.svg
+share/locale/am/LC_MESSAGES/xfce4-settings.mo
+share/locale/ar/LC_MESSAGES/xfce4-settings.mo
+share/locale/ast/LC_MESSAGES/xfce4-settings.mo
+share/locale/be/LC_MESSAGES/xfce4-settings.mo
+share/locale/be@tarask/LC_MESSAGES/xfce4-settings.mo
+share/locale/bg/LC_MESSAGES/xfce4-settings.mo
+share/locale/bn/LC_MESSAGES/xfce4-settings.mo
+share/locale/ca/LC_MESSAGES/xfce4-settings.mo
+share/locale/cs/LC_MESSAGES/xfce4-settings.mo
+share/locale/da/LC_MESSAGES/xfce4-settings.mo
+share/locale/de/LC_MESSAGES/xfce4-settings.mo
+share/locale/el/LC_MESSAGES/xfce4-settings.mo
+share/locale/en_AU/LC_MESSAGES/xfce4-settings.mo
+share/locale/en_CA/LC_MESSAGES/xfce4-settings.mo
+share/locale/en_GB/LC_MESSAGES/xfce4-settings.mo
+share/locale/es/LC_MESSAGES/xfce4-settings.mo
+share/locale/et/LC_MESSAGES/xfce4-settings.mo
+share/locale/eu/LC_MESSAGES/xfce4-settings.mo
+share/locale/fi/LC_MESSAGES/xfce4-settings.mo
+share/locale/fr/LC_MESSAGES/xfce4-settings.mo
+share/locale/gl/LC_MESSAGES/xfce4-settings.mo
+share/locale/he/LC_MESSAGES/xfce4-settings.mo
+share/locale/hr/LC_MESSAGES/xfce4-settings.mo
+share/locale/hu/LC_MESSAGES/xfce4-settings.mo
+share/locale/hy_AM/LC_MESSAGES/xfce4-settings.mo
+share/locale/hye/LC_MESSAGES/xfce4-settings.mo
+share/locale/id/LC_MESSAGES/xfce4-settings.mo
+share/locale/ie/LC_MESSAGES/xfce4-settings.mo
+share/locale/is/LC_MESSAGES/xfce4-settings.mo
+share/locale/it/LC_MESSAGES/xfce4-settings.mo
+share/locale/ja/LC_MESSAGES/xfce4-settings.mo
+share/locale/ka/LC_MESSAGES/xfce4-settings.mo
+share/locale/kab/LC_MESSAGES/xfce4-settings.mo
+share/locale/kk/LC_MESSAGES/xfce4-settings.mo
+share/locale/ko/LC_MESSAGES/xfce4-settings.mo
+share/locale/lt/LC_MESSAGES/xfce4-settings.mo
+share/locale/lv/LC_MESSAGES/xfce4-settings.mo
+share/locale/ms/LC_MESSAGES/xfce4-settings.mo
+share/locale/nb/LC_MESSAGES/xfce4-settings.mo
+share/locale/nl/LC_MESSAGES/xfce4-settings.mo
+share/locale/nn/LC_MESSAGES/xfce4-settings.mo
+share/locale/oc/LC_MESSAGES/xfce4-settings.mo
+share/locale/pa/LC_MESSAGES/xfce4-settings.mo
+share/locale/pl/LC_MESSAGES/xfce4-settings.mo
+share/locale/pt/LC_MESSAGES/xfce4-settings.mo
+share/locale/pt_BR/LC_MESSAGES/xfce4-settings.mo
+share/locale/ro/LC_MESSAGES/xfce4-settings.mo
+share/locale/ru/LC_MESSAGES/xfce4-settings.mo
+share/locale/si/LC_MESSAGES/xfce4-settings.mo
+share/locale/sk/LC_MESSAGES/xfce4-settings.mo
+share/locale/sl/LC_MESSAGES/xfce4-settings.mo
+share/locale/sq/LC_MESSAGES/xfce4-settings.mo
+share/locale/sr/LC_MESSAGES/xfce4-settings.mo
+share/locale/sv/LC_MESSAGES/xfce4-settings.mo
+share/locale/te/LC_MESSAGES/xfce4-settings.mo
+share/locale/th/LC_MESSAGES/xfce4-settings.mo
+share/locale/tr/LC_MESSAGES/xfce4-settings.mo
+share/locale/ug/LC_MESSAGES/xfce4-settings.mo
+share/locale/uk/LC_MESSAGES/xfce4-settings.mo
+share/locale/ur/LC_MESSAGES/xfce4-settings.mo
+share/locale/ur_PK/LC_MESSAGES/xfce4-settings.mo
+share/locale/zh_CN/LC_MESSAGES/xfce4-settings.mo
+share/locale/zh_HK/LC_MESSAGES/xfce4-settings.mo
+share/locale/zh_TW/LC_MESSAGES/xfce4-settings.mo
+share/xfce4/helpers/alacritty.desktop
+share/xfce4/helpers/aterm.desktop
+share/xfce4/helpers/balsa.desktop
+share/xfce4/helpers/brave.desktop
+share/xfce4/helpers/caja.desktop
+share/xfce4/helpers/chromium.desktop
+share/xfce4/helpers/debian-sensible-browser.desktop
+share/xfce4/helpers/debian-x-terminal-emulator.desktop
+share/xfce4/helpers/dillo.desktop
+share/xfce4/helpers/encompass.desktop
+share/xfce4/helpers/epiphany.desktop
+share/xfce4/helpers/eterm.desktop
+share/xfce4/helpers/evolution.desktop
+share/xfce4/helpers/firefox.desktop
+share/xfce4/helpers/galeon.desktop
+share/xfce4/helpers/geary.desktop
+share/xfce4/helpers/gnome-terminal.desktop
+share/xfce4/helpers/google-chrome.desktop
+share/xfce4/helpers/icecat.desktop
+share/xfce4/helpers/icedove.desktop
+share/xfce4/helpers/iceweasel.desktop
+share/xfce4/helpers/jumanji.desktop
+share/xfce4/helpers/kitty.desktop
+share/xfce4/helpers/kmail.desktop
+share/xfce4/helpers/konqueror.desktop
+share/xfce4/helpers/links.desktop
+share/xfce4/helpers/lynx.desktop
+share/xfce4/helpers/midori.desktop
+share/xfce4/helpers/mozilla-browser.desktop
+share/xfce4/helpers/mozilla-mailer.desktop
+share/xfce4/helpers/mutt.desktop
+share/xfce4/helpers/nautilus.desktop
+share/xfce4/helpers/netscape-navigator.desktop
+share/xfce4/helpers/nxterm.desktop
+share/xfce4/helpers/opera-browser.desktop
+share/xfce4/helpers/pcmanfm-qt.desktop
+share/xfce4/helpers/pcmanfm.desktop
+share/xfce4/helpers/qterminal.desktop
+share/xfce4/helpers/qtfm.desktop
+share/xfce4/helpers/qupzilla.desktop
+share/xfce4/helpers/rodent.desktop
+share/xfce4/helpers/rox-filer.desktop
+share/xfce4/helpers/sakura.desktop
+share/xfce4/helpers/surf.desktop
+share/xfce4/helpers/sylpheed-claws.desktop
+share/xfce4/helpers/sylpheed.desktop
+share/xfce4/helpers/terminator.desktop
+share/xfce4/helpers/thunar.desktop
+share/xfce4/helpers/thunderbird.desktop
+share/xfce4/helpers/urxvt.desktop
+share/xfce4/helpers/vimprobable2.desktop
+share/xfce4/helpers/w3m.desktop
+share/xfce4/helpers/xfce4-terminal.desktop
+share/xfce4/helpers/xfe.desktop
+share/xfce4/helpers/xterm.desktop
diff --git a/xfce4-settings/distinfo b/xfce4-settings/distinfo
new file mode 100644
index 0000000000..e5dd5dd3bc
--- /dev/null
+++ b/xfce4-settings/distinfo
@@ -0,0 +1,9 @@
+$NetBSD: distinfo,v 1.22 2022/07/15 05:19:05 gutteridge Exp $
+
+BLAKE2s (xfce4-settings-4.18.0.tar.bz2) = ddc5b6e3f55a6fe6ab76e7fdb6bf4f023ab6d73bd4da07bd46a28304436d111e
+SHA512 (xfce4-settings-4.18.0.tar.bz2) = 647c1ca0bad891ad9be910b7ed25e1064e18e3b870ddf25673caf835d6c00bc6724ddec9fb129679c18f0abc1a72966c9dfecae4e16f955f50c72cf08e03595e
+Size (xfce4-settings-4.18.0.tar.bz2) = 1517874 bytes
+SHA1 (patch-dialogs_mime-settings_helpers_Makefile.in) = 680c241d9076db92fbb77481146a08c39a14cb0a
+SHA1 (patch-xfce4-settings-manager_Makefile.in) = c02cd0ccede9cea56c5d123eb1b5146039712f39
+SHA1 (patch-xfsettingsd_Makefile.in) = 4436cd90a4bdbdce731248735a38898afdd367d9
+SHA1 (patch-xfsettingsd_xsettings.xml) = dc4130aeabac2c5964695ae8b55a61a9989ff67d
diff --git a/xfce4-settings/patches/patch-dialogs_mime-settings_helpers_Makefile.in b/xfce4-settings/patches/patch-dialogs_mime-settings_helpers_Makefile.in
new file mode 100644
index 0000000000..4b7be4740d
--- /dev/null
+++ b/xfce4-settings/patches/patch-dialogs_mime-settings_helpers_Makefile.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-dialogs_mime-settings_helpers_Makefile.in,v 1.1 2021/11/30 14:34:51 gutteridge Exp $
+
+Adjust install paths.
+
+--- dialogs/mime-settings/helpers/Makefile.in.orig	2021-11-26 18:22:13.930712462 +0000
++++ dialogs/mime-settings/helpers/Makefile.in
+@@ -409,7 +409,7 @@ target_alias = @target_alias@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-defaultsdir = $(sysconfdir)/xdg/xfce4
++defaultsdir = $(datadir)/examples/xfce4
+ defaults_DATA = helpers.rc
+ desktopdir = $(datadir)/xfce4/helpers
+ desktop_in_in_files = \
diff --git a/xfce4-settings/patches/patch-xfce4-settings-manager_Makefile.in b/xfce4-settings/patches/patch-xfce4-settings-manager_Makefile.in
new file mode 100644
index 0000000000..76e378507c
--- /dev/null
+++ b/xfce4-settings/patches/patch-xfce4-settings-manager_Makefile.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-xfce4-settings-manager_Makefile.in,v 1.2 2017/06/18 22:41:54 youri Exp $
+
+Adjust config path.
+
+--- xfce4-settings-manager/Makefile.in.orig	2015-02-28 19:10:30.000000000 +0000
++++ xfce4-settings-manager/Makefile.in
+@@ -489,7 +489,7 @@ xfce4_settings_manager_LDADD = \
+ 	$(EXO_LIBS) \
+ 	$(GARCON_LIBS)
+ 
+-menudir = $(sysconfdir)/xdg/menus
++menudir = $(datadir)/examples/xfce4/menus
+ menu_DATA = xfce-settings-manager.menu
+ desktopdir = $(datadir)/applications
+ desktop_in_files = xfce-settings-manager.desktop.in
diff --git a/xfce4-settings/patches/patch-xfsettingsd_Makefile.in b/xfce4-settings/patches/patch-xfsettingsd_Makefile.in
new file mode 100644
index 0000000000..1cdb7031b2
--- /dev/null
+++ b/xfce4-settings/patches/patch-xfsettingsd_Makefile.in
@@ -0,0 +1,18 @@
+$NetBSD: patch-xfsettingsd_Makefile.in,v 1.3 2018/06/23 22:08:54 youri Exp $
+
+Adjust install paths.
+
+--- xfsettingsd/Makefile.in.orig	2018-06-23 20:33:39.000000000 +0000
++++ xfsettingsd/Makefile.in
+@@ -547,9 +547,9 @@ xfsettingsd_LDADD = $(GTK_LIBS) $(GLIB_L
+ 	$(LIBXKLAVIER_LIBS) $(XI_LIBS) $(LIBX11_LIBS) \
+ 	$(LIBNOTIFY_LIBS) $(FONTCONFIG_LIBS) $(LIBINPUT_LIBS) -lm \
+ 	$(am__append_3) $(am__append_6)
+-settingsdir = $(sysconfdir)/xdg/xfce4/xfconf/xfce-perchannel-xml
++settingsdir = $(datadir)/examples/xfce4/xfconf/xfce-perchannel-xml
+ settings_DATA = xsettings.xml
+-autostartdir = $(sysconfdir)/xdg/autostart
++autostartdir = $(datadir)/examples/xfce4/autostart
+ autostart_in_files = xfsettingsd.desktop.in
+ autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
+ EXTRA_DIST = \
diff --git a/xfce4-settings/patches/patch-xfsettingsd_xsettings.xml b/xfce4-settings/patches/patch-xfsettingsd_xsettings.xml
new file mode 100644
index 0000000000..356851726a
--- /dev/null
+++ b/xfce4-settings/patches/patch-xfsettingsd_xsettings.xml
@@ -0,0 +1,17 @@
+$NetBSD: patch-xfsettingsd_xsettings.xml,v 1.5 2018/06/23 22:08:54 youri Exp $
+
+Use a good icon theme by default.
+
+--- xfsettingsd/xsettings.xml.orig	2018-06-20 22:37:58.000000000 +0000
++++ xfsettingsd/xsettings.xml
+@@ -6,8 +6,8 @@
+ <?xml version="1.0" encoding="UTF-8"?>
+ <channel name="xsettings" version="1.0">
+   <property name="Net" type="empty">
+-    <property name="ThemeName" type="empty"/>
+-    <property name="IconThemeName" type="empty"/>
++    <property name="ThemeName" type="Adwaita"/>
++    <property name="IconThemeName" type="elementary-xfce"/>
+     <property name="DoubleClickTime" type="int" value="400"/>
+     <property name="DoubleClickDistance" type="int" value="5"/>
+     <property name="DndDragThreshold" type="int" value="8"/>


Home | Main Index | Thread Index | Old Index