summarylogtreecommitdiffstats
path: root/add-compiz-and-mygtkmenu.patch
diff options
context:
space:
mode:
authorShadowKyogre2018-07-09 15:56:49 -0700
committerShadowKyogre2018-07-09 15:56:49 -0700
commit06f5bc2f535eccec90a51dc8d4c68be7cfd27fea (patch)
tree1250c422a81e4c4a4ae1df693f00ca56bc834983 /add-compiz-and-mygtkmenu.patch
parentd3c946975e97543e87207aeb39a7d9373a1da1fb (diff)
downloadaur-menumaker-compiz.tar.gz
Update to v0.99.10
- Remove monolithic menumaker.patch, as that's not as friendly for submitting upstream later. Resulting patch was split into three. - Added added-terminals.patch for updating for more terminals. - Added add-compiz-and-mygtkmenu.patch for adding new menu generators. - Added pekwm-theme-menu.patch for fixing the path for the theme menu. - Patches had to be retyped by hand since the indentation changed.
Diffstat (limited to 'add-compiz-and-mygtkmenu.patch')
-rw-r--r--add-compiz-and-mygtkmenu.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/add-compiz-and-mygtkmenu.patch b/add-compiz-and-mygtkmenu.patch
new file mode 100644
index 000000000000..1d7c29bfaf89
--- /dev/null
+++ b/add-compiz-and-mygtkmenu.patch
@@ -0,0 +1,14 @@
+diff -aur menumaker-0.99.10/MenuMaker/__init__.py menumaker-0.99.10.patched/MenuMaker/__init__.py
+--- menumaker-0.99.10/MenuMaker/__init__.py 2017-01-09 03:25:03.000000000 -0800
++++ menumaker-0.99.10.patched/MenuMaker/__init__.py 2018-07-09 15:25:00.846919021 -0700
+@@ -28,7 +28,9 @@
+ Kw("Deskmenu"): KwS("Deskmenu"),
+ Kw("Xfce4"): KwS("Xfce", "Xfce4"),
+ Kw("OpenBox3"): KwS("OpenBox", "OpenBox3"),
+- Kw("WindowMaker"): KwS("WindowMaker", "WMaker")
++ Kw("WindowMaker"): KwS("WindowMaker", "WMaker"),
++ Kw("Compiz"): KwS("Compiz", "Compiz-Deskmenu", "Compiz-Boxmenu"),
++ Kw("MyGTKMenu"): KwS("MyGTKMenu"),
+ }
+
+ # FIXME : the order should be frontend-specific