[Xfce4-commits] [xfce/tumbler] 06/06: Use a better description in configure.ac and acinclude.m4 for the new plugin.

noreply at xfce.org noreply at xfce.org
Sun May 28 11:20:22 CEST 2017


This is an automated email from the git hooks/post-receive script.

a   l   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/tumbler.

commit ec9cd77251b0fe7dd2903cd06de9b9cd0b14322f
Author: Ali Abdallah <aliovx at gmail.com>
Date:   Sun May 28 10:45:38 2017 +0200

    Use a better description in configure.ac and acinclude.m4 for the new plugin.
    
    Update version information and copyrights.
---
 acinclude.m4 | 6 +++---
 configure.ac | 7 ++++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/acinclude.m4 b/acinclude.m4
index 87ff508..fb62e9e 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -300,18 +300,18 @@ AC_MSG_RESULT([$ac_tumbler_xdg_cache])
 
 dnl TUMBLER_DESKTOP_THUMBNAILER()
 dnl
-dnl Check whether to build and install the thumbnailers plugin support for .desktop thumbnailers.
+dnl Check whether to build and install the thumbnailers plugin support for loading thumbnailers *.thumbnailer files
 dnl
 AC_DEFUN([TUMBLER_DESKTOP_THUMBNAILER],
 [
-AC_ARG_ENABLE([desktop-thumbnailer], [AC_HELP_STRING([--disable-desktop-thumbnailer], [Don't build the plugin support for .desktop thumbnailers])],
+AC_ARG_ENABLE([desktop-thumbnailer], [AC_HELP_STRING([--disable-desktop-thumbnailer], [Don't build the plugin support for loading thumbnailers *.thumbnailer files])],
   [ac_tumbler_desktop_thumbnailer=$enableval], [ac_tumbler_desktop_thumbnailer=yes])
 if test x"$ac_tumbler_desktop_thumbnailer" = x"yes"; then
   dnl Check for gdk-pixbuf
   PKG_CHECK_MODULES([GDK_PIXBUF], [gdk-pixbuf-2.0 >= 2.14], [], [ac_tumbler_desktop_thumbnailer=no])
 fi
 
-AC_MSG_CHECKING([whether to build the plugin support for .desktop thumbnailer])
+AC_MSG_CHECKING([whether to build the plugin support for loading thumbnailers *.thumbnailer files])
 AM_CONDITIONAL([TUMBLER_DESKTOP_THUMBNAILER], [test x"$ac_tumbler_desktop_thumbnailer" = x"yes"])
 AC_MSG_RESULT([$ac_tumbler_desktop_thumbnailer])
 ])
diff --git a/configure.ac b/configure.ac
index 9ff9b69..4aaeb26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,13 +25,14 @@ m4_define([tumbler_verinfo], [0:0:0])
 m4_define([tumbler_version_api_major], [1])
 m4_define([tumbler_version_major], [0])
 m4_define([tumbler_version_minor], [1])
-m4_define([tumbler_version_micro], [90])
+m4_define([tumbler_version_micro], [92])
 m4_define([tumbler_version], [tumbler_version_major().tumbler_version_minor().tumbler_version_micro()])
 
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
 AC_COPYRIGHT([Copyright (c) 2009-2011 Jannis Pohlmann <jannis at xfce.org>])
+AC_COPYRIGHT([Copyright (c) 2016-2017 Ali Abdallah <ali at xfce.org>])
 AC_INIT([tumbler], [tumbler_version], [http://bugzilla.xfce.org/])
 AC_PREREQ([2.60])
 AC_CANONICAL_TARGET()
@@ -265,8 +266,8 @@ else
 echo "  * Freedesktop.org cache plugin:                     no"
 fi
 if test x"$ac_tumbler_desktop_thumbnailer" = x"yes"; then
-echo "  * Loading thumbnailers from .desktop file:          yes"
+echo "  * Loading thumbnailers from .thumbnailer files:     yes"
 else
-echo "  * Loading thumbnailers from .desktop file:          no"
+echo "  * Loading thumbnailers from .thumbnailer files:     no"
 fi
 echo

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list