aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-04-30 23:33:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-04-30 23:33:25 +0200
commit2e6fb2a3c2e6b4e5a1ac203612114e31f9cc716b (patch)
tree52ac88415439ff155923e6cf317367f8bc224e55 /eclass
parentkde-apps/kopete: Fix configure w/ KDE4_QGpgme (diff)
downloadkde-2e6fb2a3c2e6b4e5a1ac203612114e31f9cc716b.tar.gz
kde-2e6fb2a3c2e6b4e5a1ac203612114e31f9cc716b.tar.bz2
kde-2e6fb2a3c2e6b4e5a1ac203612114e31f9cc716b.zip
kde4-base.eclass: Add SRC_URI for KDE PIM 4.14.11_pre20160611 snapshots
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde4-base.eclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 47b3770ba4..02e1c6370b 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -495,6 +495,9 @@ _calculate_src_uri() {
4.14.10)
# Part of 15.04.3 actually, sigh. Used by last version of KDE PIM 4.
SRC_URI="mirror://kde/Attic/applications/15.04.3/src/${_kmname_pv}.tar.xz" ;;
+ 4.14.11*)
+ # KDEPIM 4.14 snapshot with Gentoo patches
+ SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${_kmname_pv}.tar.xz" ;;
??.?.[6-9]? | ??.??.[4-9]?)
# Unstable KDE Applications releases
SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" ;;