twm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Mar 7 00:45:18 UTC 2024


 README.md           |    5 +++
 man/meson.build     |   24 ++++++++++++++++
 meson.build         |   46 ++++++++++++++++++++++++++++++
 src/Makefile.am     |   20 ++-----------
 src/deftwmrc.sed    |    4 --
 src/events.c        |    1 
 src/gen_deftwmrc.sh |   17 +++++++++++
 src/menus.c         |    4 +-
 src/meson.build     |   78 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/parse.c         |    5 ---
 src/twm.c           |    2 -
 src/twm.h           |   20 +++++++++++++
 src/version.c       |   52 ----------------------------------
 src/version.h       |   65 -------------------------------------------
 14 files changed, 197 insertions(+), 146 deletions(-)

New commits:
commit 1ffcb516954add31a225d38675adad1df8fa5d21
Author: Tim Wiederhake <twied at gmx.net>
Date:   Sun Mar 3 12:55:11 2024 +0100

    Add meson as alternative build system
    
    Add a note to the readme file to clarify that the default build system is still
    automake.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit 451e1b036d3dd0fddcf54733b5616169ed5ad570
Author: Tim Wiederhake <twied at gmx.net>
Date:   Sun Mar 3 12:55:11 2024 +0100

    Provide defaults for externally defined symbols
    
    AM_CPPFLAGS defines several symbols that do not have to be there. By providing
    default values in twm.h, this list can be reduced in size while still allowing
    to override these values.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit b603079e08f085a6b23f2fdf3f7eef9ccec86424
Author: Tim Wiederhake <twied at gmx.net>
Date:   Sun Mar 3 12:55:11 2024 +0100

    Remove version.c and version.h
    
    These files define only a single variable that is used in only one place.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit 9b9c0087c906193e5ac549f8203713fd4eedbf2a
Author: Tim Wiederhake <twied at gmx.net>
Date:   Sun Mar 3 12:55:11 2024 +0100

    Simplify default twmrc generation
    
    The logic to generate deftwmrc.c is currently split between Makefile.am and
    deftwmrc.sed. Consolidate into a single script.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>



More information about the xorg-commit mailing list