Skip to content

Commit

Permalink
kde5.eclass: Drop KDevelop 5.0.0 release workaround
Browse files Browse the repository at this point in the history
Is not needed anymore and breaks 5.1.0
  • Loading branch information
johu committed Mar 18, 2017
1 parent 7897e86 commit 0b33f26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eclass/kde5.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ fi

if [[ -n ${KDEBASE} && ${KDEBASE} = kdevelop && ${KDE_BUILD_TYPE} = release ]]; then
if [[ -n ${KMNAME} ]]; then
S=${WORKDIR}/${KMNAME}-${PV%.0} # kdevelop missing trailing .0 in first release
S=${WORKDIR}/${KMNAME}-${PV}
else
S=${WORKDIR}/${PN}-${PV%.0} # kdevelop missing trailing .0 in first release
S=${WORKDIR}/${P}
fi
fi

Expand Down Expand Up @@ -326,7 +326,7 @@ _calculate_src_uri() {
RESTRICT+=" mirror"
;;
*)
SRC_URI="mirror://kde/stable/${_kdebase}/${PV}/src/${_kmname}-${PV%.0}.tar.xz" ;;
SRC_URI="mirror://kde/stable/${_kdebase}/${PV}/src/${_kmname}-${PV}.tar.xz" ;;
esac
unset _kdebase
fi
Expand Down

0 comments on commit 0b33f26

Please sign in to comment.