Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 312765
Collapse All | Expand All

(-)a/x11-libs/libwnck/Manifest (-1 / +1 lines)
Lines 1-2 Link Here
1
DIST libwnck-2.30.0.tar.bz2 705602 RMD160 29544f3a56c6ff1a5b274514c5c198f29a0482a3 SHA1 7b65ae008a6f963d297a2c1cbdddb5f3bce35ded SHA256 d35bcc28548945915da4f5cafd0555606f972e236cc5f9dbb0186186dfbf5247
1
DIST libwnck-2.30.0.tar.bz2 705602 RMD160 29544f3a56c6ff1a5b274514c5c198f29a0482a3 SHA1 7b65ae008a6f963d297a2c1cbdddb5f3bce35ded SHA256 d35bcc28548945915da4f5cafd0555606f972e236cc5f9dbb0186186dfbf5247
2
EBUILD libwnck-2.30.0.ebuild 1491 RMD160 c9ffd8b33ac7cd0ade670cc92c7c6621598ac0bc SHA1 eb3e8a89036175786cec4a2af429451db79ee634 SHA256 5dad792ca8f0f7f3d3d81a7429b10e3a379745e8577c62071d80d1f34881df47
2
EBUILD libwnck-2.30.0.ebuild 1518 RMD160 1edf77e4a8b931834a69e67ef94372bb2ba44db5 SHA1 80e363ebf4ab194e7fdce27ae0a044f5749168e3 SHA256 52fd98736cd0efc251c10a504398272160d3d1c485ea980cb925268055392345
(-)a/x11-libs/libwnck/libwnck-2.30.0.ebuild (-3 / +4 lines)
Lines 21-27 RDEPEND=">=x11-libs/gtk+-2.19.7 Link Here
21
	x11-libs/libXres
21
	x11-libs/libXres
22
	x11-libs/libXext
22
	x11-libs/libXext
23
	startup-notification? ( >=x11-libs/startup-notification-0.4 )
23
	startup-notification? ( >=x11-libs/startup-notification-0.4 )
24
	introspection? ( dev-libs/gobject-introspection )"
24
	introspection? (
25
		dev-libs/gobject-introspection
26
		dev-libs/gir-repository )"
25
DEPEND="${RDEPEND}
27
DEPEND="${RDEPEND}
26
	sys-devel/gettext
28
	sys-devel/gettext
27
	>=dev-util/pkgconfig-0.9
29
	>=dev-util/pkgconfig-0.9
Lines 50-56 src_prepare() { Link Here
50
		append-flags "-I${EPREFIX}/usr/include/bind"
52
		append-flags "-I${EPREFIX}/usr/include/bind"
51
		append-ldflags "-L${EPREFIX}/usr/lib/bind"
53
		append-ldflags "-L${EPREFIX}/usr/lib/bind"
52
	fi
54
	fi
53
	
55
54
	if has_version '<sys-devel/libtool-2.2.6b'; then
56
	if has_version '<sys-devel/libtool-2.2.6b'; then
55
	intltoolize --force --copy --automake || die "intltoolize failed"
57
	intltoolize --force --copy --automake || die "intltoolize failed"
56
58
57
- 

Return to bug 312765