Skip to content

Commit

Permalink
frameworks.kde.org.eclass: Drop KF 5.239.9999 support
Browse files Browse the repository at this point in the history
Follow-up to 606e50d

Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 6, 2024
1 parent 21e70d9 commit d642d85
Showing 1 changed file with 18 additions and 26 deletions.
44 changes: 18 additions & 26 deletions eclass/frameworks.kde.org.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -61,32 +61,24 @@ KDE_ORG_SCHEDULE_URI+="/Frameworks"
# Helper variable to construct release group specific SRC_URI.
_KDE_SRC_URI="mirror://kde/"

case ${KDE_BUILD_TYPE} in
live)
if [[ ${PV} == 5.239.9999 ]]; then
EGIT_BRANCH="kf5"
fi
;;
*)
if [[ -z ${KDE_ORG_COMMIT} ]]; then
_KDE_SRC_URI+="stable/frameworks/$(ver_cut 1-2)/"
case ${KDE_ORG_NAME} in
kdelibs4support | \
kdesignerplugin | \
kdewebkit | \
khtml | \
kjs | \
kjsembed | \
kmediaplayer | \
kross | \
kxmlrpcclient)
_KDE_SRC_URI+="portingAids/"
;;
esac
# TODO: Remove after last KF5 PortingAid treecleaned; bug 755956
if [[ ${KDE_BUILD_TYPE} != live && -z ${KDE_ORG_COMMIT} ]]; then
_KDE_SRC_URI+="stable/frameworks/$(ver_cut 1-2)/"
case ${KDE_ORG_NAME} in
kdelibs4support | \
kdesignerplugin | \
kdewebkit | \
khtml | \
kjs | \
kjsembed | \
kmediaplayer | \
kross | \
kxmlrpcclient)
_KDE_SRC_URI+="portingAids/"
;;
esac

SRC_URI="${_KDE_SRC_URI}${KDE_ORG_TAR_PN}-${PV}.tar.xz"
fi
;;
esac
SRC_URI="${_KDE_SRC_URI}${KDE_ORG_TAR_PN}-${PV}.tar.xz"
fi

fi

0 comments on commit d642d85

Please sign in to comment.