From 6adb808897032a7947da121e53e107f0e95163d3 Mon Sep 17 00:00:00 2001 From: imil Date: Thu, 26 Nov 2009 19:48:43 +0000 Subject: - removed configuration patch (default instead) - patch-ac now upstream - patch-ad now upstream --- wm/compiz/patches/patch-ab | 22 ---------------------- wm/compiz/patches/patch-ac | 22 ---------------------- wm/compiz/patches/patch-ad | 13 ------------- 3 files changed, 57 deletions(-) delete mode 100644 wm/compiz/patches/patch-ab delete mode 100644 wm/compiz/patches/patch-ac delete mode 100644 wm/compiz/patches/patch-ad (limited to 'wm') diff --git a/wm/compiz/patches/patch-ab b/wm/compiz/patches/patch-ab deleted file mode 100644 index c666d162024..00000000000 --- a/wm/compiz/patches/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2008/05/12 01:57:37 jmcneill Exp $ - ---- metadata/compiz-decoration.schemas.orig 2007-10-01 13:43:31.000000000 -0400 -+++ metadata/compiz-decoration.schemas 2008-05-11 21:38:39.000000000 -0400 -@@ -6,7 +6,7 @@ - /apps/compiz/plugins/decoration/allscreens/options/shadow_radius - compiz - float -- 8.0 -+ 9.0 - - Shadow Radius - Drop shadow radius (0.1 - 18.0) -@@ -337,7 +337,7 @@ - /apps/compiz/plugins/decoration/allscreens/options/command - compiz - string -- -+ @PREFIX@/bin/gtk-window-decorator - - Command - Decorator command line that is executed if no decorator is already running diff --git a/wm/compiz/patches/patch-ac b/wm/compiz/patches/patch-ac deleted file mode 100644 index 66917b67e1f..00000000000 --- a/wm/compiz/patches/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2008/05/26 17:22:37 hira Exp $ - ---- plugins/ini.c.orig 2008-05-26 17:10:50.000000000 +0900 -+++ plugins/ini.c 2008-05-26 17:12:01.000000000 +0900 -@@ -377,7 +377,7 @@ - if (*optionName) - { - strncpy (*optionName, line, length); -- *optionName[length] = 0; -+ (*optionName)[length] = 0; - } - splitPos++; - optionLength = strlen (splitPos); -@@ -387,7 +387,7 @@ - if (*optionValue) - { - strncpy (*optionValue, splitPos, optionLength); -- *optionValue[optionLength] = 0; -+ (*optionValue)[optionLength] = 0; - } - return TRUE; - } diff --git a/wm/compiz/patches/patch-ad b/wm/compiz/patches/patch-ad deleted file mode 100644 index 13444616d46..00000000000 --- a/wm/compiz/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2009/10/31 13:47:52 tnn Exp $ - ---- gtk/gnome/Makefile.in.orig 2009-10-31 14:45:16.000000000 +0100 -+++ gtk/gnome/Makefile.in -@@ -292,7 +292,7 @@ moduledir = $(DESTDIR)$(windowsettingsli - @USE_GNOME_KEYBINDINGS_TRUE@@USE_GNOME_TRUE@xmldir = $(DESTDIR)$(keybindingsdir) - @USE_GNOME_KEYBINDINGS_TRUE@@USE_GNOME_TRUE@xml_in_files = 50-compiz-desktop-key.xml.in 50-compiz-key.xml.in - @USE_GNOME_KEYBINDINGS_TRUE@@USE_GNOME_TRUE@xml_files = $(xml_in_files:.xml.in=.xml) --INCLUDES = @GNOME_WINDOW_SETTINGS_CFLAGS@ \ -+INCLUDES = @GNOME_WINDOW_SETTINGS_CFLAGS@ @GCONF_CFLAGS@ \ - -DMETACITY_THEME_DIR=\""$(windowsettingsdatadir)/themes"\" - - noinst_LTLIBRARIES = \ -- cgit v1.2.3