Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 588154 - [kde overlay] kde-apps/kolourpaint-5.9999: should use svn version of media-libs/qimageblitz
Summary: [kde overlay] kde-apps/kolourpaint-5.9999: should use svn version of media-li...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-06 12:12 UTC by Perfect Gentleman
Modified: 2016-07-10 10:55 UTC (History)
0 users

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


Attachments
media-libs/qimageblitz-9999.ebuild (qimageblitz-9999.ebuild,977 bytes, text/plain)
2016-07-06 12:12 UTC, Perfect Gentleman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Perfect Gentleman 2016-07-06 12:12:13 UTC
Created attachment 439870 [details]
media-libs/qimageblitz-9999.ebuild

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

EGIT_BRANCH="frameworks"
inherit kde5

DESCRIPTION="Paint Program by KDE"
HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/"
KEYWORDS=""
LICENSE="BSD LGPL-2"
IUSE="scanner"

RDEPEND="
	$(add_frameworks_dep kconfig)
	$(add_frameworks_dep kconfigwidgets)
	$(add_frameworks_dep kcoreaddons)
	$(add_frameworks_dep kdelibs4support)
	$(add_frameworks_dep kguiaddons)
	$(add_frameworks_dep ki18n)
	$(add_frameworks_dep kiconthemes)
	$(add_frameworks_dep kservice)
	$(add_frameworks_dep ktextwidgets)
	$(add_frameworks_dep kwidgetsaddons)
	$(add_frameworks_dep kxmlgui)
	$(add_qt_dep qtgui)
	$(add_qt_dep qtprintsupport)
	$(add_qt_dep qtwidgets)
	media-libs/qimageblitz-9999
	scanner? ( $(add_kdeapps_dep libksane) )
"
DEPEND="${RDEPEND}
	sys-devel/gettext
"

src_configure() {
	local mycmakeargs=(
		$(cmake-utils_use_find_package scanner KF5Sane)
	)

	kde5_src_configure
}
Comment 1 Johannes Huber (RETIRED) gentoo-dev 2016-07-08 22:26:49 UTC
The repo seems inactive. We should create a snapshot instead.

And hardly depend on a live ebuild seems not like a good idea for further release ;).
Comment 2 Perfect Gentleman 2016-07-09 12:16:36 UTC
(In reply to Johannes Huber from comment #1)
> The repo seems inactive. We should create a snapshot instead.
> 
> And hardly depend on a live ebuild seems not like a good idea for further
> release ;).

snapshot is fine too.
Comment 3 Perfect Gentleman 2016-07-10 10:52:12 UTC
---
No longer rely on external, unmaintained qimageblitz 

The few functions kolourpaint uses were integrated 
---
the ebuild should be fixed