This is an automated email from the git hooks/post-receive script. ochosi pushed a commit to branch master in repository panel-plugins/xfce4-clipman-plugin.
commit ef6a10fafa604c8ee5cb76cf4b6c4217b505effb Author: Simon Steinbeiss <[email protected]> Date: Mon May 16 19:07:48 2016 +0200 Harmonize configure and readme --- README | 15 ++++++--------- configure.ac.in | 6 +++--- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/README b/README index d491b95..5e9fcf9 100644 --- a/README +++ b/README @@ -16,19 +16,17 @@ http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin/ Dependencies -------------- -* glib-2.0 2.18 -* gtk+-2.0 2.14 -* exo-1 0.6 -* libxfce4util-1.0 4.8 -* libxfce4ui-1 4.8 -* libxfce4panel-1.0 4.8 -* libxfconf-0 4.8 +* glib-2.0 2.32 +* gtk+-3.0 3.14 +* libxfce4ui-2 4.12 +* libxfce4panel-2.0 4.12 +* libxfconf-0 4.10 * xproto 7.0 * xtst 1.0 Optional -* unique-1.0 1.0 +* unique-3.0 3.0 * libqrencode3 3.3 Install @@ -50,4 +48,3 @@ product Xfce Panel Plugins and the component clipman. You can also join the Xfce Goodies mailing-list: http://foo-projects.org/mailman/listinfo/goodies-dev. - diff --git a/configure.ac.in b/configure.ac.in index 038b2dd..29b9513 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -19,7 +19,7 @@ m4_define([project_version], [project_version_major().project_version_minor().pr dnl *************************** dnl *** Initialize autoconf *** dnl *************************** -AC_COPYRIGHT([Copyright (c) 2005-2012 +AC_COPYRIGHT([Copyright (c) 2005-2016 The Xfce development team. All rights reserved.]) AC_INIT([Clipman], [project_version], [http://bugzilla.xfce.org/], [xfce4-clipman-plugin], [http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin]) @@ -61,8 +61,8 @@ dnl *********************************** XDT_CHECK_LIBX11_REQUIRE() XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.32.0]) XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.32.0]) -XDT_CHECK_PACKAGE([GDKX], [gdk-x11-3.0], [3.12.0]) -XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.12.0]) +XDT_CHECK_PACKAGE([GDKX], [gdk-x11-3.0], [3.14.0]) +XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.14.0]) XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.12.0]) XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-2.0], [4.12.0]) XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.10.0]) -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
