[arch-commits] Commit in (5 files)

Andrea Scarpino andrea at archlinux.org
Wed May 30 23:46:58 UTC 2012


    Date: Wednesday, May 30, 2012 @ 19:46:57
  Author: andrea
Revision: 160215

libkgoogle has been renamed

Added:
  libkgapi/
  libkgapi/kde-unstable/
  libkgapi/kde-unstable/PKGBUILD
  libkgapi/repos/
  libkgapi/trunk/

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Added: libkgapi/kde-unstable/PKGBUILD
===================================================================
--- libkgapi/kde-unstable/PKGBUILD	                        (rev 0)
+++ libkgapi/kde-unstable/PKGBUILD	2012-05-30 23:46:57 UTC (rev 160215)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgapi
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="A KDE-based library for accessing various Google services via their public API"
+url='https://projects.kde.org/projects/kdereview/libkgoogle'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost')
+replaces=('akonadi-google' 'libkgoogle')
+conflicts=('akonadi-google' 'libkgoogle')
+source=("http://www.progdan.cz/wp-content/uploads/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('90c44fd9456a6e34a8375f98250ad7cc')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: libkgapi/kde-unstable/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list