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

2012-05-30 Thread Andrea Scarpino
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 
+
+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/PKGBUILD2012-05-30 23:49:23 UTC (rev 160216)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+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
+}



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

2012-05-25 Thread Andrea Scarpino
Date: Friday, May 25, 2012 @ 16:44:23
  Author: andrea
Revision: 159612

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 159611, libkgoogle/kde-unstable/PKGBUILD)
  libkgoogle/repos/kde-unstable-x86_64/
  libkgoogle/repos/kde-unstable-x86_64/PKGBUILD
(from rev 159611, 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 159611, 
libkgoogle/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-05-25 20:44:23 UTC (rev 159612)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+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 159611, 
libkgoogle/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-05-25 20:44:23 UTC (rev 159612)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+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
+}



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

2012-05-25 Thread Andrea Scarpino
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 
+
+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 
+
+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
+}