← Back to team overview

ayatana-commits team mailing list archive

[Branch ~indicator-applet-developers/indicator-me/trunk] Rev 153: updated for libindicator 0.3.90

 

------------------------------------------------------------
revno: 153
tags: 0.2.92
committer: Ken VanDine <ken.vandine@xxxxxxxxxxxxx>
branch nick: indicator-me
timestamp: Fri 2011-07-08 10:04:20 -0400
message:
  updated for libindicator 0.3.90
modified:
  configure.ac


--
lp:indicator-me
https://code.launchpad.net/~indicator-applet-developers/indicator-me/trunk

Your team ayatana-commits is subscribed to branch lp:indicator-me.
To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/indicator-me/trunk/+edit-subscription
=== modified file 'configure.ac'
--- configure.ac	2011-06-28 09:41:44 +0000
+++ configure.ac	2011-07-08 14:04:20 +0000
@@ -1,12 +1,12 @@
 
-AC_INIT(indicator-me, 0.2.91, ken.vandine@xxxxxxxxxxxxx)
+AC_INIT(indicator-me, 0.2.92, ken.vandine@xxxxxxxxxxxxx)
 AC_COPYRIGHT([Copyright 2009, 2011 Canonical])
 
 
 AC_PREREQ(2.53)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-me, 0.2.91)
+AM_INIT_AUTOMAKE(indicator-me, 0.2.92)
 
 AM_MAINTAINER_MODE
 
@@ -31,7 +31,7 @@
 
 GTK_REQUIRED_VERSION=2.12
 GTK3_REQUIRED_VERSION=3.0
-INDICATOR_REQUIRED_VERSION=0.3.0
+INDICATOR_REQUIRED_VERSION=0.3.90
 GWIBBER_REQUIRED_VERSION=0.0.7
 DBUSMENUGLIB_REQUIRED_VERSION=0.3.95
 DBUSMENUGTK_REQUIRED_VERSION=0.3.95
@@ -43,7 +43,7 @@
 PKG_CHECK_MODULES(MESERVICE,     dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION
                                  glib-2.0 >= $GLIB_REQUIRED_VERSION
                                  dbus-glib-1
-                                 indicator3 >= $INDICATOR_REQUIRED_VERSION
+                                 indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
                                  gwibber-0.1 >= $GWIBBER_REQUIRED_VERSION
                                  gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION
                                  telepathy-glib >= $TELEPATHYGLIB_REQUIRED_VERSION)
@@ -58,13 +58,13 @@
 
 AS_IF([test "x$with_gtk" = x3],
         [PKG_CHECK_MODULES(APPLET, gtk+-3.0 >= $GTK3_REQUIRED_VERSION
-                                   indicator3 >= $INDICATOR_REQUIRED_VERSION
+                                   indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
 				   libido3-0.1 >= $INDICATOR_DISPLAY_OBJECTS
                                    dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION)
         ],
       [test "x$with_gtk" = x2],
          [PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION
-                                    indicator >= $INDICATOR_REQUIRED_VERSION
+                                    indicator-0.4 >= $INDICATOR_REQUIRED_VERSION
 				    libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS
                                     dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION)
         ],
@@ -88,11 +88,11 @@
 	INDICATORDIR="${libdir}/indicators/3/"
 	INDICATORICONSDIR="${datadir}/indicator-applet/icons/"
 elif test "x$with_gtk" = x2; then
-        INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator`
-        INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator`
+        INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator-0.4`
+        INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator-0.4`
 else
-        INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator3`
-        INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator3`
+        INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator3-0.4`
+        INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator3-0.4`
 fi
 AC_SUBST(INDICATORDIR)
 AC_SUBST(INDICATORICONSDIR)