/[gentoo-x86]/gnome-extra/yelp/yelp-2.30.2-r200.ebuild
Gentoo

Contents of /gnome-extra/yelp/yelp-2.30.2-r200.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (show annotations) (download)
Wed Dec 19 02:12:52 2012 UTC (4 months, 4 weeks ago) by tetromino
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +2 -2 lines
Version bump for gnome-3.6. Drop unused dbus-glib dependency, thanks to Rafał Mużyło for noticing. Remove useless doc USE flag. Drop old.

(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-2.30.2-r200.ebuild,v 1.9 2012/06/24 15:58:09 ssuominen Exp $
4
5 # git clone git://git.gnome.org/yelp
6 # cd yelp
7 # git checkout webkit
8 # git merge origin/gnome-2-30
9
10 EAPI=4
11 GCONF_DEBUG=yes
12 inherit autotools eutils gnome2
13
14 MY_P=${P}+webkit
15
16 DESCRIPTION="Help browser for GNOME"
17 HOMEPAGE="http://projects.gnome.org/yelp/"
18 SRC_URI="mirror://gentoo/${MY_P}.tar.xz"
19
20 LICENSE="GPL-2+"
21 SLOT="0"
22 KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
23 IUSE="lzma"
24
25 RDEPEND="app-arch/bzip2
26 >=app-text/gnome-doc-utils-0.20.6
27 >=app-text/rarian-0.8.1
28 >=dev-libs/dbus-glib-0.98
29 >=dev-libs/glib-2.16
30 dev-libs/libxml2
31 dev-libs/libxslt
32 >=gnome-base/gconf-2
33 sys-libs/zlib
34 >=x11-libs/gtk+-2.18:2
35 x11-libs/libSM
36 x11-libs/libICE
37 x11-libs/libX11
38 x11-libs/startup-notification
39 net-libs/webkit-gtk:2
40 lzma? ( app-arch/xz-utils )"
41 DEPEND="${RDEPEND}
42 dev-util/intltool
43 gnome-base/gnome-common
44 sys-devel/gettext
45 virtual/pkgconfig"
46
47 S=${WORKDIR}/${MY_P}
48
49 pkg_setup() {
50 DOCS="AUTHORS ChangeLog NEWS README TODO"
51 G2CONF="--enable-maintainer-mode --with-search=basic"
52 }
53
54 src_prepare() {
55 epatch \
56 "${FILESDIR}"/${P}-uri-handler.patch \
57 "${FILESDIR}"/${P}-print-crash.patch \
58 "${FILESDIR}"/${P}-freeze-move.patch \
59 "${FILESDIR}"/${P}-xz-support.patch
60
61 sed -i -e '/CFLAGS/s:-pedantic -ansi::' configure.in || die #196621
62
63 eautoreconf
64
65 gnome2_src_prepare
66 }
67
68 src_configure() {
69 export ac_cv_lib_lzma_lzma_code__lzma_auto_decoder__lzma_end=$(usex lzma)
70
71 gnome2_src_configure
72 }

  ViewVC Help
Powered by ViewVC 1.1.13