Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628224 - app-editors/qwriter-0.1.9-r2 with x11-libs/qscintilla-2.10 - cannot find -lqscintilla2
Summary: app-editors/qwriter-0.1.9-r2 with x11-libs/qscintilla-2.10 - cannot find -lqs...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard: Masked for removal on 2017-10-11
Keywords: PATCH, PMASKED
Depends on:
Blocks: qscintilla-2.10
  Show dependency tree
 
Reported: 2017-08-18 20:11 UTC by Sławomir Nizio
Modified: 2017-10-12 12:27 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
makes it build (qscintilla-2.10.patch,345 bytes, patch)
2017-08-18 20:11 UTC, Sławomir Nizio
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sławomir Nizio 2017-08-18 20:11:47 UTC
Created attachment 489544 [details, diff]
makes it build

Maybe a tracker bug? :)

diff --git a/app-editors/qwriter/qwriter-0.1.9-r2.ebuild b/app-editors/qwriter/qwriter-0.1.9-r2.ebuild
index 3fda4fe63..10931bc0e 100644
--- a/app-editors/qwriter/qwriter-0.1.9-r2.ebuild
+++ b/app-editors/qwriter/qwriter-0.1.9-r2.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-qt/qtgui:4
-       x11-libs/qscintilla:=[qt4(-)]"
+       >=x11-libs/qscintilla-2.10:=[qt4(-)]"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"
@@ -28,7 +28,9 @@ src_prepare() {
        sed -i "s:languages:/usr/share/${PN}/languages:" src/MainWindow.cpp \
                || die "failed to fix translation path"
        # gcc-4.7. Bug #425252
-       epatch "${FILESDIR}"/${P}-gcc47.patch
+       epatch \
+               "${FILESDIR}"/${P}-gcc47.patch \
+               "${FILESDIR}"/qscintilla-2.10.patch
        qt4-r2_src_prepare
 }
Comment 1 Michael Palimaka (kensington) gentoo-dev 2017-09-11 13:30:19 UTC
This relies on Qt 4 and is dead upstream, time to remove?
Comment 2 Michael Palimaka (kensington) gentoo-dev 2017-10-12 12:27:04 UTC
Package removed.