summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Deprecated eclasses - to be removed in 2 years (or when council okays)Jonathan Callen2010-01-111-481/+5
|
* Update base function calls to comply with currently in-review eclass.Tomas Chvatal2010-01-031-3/+3
|
* Drop arts support in kde.eclassJonathan Callen2009-11-201-75/+4
|
* New KDE 3 eclasses, that support EAPI 2 kde3 ebuildsTheo Chatzimichos2009-05-121-12/+54
| | | | and they prefix kde3 misc apps in /usr/kde/3.5 by default
* Export PATH with KDEDIR first before calling configure or make. FixesMarcus D. Hanwell2008-10-111-2/+6
| | | | bug 238027.
* Fix for the kde eclass manpage. Thanks to Ulrich Müller for the report and fix.Jorge Manuel B. S. Vicetto2008-10-061-3/+3
| | | | Fixes bug 239987
* Added kdelibs to the list of packages with ARTS_REQUIRED="", fixes bugMarcus D. Hanwell2008-09-191-2/+2
| | | | 237692.
* Final preparation for KDE 3.5.10.Carsten Lohrke2008-09-131-10/+19
|
* Small fix to ensure the correct kconfig_compiler is used.Marcus D. Hanwell2008-09-091-1/+4
|
* Prepare kde eclasses for KDE 3.5.10.Carsten Lohrke2008-08-271-4/+19
|
* Whitespace.Ingmar Vanhassel2008-05-221-2/+2
|
* slot_rebuild() - Unneeded and therefore deprecated for a long, long time now.Carsten Lohrke2008-05-171-59/+4
| | | | Ebuilds are still referencing it, so replacing with a stub.
* Minor quoting issues.Carsten Lohrke2008-05-171-9/+6
|
* Prevent a warning when PATCHES isn't set.Ingmar Vanhassel2008-04-151-2/+2
|
* Really fix PATCHES handling.Bo Ørsted Andresen2008-04-141-16/+14
|
* Fix PATCHES handling.Bo Ørsted Andresen2008-04-141-7/+8
|
* Sanitise LINGUAS to avoid issues when a user specifies the same linguas ↵Bo Ørsted Andresen2008-04-121-3/+6
| | | | twice (bug #215016).
* Add support to kde.eclass too for making PATCHES an array for proper quoting.Bo Ørsted Andresen2008-04-061-8/+17
|
* Removed obsolete unsermake support and unconditionally enabled ↵Wulf Krueger2008-04-061-4/+3
| | | | --disable-dependency-tracking.
* Add support for KEG_PO_DIR with USE_KEG_PACKAGING. Don't fail when there ↵Bo Ørsted Andresen2008-03-181-4/+6
| | | | isn't the right amount of white space between SUBDIRS and the equal sign.
* Fix ARTS_REQUIRED and slot_rebuild() DESCRIPTIONs for eclass-manpages.Bo Ørsted Andresen2008-03-061-4/+9
|
* Only set WANT_AUTOMAKE to a pre-defined value if it's not yet set.Wulf Krueger2008-02-231-2/+2
|
* EAPI-1 enhancements for KDE 3.5.9. Thanks, Ingmar, for preparing these.Wulf Krueger2008-02-201-32/+89
|
* Don't call use arts unless arts is in IUSE when built_with_use check fails.Bo Ørsted Andresen2008-01-261-5/+9
|
* Place docs in /usr/share/doc/kde/ rather than /usr/kde/share/doc/, by zlinTobias Heinlein2008-01-021-5/+5
|
* Applying small patch by zlin, and s/use flag/USE flag/gTobias Heinlein2007-12-081-6/+6
|
* Minor update for KDE 3.5.8.Wulf Krueger2007-10-191-2/+3
|
* Limited checking for the arts USE flag to KDE 3.5* because it will otherwise ↵Wulf Krueger2007-06-111-2/+2
| | | | conflict with KDE 4.x.
* DOC_DIR_SUFFIX handling was still incorrect. Should finally be fixed now.Wulf Krueger2007-04-221-2/+2
|
* Fixed DOC_DIR_SUFFIX handling. Fixes bug 175538.Wulf Krueger2007-04-221-2/+2
|
* Move desktop entry handling to kde-functions.eclass and don't bother about ↵Carsten Lohrke2007-04-191-8/+2
| | | | applnk paths.
* trivial changesCarsten Lohrke2007-04-111-8/+8
|
* call validate_desktop_entries()Carsten Lohrke2007-04-061-14/+6
|
* Remove unsermake blocker, as blockers in eclasses are a bit irritating to ↵Carsten Lohrke2007-03-171-2/+1
| | | | users. It's masked anyways.
* block only our own unsermake, allow users to add a -r1 to their overlay with ↵Stefan Schweizer2007-03-151-2/+2
| | | | the same name and be responsible for it themselves
* Add unsermake blockerStefan Schweizer2007-03-101-1/+2
|
* Ignore the .hidden directory, that is still used actively.Diego Elio Pettenò2007-01-211-2/+3
|
* Add two warnings whenever a package installs .desktop filesDiego Elio Pettenò2007-01-191-2/+19
| | | | | | | a) in the deprecated /usr/share/applnk - it is deprecated for a reason (non-standard), plus it won't be checked by GNOME or other non-KDE menus; b) without a Categories attribute (it won't be shown properly, it will fall into the Lost & Found menu. Now let's enjoy the bugs flowing.
* Revert xineramaproto headers to be based on xinerama use flag (bug #162089, ↵Caleb Tennis2007-01-161-2/+2
| | | | from bug #158921)
* Remove virtual/x11 references before starting a mess with dependencies for ↵Diego Elio Pettenò2006-12-251-4/+5
| | | | | | modular and non-modular. Add libXt as build-time dependencies as it's needed to discover the presence of X includes, at least for now. This closes bug #158921.
* Don't push kdehiddenvisibility useflag on every kde-base ebuild, as some ↵Diego Elio Pettenò2006-12-011-4/+1
| | | | | | | | modules does not support the flag at all, and other packages simply has nothing to do with such an useflag. All the packags supporting hiddenvisibility are now explicitely marked so in their ebuilds. --newuse will be quite long, I know.
* Add elibc_FreeBSD useflag to IUSE, as it's used to enable/disable PIE support.Diego Elio Pettenò2006-10-291-2/+2
|
* Allow documentation directories to share a suffix, as it's used for rsibreak.Diego Elio Pettenò2006-10-291-1/+2
|
* Disable PIE support in FreeBSD, as there it does not work, fixes kde not ↵Diego Elio Pettenò2006-10-241-1/+4
| | | | starting at all.
* If an admin dir is found in the work directory, update the local admindir. ↵Diego Elio Pettenò2006-10-141-1/+8
| | | | Simplifies updates (that are quite spread nowadays).
* Replace the detect-autoconf.sh script with a dummy one, avoids tools picking ↵Diego Elio Pettenò2006-09-231-10/+22
| | | | up automake 1.7 when available.
* Be sure about what we move and that the target exists. #148119Carsten Lohrke2006-09-211-2/+3
|
* Force automake 1.9 (and use autotools.eclass to take care of dependencies).Diego Elio Pettenò2006-09-211-11/+7
|
* Moved kde-base/kde-env dependency to the ebuild, which need it.Carsten Lohrke2006-09-181-4/+2
|
* Do not call kde-config, when kdelibs is possibly not installed yet. :/Carsten Lohrke2006-08-231-4/+3
|