Skip to content

Commit

Permalink
kde4-base.eclass: add SRC_URI for 4.14.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kensington committed Dec 22, 2015
1 parent 69ba8ba commit e2a1904
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eclass/kde4-base.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,9 @@ _calculate_src_uri() {
4.14.14)
# Part of 15.08.3 actually, sigh. Not stable for next release!
SRC_URI="mirror://kde/stable/applications/15.08.3/src/${_kmname_pv}.tar.xz" ;;
4.14.15)
# Part of 15.12.0 actually, sigh. Not stable for next release!
SRC_URI="mirror://kde/stable/applications/15.12.0/src/${_kmname_pv}.tar.xz" ;;
??.?.[6-9]? | ??.??.[4-9]?)
# Unstable KDE Applications releases
SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" ;;
Expand Down

0 comments on commit e2a1904

Please sign in to comment.