Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | kde5.eclass: Remove obsolete KDE_PUNT_BOGUS_DEPS handling | Andreas Sturmlechner | 2016-09-01 | 1 | -19/+0 | |
| | ||||||
* | kde5.eclass: Fix doc install if LINGUAS is undefined | Andreas Sturmlechner | 2016-09-01 | 1 | -2/+4 | |
| | ||||||
* | kde5.eclass: Don't remove existing po/${PN}.pot file | Andreas Sturmlechner | 2016-09-01 | 1 | -1/+1 | |
| | ||||||
* | kde5.eclass: Set HOMEPAGE for KMNAME=kdepim | Andreas Sturmlechner | 2016-09-01 | 1 | -0/+2 | |
| | | | | | | Homepage is https://www.kde.org/applications/office/kontact/ Package-Manager: portage-2.2.28 | |||||
* | kde5.eclass: Raise Qt min version | Johannes Huber | 2016-07-25 | 1 | -11/+1 | |
| | ||||||
* | kde5.eclass: Fix SRC_URI for split-off l10n packages | Andreas Sturmlechner | 2016-07-21 | 1 | -1/+1 | |
| | ||||||
* | kde5.eclass: Prepare for re-use of code w/ kde4-l10n | Andreas Sturmlechner | 2016-07-14 | 1 | -10/+25 | |
| | | | | Signed-off-by: Johannes Huber <johu@gentoo.org> | |||||
* | kde5.eclass: Add KDEBASE=kdel10n and helper functions | Andreas Sturmlechner | 2016-07-14 | 1 | -0/+90 | |
| | | | | Signed-off-by: Johannes Huber <johu@gentoo.org> | |||||
* | kde5.eclass: Simplify blocked kde4-l10n logic | Andreas Sturmlechner | 2016-07-07 | 1 | -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 defined | Michael Palimaka | 2016-07-07 | 1 | -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.23 | Andreas Sturmlechner | 2016-06-17 | 1 | -0/+1 | |
| | ||||||
* | kde5.eclass: >=Plasma-5.6.5 depends on >=Qt-5.6.1 | Andreas Sturmlechner | 2016-06-17 | 1 | -0/+9 | |
| | ||||||
* | kde5.eclass: remove KDE_DOXYGEN and KDE_DOX_DIR | Michael Palimaka | 2016-06-17 | 1 | -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 Qt5Designer | Andreas Sturmlechner | 2016-06-17 | 1 | -0/+22 | |
| | | | | KDE_DESIGNERPLUGIN toggles dependencies and configure with USE=designer | |||||
* | kde5.eclass: use https for default EGIT_MIRROR | Michael Palimaka | 2016-06-17 | 1 | -1/+1 | |
| | ||||||
* | kde5.eclass: install all translations when LINGUAS is undefined | Michael Palimaka | 2016-05-20 | 1 | -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/krunner | Johannes Huber | 2016-05-15 | 1 | -2/+1 | |
| | ||||||
* | kde5.eclass: improve handling of nls USE flag | Michael Palimaka | 2016-05-01 | 1 | -2/+2 | |
| | | | | Linguas was being removed unconditionally on packages without an nls USE flag. | |||||
* | kde5.eclass: Spell iuse correctly. | Ryan Hill | 2016-04-24 | 1 | -1/+1 | |
| | ||||||
* | kde5.eclass: Drop translations when nls not wanted | Johannes Huber | 2016-04-23 | 1 | -0/+5 | |
| | | | | Gentoo-bug: 580720 | |||||
* | kde5.eclass: don't run pkg_pretend for kde-frameworks | Michael Palimaka | 2016-04-21 | 1 | -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_version | Michael Palimaka | 2016-04-21 | 1 | -6/+2 | |
| | ||||||
* | kde5.eclass: raise kde-apps/kde4-l10n blocker for Plasma 5.6 | Michael Palimaka | 2016-04-03 | 1 | -1/+7 | |
| | | | | Gentoo-bug: 578568 | |||||
* | kde5.eclass: improve test support for extra-cmake-modules | Michael Palimaka | 2016-04-03 | 1 | -1/+1 | |
| | ||||||
* | kde5.eclass: Improve translation handling | Johannes Huber | 2016-04-03 | 1 | -18/+16 | |
| | | | | Do not remove unconditionally po file for non release versions. | |||||
* | kde5.eclass: Raise QT_MINIMAL | Johannes Huber | 2016-03-29 | 1 | -1/+1 | |
| | ||||||
* | kde5.eclass: Don't remove CMakeLists.txt in po directory | Andreas Sturmlechner | 2016-03-14 | 1 | -1/+3 | |
| | ||||||
* | kde5.eclass: Use "optional" parameter for KDE_TEST and KDE_HANDBOOK | Andreas Sturmlechner | 2016-03-13 | 1 | -0/+12 | |
| | ||||||
* | kde5.eclass: Don't delete po/*.po files, only when not in LINGUAS | Andreas Sturmlechner | 2016-03-13 | 1 | -4/+4 | |
| | ||||||
* | kde5.eclass: Convert to add_qt_dep | Andreas Sturmlechner | 2016-03-13 | 1 | -3/+3 | |
| | ||||||
* | kde5.eclass: Drop KDE_SCM=svn support | Andreas Sturmlechner | 2016-03-13 | 1 | -31/+0 | |
| | | | | It's not used by any kf5 based ebuild anymore. | |||||
* | kde5.eclass: port from fdo-mime to xdg | Michael Palimaka | 2016-02-15 | 1 | -3/+4 | |
| | | | | | | This will ensure that both the desktop database and the mime database will always be updated, with the added benefit that the update will only be triggered if the relevant files are installed. | |||||
* | kde5.eclass: sort eclass inherits | Michael Palimaka | 2016-02-15 | 1 | -1/+1 | |
| | | | | This should be safe because we already export almost every phase function. | |||||
* | kde5.eclass: VIRTUALX_COMMAND -> virtx | Michael Palimaka | 2016-01-27 | 1 | -1/+1 | |
| | ||||||
* | kde5.eclass: comment_add_subdirectory -> cmake_comment_add_subdirectory | Michael Palimaka | 2016-01-27 | 1 | -11/+11 | |
| | ||||||
* | kde5.eclass: In kde5_src_prepare, place cmake-utils_src_prepare on top | Andreas Sturmlechner | 2016-01-05 | 1 | -3/+3 | |
| | | | | | This change makes PATCHES handling less error prone, as epatch will find a pristine directory before there is punting and commenting. | |||||
* | kde5.eclass: enable automatic fetching for out-of-band point releases | Michael Palimaka | 2015-12-17 | 1 | -2/+4 | |
| | ||||||
* | kde5.eclass: Extend KDE_TEST=forceoptional functionality, simplify | Andreas Sturmlechner | 2015-12-09 | 1 | -19/+16 | |
| | | | | | If KDE_TEST=forceoptional, it makes sense to disable test subdirs also outside KDE categories. No change for misc ebuilds using kde5.eclass. | |||||
* | kde5.eclass: introduce forceoptional value for KDE_TEST | Michael Palimaka | 2015-11-14 | 1 | -0/+8 | |
| | ||||||
* | kde5.eclass: introduce "forceoptional" value for KDE_HANDBOOK | Michael Palimaka | 2015-11-14 | 1 | -1/+9 | |
| | ||||||
* | kde5.eclass: Fix Applications branch calculation | Johannes Huber | 2015-10-27 | 1 | -1/+1 | |
| | ||||||
* | kde5.eclass: Actually pull from stable branch | Andreas Sturmlechner | 2015-10-27 | 1 | -0/+4 | |
| | ||||||
* | kde5.eclass: Add KDE_DOX_DIR variable | Andreas Sturmlechner | 2015-10-27 | 1 | -1/+6 | |
| | | | | Defaults to ".". Otherwise, use alternative KDE doxygen path | |||||
* | kde5.eclass: nitpicks | Michael Palimaka | 2015-10-27 | 1 | -4/+4 | |
| | ||||||
* | eclass: Raise minimal QT version to 5.4.2 | Manuel Rüger | 2015-09-27 | 1 | -1/+1 | |
| | ||||||
* | kde5.eclass: don't check gcc version for binary merges | Michael Palimaka | 2015-09-25 | 1 | -2/+6 | |
| | ||||||
* | kde5.eclass: Block old kde4-l10n for kde-{frameworks,plasma} | Andreas Sturmlechner | 2015-09-11 | 1 | -1/+2 | |
| | | | | | | | Versions older than <kde-apps/kde4-l10n-15.08.0-r1 haven't been updated to keep up with file collisions in current releases of kde-frameworks and kde-plasma. Make sure everyone gets what they need. Fixes e.g. kde-plasma/kinfocenter-5.4.0 as reported in IRC but also https://bugs.gentoo.org/show_bug.cgi?id=559740 | |||||
* | kde5.eclass: use https. | Michael Palimaka | 2015-09-10 | 1 | -2/+2 | |
| | ||||||
* | kde5.eclass: don't try to perform linguas operations on kde-apps handbooks. | Michael Palimaka | 2015-09-02 | 1 | -1/+1 | |
| | | | | | | | Doing so was interfering with the handbook directory structure of some packages, resulting in some handbooks not being installed. The operations can be skipped completely, as all kde-apps translated handbooks are shipped with kde-l10n. | |||||
* | kde5.eclass: don't make kde-plasma/polkit-kde-agent block kde-apps/kde4-l10n. | Michael Palimaka | 2015-08-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | As sys-auth/polkit-kde-agent was never part of KDE SC 4, it's translations were never installed by kde-l10n, so there's no need to have a blocker. In addition to not being required, the blocker was encountered by all KDE 4 users who had kde-apps/kde4-l10n installed and tried to install a package that requires kde-frameworks/kauth (which pulls in kde-plasma/polkit-kde-agent). Resolving the blocker manually by enabling the minimal USE flag on kde-apps/kde4-l10n caused Plasma 4 translations to be removed. |