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

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Jun 28 14:13:15 UTC 2013


    Date: Friday, June 28, 2013 @ 16:13:15
  Author: andrea
Revision: 189179

upgpkg: kdepim-runtime 4.10.90-1

Enable Facebook support

Modified:
  kdepim-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-28 14:09:02 UTC (rev 189178)
+++ PKGBUILD	2013-06-28 14:13:15 UTC (rev 189179)
@@ -9,14 +9,17 @@
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
 license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkgapi' 'libkolab')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi')
 makedepends=('cmake' 'automoc4' 'boost')
 install="${pkgname}.install"
 source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
 sha1sums=('4b1c73a23e3de9bd13af2298004a512aedfe14a9')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-	mkdir build
 	cd build
 	cmake ../${pkgname}-${pkgver} \
 		-DCMAKE_BUILD_TYPE=Release \




More information about the arch-commits mailing list