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

Antonio Rojas arojas at archlinux.org
Wed Aug 19 06:21:58 UTC 2015


    Date: Wednesday, August 19, 2015 @ 08:21:58
  Author: arojas
Revision: 244010

archrelease: copy trunk to kde-unstable-any

Added:
  kaccounts-providers/repos/kde-unstable-any/PKGBUILD
    (from rev 244009, kaccounts-providers/trunk/PKGBUILD)
  kaccounts-providers/repos/kde-unstable-any/kaccounts-providers.install
    (from rev 244009, kaccounts-providers/trunk/kaccounts-providers.install)
Deleted:
  kaccounts-providers/repos/kde-unstable-any/PKGBUILD
  kaccounts-providers/repos/kde-unstable-any/kaccounts-providers.install

-----------------------------+
 PKGBUILD                    |   68 +++++++++++++++++++++---------------------
 kaccounts-providers.install |   22 ++++++-------
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-19 06:21:46 UTC (rev 244009)
+++ PKGBUILD	2015-08-19 06:21:58 UTC (rev 244010)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kaccounts-providers
-pkgver=15.07.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=('any')
-url='https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('libaccounts-glib' 'kaccounts-integration')
-makedepends=('extra-cmake-modules' 'intltool')
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
-md5sums=('3e904f76164f51f9735c19be7d07f1b4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaccounts-providers/repos/kde-unstable-any/PKGBUILD (from rev 244009, kaccounts-providers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-08-19 06:21:58 UTC (rev 244010)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kaccounts-providers
+pkgver=15.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=('any')
+url='https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('libaccounts-glib' 'kaccounts-integration')
+makedepends=('extra-cmake-modules' 'intltool')
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
+md5sums=('9bdb48a7a0b46dd785f2f1cb02e0c0bf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kaccounts-providers.install
===================================================================
--- kaccounts-providers.install	2015-08-19 06:21:46 UTC (rev 244009)
+++ kaccounts-providers.install	2015-08-19 06:21:58 UTC (rev 244010)
@@ -1,11 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_update() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: kaccounts-providers/repos/kde-unstable-any/kaccounts-providers.install (from rev 244009, kaccounts-providers/trunk/kaccounts-providers.install)
===================================================================
--- kaccounts-providers.install	                        (rev 0)
+++ kaccounts-providers.install	2015-08-19 06:21:58 UTC (rev 244010)
@@ -0,0 +1,11 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_update() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list