[Xfce4-commits] [panel-plugins/xfce4-cpufreq-plugin] 02/20: Bump dependencies to check for gtk-3.20/libxfce4ui-2/libxfce4panel-2.0
noreply at xfce.org
noreply at xfce.org
Sat May 6 21:01:03 CEST 2017
This is an automated email from the git hooks/post-receive script.
andre pushed a commit to branch master
in repository panel-plugins/xfce4-cpufreq-plugin.
commit 4c2f940e601a5155de46fbbd8aade71500fc6215
Author: Andre Miranda <andre42m at gmail.com>
Date: Fri Nov 4 22:20:00 2016 -0300
Bump dependencies to check for gtk-3.20/libxfce4ui-2/libxfce4panel-2.0
---
configure.ac.in | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 269bf18..6c06e6d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -15,7 +15,8 @@ m4_define([cpufreq_version], [cpufreq_version_major().cpufreq_version_minor().cp
dnl Initialize autoconf
AC_COPYRIGHT([Copyright (c) 2006 Thomas Schreck <shrek at xfce.org>
Copyright (c) 2010-2011 Florian Rivoal <frivoal at xfce.org>
- Copyright (c) 2013-2015 Harald Judt <h.judt at gmx.at>])
+ Copyright (c) 2013-2015 Harald Judt <h.judt at gmx.at>
+ Copyright (c) 2016 André Miranda <andre42m at gmail.com>])
AC_INIT([xfce4-cpufreq-plugin], [cpufreq_version()], [http://bugzilla.xfce.org], [xfce4-cpufreq-plugin])
AC_PREREQ([2.60])
@@ -23,6 +24,7 @@ dnl Initialize automake
AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar no-dist-gzip])
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE()
+AM_SILENT_RULES([yes])
dnl Check for basic programs
AC_PROG_CC()
@@ -40,10 +42,10 @@ XDT_I18N([@LINGUAS@])
dnl configure the panel plugin
XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.20.0])
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.9.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.9.0])
-XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.9.0])
+XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.20.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.12.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.12.0])
+XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-2.0], [4.12.0])
dnl ***********************************
dnl *** Check for debugging support ***
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list