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

Collapse All | Expand All

(-)old/fbxkb-0.6.ebuild (-5 / +8 lines)
Lines 25-35 Link Here
25
	unpack ${A}
25
	unpack ${A}
26
	cd "${S}"
26
	cd "${S}"
27
	
27
	
28
	sed -i 's/install -d $(PREFIX)\/bin/install -d $(DESTDIR)$(PREFIX)\/bin/' Makefile || die "Sed filed"
28
	sed -i 's/install -d $(PREFIX)\/bin/install -d $(DESTDIR)$(PREFIX)\/bin/' Makefile || die "Sed failed"
29
	sed -i 's/install -m 755 $(TARGET) $(PREFIX)\/bin/install -m 755 $(TARGET) $(DESTDIR)$(PREFIX)\/bin/' Makefile || die "Sed filed"
29
	sed -i 's/install -m 755 $(TARGET) $(PREFIX)\/bin/install -m 755 $(TARGET) $(DESTDIR)$(PREFIX)\/bin/' Makefile || die "Sed failed"
30
	sed -i 's/install -d  $(PREFIX)\/share\/fbxkb/install -d  $(DESTDIR)$(PREFIX)\/share\/fbxkb/' images/Makefile || die "Sed filed"
30
	sed -i 's/install -d  $(PREFIX)\/share\/fbxkb/install -d  $(DESTDIR)$(PREFIX)\/share\/fbxkb/' images/Makefile || die "Sed failed"
31
	sed -i 's/install -d  $(PREFIX)\/share\/fbxkb\/images/install -d  $(DESTDIR)$(PREFIX)\/share\/fbxkb\/images/' images/Makefile || die "Sed filed"
31
	sed -i 's/install -d  $(PREFIX)\/share\/fbxkb\/images/install -d  $(DESTDIR)$(PREFIX)\/share\/fbxkb\/images/' images/Makefile || die "Sed failed"
32
	sed -i 's/install -m 644 \*.png $(PREFIX)\/share\/fbxkb\/images\//install -m 644 \*.png $(DESTDIR)$(PREFIX)\/share\/fbxkb\/images\//' images/Makefile || die "Sed filed"
32
	sed -i 's/install -m 644 \*.png $(PREFIX)\/share\/fbxkb\/images\//install -m 644 \*.png $(DESTDIR)$(PREFIX)\/share\/fbxkb\/images\//' images/Makefile || die "Sed failed"
33
	ebegin "Applying patch necessary to correct work in recent X.Org versions"
34
	sed -i 's/\(!strcmp(tok, "group")\)/\1 || !strcmp(tok, "inet")/' fbxkb.c || die "Sed failed"
35
	eend
33
}
36
}
34
src_compile() {
37
src_compile() {
35
	./configure --transparency || die
38
	./configure --transparency || die

Return to bug 221909