Date: Friday, April 8, 2016 @ 09:31:59
  Author: arojas
Revision: 264169

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

Added:
  kdepim/repos/kde-unstable-i686/PKGBUILD
    (from rev 264168, kdepim/kde-unstable/PKGBUILD)
  kdepim/repos/kde-unstable-i686/akregator.install
    (from rev 264168, kdepim/kde-unstable/akregator.install)
  kdepim/repos/kde-unstable-i686/kaddressbook.install
    (from rev 264168, kdepim/kde-unstable/kaddressbook.install)
  kdepim/repos/kde-unstable-i686/kdepim.install
    (from rev 264168, kdepim/kde-unstable/kdepim.install)
  kdepim/repos/kde-unstable-i686/kmail.install
    (from rev 264168, kdepim/kde-unstable/kmail.install)
  kdepim/repos/kde-unstable-i686/korganizer.install
    (from rev 264168, kdepim/kde-unstable/korganizer.install)
  kdepim/repos/kde-unstable-i686/ktnef.install
    (from rev 264168, kdepim/kde-unstable/ktnef.install)
  kdepim/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 264168, kdepim/kde-unstable/PKGBUILD)
  kdepim/repos/kde-unstable-x86_64/akregator.install
    (from rev 264168, kdepim/kde-unstable/akregator.install)
  kdepim/repos/kde-unstable-x86_64/kaddressbook.install
    (from rev 264168, kdepim/kde-unstable/kaddressbook.install)
  kdepim/repos/kde-unstable-x86_64/kdepim.install
    (from rev 264168, kdepim/kde-unstable/kdepim.install)
  kdepim/repos/kde-unstable-x86_64/kmail.install
    (from rev 264168, kdepim/kde-unstable/kmail.install)
  kdepim/repos/kde-unstable-x86_64/korganizer.install
    (from rev 264168, kdepim/kde-unstable/korganizer.install)
  kdepim/repos/kde-unstable-x86_64/ktnef.install
    (from rev 264168, kdepim/kde-unstable/ktnef.install)
Deleted:
  kdepim/repos/kde-unstable-i686/PKGBUILD
  kdepim/repos/kde-unstable-i686/akregator.install
  kdepim/repos/kde-unstable-i686/kaddressbook.install
  kdepim/repos/kde-unstable-i686/kdepim.install
  kdepim/repos/kde-unstable-i686/kmail.install
  kdepim/repos/kde-unstable-i686/korganizer.install
  kdepim/repos/kde-unstable-i686/ktnef.install
  kdepim/repos/kde-unstable-x86_64/PKGBUILD
  kdepim/repos/kde-unstable-x86_64/akregator.install
  kdepim/repos/kde-unstable-x86_64/kaddressbook.install
  kdepim/repos/kde-unstable-x86_64/kdepim.install
  kdepim/repos/kde-unstable-x86_64/kmail.install
  kdepim/repos/kde-unstable-x86_64/korganizer.install
  kdepim/repos/kde-unstable-x86_64/ktnef.install

------------------------------------------+
 /PKGBUILD                                |  450 +++++++++++++++++++++++++++++
 /akregator.install                       |   24 +
 /kaddressbook.install                    |   24 +
 /kdepim.install                          |   26 +
 /kmail.install                           |   24 +
 /korganizer.install                      |   24 +
 /ktnef.install                           |   24 +
 kde-unstable-i686/PKGBUILD               |  223 --------------
 kde-unstable-i686/akregator.install      |   12 
 kde-unstable-i686/kaddressbook.install   |   12 
 kde-unstable-i686/kdepim.install         |   13 
 kde-unstable-i686/kmail.install          |   12 
 kde-unstable-i686/korganizer.install     |   12 
 kde-unstable-i686/ktnef.install          |   12 
 kde-unstable-x86_64/PKGBUILD             |  223 --------------
 kde-unstable-x86_64/akregator.install    |   12 
 kde-unstable-x86_64/kaddressbook.install |   12 
 kde-unstable-x86_64/kdepim.install       |   13 
 kde-unstable-x86_64/kmail.install        |   12 
 kde-unstable-x86_64/korganizer.install   |   12 
 kde-unstable-x86_64/ktnef.install        |   12 
 21 files changed, 596 insertions(+), 592 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:31:01 UTC (rev 264168)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:31:59 UTC (rev 264169)
