summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* i18n: Add missing initializationHEADmasterGaël Bonithon2022-03-171-1/+1
|
* Rename service files according to the chosen service name prefixGaël Bonithon2022-01-091-1/+6
| | | | Completes previous commit, related to !21.
* Allow to choose an alternative service name prefixGaël Bonithon2022-01-091-0/+14
| | | | | | | | | This is primarily for Flatpak packaging, where a "private service" is desirable, although one could imagine using it in other contexts. The prefix must be specified via the environment variable `TUMBLER_SERVICE_NAME_PREFIX`. Related to xfconf#27, see !21 for more details.
* Build: Check for best possible grep, egrep, sedGaël Bonithon2022-01-091-1/+4
| | | | | In particular, $EGREP was introduced in d82e509551db98ff70e47d1990f759948ee7fecd whithout check.
* Updates for releasetumbler-4.17.0Gaël Bonithon2022-01-011-1/+1
|
* Use GLib structured loggingGaël Bonithon2021-12-291-0/+1
| | | | | | | The move to GLib 2.56 in b014aabd2d78472a18a9b863e51dd6f1631d78cb allows to use structured logging in GLib logging macros. This makes it more suitable for viewing via tools such as `journalctl`, and adds some message location information.
* Cleanup: Use `g_file_peek_path()` when appropriateGaël Bonithon2021-12-261-7/+7
| | | | | This simplifies the code, fixes leaks in `g_debug()` calls, and GLib 2.56 will be required when moving to Xfce 4.18.
* Use GLIB_VERSION_MIN/MAX_REQUIRED/ALLOWEDGaël Bonithon2021-12-111-0/+2
| | | | Closes #45.
* autoconf: Some updatesGaël Bonithon2021-11-101-6/+4
| | | | | | | | * AC_HELP_STRING -> AS_HELP_STRING * AC_AIX, AC_MINIX -> AC_USE_SYSTEM_EXTENSIONS * AC_ISC_POSIX -> AC_SEARCH_LIBS([strerror],[cposix]) * Remove AC_HEADER_STDC * AC_OUTPUT -> AC_CONFIG_FILES + AC_OUTPUT
* Revert "configure.ac: use AC_PROG_CC_C99"Gaël Bonithon2021-11-101-1/+1
| | | | | | This reverts commit b5940c62e65c4fee248d7b3535fb667d235f885a. See also https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/merge_requests/40
* Support shared thumbnail repositories of the freedesktop.org thumbnail specSergios - Anestis Kefalidis2021-07-241-0/+1
| | | | | | | Related: https://gitlab.xfce.org/xfce/libxfce4util/-/merge_requests/18 https://gitlab.xfce.org/xfce/thunar/-/merge_requests/126 https://gitlab.xfce.org/xfce/thunar/-/issues/262
* 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>
* Fix typo in gthread versionMichał Górny2020-12-231-1/+1
|
* Updates for releasetumbler-4.16.0Simon Steinbeiss2020-12-231-3/+3
|
* bump glib (and gio, gthread, etc) minimum to 2.50.0Alexander Schwinn2020-12-091-5/+5
| | | | In order to unify dependencies for core components. (See 4.16 roadmap)
* - Adjust bug report URLOlivier Duchateau2020-12-021-1/+1
|
* Update NEWS and version for releasexfce-4.16pre2tumbler-0.3.1Ali Abdallah2020-11-151-2/+2
|
* Merge branch 'OlivierDuchateau/tumbler-gepub-thumbnailer'Ali Abdallah2020-11-151-0/+7
|\
| * Add libgepub thumbnailer pluginOlivier Duchateau2020-11-051-0/+7
| |
* | Add new icon needed for xfce4-about-dialog.Maurizio Galli2020-11-101-0/+3
|/
* Add new README.md and update AM_INIT_AUTOMAKEKevin Bowen2020-10-031-1/+1
|
* AC_CONFIG_MACRO_DIR → AC_CONFIG_MACRO_DIRSUnit 1932020-08-121-1/+1
|
* Updates for releasetumbler-0.2.8Andre Miranda2019-12-211-1/+1
|
* Updates for releasexfce-4.14.0tumbler-0.2.7Andre Miranda2019-08-111-1/+1
|
* Updates for releasexfce-4.14pre3tumbler-0.2.6Andre Miranda2019-07-281-1/+1
|
* Updates for releasexfce-4.14pre2tumbler-0.2.5Andre Miranda2019-06-291-1/+1
|
* Updates for releasexfce-4.14pre1tumbler-0.2.4Andre Miranda2019-05-171-1/+1
|
* Bump glib versionAndre Miranda2019-04-181-5/+5
|
* Update URLs in README and configure.acAndre Miranda2019-04-161-1/+1
|
* Update NEWS and configure for 0.2.3tumbler-0.2.3Ali Abdallah2018-09-131-1/+1
|
* Prepare 0.2.2 release!tumbler-0.2.2Ali Abdallah2018-09-081-1/+1
|
* Release 0.2.1!tumbler-0.2.1Ali Abdallah2018-03-311-1/+1
|
* Update NEWS files and version number.tumbler-0.2.0Ali Abdallah2017-07-171-2/+2
|
* Missing entry in tumbler.rc for the new desktop thumbnailers plugin.tumbler-0.1.92.1Ali Abdallah2017-05-281-1/+1
|
* Use a better description in configure.ac and acinclude.m4 for the new plugin.tumbler-0.1.92Ali Abdallah2017-05-281-3/+4
| | | | Update version information and copyrights.
* Added skeleton files for the desktop thumbnailer plugin.Ali Abdallah2017-05-281-0/+7
| | | | | This plugin will add desktop thumbnailer support for tumbler see: https://bugzilla.xfce.org/show_bug.cgi?id=7475
* Update news and version informationAli Abdallah2015-10-131-1/+1
|
* Porting the specialized thumbnailer to gdbusAli Abdallah2015-10-101-18/+5
| | | | | | Getting rid of all dbus-glib api Tumbler is now dbus-glib free!
* Start porting some code from dbus-glib.Ali Abdallah2015-10-081-0/+12
| | | | | | | | TumblerManager object which exports the interface 'org.freedesktop.thumbnails.Manager1' is almost dbus-glib free now. There is still only a dbus-glib legacy_connection used for the TumblerSpecializedThumbnailer, which will go away one that object is ported.
* Updates for releasetumbler-0.1.31Harald Judt2015-02-281-1/+1
|
* Bump autotools requirementsHarald Judt2015-02-231-3/+4
|
* Fix IT_PROG_INTLTOOL warningHarald Judt2015-02-231-1/+1
| | | | | | | xdt-autogen: It is recommended to use IT_PROG_INTLTOOL([0.35.0]) in your configure.ac file and remove AC_PROG_INTLTOOL See http://bugzilla.xfce.org/show_bug.cgi?id=8930 for more information.
* Updates for release.tumbler-0.1.30Nick Schermer2014-02-231-1/+1
|
* Updates for release.tumbler-0.1.29Nick Schermer2013-05-051-1/+1
|
* Updates for release.tumbler-0.1.28Nick Schermer2013-05-051-1/+1
|
* Updates for release.tumbler-0.1.27Nick Schermer2013-01-121-1/+1
|
* Autotools updates.Nick Schermer2013-01-061-2/+2
|
* Add config file system to control thumbnailing plugin.Nick Schermer2012-12-271-2/+2
| | | | | | Settings that allow to change the plugin priority, max file size to act on, white-listed locations or completely disable them.
* Use a curl multi handle to re-use the connections.Nick Schermer2012-12-271-1/+1
| | | | | | Together with keep alive only 2 server connects are opened and re-used instead of opening 2 new sockets for each thumb.
* Add cover-thumbnailer for movies.Nick Schermer2012-12-271-1/+8
| | | | | | | | | | Thumbnailer that tries to download the poster of the movie and use it as thumbnail. Plugin send local information over the internet, so you need to explicitly enable the plugin using an rc file. See http://docs.xfce.org/xfce/thunar/tumbler