Skip to content
Snippets Groups Projects
  1. Jun 04, 2020
    • Natanael Copa's avatar
      Let configure generate the xdt-autogen script · 0628ba00
      Natanael Copa authored and Romain Bouvier's avatar Romain Bouvier committed
      No need to add the rule to Makefile.am when configure itself can
      generate the file.
      0628ba00
    • Natanael Copa's avatar
      Implement XDT_VERSION_INIT · caed6949
      Natanael Copa authored and Romain Bouvier's avatar Romain Bouvier committed
      Add an XDT_VERSION_INIT help macro that will define a set of version
      macros using esyscmd so we no lnger need to use configure.ac.in to
      perpare the version string for AC_INIT.
      
      XDT_VERSION_INIT(SEMVER, [TAG] will set the following macros:
        - xdt_version
        - xdt_version_major
        - xdt_version_minor
        - xdt_version_micro
        - xdt_version_tag
        - xdt_version_build
        - xdt_debug_default
      
      Example usage:
      
      XDT_VERSION_INIT([4.15.3],[git])
      AC_INIT([xfce4-someproject], [xdt_version()])
      ...
      XDT_FEATURE_DEBUG([xdt_debug_default])
      caed6949
    • Romain Bouvier's avatar
      Add manpage and tests to xdt-csource · e19cc0f7
      Romain Bouvier authored
      - Migrated from the old-csource
      - Needed to completely remove exo-csource from exo
      e19cc0f7
  2. May 26, 2020
  3. May 18, 2020
  4. May 15, 2020
  5. May 14, 2020
  6. May 13, 2020
  7. May 12, 2020
  8. May 11, 2020
  9. May 10, 2020
  10. Aug 11, 2019
  11. Jun 27, 2019
  12. May 23, 2019
    • Romain Bouvier's avatar
      Update xdt-csource with latest exo-csource modifications · 5e8bc24a
      Romain Bouvier authored
      - xdt-csource will replace exo-csource (projects using exo-csource needs to be updated)
      - The work started in issue #6449 but the full migration has never been done.
      - This way, we do not need to check for exo even when exo is not
      required.
      5e8bc24a
    • Romain Bouvier's avatar
      Remove svn support in xdt-autogen · cea2eb7c
      Romain Bouvier authored
      - Also simplify a bit the XDT_AUTOGEN_REQUIRED_VERSION detection
      - Remove the check of the unused doc submodule
      cea2eb7c
    • Romain Bouvier's avatar
      Cleanup xfce4-dev-tools · 7814d31d
      Romain Bouvier authored
      - Remove useless macros: m4macros/xdt-python.m4 and m4macros/xdt-xfce.m4
      are not used
      - Update URLs
      - Remove xdt-commit, used to generate Changelog, now done via make
      distcheck
      7814d31d
  13. Mar 13, 2015
  14. Feb 28, 2015
Loading