[Xfce4-commits] <xfce4-panel:switch-to-exo-1> Depend on exo-1 instead of exo-0.3.
Jannis Pohlmann
jannis at xfce.org
Thu Aug 13 03:32:02 CEST 2009
Updating branch refs/heads/switch-to-exo-1
to 00f64282127887d1862f9fd030bb1b0d889c02f6 (commit)
from f1449c6a3be8426a280f0cc6d86c72432f8c39a7 (commit)
commit 00f64282127887d1862f9fd030bb1b0d889c02f6
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Thu Aug 13 03:30:15 2009 +0200
Depend on exo-1 instead of exo-0.3.
Change exo0.3 to exo1 in xfce4-panel.spec.in. I don't know whether this
is correct or not.
configure.in.in | 2 +-
xfce4-panel.spec.in | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 72f5884..9e82081 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -112,7 +112,7 @@ XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0])
XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.12.0])
XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [2.12.0])
XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.6.0])
-XDT_CHECK_PACKAGE([LIBEXO], [exo-0.3], [0.3.100])
+XDT_CHECK_PACKAGE([LIBEXO], [exo-1], [0.3.100])
XDT_CHECK_PACKAGE([CAIRO], [cairo], [1.0.0])
dnl **********************
diff --git a/xfce4-panel.spec.in b/xfce4-panel.spec.in
index 06719dd..ed1b425 100644
--- a/xfce4-panel.spec.in
+++ b/xfce4-panel.spec.in
@@ -9,12 +9,12 @@ Group: User Interface/Desktops
BuildRoot: %{_tmppath}/%{name}-root
Requires: libxfce4util >= @LIBXFCEGUI4_REQUIRED_VERSION@
Requires: libxfcegui4 >= @LIBXFCEGUI4_REQUIRED_VERSION@
-Requires: exo0.3 >= @EXO_REQUIRED_VERSION@
+Requires: exo1 >= @EXO_REQUIRED_VERSION@
Requires: gtk2 >= @GTK_REQUIRED_VERSION@
Requires: startup-notification >= @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@
BuildRequires: libxfce4util-devel >= @LIBXFCEGUI4_REQUIRED_VERSION@
BuildRequires: libxfcegui4-devel >= @LIBXFCEGUI4_REQUIRED_VERSION@
-BuildRequires: exo0.3-devel >= @EXO_REQUIRED_VERSION@
+BuildRequires: exo1-devel >= @EXO_REQUIRED_VERSION@
BuildRequires: gtk2-devel >= @GTK_REQUIRED_VERSION@
%description
More information about the Xfce4-commits
mailing list