summaryrefslogtreecommitdiff
path: root/x11-wm/sawfish/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-19 17:59:37 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-19 17:59:37 +0000
commit150a86a9cb006b4800d6517d58532b8a556fec1e (patch)
tree0cea769c7bef669c4dfe19e7805593f6f34033fb /x11-wm/sawfish/files
parent1cb0dd91756f77b25d6cc22318dc85187ed084cb (diff)
gentoo auto-resync : 19:01:2023 - 17:59:37
Diffstat (limited to 'x11-wm/sawfish/files')
-rw-r--r--x11-wm/sawfish/files/50sawfish-gentoo.el7
-rw-r--r--x11-wm/sawfish/files/sawfish-1.12.0-desktop.patch19
-rw-r--r--x11-wm/sawfish/files/sawfish-1.12.0-fno-common.patch39
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");