Merge lp:~3v1n0/indicator-appmenu/use-indicator-0.4-API into lp:indicator-appmenu/0.3

Proposed by Marco Trevisan (Treviño)
Status: Merged
Merged at revision: 128
Proposed branch: lp:~3v1n0/indicator-appmenu/use-indicator-0.4-API
Merge into: lp:indicator-appmenu/0.3
Diff against target: 36 lines (+6/-6)
1 file modified
configure.ac (+6/-6)
To merge this branch: bzr merge lp:~3v1n0/indicator-appmenu/use-indicator-0.4-API
Reviewer Review Type Date Requested Status
Indicator Applet Developers Pending
Review via email: mp+67413@code.launchpad.net

Description of the change

Compile with new libindicator-0.4

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'configure.ac'
--- configure.ac 2011-06-21 21:12:16 +0000
+++ configure.ac 2011-07-09 02:57:06 +0000
@@ -62,14 +62,14 @@
62AS_IF([test "x$with_gtk" = x3],62AS_IF([test "x$with_gtk" = x3],
63 [PKG_CHECK_MODULES(INDICATOR, gtk+-3.0 >= $GTK3_REQUIRED_VERSION63 [PKG_CHECK_MODULES(INDICATOR, gtk+-3.0 >= $GTK3_REQUIRED_VERSION
64 gio-2.0 >= $GIO_REQUIRED_VERSION64 gio-2.0 >= $GIO_REQUIRED_VERSION
65 indicator3 >= $INDICATOR_REQUIRED_VERSION65 indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
66 dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION66 dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION
67 libbamf3 >= $BAMF_REQUIRED_VERSION)67 libbamf3 >= $BAMF_REQUIRED_VERSION)
68 ],68 ],
69 [test "x$with_gtk" = x2],69 [test "x$with_gtk" = x2],
70 [PKG_CHECK_MODULES(INDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION70 [PKG_CHECK_MODULES(INDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION
71 gio-2.0 >= $GIO_REQUIRED_VERSION71 gio-2.0 >= $GIO_REQUIRED_VERSION
72 indicator >= $INDICATOR_REQUIRED_VERSION72 indicator-0.4 >= $INDICATOR_REQUIRED_VERSION
73 dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION73 dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION
74 libbamf >= $BAMF_REQUIRED_VERSION)74 libbamf >= $BAMF_REQUIRED_VERSION)
75 ],75 ],
@@ -113,11 +113,11 @@
113 INDICATORDIR="${libdir}/indicators/3/"113 INDICATORDIR="${libdir}/indicators/3/"
114 INDICATORICONSDIR="${datadir}/libindicate/icons/"114 INDICATORICONSDIR="${datadir}/libindicate/icons/"
115elif test "x$with_gtk" = x2; then115elif test "x$with_gtk" = x2; then
116 INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator`116 INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator-0.4`
117 INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator`117 INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator-0.4`
118else118else
119 INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator3`119 INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator3-0.4`
120 INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator3`120 INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator3-0.4`
121fi121fi
122AC_SUBST(INDICATORDIR)122AC_SUBST(INDICATORDIR)
123AC_SUBST(INDICATORICONSDIR)123AC_SUBST(INDICATORICONSDIR)

Subscribers

People subscribed via source and target branches