summaryrefslogtreecommitdiff
path: root/x11/xfce4-settings/patches
diff options
context:
space:
mode:
authorreed <reed>2009-09-16 01:04:02 +0000
committerreed <reed>2009-09-16 01:04:02 +0000
commit4fde4218814875e32cc46f6b83738c6ae6e62103 (patch)
treeb91df8373a9a4e6424e84be517ef838d4538c148 /x11/xfce4-settings/patches
parentb5d6e9747f9a7493e9f21b3bd078920285ba74de (diff)
downloadpkgsrc-4fde4218814875e32cc46f6b83738c6ae6e62103.tar.gz
Add new package: xfce4-settings
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.
Diffstat (limited to 'x11/xfce4-settings/patches')
-rw-r--r--x11/xfce4-settings/patches/patch-aa13
-rw-r--r--x11/xfce4-settings/patches/patch-ab13
-rw-r--r--x11/xfce4-settings/patches/patch-ac15
3 files changed, 41 insertions, 0 deletions
diff --git a/x11/xfce4-settings/patches/patch-aa b/x11/xfce4-settings/patches/patch-aa
new file mode 100644
index 00000000000..bf41b1d5ab1
--- /dev/null
+++ b/x11/xfce4-settings/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/09/16 01:04:02 reed Exp $
+
+--- xfsettingsd/Makefile.in.orig 2009-03-09 15:03:06.000000000 +0000
++++ xfsettingsd/Makefile.in
+@@ -339,7 +339,7 @@ top_srcdir = @top_srcdir@
+ @BUILD_XFSETTINGSD_TRUE@INCLUDES = \
+ @BUILD_XFSETTINGSD_TRUE@ -I$(top_srcdir)
+
+-@BUILD_XFSETTINGSD_TRUE@settingsdir = $(sysconfdir)/xdg/xfce4/xfconf/xfce-perchannel-xml
++@BUILD_XFSETTINGSD_TRUE@settingsdir = $(datadir)/examples/xfce4/xfconf/xfce-perchannel-xml
+ @BUILD_XFSETTINGSD_TRUE@settings_DATA = xsettings.xml
+ @BUILD_XFSETTINGSD_TRUE@EXTRA_DIST = \
+ @BUILD_XFSETTINGSD_TRUE@ $(settings_DATA)
diff --git a/x11/xfce4-settings/patches/patch-ab b/x11/xfce4-settings/patches/patch-ab
new file mode 100644
index 00000000000..daaef69eb1a
--- /dev/null
+++ b/x11/xfce4-settings/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2009/09/16 01:04:02 reed Exp $
+
+--- xfce4-settings-helper/Makefile.in.orig 2009-03-09 15:03:06.000000000 +0000
++++ xfce4-settings-helper/Makefile.in
+@@ -375,7 +375,7 @@ xfce4_settings_helper_LDADD = $(GTK_LIBS
+ $(LIBXFCEGUI4_LIBS) $(LIBXFCE4KBD_PRIVATE_LIBS) \
+ $(LIBXKLAVIER_LIBS) $(XI_LIBS) $(LIBX11_LIBS) \
+ $(LIBNOTIFY_LIBS) $(LIBWNCK_LIBS) $(am__append_3)
+-autostartdir = $(sysconfdir)/xdg/autostart
++autostartdir = $(datadir)/examples/xfce4/autostart
+ autostart_DATA = xfce4-settings-helper-autostart.desktop
+ EXTRA_DIST = \
+ xfce4-settings-helper-autostart.desktop
diff --git a/x11/xfce4-settings/patches/patch-ac b/x11/xfce4-settings/patches/patch-ac
new file mode 100644
index 00000000000..7f951438541
--- /dev/null
+++ b/x11/xfce4-settings/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1.1.1 2009/09/16 01:04:02 reed Exp $
+
+Needed for newer libxlavier API change
+
+--- dialogs/keyboard-settings/xfce-keyboard-settings.c.orig 2009-09-15 19:42:23.000000000 -0500
++++ dialogs/keyboard-settings/xfce-keyboard-settings.c 2009-09-15 19:41:38.000000000 -0500
+@@ -378,7 +378,7 @@
+ xkl_config_rec_get_from_server (settings->priv->xkl_rec_config, settings->priv->xkl_engine);
+
+ settings->priv->xkl_registry = xkl_config_registry_get_instance (settings->priv->xkl_engine);
+- xkl_config_registry_load (settings->priv->xkl_registry);
++ xkl_config_registry_load (settings->priv->xkl_registry, FALSE);
+
+ /* Tab */
+ xkb_tab_layout_vbox = glade_xml_get_widget (settings->priv->glade_xml, "xkb_tab_layout_vbox");