[Xfce4-commits] [apps/xfce4-notifyd] 02/02: Bump dependencies
noreply at xfce.org
noreply at xfce.org
Sat Jul 2 01:34:52 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.
commit 2225153cb72bfc8f34be59b1556abb5584730ae8
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sat Jul 2 01:33:18 2016 +0200
Bump dependencies
---
NEWS | 11 +++++++++--
configure.ac.in | 8 ++++----
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/NEWS b/NEWS
index 9ee91a3..019a166 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,15 @@
| Xfce Notify Daemon |
+--------------------+
-Version 0.3.90 (13 October 2015):
- Ported to gdbus and gtk3
+Version 0.3.0 (30 June 2016):
+ Ported to gdbus and Gtk+3
+ Bumped Dependencies (libxfce4ui 4.12, Gtk+3.14)
+ Features:
+ * Better theming capabilities
+
+ Bugs fixed:
+ * The preview button now shows even when the dialog is plugged in
+ the xfce4-settings-manager
Version 0.2.4 (08 May 2013):
diff --git a/configure.ac.in b/configure.ac.in
index a458646..59f66a9 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,7 +8,7 @@ dnl
dnl version info
m4_define([xfce4_notifyd_version_major], [0])
m4_define([xfce4_notifyd_version_minor], [3])
-m4_define([xfce4_notifyd_version_micro], [90])
+m4_define([xfce4_notifyd_version_micro], [0])
m4_define([xfce4_notifyd_version_build], [@REVISION@])
m4_define([xfce4_notifyd_version_tag], [])
m4_define([xfce4_notifyd_version], [xfce4_notifyd_version_major().xfce4_notifyd_version_minor().xfce4_notifyd_version_micro()ifelse(xfce4_notifyd_version_tag(), [git], [xfce4_notifyd_version_tag()-xfce4_notifyd_version_build()], [xfce4_notifyd_version_tag()])])
@@ -61,9 +61,9 @@ dnl check for x11
XDT_CHECK_LIBX11_REQUIRE()
dnl required
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.4.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.10.0])
-XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [0.1.0svn-r26876])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.12.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.12.0])
+XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.10.0])
XDT_CHECK_PACKAGE([GTK3], [gtk+-3.0], [3.14.0])
XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.26.0])
XDT_CHECK_PACKAGE([GIO_UNIX], [gio-unix-2.0], [2.26.0])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list