summaryrefslogtreecommitdiff
path: root/eclass/kde4-functions.eclass
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2008-09-07 20:07:13 +0000
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2008-09-07 20:07:13 +0000
commit0ccca1142170fd629008f37d2a9d8c98b23f5b31 (patch)
tree86dca4128a83ac7fca313f2fac2c1eba7f47bc50 /eclass/kde4-functions.eclass
parentbd1de36baf9dad41006f4999a35ea6da852f1601 (diff)
downloadkde-0ccca1142170fd629008f37d2a9d8c98b23f5b31.tar.gz
kde-0ccca1142170fd629008f37d2a9d8c98b23f5b31.tar.bz2
kde-0ccca1142170fd629008f37d2a9d8c98b23f5b31.zip
Applied some fixes to the eclasses to allow an FHS compliant install,
when using the fhs use flag and to still allow multiple versions of kde installed otherwise.
Diffstat (limited to 'eclass/kde4-functions.eclass')
-rw-r--r--eclass/kde4-functions.eclass11
1 files changed, 11 insertions, 0 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index 3a6b20285dc..fad94c4ebc5 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -29,6 +29,17 @@ if [[ "${KMNAME}" == "koffice" || "${PN}" == "koffice" ]]; then
KDEBASE="koffice"
fi
+# @ECLASS-VARIABLE: KDE_SLOTS
+# @DESCRIPTION:
+# The slots used by all KDE versions after 4.0 - this doesn't include kde-3.5 and the
+# live-ebuilds that use the following var.
+KDE_SLOTS=( "kde-4" "4.1" )
+
+# @ECLASS-VARIABLE: KDE_LIVE_SLOTS
+# @DESCRIPTION:
+# The slots used by all KDE live versions.
+KDE_LIVE_SLOTS=( "kde-svn" )
+
# @ECLASS-VARIABLE: KDE_DERIVATION_MAP
# @DESCRIPTION:
# Map of the monolithic->split ebuild derivation.