summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added dependency on either x11-proto/xf86vidmodeproto or <virtual/x11-7 ↵Chris Gianelloni2006-08-211-2/+4
| | | | which I ran into when building the release.
* Exclude kdehiddenvisibility for kdemultimedia (and derived) package. Add an ↵Diego Elio Pettenò2006-07-251-4/+13
| | | | extra safety check for enabling hidden visibility to avoid spurious bugs.
* Force automake 1.9 when using autoconf 2.60 for safety.Diego Elio Pettenò2006-07-231-2/+10
|
* Pinpoint virtual/x11 to version lesser than 7.Diego Elio Pettenò2006-07-091-3/+3
|
* fix bug #139577Carsten Lohrke2006-07-071-2/+2
|
* Tweak the cvs.sh script so that it accepts autoconf 2.60.Diego Elio Pettenò2006-06-271-1/+8
|
* Fix indentation to use tabs as the rest of the tree.Diego Elio Pettenò2006-06-271-4/+4
|
* Don't extract the whole tarball when using meta, run unpack only if the ↵Diego Elio Pettenò2006-06-271-5/+5
| | | | source directory is missing. Tweak a bit the message to be similar to the one used by portage.
* Use emake for install, and for the cvs makefile.Diego Elio Pettenò2006-06-151-3/+3
|
* restore kde eclass changesCarsten Lohrke2006-06-111-24/+24
|
* Revert for now, as repoman bails out because of new rdepend policy checks.Carsten Lohrke2006-06-111-24/+24
|
* Improved KDE patch handling.Carsten Lohrke2006-06-111-7/+27
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-06-101-2/+2
|
* Don't add arts dependency for arts itself. Thanks to Ciaran McCreesh in bug ↵Diego Elio Pettenò2006-06-081-4/+4
| | | | #136022 for reporting.
* Add the code to support ARTS_REQUIRED='never' to make carlo happy, although ↵Diego Elio Pettenò2006-05-311-5/+8
| | | | I'm not going to hunt down which packages does not need arts at all.
* use [[ check.Diego Elio Pettenò2006-05-301-2/+2
|
* Clearify error message.Diego Elio Pettenò2006-05-301-6/+10
|
* Add ARTS_REQUIRED variable to make ebuilds declare when they _require_ arts. ↵Diego Elio Pettenò2006-05-301-12/+30
| | | | Thanks to UncleOwen in bug #133182.
* More changes to support $KDE_S.Diego Elio Pettenò2006-05-301-4/+2
|
* Alias ${S} to ${KDE_S} to allow building in different directories without ↵Diego Elio Pettenò2006-05-291-10/+15
| | | | complex push/pops.
* Don't do the checks if the useflag is not enabled.Diego Elio Pettenò2006-05-251-2/+2
|
* Unleash the linguas handling in IUSE now that Halcy0n has the linguas.desc ↵Diego Elio Pettenò2006-05-251-7/+6
| | | | ready to commmit.
* Add kdehiddenvisibility useflag that enables the GCC hidden visibility, when ↵Diego Elio Pettenò2006-05-251-1/+16
| | | | building with GCC 4.1. Support is still experimental and bugs are more likely to be UPSTREAM'ed with that enabled. You also need to rebuild qt 3.3.6-r1 with GCC 4.1 to have the visibility patch for Qt.
* Don't run seds einfo for data that's not present (translations or ↵Diego Elio Pettenò2006-05-071-9/+16
| | | | documentation).