commit de78c577a19b35786409491b9c39d92a2d9f0941
Author: Jan Palus <[email protected]>
Date:   Sun Aug 25 14:55:39 2024 +0200

    remove makedepend patch and mwmrc dropped from spec in 9ac1fae

 motif-makedepend.patch | 45 ------------------------
 mwmrc                  | 94 --------------------------------------------------
 2 files changed, 139 deletions(-)
---
diff --git a/motif-makedepend.patch b/motif-makedepend.patch
deleted file mode 100644
index bc03de2..0000000
--- a/motif-makedepend.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -ur motif/config/makedepend/def.h morif.new/config/makedepend/def.h
---- motif/config/makedepend/def.h      Wed May  3 10:30:32 2000
-+++ morif.new/config/makedepend/def.h  Tue Jun  6 18:58:44 2000
-@@ -147,7 +147,7 @@
- 
- char                  *copy();
- char                  *base_name();
--char                  *getline();
-+char                  *MKDgetline();
- struct symtab         **slookup();
- struct symtab         **isdefined();
- struct symtab         **fdefined();
-diff -ur motif/config/makedepend/main.c morif.new/config/makedepend/main.c
---- motif/config/makedepend/main.c     Wed May  3 10:31:35 2000
-+++ morif.new/config/makedepend/main.c Tue Jun  6 18:58:58 2000
-@@ -496,7 +496,7 @@
-  * Get the next line.  We only return lines beginning with '#' since that
-  * is all this program is ever interested in.
-  */
--char *getline(filep)
-+char *MKDgetline(filep)
-       register struct filepointer     *filep;
- {
-       register char   *p,     /* walking pointer */
-diff -ur motif/config/makedepend/parse.c morif.new/config/makedepend/parse.c
---- motif/config/makedepend/parse.c    Wed May  3 10:36:43 2000
-+++ morif.new/config/makedepend/parse.c        Tue Jun  6 18:58:53 2000
-@@ -53,7 +53,7 @@
-       register char   *line;
-       register int    type;
- 
--      while (line = getline(filep)) {
-+      while (line = MKDgetline(filep)) {
-               switch(type = deftype(line, filep, file_red, file, FALSE)) {
-               case IF:
-               case IFFALSE:
-@@ -541,7 +541,7 @@
-       register int    type;
-       boolean recfailOK;
- 
--      while (line = getline(filep)) {
-+      while (line = MKDgetline(filep)) {
-               switch(type = deftype(line, filep, file_red, file, TRUE)) {
-               case IF:
-               doif:
diff --git a/mwmrc b/mwmrc
deleted file mode 100644
index 6e8038e..0000000
--- a/mwmrc
+++ /dev/null
@@ -1,94 +0,0 @@
-!!
-!! Default Root Menu Description
-!!
-
-Menu DefaultRootMenu
-{
-       @MainMenu               f.title
-       "New Shell"             f.exec "xterm &"
-       "Shuffle Up"            f.circle_up
-       "Shuffle Down"          f.circle_down
-       "Refresh"               f.refresh
-       "Pack Icons"            f.pack_icons
-       "Toggle Behavior..."    f.set_behavior
-        no-label               f.separator
-       "Programs"              f.menu Programs
-        no-label               f.separator
-       "Restart..."            f.restart
-       "Quit..."               f.quit_mwm
-}
-
-!!
-!! Default Window Menu Description
-!!
-
-Menu DefaultWindowMenu
-{
-       Restore         _R      Alt<Key>F5      f.restore
-       Move            _M      Alt<Key>F7      f.move
-       Size            _S      Alt<Key>F8      f.resize
-       Minimize        _n      Alt<Key>F9      f.minimize
-       Maximize        _x      Alt<Key>F10     f.maximize
-       Lower           _L      Alt<Key>F3      f.lower
-       no-label                                f.separator
-       Close           _C      Alt<Key>F4      f.kill
-}
-
-
-!!
-!! Key Binding Description
-!!
-
-Keys DefaultKeyBindings
-{
-       Shift<Key>Escape        window|icon             f.post_wmenu
-       Alt<Key>space           window|icon             f.post_wmenu
-       Alt<Key>Tab             root|icon|window        f.next_key
-       Alt Shift<Key>Tab       root|icon|window        f.prev_key
-       Alt<Key>Escape          root|icon|window        f.circle_down
-       Alt Shift<Key>Escape    root|icon|window        f.circle_up
-       Alt Shift Ctrl<Key>exclam root|icon|window      f.set_behavior
-       Alt<Key>F6              window                  f.next_key transient
-       Alt Shift<Key>F6        window                  f.prev_key transient
-       Shift<Key>F10           icon                    f.post_wmenu
-!      Alt Shift<Key>Delete    root|icon|window        f.restart
-}
-
-!!
-!! Button Binding Description(s)
-!!
-
-Buttons DefaultButtonBindings
-{
-       <Btn1Down>      icon|frame      f.raise
-       <Btn3Down>      icon|frame      f.post_wmenu
-       <Btn3Down>      root            f.menu  DefaultRootMenu
-}
- 
-Buttons ExplicitButtonBindings
-{
-       <Btn1Down>      frame|icon      f.raise
-       <Btn3Down>      frame|icon      f.post_wmenu
-       <Btn3Down>      root            f.menu  DefaultRootMenu
-!      <Btn1Up>        icon            f.restore
-       Alt<Btn1Down>   window|icon     f.lower
-!      Alt<Btn2Down>   window|icon     f.resize
-!      Alt<Btn3Down>   window|icon     f.move
-
-}
- 
-Buttons PointerButtonBindings
-{
-       <Btn1Down>      frame|icon      f.raise
-       <Btn3Down>      frame|icon      f.post_wmenu
-       <Btn3Down>      root            f.menu  DefaultRootMenu
-       <Btn1Down>      window          f.raise
-!      <Btn1Up>        icon            f.restore
-       Alt<Btn1Down>   window|icon     f.lower
-!      Alt<Btn2Down>   window|icon     f.resize
-!      Alt<Btn3Down>   window|icon     f.move
-}
-
-!!
-!!  END OF mwm RESOURCE DESCRIPTION FILE
-!!
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/motif.git/commitdiff/78aa51aae5ffb788a1411d9888b5968332e69952

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to