Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 401755 - app-editors/gedit please add zeitgeist plugin support
Summary: app-editors/gedit please add zeitgeist plugin support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-01 09:35 UTC by Justin Lecher (RETIRED)
Modified: 2012-02-04 10:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2012-02-01 09:35:07 UTC
LIBZEITGEIST_REQUIRED=0.3.2

AC_ARG_ENABLE([zeitgeist],
   AS_HELP_STRING([--enable-indicator[=@<:@no/auto/yes@:>@]],[Build with zeitgeist support]),
   [enable_zeitgeist=$enableval],
   [enable_zeitgeist="auto"])

if test "x$enable_zeitgeist" = "xauto" ; then
   PKG_CHECK_EXISTS([zeitgeist-1.0 >= $LIBZEITGEIST_REQUIRED], \
           enable_zeitgeist="yes", enable_zeitgeist="no")
fi

if test "x$enable_zeitgeist" = "xyes" ; then
   PKG_CHECK_MODULES(ZEITGEIST, \
           [zeitgeist-1.0 >= $LIBZEITGEIST_REQUIRED])
fi

AM_CONDITIONAL(ENABLE_ZEITGEIST, test x"$enable_zeitgeist" = "xyes")
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2012-02-04 10:44:49 UTC
+  04 Feb 2012; Justin Lecher <jlec@gentoo.org> gedit-3.2.6.ebuild,
+  metadata.xml:
+  Enable support for zeitgeist plugin, #401755
+