From a9536790414adc9d38f7252941f3f606d55c3be8 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Wed, 22 Dec 2010 22:37:04 +0000 Subject: [PATCH] Update kdesrc-buildrc-sample for the kdepim move to git.kde.org svn path=/trunk/KDE/kdesdk/scripts/kdesrc-buildrc-sample; revision=1208717 --- kdesrc-buildrc-sample | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kdesrc-buildrc-sample b/kdesrc-buildrc-sample index 0d4ef11..76790c6 100644 --- a/kdesrc-buildrc-sample +++ b/kdesrc-buildrc-sample @@ -264,9 +264,12 @@ module kdenetwork end module # kdepim contains KMail, Kontact, KOrganizer, and other insanely useful -# programs that help you keep track of things. -module kdepim -end module +# programs that help you keep track of things. It consists of two core components, +# kdepim-runtime, and kdepim itself, which both depend on kdepimlibs. +module-set + repository kde-git + use-modules kdepim-runtime kdepim +end module-set # kdeadmin has system administration tools for your computer. #module kdeadmin