| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: xfce4-dev-tools | Distribution: SUSE Linux Enterprise 15 SP5 |
| Version: 4.16.0 | Vendor: openSUSE |
| Release: bp155.2.15 | Build date: Mon May 22 12:00:15 2023 |
| Group: Development/Tools/Other | Build host: obs-power8-05 |
| Size: 218422 | Source RPM: xfce4-dev-tools-4.16.0-bp155.2.15.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://www.xfce.org/ | |
| Summary: Xfce Development Tools | |
The Xfce development tools are a collection of tools and macros for Xfce developers and people that want to build unreleased development versions of Xfce.
GPL-2.0-or-later
* Wed Dec 23 2020 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 4.16.0
- Bump glib to 2.50 based on xfce4.16 roadmap
- Do not process @LINGUAS@ at xdt-autogen stage
- Fail xfce-build container generation if there is any error
- helpers: Prefer xfce-build over xfce-test (Fixes #38)
- helpers: Add new helper xfce-open-gitlab
- helpers: Add helper to locally run xfce-build
- helpers: Add xfce-build 'pull' argument
- xfce-build: Add Thunar to container (Fixes #40)
- Disable CFLAGS override when building CI container
- use strict CFLAGS to catch common mistakes in ci pipeline
- Add xvfb on xfce-build
* Mon Nov 02 2020 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 4.15.1
* get-translations: Fix line wrapping
* xdt-autogen: Various small improvements
* xdt-autogen: Properly handle whitespaces in filenames
* xdt-autogen: Use sed instead of tr to replace strings
* Updates README.md
* xfce-build: Add libclutter-1.0-dev for xfdashboard build
* Update .gitignore
* helpers: Use blank line for tags message
* helpers: Reuse release notes from NEWS for tag message
* helpers: Simplify xfce-update-news
* helpers: Do not strip NEWS blank line at EOF
* helpers: Install xfce-do-release
* xfce-build: Add depend for mousepad (Fixes #37)
* helpers: Add do-release helper and Readme
* xfce-build: Install python3 version of distutils-extra
* helpers: Make get-translations executable
* get-translations: Remove last comma
* get-translations: Correctly get locale from commit messages
* xfce-build: Replace build-dep with package names
* Fri Aug 28 2020 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 4.15.0
* New macro XDT_VERSION_INIT(SEMVER[, TAG])
This macro takes care of setting up the version numbering.
It will define the following macros based on SEMVER and TAG:
- xdt_version
- xdt_version_major
- xdt_version_minor
- xdt_version_micro
- xdt_version_tag
- xdt_version_build
- xdt_debug_default
If TAG isn't specified, the xdt_version_tag and xdt_version_git
will be empty and xdt_debug_default will be set to "minimum",
otherwise the xdt_version_build will contain a git hash and
xdt_debug_default will be set to "yes"
* XDT_I18N macro will now automatically find the linguas if none
are specified during the autoconf run.
* Install m4 macros in default search dir.
This makes autoconf find the macros by default.
By setting version via XDT_VERSION_INIT and using XDT_I18N
without arguments, this is no longer necessary to use a separate
configure.ac.in and a plain configure.ac can be used
* xfce4-dev-tools now also handle the CI (docker container,
.gitlab-ci.yml templates files etc) on our new gitlab instance.
* New helpers are also available (xfce-get-release-notes,
xfce-get-translations, xfce-update-news)
* Use datarootdir instead of datadir
* xdt-autogen: explicitly set search path for m4 macros
* Add two new helpers to help releasers
* Install m4 macros into default $datadir/aclocal
* Update README for new gitlab urls
* xdt-autogen: Improve and simplify linguas detection
* Let XDT_I18N automatically find the po/*.po as default
* Let configure generate the xdt-autogen script
* Implement XDT_VERSION_INIT
* Add manpage and tests to xdt-csource
* Add xfce4-dev-tools build in addition to container build
* Check BEFORE_SHA along with changes to .po files
* gitlabci: Ensure to run autogen in distcheck stage
* Switch to "foreign" mode for automake
* Add CI templates notes
* Update README with explanation of Dockerfile
* Fix whitespace error
* Add helper script to get all
* Integrate xfce-build container build/creation
* Translation updates
* Fri Aug 16 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Fixed sources in spec file
* Sun Aug 11 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 4.14.0
* Bump to 4.14.0
- Added bcond to build with git master source
- Cleaned spec file
* Thu Jun 27 2019 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to Version 4.13.0
* Merge exo-csource modifications in xdt-csource
* xdt-csource will replace exo-csource (projects using
exo-csource need to be updated)
* The work started in issue bxo#6449 but the full migration has
never been done.
* Remove svn support in xdt-autogen
* Simplify a bit the XDT_AUTOGEN_REQUIRED_VERSION detection
* Remove the check of the unused doc submodule
* Remove useless macros: m4macros/xdt-python.m4
and m4macros/xdt-xfce.m4 are not used
* Remove xdt-commit, used to generate Changelog, now done via
make distcheck
* No -Wshadow flag for enable_debug=full (bxo#11637).
Use it only for enable_debug=yes.
* Sat Feb 28 2015 gber@opensuse.org
- update to version 4.12.0
- bump version
- require xfce4-panel-4.11 for panel plugins
- restore AC_REVISION
* Tue Feb 17 2015 gber@opensuse.org
- update to version 4.11.1
- update list of files to clean with xdt-autogen
- remove definitions related to the obsolete xfce-mcs-manager
- remove obsolete check for threaded panels (<= 4.1.90)
- bump dependencies for xfce4-dev-tools and m4macros
- fix autotools m4 warning
- fix out of source building (bxo#10899)
- display warning if AC_PROG_INTLTOOL is used (bxo#8930)
* Wed Apr 30 2014 gber@opensuse.org
- update to version 4.11.0
- remove FORTIFY_SOURCE=2
- some build improvements
- correctly quote AC_COMPILE_IFELSE macro
- avoid gnu_printf warnings in debugging in gcc 4.8
* Sun Apr 29 2012 gber@opensuse.org
- update to version 4.10.0
- bump glib dependency to 2.24
/usr/bin/xdt-autogen /usr/bin/xdt-csource /usr/bin/xfce-build /usr/bin/xfce-do-release /usr/bin/xfce-get-release-notes /usr/bin/xfce-get-translations /usr/bin/xfce-update-news /usr/share/aclocal /usr/share/aclocal/xdt-depends.m4 /usr/share/aclocal/xdt-features.m4 /usr/share/aclocal/xdt-i18n.m4 /usr/share/aclocal/xdt-version.m4 /usr/share/doc/packages/xfce4-dev-tools /usr/share/doc/packages/xfce4-dev-tools/AUTHORS /usr/share/doc/packages/xfce4-dev-tools/ChangeLog /usr/share/doc/packages/xfce4-dev-tools/HACKING /usr/share/doc/packages/xfce4-dev-tools/NEWS /usr/share/doc/packages/xfce4-dev-tools/README.md /usr/share/licenses/xfce4-dev-tools /usr/share/licenses/xfce4-dev-tools/COPYING /usr/share/man/man1/xdt-csource.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 16:16:51 2026