summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin39846 -> 39843 bytes
-rw-r--r--eclass/frameworks.kde.org.eclass15
2 files changed, 7 insertions, 8 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index ee0a32d7d108..66640dab8053 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
diff --git a/eclass/frameworks.kde.org.eclass b/eclass/frameworks.kde.org.eclass
index e1dc77c93561..522211a23ab2 100644
--- a/eclass/frameworks.kde.org.eclass
+++ b/eclass/frameworks.kde.org.eclass
@@ -46,15 +46,14 @@ SLOT=6
if ver_test ${PV} -lt 5.240; then
SLOT=5
fi
-if [[ ${PN} == extra-cmake-modules ]]; then
- SLOT=0
-else
- if [[ ${KDE_BUILD_TYPE} == release ]]; then
+case ${PN} in
+ extra-cmake-modules|kapidox)
+ SLOT=0
+ ;;
+ *)
SLOT=${SLOT}/${KDE_CATV}
- else
- SLOT=${SLOT}/9999
- fi
-fi
+ ;;
+esac
# @ECLASS_VARIABLE: KDE_ORG_SCHEDULE_URI
# @INTERNAL