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

Antonio Rojas arojas at archlinux.org
Mon Aug 17 08:05:58 UTC 2015


    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 <andrea at 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=('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/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 <andrea at 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=('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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-08-17 08:04:36 UTC (rev 243805)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-17 08:05:58 UTC (rev 243806)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at 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=('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/kde-unstable-x86_64/PKGBUILD (from rev 243805, libkgapi4/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-17 08:05:58 UTC (rev 243806)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at 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=('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
+}



More information about the arch-commits mailing list