[arch-commits] Commit in kdepim/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Nov 20 06:31:41 UTC 2015


    Date: Friday, November 20, 2015 @ 07:31:41
  Author: arojas
Revision: 251472

Fix build

Modified:
  kdepim/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-20 06:31:26 UTC (rev 251471)
+++ PKGBUILD	2015-11-20 06:31:41 UTC (rev 251472)
@@ -13,7 +13,7 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdepim')
 makedepends=(extra-cmake-modules kdepim-runtime qt5-tools kdoctools knewstuff khtml
-		ktexteditor kdnssd kldap libktnef kontactinterface kxmlrpcclient kblog akonadi-search)
+		ktexteditor kdnssd kldap libktnef kontactinterface kxmlrpcclient kblog akonadi-search boost)
 source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz")
 sha1sums=('2a84737776334aacb8443887c2f97d5cf58ed961')
 
@@ -196,14 +196,14 @@
 package_libkdepim() {
 	pkgdesc='Common libraries and resources for KDE PIM applications'
         groups=()
-	depends=('kdepim-runtime' 'grantlee-qt5' 'akonadi-search' 'knewstuff' 'kldap' 'kdnssd' 'libktnef')
+	depends=('kdepim-runtime' 'akonadi-search' 'knewstuff' 'kldap' 'kdnssd' 'libktnef')
         conflicts=('kdepim-libkdepim' 'kdepim-kjots' 'kdepim-knode' 'kdepim-kresources' 'kdepim-ktimetracker')
 	url='http://pim.kde.org'
 	install=kdepim.install
 	for _i in agents/sendlateragent calendarsupport grantleetheme incidenceeditor-ng kdgantt2 libkdepim \
-	  accountwizard icons libkdepimdbusinterfaces libkleo libkpgp mailcommon mailimporter \
-	  messagecomposer messagecore messageviewer noteshared templateparser calendarviews agents/followupreminderagent \
-	  plugins/messageviewer pimcommon pimsettingexporter kaddressbookgrantlee; do
+	  accountwizard icons libkdepimdbusinterfaces libkleo mailcommon mailimporter libgravatar eventviews \
+	  messagecomposer messagecore messageviewer noteshared templateparser agents/followupreminderagent \
+	  plugins/messageviewer pimcommon pimsettingexporter kaddressbookgrantlee libfollowupreminder libsendlater; do
 		cd "$srcdir"/build/$_i
 		make DESTDIR="$pkgdir" install
 	done



More information about the arch-commits mailing list