Date: Monday, September 5, 2016 @ 09:10:02
  Author: arojas
Revision: 275762

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

Added:
  libkgapi/repos/extra-i686/PKGBUILD
    (from rev 275761, libkgapi/trunk/PKGBUILD)
  libkgapi/repos/extra-x86_64/PKGBUILD
    (from rev 275761, libkgapi/trunk/PKGBUILD)
Deleted:
  libkgapi/repos/extra-i686/PKGBUILD
  libkgapi/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   80 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   40 ------------------------
 extra-x86_64/PKGBUILD |   40 ------------------------
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-09-05 09:09:23 UTC (rev 275761)
+++ extra-i686/PKGBUILD 2016-09-05 09:10:02 UTC (rev 275762)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=libkgapi
-pkgver=5.3.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=(kcalcore kcontacts qt5-webkit)
-makedepends=(extra-cmake-modules kdoctools qt5-tools kdesignerplugin python)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";
-         
bug355908.patch::"https://quickgit.kde.org/?p=libkgapi.git&a=commitdiff&h=46b9c59d&o=plain";)
-md5sums=('13f187699c144809b2449e786c81dde4'
-         '03314cf2f8241fe6b4881c62614fe1c4')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix syncing Google Calendar events 
https://bugs.kde.org/show_bug.cgi?id=355908
-  patch -p1 -i ../bug355908.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkgapi/repos/extra-i686/PKGBUILD (from rev 275761, 
libkgapi/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2016-09-05 09:10:02 UTC (rev 275762)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=libkgapi
+pkgver=5.3.1
+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=(kcalcore kcontacts qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools qt5-tools kdesignerplugin python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";
+         
bug355908.patch::"https://quickgit.kde.org/?p=libkgapi.git&a=commitdiff&h=46b9c59d&o=plain";)
+md5sums=('5f3b1e15ce5dff404bf2a552ae67d890'
+         '03314cf2f8241fe6b4881c62614fe1c4')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix syncing Google Calendar events 
https://bugs.kde.org/show_bug.cgi?id=355908
+  patch -p1 -i ../bug355908.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2016-09-05 09:09:23 UTC (rev 275761)
+++ extra-x86_64/PKGBUILD       2016-09-05 09:10:02 UTC (rev 275762)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=libkgapi
-pkgver=5.3.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=(kcalcore kcontacts qt5-webkit)
-makedepends=(extra-cmake-modules kdoctools qt5-tools kdesignerplugin python)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";
-         
bug355908.patch::"https://quickgit.kde.org/?p=libkgapi.git&a=commitdiff&h=46b9c59d&o=plain";)
-md5sums=('13f187699c144809b2449e786c81dde4'
-         '03314cf2f8241fe6b4881c62614fe1c4')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix syncing Google Calendar events 
https://bugs.kde.org/show_bug.cgi?id=355908
-  patch -p1 -i ../bug355908.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkgapi/repos/extra-x86_64/PKGBUILD (from rev 275761, 
libkgapi/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2016-09-05 09:10:02 UTC (rev 275762)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=libkgapi
+pkgver=5.3.1
+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=(kcalcore kcontacts qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools qt5-tools kdesignerplugin python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";
+         
bug355908.patch::"https://quickgit.kde.org/?p=libkgapi.git&a=commitdiff&h=46b9c59d&o=plain";)
+md5sums=('5f3b1e15ce5dff404bf2a552ae67d890'
+         '03314cf2f8241fe6b4881c62614fe1c4')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix syncing Google Calendar events 
https://bugs.kde.org/show_bug.cgi?id=355908
+  patch -p1 -i ../bug355908.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to