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

Collapse All | Expand All

(-)/tmp/attachment.cgi?id=5828&action=view (-1 / +15 lines)
Lines 46-52 Link Here
46
46
47
src_unpack () {
47
src_unpack () {
48
	unpack ${A} 
48
	unpack ${A} 
49
#	cd ${S}
49
50
	cd ${S}
51
	patch -p0 < ${FILESDIR}/galeon-${PV}-makefile.patch
52
	patch -p0 < ${FILESDIR}/galeon-${PV}-middle_paste.patch
53
50
#	patch -p1 < ${FILESDIR}/galeon-1.2.6-to-printpreview.patch || die
54
#	patch -p1 < ${FILESDIR}/galeon-1.2.6-to-printpreview.patch || die
51
}
55
}
52
56
Lines 95-100 Link Here
95
99
96
#	galeon-config-tool --fix-gconf-permissions
100
#	galeon-config-tool --fix-gconf-permissions
97
#	galeon-config-tool --pkg-install-schemas
101
#	galeon-config-tool --pkg-install-schemas
102
	cd ${S}
103
104
	make prefix=${D}/usr \
105
            mandir=${D}/usr/share/man \
106
            infodir=${D}/usr/share/info \
107
            datadir=${D}/usr/share \
108
            sysconfdir=${D}/etc \
109
            localstatedir=${D}/var/lib \
110
            manual-install-data-local || die "Error updating gconf"
111
98
	scrollkeeper-update
112
	scrollkeeper-update
99
	
113
	
100
	if [ -z "`use gnome`" ]
114
	if [ -z "`use gnome`" ]

Return to bug 11015