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

Collapse All | Expand All

(-)qxmledit-0.8.8.1.ebuild (-1 / +5 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2016 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
# $Id$
3
# $Id$
4
4
Lines 31-36 DOCS="AUTHORS NEWS README ROADMAP TODO" Link Here
31
S="${WORKDIR}/${PN}-${MY_PV}"
31
S="${WORKDIR}/${PN}-${MY_PV}"
32
32
33
src_prepare() {
33
src_prepare() {
34
35
	# fix -Werror problem
36
	epatch "${FILESDIR}"/qmake-cxxflags-werror.patch
37
34
	# fix doc dir
38
	# fix doc dir
35
	sed -i "/INST_DOC_DIR = / s|/opt/${PN}|/usr/share/doc/${PF}|" \
39
	sed -i "/INST_DOC_DIR = / s|/opt/${PN}|/usr/share/doc/${PF}|" \
36
		src/QXmlEdit{,Widget}.pro src/sessions/QXmlEditSessions.pro || \
40
		src/QXmlEdit{,Widget}.pro src/sessions/QXmlEditSessions.pro || \

Return to bug 568746