diff options
author | Isaac Dunham <ibid.ag@gmail.com> | 2014-06-21 14:40:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-06-23 06:41:47 +0000 |
commit | 96d9a81946ebca7dcaa1a8ae9712ee477a156606 (patch) | |
tree | 88ef61a0abbd1c78ae5f5314997e1420e23cefe8 /testing/motif/04-add-debian-menu-structure-to-system.mwmrc-menu.patch | |
parent | d28d72a16f7697a518150bf27feb26ac317bce28 (diff) | |
download | aports-96d9a81946ebca7dcaa1a8ae9712ee477a156606.tar.bz2 aports-96d9a81946ebca7dcaa1a8ae9712ee477a156606.tar.xz |
Add motif
Manually sending, since git send-email is being recalcitrant.
This will allow me to package nedit and a number of other things.
From 3077415e704bee5da76d1000e66bb8e25c0248cf Mon Sep 17 00:00:00 2001
From: Isaac Dunham <ibid.ag@gmail.com>
Date: Thu, 19 Jun 2014 05:41:45 +0000
Subject: [PATCH] Add Motif.
Motif is an X intrinsics based toolkit which was once widely used.
This version is built with Xft support, but not PNG, JPEG, or Xprint.
The patches are snarfed from Debian; not all are needed.
Diffstat (limited to 'testing/motif/04-add-debian-menu-structure-to-system.mwmrc-menu.patch')
-rw-r--r-- | testing/motif/04-add-debian-menu-structure-to-system.mwmrc-menu.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/motif/04-add-debian-menu-structure-to-system.mwmrc-menu.patch b/testing/motif/04-add-debian-menu-structure-to-system.mwmrc-menu.patch new file mode 100644 index 0000000000..4d4b784c3b --- /dev/null +++ b/testing/motif/04-add-debian-menu-structure-to-system.mwmrc-menu.patch @@ -0,0 +1,24 @@ +Description: Add Debian menu structure to system.mwmrc-menu +Forwarded: not-needed +Author: Stefan Bauer <stefan.bauer@cubewerk.de> +Author: Graham Inggs <graham@nerve.org.za> +Last-Update: 2013-01-21 +--- a/clients/mwm/system.mwmrc ++++ b/clients/mwm/system.mwmrc +@@ -49,6 +49,8 @@ + "Pack Icons" f.pack_icons + ! "Toggle Behavior..." f.set_behavior + no-label f.separator ++ "Debian" f.menu "/Debian" ++ no-label f.separator + "Restart..." f.restart + "Quit..." f.quit_mwm + +@@ -141,3 +143,7 @@ + !! + !! END OF mwm RESOURCE DESCRIPTION FILE + !! ++ ++! debian menu ++!include-menu-defs ++include-menu-defs |