Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 254719 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/./app-misc/tracker/tracker-0.6.6-r1.ebuild (-6 / +14 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/tracker/tracker-0.6.6-r1.ebuild,v 1.9 2009/01/10 16:36:39 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/tracker/tracker-0.6.6-r1.ebuild,v 1.7 2008/10/11 23:01:21 eva Exp $
4
4
5
inherit autotools eutils flag-o-matic linux-info
5
inherit autotools eutils flag-o-matic linux-info
6
6
Lines 10-27 Link Here
10
10
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
13
KEYWORDS="alpha ~amd64 ia64 ppc ~ppc64 sparc ~x86"
14
IUSE="applet debug deskbar gnome gsf gstreamer gtk hal jpeg pdf xine kernel_linux"
14
IUSE="applet debug deskbar gnome gsf gstreamer gtk hal jpeg pdf xine kernel_linux accent xmp"
15
15
16
RDEPEND=">=dev-libs/glib-2.14.0
16
RDEPEND=">=dev-libs/glib-2.14.0
17
		 >=x11-libs/pango-1.0.0
17
		 >=x11-libs/pango-1.0.0
18
		 =dev-libs/gmime-2.2*
18
		 >=dev-libs/gmime-2.4
19
		 >=dev-libs/dbus-glib-0.71
19
		 >=dev-libs/dbus-glib-0.71
20
		 >=media-libs/libpng-1.2
20
		 >=media-libs/libpng-1.2
21
		 >=dev-libs/libxml2-2.6
21
		 >=dev-libs/libxml2-2.6
22
		 >=dev-db/sqlite-3.4
22
		 >=dev-db/sqlite-3.4
23
		 >=media-gfx/imagemagick-5.2.1
23
		 >=media-gfx/imagemagick-5.2.1
24
		 applet? ( >=x11-libs/libnotify-0.4.3 )
24
		 applet? ( >=x11-libs/libnotify-0.4.3 )
25
		 xmp? ( >=media-libs/exempi-2.0 )
26
		 !accent? ( app-text/unac )
25
		 deskbar? ( >=gnome-extra/deskbar-applet-2.19 )
27
		 deskbar? ( >=gnome-extra/deskbar-applet-2.19 )
26
		 gnome? (
28
		 gnome? (
27
					>=x11-libs/gtk+-2.8
29
					>=x11-libs/gtk+-2.8
Lines 96-103 Link Here
96
	unpack ${A}
98
	unpack ${A}
97
	cd "${S}"
99
	cd "${S}"
98
100
101
	epatch "${FILESDIR}"/tracker-gmime-2.4.patch
102
99
	# fix tests
103
	# fix tests
100
	echo "src/tracker-applet/tracker-applet-prefs.glade" >> po/POTFILES.in
104
	echo "src/tracker-applet/tracker-applet-prefs.glade" >> po/POTFILES.in
105
	#sed -i "s/gmime-2.0/gmime-2.4/g" configure.ac
106
	eautoreconf
101
}
107
}
102
108
103
src_compile() {
109
src_compile() {
Lines 117-124 Link Here
117
		myconf="${myconf} --enable-file-monitoring=fam"
123
		myconf="${myconf} --enable-file-monitoring=fam"
118
	fi
124
	fi
119
125
126
	use accent && myconf="${myconf} --disable-unac"
127
	use xmp || myconf="${myconf} --disable-xmp"
128
120
	econf ${myconf} \
129
	econf ${myconf} \
121
		  --disable-xmp --disable-unac \
122
		  --enable-preferences --disable-external-qdbm \
130
		  --enable-preferences --disable-external-qdbm \
123
		  $(use_enable applet trackerapplet) \
131
		  $(use_enable applet trackerapplet) \
124
		  $(use_enable deskbar deskbar-applet auto) \
132
		  $(use_enable deskbar deskbar-applet auto) \

Return to bug 254719