Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 191387 Details for
Bug 269570
[PATCH]net-im/empathy-2.26.1 libnotify hard dep
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the new ebuild including patches, revision bumped
empathy-2.26.1-r1.ebuild (text/plain), 2.56 KB, created by
Romain Perier (RETIRED)
on 2009-05-15 14:49:07 UTC
(
hide
)
Description:
the new ebuild including patches, revision bumped
Filename:
MIME Type:
Creator:
Romain Perier (RETIRED)
Created:
2009-05-15 14:49:07 UTC
Size:
2.56 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-2.26.1.ebuild,v 1.1 2009/05/10 21:10:10 eva Exp $ > >EAPI="2" > >inherit autotools gnome2 > >DESCRIPTION="Telepathy client and library using GTK+" >HOMEPAGE="http://live.gnome.org/Empathy" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="applet doc notify python spell test" > ># FIXME: libcanberra hard deps >RDEPEND=">=dev-libs/glib-2.16.0 > >=x11-libs/gtk+-2.14.0 > >=gnome-base/gconf-2 > >=gnome-base/libglade-2 > >=dev-libs/dbus-glib-0.51 > >=gnome-extra/evolution-data-server-1.2 > >=net-libs/telepathy-glib-0.7.23 > >=net-im/telepathy-mission-control-4.61 > >=media-libs/libcanberra-0.4 > notify? ( >=x11-libs/libnotify-0.4.4 ) > > media-libs/gstreamer:0.10 > media-libs/gst-plugins-base:0.10 > net-libs/telepathy-farsight > dev-libs/libxml2 > > applet? ( >=gnome-base/gnome-panel-2.10 ) > spell? ( > app-text/enchant > app-text/iso-codes ) > python? ( > >=dev-lang/python-2.4.4-r5 > >=dev-python/pygtk-2 )" >DEPEND="${RDEPEND} > app-text/gnome-doc-utils > >=dev-util/intltool-0.35.0 > >=dev-util/pkgconfig-0.16 > test? ( >=dev-libs/check-0.9.4 ) > dev-libs/libxslt > virtual/python > doc? ( >=dev-util/gtk-doc-1.3 )" > >DOCS="CONTRIBUTORS AUTHORS ChangeLog NEWS README" > ># FIXME: Tests are broken, upstream bug #576785 >RESTRICT="test" > >pkg_setup() { > G2CONF="${G2CONF} > --disable-static > $(use_enable debug) > $(use_enable spell) > $(use_enable python) > $(use_enable applet megaphone) > $(use_enable applet nothere) > $(use_enable notify)" >} > >src_prepare() { > gnome2_src_prepare > > # Doc is broken > epatch "${FILESDIR}/${PN}-2.26.1-fix-doc.patch" > > # Remove hard enabled -Werror (see AM_MAINTAINER_MODE), bug 218687 > sed -i "s:-Werror::g" configure || die "sed 1 failed" > > # FIXME: report upstream their package is broken > # Fix intltoolize broken file, see upstream #577133 > sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed 2 failed" > > # Fix libnotify hard dep > epatch "${FILESDIR}/${P}-configure-notify-option.patch" > epatch "${FILESDIR}/${P}-client-notify-support.patch" > eautoreconf >} > >src_test() { > unset DBUS_SESSION_BUS_ADDRESS > emake check || die "emake check failed." >} > >pkg_postinst() { > gnome2_pkg_postinst > echo > elog "Empathy needs telepathy's connection managers to use any IM protocol." > elog "You will need to install connection managers yourself." > elog "MSN: net-voip/telepathy-butterfly" > elog "Jabber and Gtalk: net-voip/telepathy-gabble" > elog "IRC: net-irc/telepathy-idle" > elog "Link-local XMPP: net-irc/telepathy-salut" > echo >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 269570
:
191048
|
191383
|
191385
| 191387