From 254c6e4f2a395f8104a193d7b45bf9bfae9dcaac Mon Sep 17 00:00:00 2001 From: rakuco Date: Thu, 14 Apr 2016 18:37:59 +0000 Subject: bsd.kde4.mk: Add KDE4_APPLICATIONS_{VERSION,BRANCH}. At the moment they correspond to the latest KDE Applications release with mostly KDE4-compatible applications. These are going to be used by the upcoming DigiKam update (some ports have been split off the main DigiKam tarball and are part of the regular KDE SC releases). It will also be used once we add KDE Frameworks 5 and Plasma 5 to the tree. PR: 204623 --- Mk/bsd.kde4.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Mk') diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk index af201505f32..84322ce019d 100644 --- a/Mk/bsd.kde4.mk +++ b/Mk/bsd.kde4.mk @@ -78,6 +78,8 @@ Kde_Pre_Include= bsd.kde4.mk KDE4_VERSION?= 4.14.3 KDE4_ACTIVITES_VERSION= 4.13.3 KDE4_WORKSPACE_VERSION= 4.11.14 +KDE4_APPLICATIONS_VERSION?= 15.04.3 +KDE4_APPLICATIONS_BRANCH?= Attic KDE4_BRANCH?= stable KTP_VERSION?= 0.9.0 KTP_BRANCH?= stable -- cgit