- Feb 01, 2022
-
-
-
-
The use of `m4_define` is also found in `configure.ac` files, with or without a version tag, which is not a problem. The use of `XDT_VERSION_INIT` is probably always exclusive of the use of `m4_define`, but the filter by grep does not bother.
-
- Jan 29, 2022
-
-
Gaël Bonithon authored
Fixes #54.
-
Gaël Bonithon authored
-
- Oct 13, 2021
-
-
Romain Bouvier authored
-
Romain Bouvier authored
- Fix #53
-
Romain Bouvier authored
- Type from 64bc6653
-
Romain Bouvier authored
-
- Oct 11, 2021
-
-
Romain Bouvier authored
-
- Sep 24, 2021
-
-
Gaël Bonithon authored
This adds the new release to the Appdata file if the `<releases>` tag exists. This file is only searched in the root of the repository and in the `data` directory, and must be unique.
-
- Sep 16, 2021
-
-
Simon Steinbeiss authored
-
- Sep 06, 2021
-
-
Simon Steinbeiss authored
This stage is only run for tags and is essentially the same as the distcheck stage.
-
- Aug 19, 2021
-
-
Romain Bouvier authored
-
- Jul 26, 2021
-
-
Jan Ziak authored
Signed-off-by:
Jan Ziak <0xe2.0x9a.0x9b@xfce.org>
-
- Jul 25, 2021
-
-
Romain Bouvier authored
-
Romain Bouvier authored
-
- Jul 05, 2021
-
-
Romain Bouvier authored
- If 4.17.x is available, pick this one - If 4.16.x is the higher (on component without 4.17 yet), pick it - "grep" the component name to remove any "xfce-" release tags - Enhance MR!49
-
- Jun 08, 2021
-
-
* Abort on failure in `sanity_checks()` * Always test if the version specified exists as a git tag * Always have a default choice, indicated by a capital letter * Remove unused function `get_on_with_it()`
-
Works better on OpenBSD now.
-
- May 06, 2021
-
-
- Apr 22, 2021
-
-
Gaël Bonithon authored
Fixes #44.
-
Romain Bouvier authored
- Fix issue #46 - This code path is almost never used (we don't really test minGW/windows), but let's fix this anyway
-
- Mar 10, 2021
-
-
Simon Steinbeiss authored
Alternatively we could also pick the latest overall release, but the downside would be that the container could jump back and forth between 4.17 dev and 4.16 maintenance releases. git describe --tags `git rev-list --tags --max-count=1` --match "$NAME*"
-
- Mar 05, 2021
-
-
Romain Bouvier authored
- So we are sure to not print any warning because of a missing m4/ folder on first aclocal run
-
Romain Bouvier authored
-
Romain Bouvier authored
- autoreconf already do all the jobs and detections, we don't need to run manually multiples binaries - Remove obsolete checks/warnings we are doing for libtoolize, all our components have been ported - Simply run autoreconf with good options should be enough for everything - We still need to run intltoolize and gtkdocize manually to support autotool 2.69 - This fix issue #42
-
- Feb 02, 2021
-
-
Gaël Bonithon authored
-
- Jan 30, 2021
-
-
Romain Bouvier authored
-
- Jan 19, 2021
-
-
Simon Steinbeiss authored
By copying the folder contents we don't end up with an additional docs/ folder inside the existing apidocs/ folder.
-
Simon Steinbeiss authored
-
Simon Steinbeiß authored
The static index.html page and artifacts get merged into the newly added apidocs folder.
-
- Jan 12, 2021
-
-
- intltoolize already do all the job that glib-gettextize do (maybe since 10 years) - Remove the XGETTEXT_ARGS custom feature, I can't find any projec using this in xfce
-
- This should no be used anymore since last century
-
Jan Ziak authored
Closes: #43 Signed-off-by:
Jan Ziak <0xe2.0x9a.0x9b@gmail.com>
-
- Jan 08, 2021
-
-
Romain Bouvier authored
- They are obsolete since 2.69, and 2.70 now warn about it - Bump minimal autoconf to 2.69 (available since 2012) - AC_HEADER_STDC is not needed anymore: https://www.gnu.org/software/autoconf/manual/autoconf-2.70/html_node/Particular-Headers.html
-
- Jan 02, 2021
-
-
Simon Steinbeiß authored
This command prints the versions of the components built within this container, which are located in the /git folder.
-
- Dec 22, 2020
-
-
Romain Bouvier authored
-
Romain Bouvier authored
-
- Dec 18, 2020
-
-
Romain Bouvier authored
- And update configure.ac syntax
-