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

Antonio Rojas arojas at archlinux.org
Sat Aug 19 04:49:42 UTC 2017


    Date: Saturday, August 19, 2017 @ 04:49:42
  Author: arojas
Revision: 302449

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 302448, kaccounts-providers/trunk/PKGBUILD)
  kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 302448, kaccounts-providers/trunk/PKGBUILD)
Deleted:
  kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD

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

Copied: kaccounts-providers/repos/kde-unstable-i686/PKGBUILD (from rev 302448, kaccounts-providers/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-08-19 04:49:42 UTC (rev 302449)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kaccounts-providers
+pkgver=17.08.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=('842775b17cade552e38deb41f12714c985d9cdd3d55fa849e9131a33a6da4890'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at 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-08-19 04:49:21 UTC (rev 302448)
+++ kde-unstable-x86_64/PKGBUILD	2017-08-19 04:49:42 UTC (rev 302449)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kaccounts-providers
-pkgver=17.07.80
-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/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"{,.sig})
-sha256sums=('a911345786ff9e10fa3838880e83c16e81c1072555215e9d24b753ba13f3ce4f'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at 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 302448, kaccounts-providers/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-08-19 04:49:42 UTC (rev 302449)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kaccounts-providers
+pkgver=17.08.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=('842775b17cade552e38deb41f12714c985d9cdd3d55fa849e9131a33a6da4890'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at 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
+}



More information about the arch-commits mailing list