@@ -1,223 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-# Contributor: Pierre Schmitz <pie...@archlinux.de>
-
-pkgbase=kdepim
-pkgname=(akonadiconsole akregator blogilo konsolekalendar kaddressbook kalarm 
kmail knotes kontact korganizer ktnef kdepim-common)
-pkgver=16.03.80
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://pim.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdepim')
-makedepends=(extra-cmake-modules kdepim-runtime qt5-tools kdoctools knewstuff 
khtml kpimtextedit
-               ktexteditor kdnssd kldap libktnef kontactinterface 
kxmlrpcclient kblog akonadi-search boost
-               libgravatar mailcommon incidenceeditor libksieve)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz";)
-sha1sums=('56094202839bdfd1171dcf097066358b72444c4c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-       cd build
-       cmake ../$pkgbase-$pkgver \
-               -DCMAKE_BUILD_TYPE=Release \
-               -DBUILD_TESTING=OFF \
-               -DCMAKE_INSTALL_PREFIX=/usr \
-               -DCMAKE_INSTALL_LIBDIR=lib \
-               -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-               -DLIBEXEC_INSTALL_DIR=lib
-       make
-}
-
-package_akonadiconsole() {
-       pkgdesc='Akonadi Management and Debugging Console'
-       depends=(calendarsupport messagelib hicolor-icon-theme)
-       conflicts=("kdepim-$pkgname")
-       replaces=("kdepim-$pkgname")
-       url='http://pim.kde.org'
-       install='kdepim.install'
-
-       cd build/akonadiconsole
-       make DESTDIR="$pkgdir" install
-}
-
-package_akregator() {
-       pkgdesc='A Feed Reader for KDE'
-       depends=('kdepim-common' 'khtml' 'kontactinterface')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="http://kde.org/applications/internet/akregator/";
-       install='akregator.install'
-
-       cd build/akregator
-       make DESTDIR="$pkgdir" install
-
-       cd "$srcdir"/build/doc/akregator
-       make DESTDIR="$pkgdir" install
-}
-
-package_blogilo() {
-       pkgdesc='A KDE Blogging Client'
-       depends=('kdepim-common' 'kblog' 'ktexteditor')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="http://kde.org/applications/internet/blogilo/";
-       install='kdepim.install'
-       cd build/blogilo
-       make DESTDIR="$pkgdir" install
-       cd "$srcdir"/build/doc/blogilo
-       make DESTDIR="$pkgdir" install
-}
-
-package_konsolekalendar() {
-       pkgdesc='Command line tool for accessing calendar files'
-       depends=(calendarsupport hicolor-icon-theme)
-       conflicts=('kdepim-console')
-       replaces=('kdepim-console')
-       url='http://pim.kde.org'
-       install='kdepim.install'
-
-       cd build/console
-       make DESTDIR="$pkgdir" install
-
-        cd "$srcdir"/build/doc/konsolekalendar
-        make DESTDIR="$pkgdir" install
-}
-
-package_kaddressbook() {
-       pkgdesc='Contact Manager'
-       depends=('kdepim-common' 'kontactinterface')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="http://kde.org/applications/office/kaddressbook/";
-       install='kaddressbook.install'
-
-       cd "$srcdir"/build/kaddressbook
-       make DESTDIR="$pkgdir" install
-}
-
-package_kalarm() {
-       pkgdesc='Personal Alarm Scheduler'
-       depends=('kdepim-common')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="http://kde.org/applications/utilities/kalarm/";
-       install='kdepim.install'
-
-       cd build/kalarm
-       make DESTDIR="$pkgdir" install
-
-       cd "$srcdir"/build/doc/kalarm
-       make DESTDIR="$pkgdir" install
-}
-
-package_kmail() {
-       pkgdesc='Mail Client'
-       depends=(kdepim-common kontactinterface kio-pim libksieve)
-        optdepends=('kleopatra: mail encryption support')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="http://kde.org/applications/internet/kmail/";
-       install='kmail.install'
-
-       for _i in kmail agents/archivemailagent agents/mailfilteragent \
-         storageservicemanager importwizard grantleeeditor mboximporter 
sieveeditor; do
-         cd "$srcdir"/build/$_i
-         make DESTDIR="$pkgdir" install
-       done
-
-        for _i in akonadi_archivemail_agent kmail importwizard sieveeditor; do
-          cd "$srcdir"/build/doc/$_i
-          make DESTDIR="$pkgdir" install
-        done
-}
-
-package_knotes() {
-       pkgdesc='Popup Notes'
-       depends=('kdepim-common' 'kontactinterface')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="http://kde.org/applications/utilities/knotes/";
-       install='kdepim.install'
-
-        cd "$srcdir"/build/knotes
-        make DESTDIR="$pkgdir" install
-
-        for _i in knotes akonadi_notes_agent; do
-          cd "$srcdir"/build/doc/$_i
-          make DESTDIR="$pkgdir" install
-        done
-}
-
-package_kontact() {
-       pkgdesc='Personal Information Manager'
-       depends=('kdepim-common' 'kontactinterface')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="http://kde.org/applications/office/kontact/";
-       install='kdepim.install'
-
-       cd build/kontact
-       make DESTDIR="$pkgdir" install
-
-       cd "$srcdir"/build/doc/kontact
-       make DESTDIR="$pkgdir" install
-        cd "$srcdir"/build/doc/kontact-admin
-        make DESTDIR="$pkgdir" install
-}
-
-package_korganizer() {
-       pkgdesc='Calendar and Scheduling Program'
-       depends=('kdepim-common' 'kontactinterface')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="http://kde.org/applications/office/korganizer";
-       install='korganizer.install'
-
-       for _i in korganizer korgac; do
-         cd "$srcdir"/build/$_i
-         make DESTDIR="$pkgdir" install
-       done
-
-       cd "$srcdir"/build/doc/korganizer
-       make DESTDIR="$pkgdir" install
-}
-
-package_ktnef() {
-       pkgdesc='A viewer/extractor for TNEF files'
-       depends=('libktnef' 'hicolor-icon-theme')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="https://projects.kde.org/projects/kde/kdepim/ktnef";
-       install=ktnef.install
-
-       cd build/ktnef
-       make DESTDIR="$pkgdir" install
-
-       cd "$srcdir"/build/doc/ktnef
-       make DESTDIR="$pkgdir" install
-}
-
-package_kdepim-common() {
-       pkgdesc='Common libraries and resources for KDE PIM applications'
-        groups=()
-       depends=(incidenceeditor mailcommon kdepim-runtime kdnssd libktnef)
-        conflicts=('kdepim-libkdepim' 'kdepim-knode' 'kdepim-kresources' 
'kdepim-ktimetracker' 'libkdepim<16')
-       url='http://pim.kde.org'
-       install=kdepim.install
-       for _i in agents/sendlateragent accountwizard 
agents/followupreminderagent plugins/messageviewer pimsettingexporter; do
-               cd "$srcdir"/build/$_i
-               make DESTDIR="$pkgdir" install
-       done
-        for _i in akonadi_sendlater_agent akonadi_followupreminder_agent 
contactthemeeditor headerthemeeditor pimsettingexporter; do 
-          cd "$srcdir"/build/doc/$_i
-          make DESTDIR="$pkgdir" install
-        done
-
-       mkdir -p "$pkgdir"/etc/xdg
-       install -m644 "$srcdir"/$pkgbase-$pkgver/kdepim.categories 
"$pkgdir"/etc/xdg
-}

