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

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 13:33:25
  Author: bpiotrowski
Revision: 253324

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

Added:
  libkgapi4/repos/staging-i686/
  libkgapi4/repos/staging-i686/PKGBUILD
(from rev 253323, libkgapi4/trunk/PKGBUILD)
  libkgapi4/repos/staging-x86_64/
  libkgapi4/repos/staging-x86_64/PKGBUILD
(from rev 253323, libkgapi4/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   35 +++
 staging-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: libkgapi4/repos/staging-i686/PKGBUILD (from rev 253323, 
libkgapi4/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 12:33:25 UTC (rev 253324)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgapi4
+pkgver=2.2.0
+pkgrel=5
+pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('libkgapi<4')
+replaces=('libkgapi<4')
+source=("http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2;)
+md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkgapi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE4_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkgapi4/repos/staging-x86_64/PKGBUILD (from rev 253323, 
libkgapi4/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 12:33:25 UTC (rev 253324)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgapi4
+pkgver=2.2.0
+pkgrel=5
+pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('libkgapi<4')
+replaces=('libkgapi<4')
+source=("http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2;)
+md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkgapi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE4_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-08-20 Thread Antonio Rojas
Date: Thursday, August 20, 2015 @ 16:30:26
  Author: arojas
Revision: 244437

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

Added:
  libkgapi4/repos/testing-i686/
  libkgapi4/repos/testing-i686/PKGBUILD
(from rev 244436, libkgapi4/trunk/PKGBUILD)
  libkgapi4/repos/testing-x86_64/
  libkgapi4/repos/testing-x86_64/PKGBUILD
(from rev 244436, libkgapi4/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: libkgapi4/repos/testing-i686/PKGBUILD (from rev 244436, 
libkgapi4/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-20 14:30:26 UTC (rev 244437)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi4
+pkgver=2.2.0
+pkgrel=4
+pkgdesc=A KDE-based library for accessing various Google services via their 
public API
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('libkgapi4')
+replaces=('libkgapi4')
+source=(http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2;)
+md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkgapi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE4_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkgapi4/repos/testing-x86_64/PKGBUILD (from rev 244436, 
libkgapi4/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-20 14:30:26 UTC (rev 244437)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi4
+pkgver=2.2.0
+pkgrel=4
+pkgdesc=A KDE-based library for accessing various Google services via their 
public API
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('libkgapi4')
+replaces=('libkgapi4')
+source=(http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2;)
+md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkgapi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE4_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-08-17 Thread Antonio Rojas
Date: Monday, August 17, 2015 @ 10:05:58
  Author: arojas
Revision: 243806

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

Added:
  libkgapi4/repos/kde-unstable-i686/PKGBUILD
(from rev 243805, libkgapi4/trunk/PKGBUILD)
  libkgapi4/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243805, libkgapi4/trunk/PKGBUILD)
Deleted:
  libkgapi4/repos/kde-unstable-i686/PKGBUILD
  libkgapi4/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   70 +
 kde-unstable-i686/PKGBUILD   |   34 ---
 kde-unstable-x86_64/PKGBUILD |   34 ---
 3 files changed, 70 insertions(+), 68 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-17 08:04:36 UTC (rev 243805)
+++ kde-unstable-i686/PKGBUILD  2015-08-17 08:05:58 UTC (rev 243806)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkgapi4
-pkgver=2.2.0
-pkgrel=2
-pkgdesc=A KDE-based library for accessing various Google services via their 
public API
-url='https://projects.kde.org/projects/extragear/libs/libkgapi'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost')
-conflicts=('libkgapi4')
-source=(http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2;)
-md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../libkgapi-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE4_BUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkgapi4/repos/kde-unstable-i686/PKGBUILD (from rev 243805, 
libkgapi4/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-17 08:05:58 UTC (rev 243806)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi4
+pkgver=2.2.0
+pkgrel=3
+pkgdesc=A KDE-based library for accessing various Google services via their 
public API
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('libkgapi4')
+replaces=('libkgapi4')
+source=(http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2;)
+md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkgapi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE4_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-17 08:04:36 UTC (rev 243805)
+++ kde-unstable-x86_64/PKGBUILD2015-08-17 08:05:58 UTC (rev 243806)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkgapi4
-pkgver=2.2.0
-pkgrel=2
-pkgdesc=A KDE-based library for accessing various Google services via their 
public API
-url='https://projects.kde.org/projects/extragear/libs/libkgapi'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost')
-conflicts=('libkgapi4')
-source=(http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2;)
-md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../libkgapi-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE4_BUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkgapi4/repos/kde-unstable-x86_64/PKGBUILD (from rev 243805, 
libkgapi4/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-17 08:05:58 UTC (rev 243806)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi4
+pkgver=2.2.0
+pkgrel=3
+pkgdesc=A KDE-based library for accessing various Google services via their 
public API
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('libkgapi4')
+replaces=('libkgapi4')
+source=(http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2;)
+md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
+
+prepare() {
+  

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

2015-08-15 Thread Antonio Rojas
Date: Saturday, August 15, 2015 @ 11:05:08
  Author: arojas
Revision: 243736

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

Added:
  libkgapi4/repos/kde-unstable-i686/PKGBUILD
(from rev 243735, libkgapi4/trunk/PKGBUILD)
  libkgapi4/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243735, libkgapi4/trunk/PKGBUILD)
Deleted:
  libkgapi4/repos/kde-unstable-i686/PKGBUILD
  libkgapi4/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   68 +
 kde-unstable-i686/PKGBUILD   |   33 ---
 kde-unstable-x86_64/PKGBUILD |   33 ---
 3 files changed, 68 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-15 09:04:25 UTC (rev 243735)
+++ kde-unstable-i686/PKGBUILD  2015-08-15 09:05:08 UTC (rev 243736)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkgapi4
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=A KDE-based library for accessing various Google services via their 
public API
-url='https://projects.kde.org/projects/extragear/libs/libkgapi'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost')
-source=(http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2;)
-md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../libkgapi-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE4_BUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkgapi4/repos/kde-unstable-i686/PKGBUILD (from rev 243735, 
libkgapi4/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-15 09:05:08 UTC (rev 243736)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi4
+pkgver=2.2.0
+pkgrel=2
+pkgdesc=A KDE-based library for accessing various Google services via their 
public API
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('libkgapi4')
+source=(http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2;)
+md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkgapi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE4_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-15 09:04:25 UTC (rev 243735)
+++ kde-unstable-x86_64/PKGBUILD2015-08-15 09:05:08 UTC (rev 243736)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkgapi4
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=A KDE-based library for accessing various Google services via their 
public API
-url='https://projects.kde.org/projects/extragear/libs/libkgapi'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost')
-source=(http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2;)
-md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../libkgapi-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE4_BUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkgapi4/repos/kde-unstable-x86_64/PKGBUILD (from rev 243735, 
libkgapi4/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-15 09:05:08 UTC (rev 243736)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi4
+pkgver=2.2.0
+pkgrel=2
+pkgdesc=A KDE-based library for accessing various Google services via their 
public API
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('libkgapi4')
+source=(http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2;)
+md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkgapi-${pkgver} \
+