summaryrefslogtreecommitdiff
path: root/eclass
AgeCommit message (Collapse)Author
2013-11-23[eclass] Do not build examples.Michael Palimaka
2013-11-23[eclass] Avoid updating MIME database unnecessarily for every framework.Michael Palimaka
2013-11-18[eclass] Export src_prepare. Never build standalone tests, and only build ↵Michael Palimaka
unit tests when required. This fixes bug #491352.
2013-11-14[eclass] Allow to build kf5 with Qt 5.2 beta1Johannes Huber
2013-11-14[eclass] Permit disabling of the debug USE flag where it makes no sense ↵Michael Palimaka
(remains enabled by default).
2013-11-14[eclass] Add add_frameworks_dep function.Michael Palimaka
2013-11-14[eclass] Install binaries to kf5 prefix to permit slotting with KDE 4.Michael Palimaka
2013-11-14[eclass] Install libraries to kf5 prefix to permit slotting with KDE 4.Michael Palimaka
2013-11-13[eclass] Raise minimum CMake requirement.Michael Palimaka
2013-11-12Merge branch 'master' into frameworksMichael Palimaka
2013-10-14[eclass] Fix used branch for kde-workspace, bug #487990.Johannes Huber
Patch by Jakub Caban <kuba@whyblack.pl>. Needed because git upstream master depends now on Qt5/kf5.
2013-10-13[eclass] Move to git-r3 eclass.Johannes Huber
2013-09-17[eclass] Debug code is more widespread than I initially thought, so ↵Michael Palimaka
introduce the USE flag for all consumers.
2013-09-11[eclass] Only build tests when they are wanted.Michael Palimaka
2013-09-10[eclass] GCC 4.5 is the minimum for frameworks.Michael Palimaka
2013-09-10[eclass] Add initial kde-frameworks eclass.Michael Palimaka
2013-08-22[eclass] Sync with portage.Michael Palimaka
2013-08-15[eclass/cmake-utils] Sync with portage.Michael Palimaka
2013-07-23[eclass] Handle dev-qt/desinger split from dev-qt/gui, see bug #477934.Johannes Huber
2013-07-10Fix qtgui dependency for qt-4.8.5 - dbus useflag droppedPatrick Lauer
2013-07-03[eclass] Correct src_prepare description.Michael Palimaka
2013-06-13[eclass/cmake-utils.eclass] Remove unnecessary variable in src_prepareChris Reffett
2013-06-13[eclass/cmake-utils.eclass] Fix minor formatting issue, changeChris Reffett
deprecation ewarn to eerror.
2013-06-12[eclass] Fix name encoding.Michael Palimaka
2013-06-11[eclass] Add @VARIABLE description for mycmakeargs wrt bug 472618Chris Reffett
2013-05-20[eclass] Drop dependendencies that are now handled in packages.Michael Palimaka
2013-05-14[eclass] Remove find_package -> macro_optional_find_package seds for ↵Michael Palimaka
dependencies that no longer exist.
2013-05-14[eclass] Remove kdewebdev configuration code as this is now handled on a ↵Michael Palimaka
per-package basis.
2013-05-14[eclass] Drop qimageblitz dependency since there is no longer any reference ↵Michael Palimaka
to it in the affected repos.
2013-05-14[eclass] Don't inherit versionator since it's not needed.Michael Palimaka
2013-05-14[eclass] Don't install cmake modules for kde-runtime and kde-workspace.Michael Palimaka
This fixes a regression caused by 034e30c17e5c9171ccd1022818e101c5e7b6c934.
2013-05-13[eclass] Remove unused KMNAMEs.Michael Palimaka
2013-05-13[eclass] Remove dead code.Michael Palimaka
2013-05-13[eclass] Remove backwards-compatibility logic that is no longer required.Michael Palimaka
2013-05-13[eclass] kdegames repo has been split.Michael Palimaka
2013-05-13[eclass] kdeutils repo has been split.Michael Palimaka
2013-04-20[eclass] Fix src_install by kensington, bug #459678.Johannes Huber
2013-04-16[eclass] Remove EAPI=3 support and simplify codeAndreas K. Huettel (dilfridge)
2013-04-16[cmake-utils.eclass] Inline simplified patching logic and documentationChris Reffett
install logic from base.eclass wrt bug 459678
2013-04-15[eclass] Remove migrate_store_dir due to being long obsolete.Michael Palimaka
2013-04-15[eclass] Remove support for kde-baseapps since it no longer exists.Michael Palimaka
2013-04-15[eclass] Disable global dependency checks for kde-workspace. Remove ↵Michael Palimaka
temporary dependencies added to work around this issue.
2013-04-12[eclass] Small doc fix.Michael Palimaka
2013-04-10[eclass] Restore old dep-reduction logic and introduce new to support ↵Michael Palimaka
>=KDE/4.11.
2013-04-10[eclass] Adjust KActivities dep-reduction sed to also work with KDE/4.11.Michael Palimaka
2013-04-07[eclass] Cosmetics.Michael Palimaka
2013-03-28[eclass] Work around upstream by always pulling in certain dependencies for ↵Michael Palimaka
kde-workspace.
2013-03-19[eclass] Make KMCOMPILEONLY sed case-insensitive.Michael Palimaka
This fixes file collisions because of commits like http://quickgit.kde.org/?p=kdepim.git&a=commitdiff&h=47e5e963b5584d1972a3b700e2ad0994589ea5b1.
2013-03-02[eclass] Update kde4-base.eclass to use new qt package names.Chris Reffett
2013-03-02[eclass] Use pkg-config from tc-getPKG_CONFIG.Christoph Junghans