Copied: kdepim/repos/kde-unstable-i686/PKGBUILD (from rev 264168, 
kdepim/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:31:59 UTC (rev 264169)
@@ -0,0 +1,225 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Pierre Schmitz <pie...@archlinux.de>
+
+pkgbase=kdepim
+pkgname=(akonadiconsole akregator blogilo konsolekalendar kaddressbook kalarm 
kmail knotes kontact korganizer ktnef kdepim-common)
+pkgver=16.03.90
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://pim.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdepim')
+makedepends=(extra-cmake-modules kdepim-runtime qt5-tools kdoctools knewstuff 
kpimtextedit
+               ktexteditor kdnssd kldap libktnef kontactinterface 
kxmlrpcclient kblog akonadi-search boost
+               libgravatar mailcommon incidenceeditor libksieve)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz";)
+sha1sums=('f130136e77262edf620117f915241a29b5edcb03')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+       cd build
+       cmake ../$pkgbase-$pkgver \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DBUILD_TESTING=OFF \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DCMAKE_INSTALL_LIBDIR=lib \
+               -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+               -DLIBEXEC_INSTALL_DIR=lib
+       make
+}
+
+package_akonadiconsole() {
+       pkgdesc='Akonadi Management and Debugging Console'
+       depends=(calendarsupport messagelib hicolor-icon-theme)
+       conflicts=("kdepim-$pkgname")
+       replaces=("kdepim-$pkgname")
+       url='http://pim.kde.org'
+       install='kdepim.install'
+
+       cd build/akonadiconsole
+       make DESTDIR="$pkgdir" install
+}
+
+package_akregator() {
+       pkgdesc='A Feed Reader for KDE'
+       depends=('kdepim-common' 'kontactinterface')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/internet/akregator/";
+       install='akregator.install'
+
+       cd build/akregator
+       make DESTDIR="$pkgdir" install
+
+       cd "$srcdir"/build/doc/akregator
+       make DESTDIR="$pkgdir" install
+}
+
+package_blogilo() {
+       pkgdesc='A KDE Blogging Client'
+       depends=('kdepim-common' 'kblog' 'ktexteditor')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/internet/blogilo/";
+       install='kdepim.install'
+       cd build/blogilo
+       make DESTDIR="$pkgdir" install
+       cd "$srcdir"/build/doc/blogilo
+       make DESTDIR="$pkgdir" install
+}
+
+package_konsolekalendar() {
+       pkgdesc='Command line tool for accessing calendar files'
+       depends=(calendarsupport hicolor-icon-theme)
+       conflicts=('kdepim-console')
+       replaces=('kdepim-console')
+       url='http://pim.kde.org'
+       install='kdepim.install'
+
+       cd build/console
+       make DESTDIR="$pkgdir" install
+
+        cd "$srcdir"/build/doc/konsolekalendar
+        make DESTDIR="$pkgdir" install
+}
+
+package_kaddressbook() {
+       pkgdesc='Contact Manager'
+       depends=('kdepim-common' 'kontactinterface')
+        optdepends=('kdepim-addons: additional plugins')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/office/kaddressbook/";
+       install='kaddressbook.install'
+
+       cd "$srcdir"/build/kaddressbook
+       make DESTDIR="$pkgdir" install
+}
+
+package_kalarm() {
+       pkgdesc='Personal Alarm Scheduler'
+       depends=('kdepim-common')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/utilities/kalarm/";
+       install='kdepim.install'
+
+       cd build/kalarm
+       make DESTDIR="$pkgdir" install
+
+       cd "$srcdir"/build/doc/kalarm
+       make DESTDIR="$pkgdir" install
+}
+
+package_kmail() {
+       pkgdesc='Mail Client'
+       depends=(kdepim-common kontactinterface kio-pim libksieve)
+        optdepends=('kleopatra: mail encryption support' 'kdepim-addons: 
additional plugins')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/internet/kmail/";
+       install='kmail.install'
+
+       for _i in kmail agents/archivemailagent agents/mailfilteragent \
+         storageservicemanager importwizard grantleeeditor mboximporter 
sieveeditor; do
+         cd "$srcdir"/build/$_i
+         make DESTDIR="$pkgdir" install
+       done
+
+        for _i in akonadi_archivemail_agent kmail importwizard sieveeditor; do
+          cd "$srcdir"/build/doc/$_i
+          make DESTDIR="$pkgdir" install
+        done
+}
+
+package_knotes() {
+       pkgdesc='Popup Notes'
+       depends=('kdepim-common' 'kontactinterface')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/utilities/knotes/";
+       install='kdepim.install'
+
+        cd "$srcdir"/build/knotes
+        make DESTDIR="$pkgdir" install
+
+        for _i in knotes akonadi_notes_agent; do
+          cd "$srcdir"/build/doc/$_i
+          make DESTDIR="$pkgdir" install
+        done
+}
+
+package_kontact() {
+       pkgdesc='Personal Information Manager'
+       depends=('kdepim-common' 'kontactinterface')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/office/kontact/";
+       install='kdepim.install'
+
+       cd build/kontact
+       make DESTDIR="$pkgdir" install
+
+       cd "$srcdir"/build/doc/kontact
+       make DESTDIR="$pkgdir" install
+        cd "$srcdir"/build/doc/kontact-admin
+        make DESTDIR="$pkgdir" install
+}
+
+package_korganizer() {
+       pkgdesc='Calendar and Scheduling Program'
+       depends=('kdepim-common' 'kontactinterface')
+        optdepends=('kdepim-addons: additional plugins')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/office/korganizer";
+       install='korganizer.install'
+
+       for _i in korganizer korgac; do
+         cd "$srcdir"/build/$_i
+         make DESTDIR="$pkgdir" install
+       done
+
+       cd "$srcdir"/build/doc/korganizer
+       make DESTDIR="$pkgdir" install
+}
+
+package_ktnef() {
+       pkgdesc='A viewer/extractor for TNEF files'
+       depends=('libktnef' 'hicolor-icon-theme')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="https://projects.kde.org/projects/kde/kdepim/ktnef";
+       install=ktnef.install
+
+       cd build/ktnef
+       make DESTDIR="$pkgdir" install
+
+       cd "$srcdir"/build/doc/ktnef
+       make DESTDIR="$pkgdir" install
+}
+
+package_kdepim-common() {
+       pkgdesc='Common libraries and resources for KDE PIM applications'
+        groups=()
+       depends=(incidenceeditor mailcommon kdepim-runtime kdnssd libktnef)
+        conflicts=('kdepim-libkdepim' 'kdepim-knode' 'kdepim-kresources' 
'kdepim-ktimetracker' 'libkdepim<16')
+       url='http://pim.kde.org'
+       install=kdepim.install
+       for _i in agents/sendlateragent accountwizard 
agents/followupreminderagent plugins/messageviewer pimsettingexporter; do
+               cd "$srcdir"/build/$_i
+               make DESTDIR="$pkgdir" install
+       done
+        for _i in akonadi_sendlater_agent akonadi_followupreminder_agent 
contactthemeeditor headerthemeeditor pimsettingexporter; do 
+          cd "$srcdir"/build/doc/$_i
+          make DESTDIR="$pkgdir" install
+        done
+
+       mkdir -p "$pkgdir"/etc/xdg
+       install -m644 "$srcdir"/$pkgbase-$pkgver/kdepim.categories 
"$pkgdir"/etc/xdg
+}

Deleted: kde-unstable-i686/akregator.install
===================================================================
--- kde-unstable-i686/akregator.install 2016-04-08 07:31:01 UTC (rev 264168)
+++ kde-unstable-i686/akregator.install 2016-04-08 07:31:59 UTC (rev 264169)
@@ -1,12 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kdepim/repos/kde-unstable-i686/akregator.install (from rev 264168, 
kdepim/kde-unstable/akregator.install)
===================================================================
--- kde-unstable-i686/akregator.install                         (rev 0)
+++ kde-unstable-i686/akregator.install 2016-04-08 07:31:59 UTC (rev 264169)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: kde-unstable-i686/kaddressbook.install
===================================================================
--- kde-unstable-i686/kaddressbook.install      2016-04-08 07:31:01 UTC (rev 
264168)
+++ kde-unstable-i686/kaddressbook.install      2016-04-08 07:31:59 UTC (rev 
264169)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kdepim/repos/kde-unstable-i686/kaddressbook.install (from rev 264168, 
kdepim/kde-unstable/kaddressbook.install)
===================================================================
--- kde-unstable-i686/kaddressbook.install                              (rev 0)
+++ kde-unstable-i686/kaddressbook.install      2016-04-08 07:31:59 UTC (rev 
264169)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: kde-unstable-i686/kdepim.install
===================================================================
--- kde-unstable-i686/kdepim.install    2016-04-08 07:31:01 UTC (rev 264168)
+++ kde-unstable-i686/kdepim.install    2016-04-08 07:31:59 UTC (rev 264169)
@@ -1,13 +0,0 @@
-post_install() {
-       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-       update-desktop-database -q
-        update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kdepim/repos/kde-unstable-i686/kdepim.install (from rev 264168, 
kdepim/kde-unstable/kdepim.install)
===================================================================
--- kde-unstable-i686/kdepim.install                            (rev 0)
+++ kde-unstable-i686/kdepim.install    2016-04-08 07:31:59 UTC (rev 264169)
@@ -0,0 +1,13 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+       update-desktop-database -q
+        update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: kde-unstable-i686/kmail.install
===================================================================
--- kde-unstable-i686/kmail.install     2016-04-08 07:31:01 UTC (rev 264168)
+++ kde-unstable-i686/kmail.install     2016-04-08 07:31:59 UTC (rev 264169)
@@ -1,12 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kdepim/repos/kde-unstable-i686/kmail.install (from rev 264168, 
kdepim/kde-unstable/kmail.install)
===================================================================
--- kde-unstable-i686/kmail.install                             (rev 0)
+++ kde-unstable-i686/kmail.install     2016-04-08 07:31:59 UTC (rev 264169)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: kde-unstable-i686/korganizer.install
===================================================================
--- kde-unstable-i686/korganizer.install        2016-04-08 07:31:01 UTC (rev 
264168)
+++ kde-unstable-i686/korganizer.install        2016-04-08 07:31:59 UTC (rev 
264169)
@@ -1,12 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kdepim/repos/kde-unstable-i686/korganizer.install (from rev 264168, 
kdepim/kde-unstable/korganizer.install)
===================================================================
--- kde-unstable-i686/korganizer.install                                (rev 0)
+++ kde-unstable-i686/korganizer.install        2016-04-08 07:31:59 UTC (rev 
264169)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: kde-unstable-i686/ktnef.install
===================================================================
--- kde-unstable-i686/ktnef.install     2016-04-08 07:31:01 UTC (rev 264168)
+++ kde-unstable-i686/ktnef.install     2016-04-08 07:31:59 UTC (rev 264169)
@@ -1,12 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kdepim/repos/kde-unstable-i686/ktnef.install (from rev 264168, 
kdepim/kde-unstable/ktnef.install)
===================================================================
--- kde-unstable-i686/ktnef.install                             (rev 0)
+++ kde-unstable-i686/ktnef.install     2016-04-08 07:31:59 UTC (rev 264169)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD        2016-04-08 07:31:01 UTC (rev 264168)
+++ kde-unstable-x86_64/PKGBUILD        2016-04-08 07:31:59 UTC (rev 264169)
@@ -1,223 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-# Contributor: Pierre Schmitz <pie...@archlinux.de>
-
-pkgbase=kdepim
-pkgname=(akonadiconsole akregator blogilo konsolekalendar kaddressbook kalarm 
kmail knotes kontact korganizer ktnef kdepim-common)
-pkgver=16.03.80
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://pim.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdepim')
-makedepends=(extra-cmake-modules kdepim-runtime qt5-tools kdoctools knewstuff 
khtml kpimtextedit
-               ktexteditor kdnssd kldap libktnef kontactinterface 
kxmlrpcclient kblog akonadi-search boost
-               libgravatar mailcommon incidenceeditor libksieve)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz";)
-sha1sums=('56094202839bdfd1171dcf097066358b72444c4c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-       cd build
-       cmake ../$pkgbase-$pkgver \
-               -DCMAKE_BUILD_TYPE=Release \
-               -DBUILD_TESTING=OFF \
-               -DCMAKE_INSTALL_PREFIX=/usr \
-               -DCMAKE_INSTALL_LIBDIR=lib \
-               -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-               -DLIBEXEC_INSTALL_DIR=lib
-       make
-}
-
-package_akonadiconsole() {
-       pkgdesc='Akonadi Management and Debugging Console'
-       depends=(calendarsupport messagelib hicolor-icon-theme)
-       conflicts=("kdepim-$pkgname")
-       replaces=("kdepim-$pkgname")
-       url='http://pim.kde.org'
-       install='kdepim.install'
-
-       cd build/akonadiconsole
-       make DESTDIR="$pkgdir" install
-}
-
-package_akregator() {
-       pkgdesc='A Feed Reader for KDE'
-       depends=('kdepim-common' 'khtml' 'kontactinterface')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="http://kde.org/applications/internet/akregator/";
-       install='akregator.install'
-
-       cd build/akregator
-       make DESTDIR="$pkgdir" install
-
-       cd "$srcdir"/build/doc/akregator
-       make DESTDIR="$pkgdir" install
-}
-
-package_blogilo() {
-       pkgdesc='A KDE Blogging Client'
-       depends=('kdepim-common' 'kblog' 'ktexteditor')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="http://kde.org/applications/internet/blogilo/";
-       install='kdepim.install'
-       cd build/blogilo
-       make DESTDIR="$pkgdir" install
-       cd "$srcdir"/build/doc/blogilo
-       make DESTDIR="$pkgdir" install
-}
-
-package_konsolekalendar() {
-       pkgdesc='Command line tool for accessing calendar files'
-       depends=(calendarsupport hicolor-icon-theme)
-       conflicts=('kdepim-console')
-       replaces=('kdepim-console')
-       url='http://pim.kde.org'
-       install='kdepim.install'
-
-       cd build/console
-       make DESTDIR="$pkgdir" install
-
-        cd "$srcdir"/build/doc/konsolekalendar
-        make DESTDIR="$pkgdir" install
-}
-
-package_kaddressbook() {
-       pkgdesc='Contact Manager'
-       depends=('kdepim-common' 'kontactinterface')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="http://kde.org/applications/office/kaddressbook/";
-       install='kaddressbook.install'
-
-       cd "$srcdir"/build/kaddressbook
-       make DESTDIR="$pkgdir" install
-}
-
-package_kalarm() {
-       pkgdesc='Personal Alarm Scheduler'
-       depends=('kdepim-common')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="http://kde.org/applications/utilities/kalarm/";
-       install='kdepim.install'
-
-       cd build/kalarm
-       make DESTDIR="$pkgdir" install
-
-       cd "$srcdir"/build/doc/kalarm
-       make DESTDIR="$pkgdir" install
-}
-
-package_kmail() {
-       pkgdesc='Mail Client'
-       depends=(kdepim-common kontactinterface kio-pim libksieve)
-        optdepends=('kleopatra: mail encryption support')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="http://kde.org/applications/internet/kmail/";
-       install='kmail.install'
-
-       for _i in kmail agents/archivemailagent agents/mailfilteragent \
-         storageservicemanager importwizard grantleeeditor mboximporter 
sieveeditor; do
-         cd "$srcdir"/build/$_i
-         make DESTDIR="$pkgdir" install
-       done
-
-        for _i in akonadi_archivemail_agent kmail importwizard sieveeditor; do
-          cd "$srcdir"/build/doc/$_i
-          make DESTDIR="$pkgdir" install
-        done
-}
-
-package_knotes() {
-       pkgdesc='Popup Notes'
-       depends=('kdepim-common' 'kontactinterface')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="http://kde.org/applications/utilities/knotes/";
-       install='kdepim.install'
-
-        cd "$srcdir"/build/knotes
-        make DESTDIR="$pkgdir" install
-
-        for _i in knotes akonadi_notes_agent; do
-          cd "$srcdir"/build/doc/$_i
-          make DESTDIR="$pkgdir" install
-        done
-}
-
-package_kontact() {
-       pkgdesc='Personal Information Manager'
-       depends=('kdepim-common' 'kontactinterface')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="http://kde.org/applications/office/kontact/";
-       install='kdepim.install'
-
-       cd build/kontact
-       make DESTDIR="$pkgdir" install
-
-       cd "$srcdir"/build/doc/kontact
-       make DESTDIR="$pkgdir" install
-        cd "$srcdir"/build/doc/kontact-admin
-        make DESTDIR="$pkgdir" install
-}
-
-package_korganizer() {
-       pkgdesc='Calendar and Scheduling Program'
-       depends=('kdepim-common' 'kontactinterface')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="http://kde.org/applications/office/korganizer";
-       install='korganizer.install'
-
-       for _i in korganizer korgac; do
-         cd "$srcdir"/build/$_i
-         make DESTDIR="$pkgdir" install
-       done
-
-       cd "$srcdir"/build/doc/korganizer
-       make DESTDIR="$pkgdir" install
-}
-
-package_ktnef() {
-       pkgdesc='A viewer/extractor for TNEF files'
-       depends=('libktnef' 'hicolor-icon-theme')
-        conflicts=("kdepim-$pkgname")
-        replaces=("kdepim-$pkgname")
-       url="https://projects.kde.org/projects/kde/kdepim/ktnef";
-       install=ktnef.install
-
-       cd build/ktnef
-       make DESTDIR="$pkgdir" install
-
-       cd "$srcdir"/build/doc/ktnef
-       make DESTDIR="$pkgdir" install
-}
-
-package_kdepim-common() {
-       pkgdesc='Common libraries and resources for KDE PIM applications'
-        groups=()
-       depends=(incidenceeditor mailcommon kdepim-runtime kdnssd libktnef)
-        conflicts=('kdepim-libkdepim' 'kdepim-knode' 'kdepim-kresources' 
'kdepim-ktimetracker' 'libkdepim<16')
-       url='http://pim.kde.org'
-       install=kdepim.install
-       for _i in agents/sendlateragent accountwizard 
agents/followupreminderagent plugins/messageviewer pimsettingexporter; do
-               cd "$srcdir"/build/$_i
-               make DESTDIR="$pkgdir" install
-       done
-        for _i in akonadi_sendlater_agent akonadi_followupreminder_agent 
contactthemeeditor headerthemeeditor pimsettingexporter; do 
-          cd "$srcdir"/build/doc/$_i
-          make DESTDIR="$pkgdir" install
-        done
-
-       mkdir -p "$pkgdir"/etc/xdg
-       install -m644 "$srcdir"/$pkgbase-$pkgver/kdepim.categories 
"$pkgdir"/etc/xdg
-}

Copied: kdepim/repos/kde-unstable-x86_64/PKGBUILD (from rev 264168, 
kdepim/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2016-04-08 07:31:59 UTC (rev 264169)
@@ -0,0 +1,225 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Pierre Schmitz <pie...@archlinux.de>
+
+pkgbase=kdepim
+pkgname=(akonadiconsole akregator blogilo konsolekalendar kaddressbook kalarm 
kmail knotes kontact korganizer ktnef kdepim-common)
+pkgver=16.03.90
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://pim.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdepim')
+makedepends=(extra-cmake-modules kdepim-runtime qt5-tools kdoctools knewstuff 
kpimtextedit
+               ktexteditor kdnssd kldap libktnef kontactinterface 
kxmlrpcclient kblog akonadi-search boost
+               libgravatar mailcommon incidenceeditor libksieve)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz";)
+sha1sums=('f130136e77262edf620117f915241a29b5edcb03')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+       cd build
+       cmake ../$pkgbase-$pkgver \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DBUILD_TESTING=OFF \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DCMAKE_INSTALL_LIBDIR=lib \
+               -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+               -DLIBEXEC_INSTALL_DIR=lib
+       make
+}
+
+package_akonadiconsole() {
+       pkgdesc='Akonadi Management and Debugging Console'
+       depends=(calendarsupport messagelib hicolor-icon-theme)
+       conflicts=("kdepim-$pkgname")
+       replaces=("kdepim-$pkgname")
+       url='http://pim.kde.org'
+       install='kdepim.install'
+
+       cd build/akonadiconsole
+       make DESTDIR="$pkgdir" install
+}
+
+package_akregator() {
+       pkgdesc='A Feed Reader for KDE'
+       depends=('kdepim-common' 'kontactinterface')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/internet/akregator/";
+       install='akregator.install'
+
+       cd build/akregator
+       make DESTDIR="$pkgdir" install
+
+       cd "$srcdir"/build/doc/akregator
+       make DESTDIR="$pkgdir" install
+}
+
+package_blogilo() {
+       pkgdesc='A KDE Blogging Client'
+       depends=('kdepim-common' 'kblog' 'ktexteditor')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/internet/blogilo/";
+       install='kdepim.install'
+       cd build/blogilo
+       make DESTDIR="$pkgdir" install
+       cd "$srcdir"/build/doc/blogilo
+       make DESTDIR="$pkgdir" install
+}
+
+package_konsolekalendar() {
+       pkgdesc='Command line tool for accessing calendar files'
+       depends=(calendarsupport hicolor-icon-theme)
+       conflicts=('kdepim-console')
+       replaces=('kdepim-console')
+       url='http://pim.kde.org'
+       install='kdepim.install'
+
+       cd build/console
+       make DESTDIR="$pkgdir" install
+
+        cd "$srcdir"/build/doc/konsolekalendar
+        make DESTDIR="$pkgdir" install
+}
+
+package_kaddressbook() {
+       pkgdesc='Contact Manager'
+       depends=('kdepim-common' 'kontactinterface')
+        optdepends=('kdepim-addons: additional plugins')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/office/kaddressbook/";
+       install='kaddressbook.install'
+
+       cd "$srcdir"/build/kaddressbook
+       make DESTDIR="$pkgdir" install
+}
+
+package_kalarm() {
+       pkgdesc='Personal Alarm Scheduler'
+       depends=('kdepim-common')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/utilities/kalarm/";
+       install='kdepim.install'
+
+       cd build/kalarm
+       make DESTDIR="$pkgdir" install
+
+       cd "$srcdir"/build/doc/kalarm
+       make DESTDIR="$pkgdir" install
+}
+
+package_kmail() {
+       pkgdesc='Mail Client'
+       depends=(kdepim-common kontactinterface kio-pim libksieve)
+        optdepends=('kleopatra: mail encryption support' 'kdepim-addons: 
additional plugins')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/internet/kmail/";
+       install='kmail.install'
+
+       for _i in kmail agents/archivemailagent agents/mailfilteragent \
+         storageservicemanager importwizard grantleeeditor mboximporter 
sieveeditor; do
+         cd "$srcdir"/build/$_i
+         make DESTDIR="$pkgdir" install
+       done
+
+        for _i in akonadi_archivemail_agent kmail importwizard sieveeditor; do
+          cd "$srcdir"/build/doc/$_i
+          make DESTDIR="$pkgdir" install
+        done
+}
+
+package_knotes() {
+       pkgdesc='Popup Notes'
+       depends=('kdepim-common' 'kontactinterface')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/utilities/knotes/";
+       install='kdepim.install'
+
+        cd "$srcdir"/build/knotes
+        make DESTDIR="$pkgdir" install
+
+        for _i in knotes akonadi_notes_agent; do
+          cd "$srcdir"/build/doc/$_i
+          make DESTDIR="$pkgdir" install
+        done
+}
+
+package_kontact() {
+       pkgdesc='Personal Information Manager'
+       depends=('kdepim-common' 'kontactinterface')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/office/kontact/";
+       install='kdepim.install'
+
+       cd build/kontact
+       make DESTDIR="$pkgdir" install
+
+       cd "$srcdir"/build/doc/kontact
+       make DESTDIR="$pkgdir" install
+        cd "$srcdir"/build/doc/kontact-admin
+        make DESTDIR="$pkgdir" install
+}
+
+package_korganizer() {
+       pkgdesc='Calendar and Scheduling Program'
+       depends=('kdepim-common' 'kontactinterface')
+        optdepends=('kdepim-addons: additional plugins')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/office/korganizer";
+       install='korganizer.install'
+
+       for _i in korganizer korgac; do
+         cd "$srcdir"/build/$_i
+         make DESTDIR="$pkgdir" install
+       done
+
+       cd "$srcdir"/build/doc/korganizer
+       make DESTDIR="$pkgdir" install
+}
+
+package_ktnef() {
+       pkgdesc='A viewer/extractor for TNEF files'
+       depends=('libktnef' 'hicolor-icon-theme')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="https://projects.kde.org/projects/kde/kdepim/ktnef";
+       install=ktnef.install
+
+       cd build/ktnef
+       make DESTDIR="$pkgdir" install
+
+       cd "$srcdir"/build/doc/ktnef
+       make DESTDIR="$pkgdir" install
+}
+
+package_kdepim-common() {
+       pkgdesc='Common libraries and resources for KDE PIM applications'
+        groups=()
+       depends=(incidenceeditor mailcommon kdepim-runtime kdnssd libktnef)
+        conflicts=('kdepim-libkdepim' 'kdepim-knode' 'kdepim-kresources' 
'kdepim-ktimetracker' 'libkdepim<16')
+       url='http://pim.kde.org'
+       install=kdepim.install
+       for _i in agents/sendlateragent accountwizard 
agents/followupreminderagent plugins/messageviewer pimsettingexporter; do
+               cd "$srcdir"/build/$_i
+               make DESTDIR="$pkgdir" install
+       done
+        for _i in akonadi_sendlater_agent akonadi_followupreminder_agent 
contactthemeeditor headerthemeeditor pimsettingexporter; do 
+          cd "$srcdir"/build/doc/$_i
+          make DESTDIR="$pkgdir" install
+        done
+
+       mkdir -p "$pkgdir"/etc/xdg
+       install -m644 "$srcdir"/$pkgbase-$pkgver/kdepim.categories 
"$pkgdir"/etc/xdg
+}

Deleted: kde-unstable-x86_64/akregator.install
===================================================================
--- kde-unstable-x86_64/akregator.install       2016-04-08 07:31:01 UTC (rev 
264168)
+++ kde-unstable-x86_64/akregator.install       2016-04-08 07:31:59 UTC (rev 
264169)
@@ -1,12 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kdepim/repos/kde-unstable-x86_64/akregator.install (from rev 264168, 
kdepim/kde-unstable/akregator.install)
===================================================================
--- kde-unstable-x86_64/akregator.install                               (rev 0)
+++ kde-unstable-x86_64/akregator.install       2016-04-08 07:31:59 UTC (rev 
264169)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: kde-unstable-x86_64/kaddressbook.install
===================================================================
--- kde-unstable-x86_64/kaddressbook.install    2016-04-08 07:31:01 UTC (rev 
264168)
+++ kde-unstable-x86_64/kaddressbook.install    2016-04-08 07:31:59 UTC (rev 
264169)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kdepim/repos/kde-unstable-x86_64/kaddressbook.install (from rev 264168, 
kdepim/kde-unstable/kaddressbook.install)
===================================================================
--- kde-unstable-x86_64/kaddressbook.install                            (rev 0)
+++ kde-unstable-x86_64/kaddressbook.install    2016-04-08 07:31:59 UTC (rev 
264169)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: kde-unstable-x86_64/kdepim.install
===================================================================
--- kde-unstable-x86_64/kdepim.install  2016-04-08 07:31:01 UTC (rev 264168)
+++ kde-unstable-x86_64/kdepim.install  2016-04-08 07:31:59 UTC (rev 264169)
@@ -1,13 +0,0 @@
-post_install() {
-       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-       update-desktop-database -q
-        update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kdepim/repos/kde-unstable-x86_64/kdepim.install (from rev 264168, 
kdepim/kde-unstable/kdepim.install)
===================================================================
--- kde-unstable-x86_64/kdepim.install                          (rev 0)
+++ kde-unstable-x86_64/kdepim.install  2016-04-08 07:31:59 UTC (rev 264169)
@@ -0,0 +1,13 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+       update-desktop-database -q
+        update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: kde-unstable-x86_64/kmail.install
===================================================================
--- kde-unstable-x86_64/kmail.install   2016-04-08 07:31:01 UTC (rev 264168)
+++ kde-unstable-x86_64/kmail.install   2016-04-08 07:31:59 UTC (rev 264169)
@@ -1,12 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kdepim/repos/kde-unstable-x86_64/kmail.install (from rev 264168, 
kdepim/kde-unstable/kmail.install)
===================================================================
--- kde-unstable-x86_64/kmail.install                           (rev 0)
+++ kde-unstable-x86_64/kmail.install   2016-04-08 07:31:59 UTC (rev 264169)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: kde-unstable-x86_64/korganizer.install
===================================================================
--- kde-unstable-x86_64/korganizer.install      2016-04-08 07:31:01 UTC (rev 
264168)
+++ kde-unstable-x86_64/korganizer.install      2016-04-08 07:31:59 UTC (rev 
264169)
@@ -1,12 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kdepim/repos/kde-unstable-x86_64/korganizer.install (from rev 264168, 
kdepim/kde-unstable/korganizer.install)
===================================================================
--- kde-unstable-x86_64/korganizer.install                              (rev 0)
+++ kde-unstable-x86_64/korganizer.install      2016-04-08 07:31:59 UTC (rev 
264169)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: kde-unstable-x86_64/ktnef.install
===================================================================
--- kde-unstable-x86_64/ktnef.install   2016-04-08 07:31:01 UTC (rev 264168)
+++ kde-unstable-x86_64/ktnef.install   2016-04-08 07:31:59 UTC (rev 264169)
@@ -1,12 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kdepim/repos/kde-unstable-x86_64/ktnef.install (from rev 264168, 
kdepim/kde-unstable/ktnef.install)
===================================================================
--- kde-unstable-x86_64/ktnef.install                           (rev 0)
+++ kde-unstable-x86_64/ktnef.install   2016-04-08 07:31:59 UTC (rev 264169)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to