Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kde5.eclass: Add @SUPPORTED_EAPIS | Michał Górny | 2019-09-15 | 1 | -0/+1 |
| | | | | | | | The EAPI list is implicitly defined by kde5-functions inherit, so just copy it over. Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | kde5.eclass: Add KDE_DESIGNERPLUGIN handling for kde-frameworks/ | Andreas Sturmlechner | 2019-09-14 | 1 | -3/+11 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: kde-frameworks/kdesignerplugin moved to portingAids | Andreas Sturmlechner | 2019-09-14 | 1 | -0/+3 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Drop obsolete KDE_BLOCK_SLOT4 var | Andreas Sturmlechner | 2019-08-15 | 1 | -6/+0 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Drop obsolete QCH workaround for <Qt-5.12 | Andreas Sturmlechner | 2019-08-15 | 1 | -11/+0 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Drop obsolete kde-frameworks/kdewebkit switch | Andreas Sturmlechner | 2019-08-15 | 1 | -3/+1 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: kde-frameworks/kdewebkit moved to portingAids | Andreas Sturmlechner | 2019-07-15 | 1 | -0/+3 |
| | | | | | | Upstream commit 0ae8718ff3319597a9869ff825d40dd244e1d901 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: install linguas-related files unconditionally for kconfigwidgets | Michael Palimaka | 2019-07-04 | 1 | -1/+4 |
| | | | | | | | | | See https://api.kde.org/frameworks/kconfigwidgets/html/klanguagename_8cpp_source.html#l00040 for source reference. Reported-by: Andrius Štikonas <andrius@stikonas.eu> Signed-off-by: Michael Palimaka <kensington@gentoo.org> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: remove dev-util/desktop-file-utils dependency | Michael Palimaka | 2019-07-04 | 1 | -1/+1 |
| | | | | | | | | This only ever used indirectly via xdg_pkg_* and xdg.eclass handles the dependency as well. Closes: https://bugs.gentoo.org/685914 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: remove app-arch/xz-utils DEPEND | Michael Palimaka | 2019-05-18 | 1 | -2/+0 |
| | | | | | | | It was only ever added for unpacking, and it appears in @system now. Bug: https://bugs.gentoo.org/685914 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Drop obsolete KDEBASE=kdevelop source dir switch | Andreas Sturmlechner | 2019-04-01 | 1 | -8/+0 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Drop KDEBASE=kdevelop from SRC_URI assembly | Andreas Sturmlechner | 2019-04-01 | 1 | -3/+3 |
| | | | | | | Only 3 packages are using it at this point. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Drop obsolete kdevelop-pg-qt SRC_URI switch | Andreas Sturmlechner | 2019-04-01 | 1 | -10/+2 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Drop obsolete KDEBASE=kdevelop HOMEPAGE switch | Andreas Sturmlechner | 2019-04-01 | 1 | -6/+1 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Drop obsolete KMNAME=kdepim HOMEPAGE switch | Andreas Sturmlechner | 2019-04-01 | 1 | -2/+0 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Qt 5.12 is changing qch doc location | Andreas Sturmlechner | 2019-03-21 | 1 | -2/+5 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: HOMEPAGE: Fix www.kde.org to kde.org redirection | Michael Mair-Keimberger | 2019-03-21 | 1 | -2/+2 |
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Support kdevelop* stable branches | Andreas Sturmlechner | 2019-03-21 | 1 | -0/+4 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Drop obsolete kde-apps-18.08.3 specific quirk | Andreas Sturmlechner | 2019-03-21 | 1 | -5/+0 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Drop gnome2_icon_cache_update (now duplicate in EAPI-6) | Andreas Sturmlechner | 2019-02-15 | 1 | -7/+0 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Cleanup functions rented from xdg.eclass | Andreas Sturmlechner | 2019-02-15 | 1 | -123/+5 |
| | | | | | | This reverts 16e6b9bc. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Fork needed xdg.eclass functions pending EAPI-7 porting | Andreas Sturmlechner | 2019-02-07 | 1 | -5/+123 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Relocate KDE_INSTALL_DOCBUNDLEDIR to /usr/share/help | Andreas Sturmlechner | 2019-02-07 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | These are handbook files installed by hundreds of packages to a central location, to be accessed by KDE Helpcenter application, with compressed index cache files. This leads to the following QA issues on every package w/ USE handbook: * The ebuild is installing to one or more unexpected paths * One or more compressed files were found in docompress-ed directories We'll use the EAPI-7 transition to move the location from previously /usr/share/doc/HTML to /usr/share/help [1]. Transition for khelpcenter will be seemless as kde-frameworks/kdoctools can be easily patched to accept both locations, until eventually /usr/share/doc/HTML is empty. As a side-effect, we will be able to drop the workaround for disabling auto compression of files beneath /usr/share/doc together with EAPI-6. [1] See also: https://www.freedesktop.org/wiki/Specifications/help-system/ It is also the path upstream intends to migrate to in the future. Bug: https://bugs.gentoo.org/667138 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Limit use of gnome2-utils to EAPI-6 | Andreas Sturmlechner | 2019-02-07 | 1 | -5/+5 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Use BDEPEND | Andreas Sturmlechner | 2019-02-07 | 1 | -4/+8 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Deprecate kde-apps blockers with 18.08.3 | Andreas Sturmlechner | 2019-01-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Drop KDE_TESTPATTERN | Andreas Sturmlechner | 2019-01-09 | 1 | -11/+4 |
| | | | | | | | Never used by many ebuilds, completely unused right now. Closes: https://bugs.gentoo.org/674922 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde5.eclass: Drop obsolete blockers after kde-apps-18.04.3 removal | Andreas Sturmlechner | 2018-12-01 | 1 | -5/+1 |
| | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | kde*.eclass: Drop var KDE_SCM | Johannes Huber | 2018-08-15 | 1 | -39/+29 |
| | | | | | No consumers and provided only git as option, which won't change anytime soon. | ||||
* | kde5.eclass: Add ECM_KDEINSTALLDIRS | Andreas Sturmlechner | 2018-07-14 | 1 | -2/+13 |
| | |||||
* | kde5.eclass: No subshells | Andreas Sturmlechner | 2018-07-03 | 1 | -2/+2 |
| | |||||
* | kde5.eclass: Drop use_if_iuse | Andreas Sturmlechner | 2018-07-03 | 1 | -6/+6 |
| | |||||
* | kde5.eclass: Inherit eutils only for EAPI-6 to avoid ebuild breakage | Andreas Sturmlechner | 2018-05-12 | 1 | -2/+2 |
| | | | | It is nowhere used inside the eclass. | ||||
* | kde5.eclass: versionator -> eapi7-ver | Andreas Sturmlechner | 2018-05-12 | 1 | -5/+9 |
| | |||||
* | kde5.eclass: Drop obsolete kde-apps-17.08 conditionals | Andreas Sturmlechner | 2018-04-19 | 1 | -8/+1 |
| | |||||
* | eclass: misc spelling fixes | Mike Frysinger | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | kde5.eclass: Cleanup obsolete blocker | Andreas Sturmlechner | 2018-01-13 | 1 | -15/+8 |
| | |||||
* | kde5.eclass: Add KDE_PO_DIRS | Andreas Sturmlechner | 2018-01-13 | 1 | -8/+13 |
| | |||||
* | kde5*.eclass: Add KDE Applications 17.12 support | Andreas Sturmlechner | 2017-12-10 | 1 | -5/+8 |
| | |||||
* | kde5.eclass: Fix eclassdoc | Andreas Sturmlechner | 2017-12-02 | 1 | -4/+2 |
| | | | | Closes: https://bugs.gentoo.org/637776 | ||||
* | kde5.eclass: Add icons as runtime dependency | Johannes Huber | 2017-11-14 | 1 | -0/+5 |
| | | | | | | | Most applications use icons at runtime, so add them when KDE_AUTODEPS is enabled. Bug: https://bugs.gentoo.org/564838 | ||||
* | eclass: Fix plasma >=5.10 beta URI | Manuel Rüger | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | kde5.eclass: Don't add BUILD_TESTING=OFF if test not in IUSE | Andreas Sturmlechner | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | kde5.eclass: Drop obsolete SRC_URI | Andreas Sturmlechner | 2017-10-26 | 1 | -2/+0 |
| | |||||
* | kde5.eclass: Drop obsolete conditional | Andreas Sturmlechner | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | kde5.eclass: improve documentation | Michael Palimaka | 2017-10-26 | 1 | -20/+45 |
| | | | | Bug: https://bugs.gentoo.org/629642 | ||||
* | kde5*.eclass: KDEBASE=kdel10n cleanup | Andreas Sturmlechner | 2017-09-17 | 1 | -111/+0 |
| | |||||
* | *.eclass: Include GNOME2_ECLASS_ICONS condition in postrm as well | Michał Górny | 2017-09-08 | 1 | -1/+3 |
| | | | | | | | The original GNOME2_ECLASS_ICONS patch has moved the condition from gnome2_icon_cache_update to postinst phases of functions using the preinst/postinst logic but accidentally omitted postrm. Include it there as well to restore the old behavior. | ||||
* | kde5*.eclass: Revert KDEBASE=kdel10n cleanup | Andreas Sturmlechner | 2017-08-17 | 1 | -0/+111 |
| | | | | | | We need to wait until removal of the package. This reverts commit edca947c05c8f83ab1bfd776bf3ea5e629609972. | ||||
* | kde5*.eclass: KDEBASE=kdel10n cleanup | Andreas Sturmlechner | 2017-08-17 | 1 | -111/+0 |
| |