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

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


    Date: Wednesday, May 30, 2012 @ 19:49:23
  Author: andrea
Revision: 160216

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkgoogle/repos/kde-unstable-i686/
  libkgoogle/repos/kde-unstable-i686/PKGBUILD
    (from rev 160215, libkgoogle/kde-unstable/PKGBUILD)
  libkgoogle/repos/kde-unstable-x86_64/
  libkgoogle/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 160215, libkgoogle/kde-unstable/PKGBUILD)

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

Copied: libkgoogle/repos/kde-unstable-i686/PKGBUILD (from rev 160215, libkgoogle/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2012-05-30 23:49:23 UTC (rev 160216)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgoogle
+pkgver=0.3.2
+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/${pkgname}-${pkgver}.tar.gz")
+md5sums=('faa3af3bd402827b229c697b95865d1a')
+
+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
+}

Copied: libkgoogle/repos/kde-unstable-x86_64/PKGBUILD (from rev 160215, libkgoogle/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2012-05-30 23:49:23 UTC (rev 160216)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgoogle
+pkgver=0.3.2
+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/${pkgname}-${pkgver}.tar.gz")
+md5sums=('faa3af3bd402827b229c697b95865d1a')
+
+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
+}




More information about the arch-commits mailing list