[arch-commits] Commit in libkgoogle/repos (4 files)

Andrea Scarpino andrea at archlinux.org
Fri May 25 18:26:22 UTC 2012


    Date: Friday, May 25, 2012 @ 14:26:22
  Author: andrea
Revision: 159516

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libkgoogle/repos/extra-i686/
  libkgoogle/repos/extra-i686/PKGBUILD
    (from rev 159515, libkgoogle/trunk/PKGBUILD)
  libkgoogle/repos/extra-x86_64/
  libkgoogle/repos/extra-x86_64/PKGBUILD
    (from rev 159515, libkgoogle/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: libkgoogle/repos/extra-i686/PKGBUILD (from rev 159515, libkgoogle/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-05-25 18:26:22 UTC (rev 159516)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgoogle
+pkgver=0.3.1
+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')
+conflicts=('akonadi-google')
+source=("http://www.progdan.cz/wp-content/uploads/akonadi-google-${pkgver}.tar.gz")
+md5sums=('fed8d9082547835ab916edd219831cf6')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../akonadi-google-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkgoogle/repos/extra-x86_64/PKGBUILD (from rev 159515, libkgoogle/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-05-25 18:26:22 UTC (rev 159516)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgoogle
+pkgver=0.3.1
+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')
+conflicts=('akonadi-google')
+source=("http://www.progdan.cz/wp-content/uploads/akonadi-google-${pkgver}.tar.gz")
+md5sums=('fed8d9082547835ab916edd219831cf6')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../akonadi-google-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list