summaryrefslogtreecommitdiff
path: root/configure.ac.in
Commit message (Collapse)AuthorAgeFilesLines
* automake: Enable subdir-objectsGaël Bonithon2021-11-101-1/+1
|
* Revamp the documentation to modernize and uniformize accross componentsRomain Bouvier2021-01-301-15/+10
| | | | - Also fixes some autohells deprecations
* configure.ac: use AC_PROG_CC_C99Olaf Hering2021-01-071-1/+1
| | | | | | | | | | | | Various parts of Xfce, and libraries used by Xfce, already use C99 features. Therefore it is reasonable to expect the availibility of a capable compiler. Current GCC releases silently default to newer C standards, starting with gcc-5 which defaults to C11. Replace AC_PROG_CC with AC_PROG_CC_C99 to switch the discovered, or specified, compiler to C99. Signed-off-by: Olaf Hering <olaf@aepfle.de>
* Back to developmentxfce-4.16Romain Bouvier2020-12-221-1/+1
|
* Updates for releasexfconf-4.16.0Romain Bouvier2020-12-221-3/+3
|
* bump glib (and gio, gthread, etc) minimum to 2.50.0Alexander Schwinn2020-12-101-5/+5
| | | | In order to unify dependencies for core components. (See 4.16 roadmap)
* Fix make distcheck and enable it on gitlab CIRomain Bouvier2020-12-041-1/+1
| | | | | | | - fix return code check and remove bashism from tests-driver.sh - Remove INSTALL from EXTRA_DIST (not created anymore since we are using automake foreign mode) - Update .gitignore
* Post release autoconf git revisionAli Abdallah2020-11-091-2/+2
|
* Prepare 4.15.1 releasexfconf-4.15.1xfce-4.16pre2Ali Abdallah2020-11-091-3/+3
|
* Merge branch 'cryptogopher/xfconf-issue16'Ali Abdallah2020-11-091-0/+1
|\
| * Test for #16cryptogopher2020-11-061-0/+1
| |
* | Adds new README.md and updates AM_INIT_AUTOMAKEKevin Bowen2020-11-021-1/+1
|/
* Fix stray double-quote in bash-completion PKG_CONFIG invocationMichał Górny2020-07-171-1/+1
| | | | | | | | | | Fix a stray double-quote that causes unterminated quoted string error in dash: ./configure: 1: Syntax error: Unterminated quoted string PKG_CONFIG should remain unquoted since it may contain command options in addition to the path.
* Post release autoconf git revisionAli Abdallah2020-07-161-2/+2
|
* Prepare 4.15.0 releasexfconf-4.15.0xfce-4.16pre1Ali Abdallah2020-07-161-2/+2
|
* Fix distcheck bash-completion file errorAli Abdallah2020-07-161-13/+17
|
* Add Bash completion for xfconf-queryEmanuele Petriglia2020-05-261-0/+22
| | | | | Signed-off-by: Emanuele Petriglia <inbox@emanuelepetriglia.com> Signed-off-by: Ali Abdallah <ali.abdallah@suse.com>
* Bump version number to 15Ali Abdallah2020-05-171-2/+2
|
* Use a custom test-driverAli Abdallah2020-05-171-0/+1
| | | | | | | | | | Implement a custom test driver that will start the freshly compiled xfconfd on a different dbus name. When the test finishes, gets interrupted or exists with error, the xfconfd test instance is terminated. This will allows 'make check' and 'make distcheck' to be successful even if xfconfd is not installed or running.
* Enable GSettings backend by defaultAli Abdallah2020-05-111-2/+2
|
* Remove xfconf perl bindingRomain Bouvier2020-04-241-55/+4
| | | | | - Disable by default since 4.14 - Not sure anybody use it, haven't seen any evolution since 4.6
* Back to developmentSean Davis2019-08-111-1/+1
|
* Updates for releasexfconf-4.14.1xfce-4.14.0Sean Davis2019-08-111-2/+2
|
* Back to developmentSean Davis2019-08-111-1/+1
|
* Updates for releasexfconf-4.14.0Sean Davis2019-08-111-3/+3
|
* Back to developmentRomain Bouvier2019-06-271-1/+1
|
* Prepare for releasexfconf-4.13.8xfce-4.14pre3xfce-4.14pre2Romain Bouvier2019-06-271-2/+2
|
* Disable perl bindings by defaultRomain Bouvier2019-06-271-1/+1
|
* Add support for GObject introspection and valaOlivier Duchateau2019-06-241-0/+8
| | | | - Fix bug #15135
* Back to developmentSean Davis2019-05-181-1/+1
|
* Updates for releasexfconf-4.13.7xfce-4.14pre1Sean Davis2019-05-181-2/+2
|
* Bump glib versionAndre Miranda2019-04-181-5/+5
|
* Bug #15122: xfconf: disable gsettings backend by defaultRomain Bouvier2019-04-161-4/+5
| | | | | | | | - Introduced in 4.13.6, it is enabled by default. We have multiple bugs reports about this feature and build failures on *BSD systems when using g-ir-compiler on headless build systems - Disable it by default until corrects fixes. See also #14789 - Also update configure.ac.in a bit
* Added gdbus binding to gitignore, add post release git tagAli Abdallah2018-10-211-2/+2
|
* Fix make distcheck and prepare for 4.13.6 releasexfconf-4.13.6Ali Abdallah2018-10-211-6/+4
|
* Added skeleton file to GSettings backend support.Ali Abdallah2018-07-131-0/+36
|
* Post release git version tagAli Abdallah2018-06-181-2/+2
|
* Prepare 4.13.5 releasexfconf-4.13.5Ali Abdallah2018-06-181-3/+3
|
* Post release git version tag.Ali Abdallah2017-08-311-2/+2
|
* Update NEWS and prepare for 4.13.4 release.xfconf-4.13.4Ali Abdallah2017-08-311-3/+3
|
* Post release git version tags.Ali Abdallah2017-07-241-2/+2
|
* Prepare 4.13.3 release.xfconf-4.13.3Ali Abdallah2017-07-241-3/+3
|
* Post release git version tagAli Abdallah2017-06-231-2/+2
|
* Prepare to tag 4.13.2xfconf-4.13.2Ali Abdallah2017-06-231-3/+3
|
* Fix some build issuesSkunnyk2017-06-231-2/+2
| | | | - AM subdir-objects is kinda broken
* Fix some autogen.sh warningsRomain B2017-06-231-1/+2
| | | | | - Declare m4/ folder - Add subdir-objects to AM_INIT_AUTOMAKE() because we use $(top_srcdir) is xfconf/Makefile.am
* Post release git tag added.Ali Abdallah2017-06-061-2/+2
|
* Bump version info and prepare for 4.13.1 release.xfconf-4.13.1Ali Abdallah2017-06-061-4/+4
|
* Uncommit the bump of the soname and bump the soname version instead, asAli Abdallah2017-06-061-2/+2
| | | | this solution seems to require less effort targeting xfce 4.14.
* Post release git tag bump.Ali Abdallah2017-06-011-2/+2
|