summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update kde4 eclasses from overlayJonathan Callen2009-12-021-4/+4
|
* Update kde4 eclasses from overlay:Tomas Chvatal2009-12-011-13/+43
| | | | | | | | | | | | Changes: kde-functions Update the block resolving case to make it simpler. kde-meta Drop not required elogs. Drop redundant dependencies. kde-base introduce kdeenablefinal useflag (masked). support unpacking of xz tarballs in eapi2.
* Fix KOffice URL, bug 294604Theo Chatzimichos2009-11-251-2/+2
|
* Use correct variable name. Effectively reverts abcd's change.Tomas Chvatal2009-10-281-4/+4
|
* Add back-compat code for CMAKE_REQUIREDJonathan Callen2009-10-281-2/+2
|
* Use correct variableJonathan Callen2009-10-281-3/+3
|
* Fix variable name.Tomas Chvatal2009-10-271-2/+2
|
* Fix undefined variable warning.Tomas Chvatal2009-10-271-2/+4
|
* Sync cmake-utils and kde eclasses with kde-testing overlays.Tomas Chvatal2009-10-271-108/+87
| | | | | | | Renamed WANT_CMAKE -> CMAKE_REQUIRED in kde eclasses fixed koffice2.0 support in kde eclasses Added WANT_CMAKE into cmake-utils eclass, where it brings possibility to depend on cmake only when some useflag is required. Used with WANT_CMAKE="variable", where variable is the useflag (its autoadded to IUSE too.)
* [eclass] Update kde4 eclassesAlexey Shvetsov2009-10-061-24/+20
|
* Sync kde4 eclasses with overlay ones in preparation for 4.3.1.Tomas Chvatal2009-09-011-6/+19
| | | | One thing differ from overlay ones. KDE_MINIMAL sets still 4.2 instead of 4.3 because some archies did not keyword all kde-base YET!
* Sync eclasses with kde-testing ones.Tomas Chvatal2009-08-201-16/+36
|
* moved license/homepage stuff from kde4-meta to kde4-baseAlex Alexander2009-08-071-1/+12
|
* synced kde4 eclasses with new ones from kde-testing overlayAlex Alexander2009-08-031-87/+77
|
* Adjust the kdedir check for optional/never required kde. Reported by yngwin.Tomas Chvatal2009-06-051-2/+9
|
* Fix variable test. Thx to salnx per forums for the fix.Tomas Chvatal2009-06-041-2/+2
|
* Adjust eclasses to support new handbook useflag, also keep backcompat with ↵Tomas Chvatal2009-06-041-14/+26
| | | | old doc handling (will be dropped). Depend on qt4.5 and add variable allowing to override this. Linugas handling update.
* Update kde4 eclasses from kde-testing. Mostly minor sinc. Introduce support ↵Tomas Chvatal2009-05-281-14/+28
| | | | for stable koffice2
* Few minor updates to kde4 eclasses. Introduce kde4-stable-live support.Tomas Chvatal2009-05-091-15/+42
|
* Move elog information from prepare to postinst and also switch from elog to ↵Tomas Chvatal2009-04-181-9/+9
| | | | einfo for less verbosity. Thanks for patch to reavertm.
* Document ESVN_MIRROR variable for kde eclasses. Requested on irc.Tomas Chvatal2009-04-151-1/+5
|
* Update kde4 eclassesTomas Chvatal2009-04-131-372/+267
| | | | | | | | | Add back support for doc handling (now via doc useflag) Force kdeprefix only for kde-base things (others are going unprefixed to /usr) -> Note for this: if user find that some application is pulling [-kdeprefix] kde uninstall/install of that app should help. Rewritten slot handling with simpler code. Added detection and alert system for finding what aplication break sth for /usr/share/config and /usr/share/kde4 and screw up perms. Left for next time: "Support for stable live (live packages from stable branch [shiny huh]). :]"
* Dropping the >=xorg-server-1.5.2 dep.Jorge Manuel B. S. Vicetto2009-03-261-6/+1
|
* Fix broken DOC= variable. Cleanup eclass not to duplicate cmake-utils ↵Tomas Chvatal2009-03-111-19/+3
| | | | function calls.
* Sync kde4 eclasses with kde-testing (review by scarabeus and jmbsvicetto).Tomas Chvatal2009-03-091-71/+94
|
* Update kde4 eclasses. Was in testing for month now so hope all problems ↵Tomas Chvatal2009-03-011-98/+97
| | | | squashed. Resolves some annoying issues and enhance deps.
* Make NEED_KDE=none packages pick correct kdedir :] Fixed thanks to Tomáš ↵Tomas Chvatal2009-02-101-11/+9
| | | | Caithaml and pva for helping with this. Per bug #257616.
* Fix spaces with tabs.Tomas Chvatal2009-02-021-10/+10
|
* Fixes for 4.3 snapshot series.Patrick Lauer2009-01-311-1/+16
|
* Remove qt-phonon block from kde4-base.eclassBen de Groot2009-01-311-2/+2
|
* Fixed KMMODULE not to add a / at the end. Thanks to ABCD for calling our ↵Jorge Manuel B. S. Vicetto2009-01-241-6/+6
| | | | attention.
* Force exporting PKG_CONFIG dirs for building kde appsAlexey Shvetsov2009-01-181-2/+2
|
* Add one missed patch for the eclasses. Affect only live stuff so no breakage ↵Tomas Chvatal2009-01-121-25/+2
| | | | for tree users. Thanks reavertm for pointing out.
* Update of kde4 eclasses with ones which understand 4.2 and live :]Tomas Chvatal2009-01-121-382/+395
| | | | | | | Report all broken (in meaning with kde4.2) things, i will be revbumping and fixing all packages using these eclasses but i might miss something. Such package could became blocker for 4.2 so bumb if you maintain such thing (i will write note on dev-ml today when i am done and if i wont forget).
* Fix autopatch breakage i introduced with last addition to eclass. I am ↵Tomas Chvatal2009-01-061-2/+2
| | | | humbly sorry.
* Add kde4-{base,meta}_src_prepare functions. Actualy does only one "echo", ↵Tomas Chvatal2009-01-031-2/+8
| | | | | | | for enabling transition to new eclass which uses src_prepare heavily. NOTE: every package you spot in tree using kde4 eclasses and not calling src_prepare will seriously break if we miss them, so if you yourself have such package just add the function call. Thankies.
* Added kdebase-data to the eclass deps.Jorge Manuel B. S. Vicetto2008-12-071-1/+12
|
* Updated x11-libs/qt-phonon block to avoid a qt downgrade.Jorge Manuel B. S. Vicetto2008-11-221-3/+2
|
* Added a block to x11-libs/qt-phonon.Jorge Manuel B. S. Vicetto2008-11-211-1/+2
|
* Fix kde4-base.eclass so it works with updated kde-base.eclass.Tomas Chvatal2008-11-091-2/+2
|
* As we moved KDEDIR setting to pkg_setup, we can't set PREFIX to it in global ↵Jorge Manuel B. S. Vicetto2008-10-111-8/+5
| | | | | | | scope. Furthermore, now that we have kdeprefix, set PREFIX to KDEDIR in pkg_setup and so make the install location dependent on kdeprefix for all packages that inherit kde4-base.
* Added automoc to the kde4-base eclass DEPEND list.Jorge Manuel B. S. Vicetto2008-10-041-1/+2
| | | | Fixes bug #239526. Thanks to Andreas Eckstein for the reporting.
* Bumped kde4 eclasses.Jorge Manuel B. S. Vicetto2008-10-021-77/+205
| | | | Add kde-4.1.2 into the tree from the kde-testing overlay.
* Actually convert to an array... Bug #216863.Bo Ørsted Andresen2008-05-171-2/+2
|
* Eclass updates for KDE 4.0.4, thanks to Bo Ørsted Andresen & Jorge Manuel ↵Ingmar Vanhassel2008-05-151-34/+25
| | | | B. S. Vicetto.
* Improved PATCHES array handling.Bo Ørsted Andresen2008-04-141-16/+14
|
* Use an array for PATCHES on the eclass level regardless if the ebuild ↵Bo Ørsted Andresen2008-04-061-3/+3
| | | | explicitly specifies two or more patches or not.
* Add support for making PATCHES an array for proper quoting. Add KDE_LINGUAS ↵Bo Ørsted Andresen2008-04-041-9/+27
| | | | support to kde4-functions.eclass and use it in kde4-base.eclass in the unpack phase.
* Added support for EAPI=kdebuild-1. Hard depend on qt-4.4.x when PV >= 4.1.Wulf Krueger2008-04-031-58/+102
|
* Don't run `use opengl` when OPENGL_REQUIRED is set to always (bug #214960).Bo Ørsted Andresen2008-03-261-3/+3
|