summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-control-center/files
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-30 02:16:42 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-30 02:16:42 +0800
commit71213a652af0ee7c1bd8fc632e637efd59e7c737 (patch)
tree23e8aa64109b50ba7aa3062d3e32f714b7c497bb /sysutils/gnome-control-center/files
parent1c90bb59bfcb319b4f51d57fad2b6b21ea78065c (diff)
downloadmarcuscom-ports-71213a652af0ee7c1bd8fc632e637efd59e7c737.tar
marcuscom-ports-71213a652af0ee7c1bd8fc632e637efd59e7c737.tar.gz
marcuscom-ports-71213a652af0ee7c1bd8fc632e637efd59e7c737.tar.bz2
marcuscom-ports-71213a652af0ee7c1bd8fc632e637efd59e7c737.tar.lz
marcuscom-ports-71213a652af0ee7c1bd8fc632e637efd59e7c737.tar.xz
marcuscom-ports-71213a652af0ee7c1bd8fc632e637efd59e7c737.tar.zst
marcuscom-ports-71213a652af0ee7c1bd8fc632e637efd59e7c737.zip
Update to 2.31.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14161 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-control-center/files')
-rw-r--r--sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c15
-rw-r--r--sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c11
2 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c b/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c
new file mode 100644
index 000000000..69c01de97
--- /dev/null
+++ b/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c
@@ -0,0 +1,15 @@
+--- capplets/about-me/gnome-about-me-password.c.orig Sun Jun 11 04:50:31 2006
++++ capplets/about-me/gnome-about-me-password.c Tue Jun 13 00:02:27 2006
+@@ -52,6 +52,12 @@
+ #include <signal.h>
+ #endif
+
++#if __FreeBSD__
++#include <sys/types.h>
++#include <libutil.h>
++#include <signal.h>
++#endif
++
+ #include "capplet-util.h"
+ #include "eel-alert-dialog.h"
+
diff --git a/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c b/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c
new file mode 100644
index 000000000..c9b378544
--- /dev/null
+++ b/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c
@@ -0,0 +1,11 @@
+--- capplets/common/gnome-theme-info.c.orig 2009-05-03 20:30:56.000000000 +0200
++++ capplets/common/gnome-theme-info.c 2009-07-19 12:54:25.000000000 +0200
+@@ -1876,7 +1876,7 @@ gnome_theme_init ()
+ #ifdef XCURSOR_ICONDIR
+ /* if there's a separate xcursors dir, add that as well */
+ if (strcmp (XCURSOR_ICONDIR, top_theme_dir_string) &&
+- strcmp (XCURSOR_ICONDIR, "/usr/share/icons")) {
++ strcmp (XCURSOR_ICONDIR, "%%LOCALBASE%%/lib/X11/icons")) {
+ top_theme_dir = g_file_new_for_path (XCURSOR_ICONDIR);
+ add_top_icon_theme_dir_monitor (top_theme_dir, 1, NULL);
+ g_object_unref (top_theme_dir);