Date: Thursday, April 20, 2017 @ 08:11:08
  Author: arojas
Revision: 293361

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

Added:
  kaccounts-providers/repos/kde-unstable-i686/
  kaccounts-providers/repos/kde-unstable-i686/PKGBUILD
    (from rev 293360, kaccounts-providers/trunk/PKGBUILD)
  kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 293360, kaccounts-providers/trunk/PKGBUILD)
Deleted:
  kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   37 +++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   37 -------------------------------------
 3 files changed, 74 insertions(+), 37 deletions(-)

Copied: kaccounts-providers/repos/kde-unstable-i686/PKGBUILD (from rev 293360, 
kaccounts-providers/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-04-20 08:11:08 UTC (rev 293361)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=kaccounts-providers
+pkgver=17.04.0
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/applications/internet/'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kaccounts-integration')
+makedepends=('extra-cmake-modules' 'intltool' 'python')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('834d4885fff8e5900a461a38220fcf9db807a6977ff0217269b3725973c029c4'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 
<aa...@kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD        2017-04-20 08:10:50 UTC (rev 293360)
+++ kde-unstable-x86_64/PKGBUILD        2017-04-20 08:11:08 UTC (rev 293361)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=kaccounts-providers
-pkgver=17.03.90
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
-Jabber and others'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/applications/internet/'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kaccounts-integration')
-makedepends=('extra-cmake-modules' 'intltool' 'python')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"{,.sig})
-sha256sums=('bbf580a4624d4ca8f9c336d3e1fa46b253863124d370b3308ed85c1c5a34bd17'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 
<aa...@kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
293360, kaccounts-providers/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2017-04-20 08:11:08 UTC (rev 293361)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=kaccounts-providers
+pkgver=17.04.0
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/applications/internet/'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kaccounts-integration')
+makedepends=('extra-cmake-modules' 'intltool' 'python')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('834d4885fff8e5900a461a38220fcf9db807a6977ff0217269b3725973c029c4'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 
<aa...@kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to