Date: Thursday, August 7, 2014 @ 20:45:13
  Author: andrea
Revision: 219471

archrelease: copy kde-unstable to kde-unstable-i686

Added:
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
    (from rev 219470, kdepim-runtime/kde-unstable/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
    (from rev 219470, kdepim-runtime/kde-unstable/kdepim-runtime.install)
Deleted:
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install

------------------------+
 PKGBUILD               |   68 +++++++++++++++++++++++------------------------
 kdepim-runtime.install |   26 ++++++++---------
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2014-08-07 18:36:30 UTC (rev 219470)
+++ PKGBUILD    2014-08-07 18:45:13 UTC (rev 219471)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <[email protected]>
-# Contributor: Pierre Schmitz <[email protected]>
-
-pkgname=kdepim-runtime
-pkgver=4.13.97
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi')
-makedepends=('cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('441cc5b5ed8bafc90f5e1a34e55f8f3876a28e5f')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-       cd build
-       cmake ../${pkgname}-${pkgver} \
-               -DCMAKE_BUILD_TYPE=Release \
-               -DKDE4_BUILD_TESTS=OFF \
-               -DCMAKE_INSTALL_PREFIX=/usr
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="${pkgdir}" install
-}

Copied: kdepim-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 219470, 
kdepim-runtime/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2014-08-07 18:45:13 UTC (rev 219471)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+
+pkgname=kdepim-runtime
+pkgver=4.13.97
+pkgrel=2
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi' 'libaccounts-qt' 
'signon')
+makedepends=('cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('441cc5b5ed8bafc90f5e1a34e55f8f3876a28e5f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+       cd build
+       cmake ../${pkgname}-${pkgver} \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DKDE4_BUILD_TESTS=OFF \
+               -DCMAKE_INSTALL_PREFIX=/usr
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="${pkgdir}" install
+}

Deleted: kdepim-runtime.install
===================================================================
--- kdepim-runtime.install      2014-08-07 18:36:30 UTC (rev 219470)
+++ kdepim-runtime.install      2014-08-07 18:45:13 UTC (rev 219471)
@@ -1,13 +0,0 @@
-post_install() {
-       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-       update-mime-database usr/share/mime &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install (from rev 
219470, kdepim-runtime/kde-unstable/kdepim-runtime.install)
===================================================================
--- kdepim-runtime.install                              (rev 0)
+++ kdepim-runtime.install      2014-08-07 18:45:13 UTC (rev 219471)
@@ -0,0 +1,13 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+       update-mime-database usr/share/mime &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to