diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-17 19:53:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-24 15:40:37 +0200 |
commit | 4ab7f83e261717b5e5a84906ceaa7ff3263ffdfb (patch) | |
tree | f9a0e498ced0ce87c8f42d21b46b921d9e351253 /eclass | |
parent | kde.org.eclass: Support Qt5PatchCollection stable branch (diff) | |
download | gentoo-4ab7f83e261717b5e5a84906ceaa7ff3263ffdfb.tar.gz gentoo-4ab7f83e261717b5e5a84906ceaa7ff3263ffdfb.tar.bz2 gentoo-4ab7f83e261717b5e5a84906ceaa7ff3263ffdfb.zip |
kde.org.eclass: Support Qt5PatchCollection snapshots
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde.org.eclass | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index 537f8ec730e5..537bd4cb35b4 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -134,6 +134,11 @@ KDE_UNRELEASED=( ) HOMEPAGE="https://kde.org/" case ${CATEGORY} in + dev-qt) + KDE_ORG_NAME=${QT5_MODULE:-${PN}} + HOMEPAGE="https://community.kde.org/Qt5PatchCollection + https://invent.kde.org/qt/qt/ https://www.qt.io/" + ;; kde-apps) KDE_GEAR=true ;; @@ -282,6 +287,7 @@ case ${KDE_BUILD_TYPE} in debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: SRC_URI is ${SRC_URI}" if [[ -n ${KDE_ORG_COMMIT} ]]; then S=${WORKDIR}/${KDE_ORG_NAME}-${KDE_ORG_COMMIT} + [[ ${CATEGORY} == dev-qt ]] && QT5_BUILD_DIR="${S}_build" else S=${WORKDIR}/${KDE_ORG_NAME}-${PV} fi |