diff options
Diffstat (limited to 'x11-wm/sawfish/files')
-rw-r--r-- | x11-wm/sawfish/files/50sawfish-gentoo.el | 7 | ||||
-rw-r--r-- | x11-wm/sawfish/files/sawfish-1.12.0-desktop.patch | 19 | ||||
-rw-r--r-- | x11-wm/sawfish/files/sawfish-1.12.0-fno-common.patch | 39 |
3 files changed, 0 insertions, 65 deletions
diff --git a/x11-wm/sawfish/files/50sawfish-gentoo.el b/x11-wm/sawfish/files/50sawfish-gentoo.el deleted file mode 100644 index d1b6006e6307..000000000000 --- a/x11-wm/sawfish/files/50sawfish-gentoo.el +++ /dev/null @@ -1,7 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'sawfish-mode "sawfish" nil t) -(autoload 'sawfish-interaction "sawfish" nil t) -(autoload 'sawfish-console "sawfish" nil t) -(add-to-list 'auto-mode-alist '("\\.sawfishrc\\'" . sawfish-mode)) -(add-to-list 'auto-mode-alist '("\\.jl\\'" . sawfish-mode)) -(add-to-list 'auto-mode-alist '("\\.sawfish/rc\\'" . sawfish-mode)) diff --git a/x11-wm/sawfish/files/sawfish-1.12.0-desktop.patch b/x11-wm/sawfish/files/sawfish-1.12.0-desktop.patch deleted file mode 100644 index 305155418c6b..000000000000 --- a/x11-wm/sawfish/files/sawfish-1.12.0-desktop.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -ur sawfish_1.12.0.orig/data/sawfish-config.desktop sawfish_1.12.0/data/sawfish-config.desktop ---- sawfish_1.12.0.orig/data/sawfish-config.desktop 2016-08-13 11:26:23.000000000 +0300 -+++ sawfish_1.12.0/data/sawfish-config.desktop 2016-08-13 12:02:33.283152716 +0300 -@@ -3,4 +3,4 @@ - Name=Sawfish Config - Exec=sawfish-config - GenericName=Sawfish Config --Categories=Utility;Applet; -+Categories=Settings;DesktopSettings; -diff -ur sawfish_1.12.0.orig/data/sawfish.desktop sawfish_1.12.0/data/sawfish.desktop ---- sawfish_1.12.0.orig/data/sawfish.desktop 2016-08-13 11:26:23.000000000 +0300 -+++ sawfish_1.12.0/data/sawfish.desktop 2016-08-13 12:02:31.790154154 +0300 -@@ -4,5 +4,5 @@ - Name[el]=Πριονόψαρο (Sawfish) - Exec=sawfish - GenericName=Sawfish --Categories=Utility;DesktopUtility; -+Categories=System; - Keywords=Window Manager diff --git a/x11-wm/sawfish/files/sawfish-1.12.0-fno-common.patch b/x11-wm/sawfish/files/sawfish-1.12.0-fno-common.patch deleted file mode 100644 index 73f58be99eea..000000000000 --- a/x11-wm/sawfish/files/sawfish-1.12.0-fno-common.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/src/functions.c -+++ b/src/functions.c -@@ -65,7 +65,7 @@ - # endif - #endif - --DEFSYM(root, "root"); -+extern DEFSYM(root, "root"); - DEFSYM(after_restacking_hook, "after-restacking-hook"); - DEFSYM(position, "position"); - DEFSYM(spacing, "spacing"); ---- a/src/flippers.c -+++ b/src/flippers.c -@@ -22,10 +22,10 @@ - - static Window edge_left, edge_right, edge_top, edge_bottom; - --DEFSYM(left, "left"); --DEFSYM(right, "right"); --DEFSYM(top, "top"); --DEFSYM(bottom, "bottom"); -+extern DEFSYM(left, "left"); -+extern DEFSYM(right, "right"); -+extern DEFSYM(top, "top"); -+extern DEFSYM(bottom, "bottom"); - DEFSYM(enter_flipper_hook, "enter-flipper-hook"); - DEFSYM(leave_flipper_hook, "leave-flipper-hook"); - ---- a/src/windows.c -+++ b/src/windows.c -@@ -75,7 +75,7 @@ - DEFSYM(north, "north"); - DEFSYM(north_east, "north-east"); - DEFSYM(west, "west"); --DEFSYM(center, "center"); -+extern DEFSYM(center, "center"); - DEFSYM(east, "east"); - DEFSYM(south_west, "south-west"); - DEFSYM(south, "south"); |