summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* kde5.eclass: Raise RDEPEND on kde-frameworks/kf-env to 4Johannes Huber2017-01-161-1/+1
|
* kde5.eclass: Drop obsolete kdepim S handlingJohannes Huber2017-01-061-6/+1
|
* kde5.eclass: Fix configure with >=kde-apps/kde-l10n-16.12.0 L10N=srAndreas Sturmlechner2016-12-181-1/+3
| | | | | | | Upstream added a subdirectory that should not be added to the project. Closes: https://github.com/gentoo/gentoo/pull/3139 Signed-off-by: Johannes Huber <johu@gentoo.org>
* kde-base/plasma-workspace -> kde-plasma/plasma-workspaceJohannes Huber2016-12-101-3/+3
|
* kde5.eclass: Fix install with L10N=""Andreas Sturmlechner2016-11-271-6/+10
|
* kde5.eclass: Add KDE_SUBSLOTAndreas Sturmlechner2016-11-271-3/+30
|
* kde5-functions.eclass: Move *_MINIMAL setup here from kde5.eclassAndreas Sturmlechner2016-11-271-27/+0
| | | | | Makes sure that 5.8 LTS stable branch does not raise FRAMEWORKS_MINIMAL Also bumping FRAMEWORKS_MINIMAL to 5.28.0 for >=Plasma-5.9
* kde5.eclass: only set FRAMEWORKS_MINIMAL if undefinedMichael Palimaka2016-11-121-4/+5
| | | | | Unconditionally setting FRAMEWORKS_MINIMAL prevents it being overridden in an ebuild (or somewhere else...).
* kde5.eclass: Raise frameworks minimal for KDE Apps 16.12Johannes Huber2016-11-121-1/+1
| | | | Thanks-to: Arfrever on irc @ #gentoo-kde
* kde5.eclass: KDE Applications 16.12 requires >=KF-5.27Andreas Sturmlechner2016-11-121-0/+8
|
* kde5.eclass: KDE Plasma 5.9 requires >=KF-5.27Andreas Sturmlechner2016-11-121-0/+6
| | | | Don't interfere with live ebuild KF5 dep though.
* kde5.eclass: drop obsolete FRAMEWORKS_MINIMAL conditionalMichael Palimaka2016-11-121-6/+0
| | | | 5.26.0 is unconditionally required since 6c5d7cc84530d912bb7d6433b54d154f37717e2d.
* kde5.eclass: Take care of empty po directory shipped by upstreamAndreas Sturmlechner2016-11-101-1/+1
| | | | Uncovered by dev-libs/kreport-3.0.0.
* kde5{,-functions}.eclass: Move QT_MINIMAL declarationJohannes Huber2016-10-301-5/+0
| | | | Thanks-to: Arfrever on irc @ #gentoo-kde
* kde5.eclass: add overlay-specific logicMichael Palimaka2016-10-061-1/+54
| | | | | | While this overlay-specific logic is never expected to actually be used in the main tree, it makes tracking and merging future updates from the overlay a lot easier.
* kde5.eclass: Add warning for kf5 applications in Plasma-4Andreas Sturmlechner2016-10-061-0/+17
| | | | Copied and adapted from kde4-base.eclass.
* kde5.eclass: KDE Plasma 5.8 requires >=KF-5.26Andreas Sturmlechner2016-10-061-4/+7
|
* kde5.eclass: Update commentAndreas Sturmlechner2016-10-061-1/+1
|
* kde5.eclass: a step close to becoming Turing completeMichael Palimaka2016-09-011-1/+2
|
* kde5.eclass: Fix SRC_URI, kdevelop missing trailing .0 in first releaseAndreas Sturmlechner2016-09-011-0/+32
| | | | Add kdevelop-pg-qt SRC_URIs
* kde5.eclass: Add KDE_TEST="forceoptional-recursive" handlingAndreas Sturmlechner2016-09-011-8/+14
| | | | Prime example: dev-util/kdevplatform with 24 test* subdirs
* kde5.eclass: Remove obsolete KDE_PUNT_BOGUS_DEPS handlingAndreas Sturmlechner2016-09-011-19/+0
|
* kde5.eclass: Fix doc install if LINGUAS is undefinedAndreas Sturmlechner2016-09-011-2/+4
|
* kde5.eclass: Don't remove existing po/${PN}.pot fileAndreas Sturmlechner2016-09-011-1/+1
|
* kde5.eclass: Set HOMEPAGE for KMNAME=kdepimAndreas Sturmlechner2016-09-011-0/+2
| | | | | | Homepage is https://www.kde.org/applications/office/kontact/ Package-Manager: portage-2.2.28
* kde5.eclass: Raise Qt min versionJohannes Huber2016-07-251-11/+1
|
* kde5.eclass: Fix SRC_URI for split-off l10n packagesAndreas Sturmlechner2016-07-211-1/+1
|
* kde5.eclass: Prepare for re-use of code w/ kde4-l10nAndreas Sturmlechner2016-07-141-10/+25
| | | | Signed-off-by: Johannes Huber <johu@gentoo.org>
* kde5.eclass: Add KDEBASE=kdel10n and helper functionsAndreas Sturmlechner2016-07-141-0/+90
| | | | Signed-off-by: Johannes Huber <johu@gentoo.org>
* kde5.eclass: Simplify blocked kde4-l10n logicAndreas Sturmlechner2016-07-071-8/+2
| | | | | | 1) 15.08.x has left the tree 2) Prepare for a future kde4-l10n without USE=minimal Version block makes sure of no ancient kde4-l10n anyway
* kde5.eclass: only export pkg_pretend if KDE_GCC_MINIMAL is definedMichael Palimaka2016-07-071-1/+1
| | | | | | | | | | | | | | | Exporting pkg_pretend is expensive, even if the exported function is a noop. As kde5_pkg_pretend is currently only used to check if the active GCC version is recent enough, only export that phase if it will have something to do. The number of situations in which KDE_GCC_MINIMAL is exported will be substantially reduced in a future commit. This will result in a large time saving at the beginning of the emerge process as we will no longer see hundreds of lines of: >>> Running pre-merge checks for kde-foo/bar-123 >>> Running pre-merge checks for kde-foo/baz-123
* kde5.eclass: >=Plasma-5.7 depends on >=Frameworks-5.23Andreas Sturmlechner2016-06-171-0/+1
|
* kde5.eclass: >=Plasma-5.6.5 depends on >=Qt-5.6.1Andreas Sturmlechner2016-06-171-0/+9
|
* kde5.eclass: remove KDE_DOXYGEN and KDE_DOX_DIRMichael Palimaka2016-06-171-37/+0
| | | | | kgenapidox was removed from kapidox in bb4063f5d9f9015b86dbc3a48a424c8cb1a8193f and there does not appear to be a suitable replacement (for us).
* kde5.eclass: Add handling of building plugins for Qt5DesignerAndreas Sturmlechner2016-06-171-0/+22
| | | | KDE_DESIGNERPLUGIN toggles dependencies and configure with USE=designer
* kde5.eclass: use https for default EGIT_MIRRORMichael Palimaka2016-06-171-1/+1
|
* kde5.eclass: install all translations when LINGUAS is undefinedMichael Palimaka2016-05-201-1/+1
| | | | | | | | This mirrors the behaviour of the gettext autotools macros. Gentoo-bug: 581382 Signed-off-by: Johannes Huber <johu@gentoo.org>
* kde5.eclass: Update SRC_URI for kde-frameworks/krunnerJohannes Huber2016-05-151-2/+1
|
* kde5.eclass: improve handling of nls USE flagMichael Palimaka2016-05-011-2/+2
| | | | Linguas was being removed unconditionally on packages without an nls USE flag.
* kde5.eclass: Spell iuse correctly.Ryan Hill2016-04-241-1/+1
|
* kde5.eclass: Drop translations when nls not wantedJohannes Huber2016-04-231-0/+5
| | | | Gentoo-bug: 580720
* kde5.eclass: don't run pkg_pretend for kde-frameworksMichael Palimaka2016-04-211-1/+5
| | | | | | | | Merely exporting the phase function is very expensive, even if nothing useful is done inside it. Frameworks are supposed to support GCC 4.5 at a minimum which is old enough to make it safe enough to omit the check.
* kde5.eclass: merge type is already checked in _check_gcc_versionMichael Palimaka2016-04-211-6/+2
|
* kde5.eclass: raise kde-apps/kde4-l10n blocker for Plasma 5.6Michael Palimaka2016-04-031-1/+7
| | | | Gentoo-bug: 578568
* kde5.eclass: improve test support for extra-cmake-modulesMichael Palimaka2016-04-031-1/+1
|
* kde5.eclass: Improve translation handlingJohannes Huber2016-04-031-18/+16
| | | | Do not remove unconditionally po file for non release versions.
* kde5.eclass: Raise QT_MINIMALJohannes Huber2016-03-291-1/+1
|
* kde5.eclass: Don't remove CMakeLists.txt in po directoryAndreas Sturmlechner2016-03-141-1/+3
|
* kde5.eclass: Use "optional" parameter for KDE_TEST and KDE_HANDBOOKAndreas Sturmlechner2016-03-131-0/+12
|