Date: Thursday, July 30, 2015 @ 14:12:51
  Author: arojas
Revision: 242869

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

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

------------------------------------------+
 kde-unstable-i686/PKGBUILD               |  228 +++++++++++++++++++++++++++++
 kde-unstable-i686/akregator.install      |   12 +
 kde-unstable-i686/kaddressbook.install   |   12 +
 kde-unstable-i686/kdepim-knode.install   |   12 +
 kde-unstable-i686/kdepim-ktnef.install   |   12 +
 kde-unstable-i686/kdepim.install         |   13 +
 kde-unstable-i686/kleopatra.install      |   12 +
 kde-unstable-i686/kmail.install          |   12 +
 kde-unstable-i686/korganizer.install     |   12 +
 kde-unstable-i686/ktnef.install          |   12 +
 kde-unstable-x86_64/PKGBUILD             |  228 +++++++++++++++++++++++++++++
 kde-unstable-x86_64/akregator.install    |   12 +
 kde-unstable-x86_64/kaddressbook.install |   12 +
 kde-unstable-x86_64/kdepim-knode.install |   12 +
 kde-unstable-x86_64/kdepim-ktnef.install |   12 +
 kde-unstable-x86_64/kdepim.install       |   13 +
 kde-unstable-x86_64/kleopatra.install    |   12 +
 kde-unstable-x86_64/kmail.install        |   12 +
 kde-unstable-x86_64/korganizer.install   |   12 +
 kde-unstable-x86_64/ktnef.install        |   12 +
 20 files changed, 674 insertions(+)

Copied: kdepim/repos/kde-unstable-i686/PKGBUILD (from rev 242868, 
kdepim/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-30 12:12:51 UTC (rev 242869)
@@ -0,0 +1,228 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+
+pkgbase=kdepim
+pkgname=(akonadiconsole akregator blogilo kdepim-console kaddressbook kalarm 
kleopatra kmail knotes
+         kontact korganizer ktnef libkdepim)
+pkgver=15.07.80
+pkgrel=3
+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 grantlee-qt5 
kdoctools knewstuff khtml
+               ktexteditor kdnssd kldap libktnef boost gpgmepp 
kontactinterface kxmlrpcclient kblog
+               akonadi-search)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz";)
+sha1sums=('d89a896e0782c817612f71163da41cbfedda9ed9')
+
+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
+       make
+}
+
+package_akonadiconsole() {
+       pkgdesc='Akonadi Management and Debugging Console'
+       depends=('libkdepim')
+       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=('libkdepim' '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=('libkdepim' '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/composereditor-ng
+       make DESTDIR="$pkgdir" install
+       cd "$srcdir"/build/doc/blogilo
+       make DESTDIR="$pkgdir" install
+}
+
+package_kdepim-console() {
+       pkgdesc='Command line tool for accessing calendar files'
+       depends=('libkdepim')
+       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=('libkdepim' 'kontactinterface')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/office/kaddressbook/";
+       install='kaddressbook.install'
+       for _i in kaddressbook kaddressbookgrantlee plugins/kaddressbook; do
+           cd "$srcdir"/build/$_i
+           make DESTDIR="$pkgdir" install
+       done
+}
+
+package_kalarm() {
+       pkgdesc='Personal Alarm Scheduler'
+       depends=('libkdepim')
+        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_kleopatra() {
+       pkgdesc='Certificate Manager and Unified Crypto GUI'
+       depends=('libkdepim')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       install=kleopatra.install
+       url="http://kde.org/applications/utilities/kleopatra/";
+       cd build/kleopatra
+       make DESTDIR="$pkgdir" install
+       cd "$srcdir"/build/doc/kleopatra
+       make DESTDIR="$pkgdir" install
+       cd "$srcdir"/build/doc/kwatchgnupg
+       make DESTDIR="$pkgdir" install
+}
+
+package_kmail() {
+       pkgdesc='Mail Client'
+       depends=('kaddressbook' 'kontactinterface' 'kio-pim')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/internet/kmail/";
+       install='kmail.install'
+       for _i in kmail agents/archivemailagent agents/mailfilteragent 
agents/followupreminderagent \
+         storageservicemanager importwizard libksieve messagelist 
grantleeeditor mboximporter; do
+         cd "$srcdir"/build/$_i
+         make DESTDIR="$pkgdir" install
+       done
+        for _i in akonadi_archivemail_agent akonadi_followupreminder_agent 
kmail importwizard; do
+          cd "$srcdir"/build/doc/$_i
+          make DESTDIR="$pkgdir" install
+        done
+}
+
+package_knotes() {
+       pkgdesc='Popup Notes'
+       depends=('libkdepim' '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
+       cd "$srcdir"/build/agents/notesagent
+       make DESTDIR="$pkgdir" install
+       cd "$srcdir"/build/doc/knotes
+       make DESTDIR="$pkgdir" install
+        cd "$srcdir"/build/doc/akonadi_notes_agent
+        make DESTDIR="$pkgdir" install
+}
+
+package_kontact() {
+       pkgdesc='Personal Information Manager'
+       depends=('libkdepim' '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=('libkdepim' '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_libkdepim() {
+       pkgdesc='Common libraries and resources for KDE PIM applications'
+        groups=()
+       depends=('kdepim-runtime' 'gpgmepp' 'grantlee-qt5' 'akonadi-search' 
'knewstuff' 'kldap' 'kdnssd')
+        conflicts=('kdepim-libkdepim')
+       provides=('kdepim-libkdepim') # to allow smooth upgrade from 4.14
+        replaces=('kdepim-libkdepim')
+       url='http://pim.kde.org'
+       install=kdepim.install
+       for _i in agents/sendlateragent calendarsupport grantleetheme 
incidenceeditor-ng kdgantt2 libkdepim \
+         accountwizard icons libkdepimdbusinterfaces libkleo libkpgp 
mailcommon mailimporter \
+         messagecomposer messagecore messageviewer noteshared templateparser 
calendarviews \
+         plugins/messageviewer pimcommon pimsettingexporter sieveeditor; do
+               cd "$srcdir"/build/$_i
+               make DESTDIR="$pkgdir" install
+       done
+        for _i in akonadi_sendlater_agent contactthemeeditor headerthemeeditor 
pimsettingexporter sieveeditor; 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/akregator.install (from rev 242868, 
kdepim/kde-unstable/akregator.install)
===================================================================
--- kde-unstable-i686/akregator.install                         (rev 0)
+++ kde-unstable-i686/akregator.install 2015-07-30 12:12:51 UTC (rev 242869)
@@ -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
+}

Copied: kdepim/repos/kde-unstable-i686/kaddressbook.install (from rev 242868, 
kdepim/kde-unstable/kaddressbook.install)
===================================================================
--- kde-unstable-i686/kaddressbook.install                              (rev 0)
+++ kde-unstable-i686/kaddressbook.install      2015-07-30 12:12:51 UTC (rev 
242869)
@@ -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
+}

Copied: kdepim/repos/kde-unstable-i686/kdepim-knode.install (from rev 242868, 
kdepim/kde-unstable/kdepim-knode.install)
===================================================================
--- kde-unstable-i686/kdepim-knode.install                              (rev 0)
+++ kde-unstable-i686/kdepim-knode.install      2015-07-30 12:12:51 UTC (rev 
242869)
@@ -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
+}

Copied: kdepim/repos/kde-unstable-i686/kdepim-ktnef.install (from rev 242868, 
kdepim/kde-unstable/kdepim-ktnef.install)
===================================================================
--- kde-unstable-i686/kdepim-ktnef.install                              (rev 0)
+++ kde-unstable-i686/kdepim-ktnef.install      2015-07-30 12:12:51 UTC (rev 
242869)
@@ -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
+}

Copied: kdepim/repos/kde-unstable-i686/kdepim.install (from rev 242868, 
kdepim/kde-unstable/kdepim.install)
===================================================================
--- kde-unstable-i686/kdepim.install                            (rev 0)
+++ kde-unstable-i686/kdepim.install    2015-07-30 12:12:51 UTC (rev 242869)
@@ -0,0 +1,13 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+       update-desktop-database -q
+        update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Copied: kdepim/repos/kde-unstable-i686/kleopatra.install (from rev 242868, 
kdepim/kde-unstable/kleopatra.install)
===================================================================
--- kde-unstable-i686/kleopatra.install                         (rev 0)
+++ kde-unstable-i686/kleopatra.install 2015-07-30 12:12:51 UTC (rev 242869)
@@ -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
+}

Copied: kdepim/repos/kde-unstable-i686/kmail.install (from rev 242868, 
kdepim/kde-unstable/kmail.install)
===================================================================
--- kde-unstable-i686/kmail.install                             (rev 0)
+++ kde-unstable-i686/kmail.install     2015-07-30 12:12:51 UTC (rev 242869)
@@ -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
+}

Copied: kdepim/repos/kde-unstable-i686/korganizer.install (from rev 242868, 
kdepim/kde-unstable/korganizer.install)
===================================================================
--- kde-unstable-i686/korganizer.install                                (rev 0)
+++ kde-unstable-i686/korganizer.install        2015-07-30 12:12:51 UTC (rev 
242869)
@@ -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
+}

Copied: kdepim/repos/kde-unstable-i686/ktnef.install (from rev 242868, 
kdepim/kde-unstable/ktnef.install)
===================================================================
--- kde-unstable-i686/ktnef.install                             (rev 0)
+++ kde-unstable-i686/ktnef.install     2015-07-30 12:12:51 UTC (rev 242869)
@@ -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
+}

Copied: kdepim/repos/kde-unstable-x86_64/PKGBUILD (from rev 242868, 
kdepim/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2015-07-30 12:12:51 UTC (rev 242869)
@@ -0,0 +1,228 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+
+pkgbase=kdepim
+pkgname=(akonadiconsole akregator blogilo kdepim-console kaddressbook kalarm 
kleopatra kmail knotes
+         kontact korganizer ktnef libkdepim)
+pkgver=15.07.80
+pkgrel=3
+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 grantlee-qt5 
kdoctools knewstuff khtml
+               ktexteditor kdnssd kldap libktnef boost gpgmepp 
kontactinterface kxmlrpcclient kblog
+               akonadi-search)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz";)
+sha1sums=('d89a896e0782c817612f71163da41cbfedda9ed9')
+
+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
+       make
+}
+
+package_akonadiconsole() {
+       pkgdesc='Akonadi Management and Debugging Console'
+       depends=('libkdepim')
+       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=('libkdepim' '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=('libkdepim' '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/composereditor-ng
+       make DESTDIR="$pkgdir" install
+       cd "$srcdir"/build/doc/blogilo
+       make DESTDIR="$pkgdir" install
+}
+
+package_kdepim-console() {
+       pkgdesc='Command line tool for accessing calendar files'
+       depends=('libkdepim')
+       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=('libkdepim' 'kontactinterface')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/office/kaddressbook/";
+       install='kaddressbook.install'
+       for _i in kaddressbook kaddressbookgrantlee plugins/kaddressbook; do
+           cd "$srcdir"/build/$_i
+           make DESTDIR="$pkgdir" install
+       done
+}
+
+package_kalarm() {
+       pkgdesc='Personal Alarm Scheduler'
+       depends=('libkdepim')
+        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_kleopatra() {
+       pkgdesc='Certificate Manager and Unified Crypto GUI'
+       depends=('libkdepim')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       install=kleopatra.install
+       url="http://kde.org/applications/utilities/kleopatra/";
+       cd build/kleopatra
+       make DESTDIR="$pkgdir" install
+       cd "$srcdir"/build/doc/kleopatra
+       make DESTDIR="$pkgdir" install
+       cd "$srcdir"/build/doc/kwatchgnupg
+       make DESTDIR="$pkgdir" install
+}
+
+package_kmail() {
+       pkgdesc='Mail Client'
+       depends=('kaddressbook' 'kontactinterface' 'kio-pim')
+        conflicts=("kdepim-$pkgname")
+        replaces=("kdepim-$pkgname")
+       url="http://kde.org/applications/internet/kmail/";
+       install='kmail.install'
+       for _i in kmail agents/archivemailagent agents/mailfilteragent 
agents/followupreminderagent \
+         storageservicemanager importwizard libksieve messagelist 
grantleeeditor mboximporter; do
+         cd "$srcdir"/build/$_i
+         make DESTDIR="$pkgdir" install
+       done
+        for _i in akonadi_archivemail_agent akonadi_followupreminder_agent 
kmail importwizard; do
+          cd "$srcdir"/build/doc/$_i
+          make DESTDIR="$pkgdir" install
+        done
+}
+
+package_knotes() {
+       pkgdesc='Popup Notes'
+       depends=('libkdepim' '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
+       cd "$srcdir"/build/agents/notesagent
+       make DESTDIR="$pkgdir" install
+       cd "$srcdir"/build/doc/knotes
+       make DESTDIR="$pkgdir" install
+        cd "$srcdir"/build/doc/akonadi_notes_agent
+        make DESTDIR="$pkgdir" install
+}
+
+package_kontact() {
+       pkgdesc='Personal Information Manager'
+       depends=('libkdepim' '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=('libkdepim' '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_libkdepim() {
+       pkgdesc='Common libraries and resources for KDE PIM applications'
+        groups=()
+       depends=('kdepim-runtime' 'gpgmepp' 'grantlee-qt5' 'akonadi-search' 
'knewstuff' 'kldap' 'kdnssd')
+        conflicts=('kdepim-libkdepim')
+       provides=('kdepim-libkdepim') # to allow smooth upgrade from 4.14
+        replaces=('kdepim-libkdepim')
+       url='http://pim.kde.org'
+       install=kdepim.install
+       for _i in agents/sendlateragent calendarsupport grantleetheme 
incidenceeditor-ng kdgantt2 libkdepim \
+         accountwizard icons libkdepimdbusinterfaces libkleo libkpgp 
mailcommon mailimporter \
+         messagecomposer messagecore messageviewer noteshared templateparser 
calendarviews \
+         plugins/messageviewer pimcommon pimsettingexporter sieveeditor; do
+               cd "$srcdir"/build/$_i
+               make DESTDIR="$pkgdir" install
+       done
+        for _i in akonadi_sendlater_agent contactthemeeditor headerthemeeditor 
pimsettingexporter sieveeditor; 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/akregator.install (from rev 242868, 
kdepim/kde-unstable/akregator.install)
===================================================================
--- kde-unstable-x86_64/akregator.install                               (rev 0)
+++ kde-unstable-x86_64/akregator.install       2015-07-30 12:12:51 UTC (rev 
242869)
@@ -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
+}

Copied: kdepim/repos/kde-unstable-x86_64/kaddressbook.install (from rev 242868, 
kdepim/kde-unstable/kaddressbook.install)
===================================================================
--- kde-unstable-x86_64/kaddressbook.install                            (rev 0)
+++ kde-unstable-x86_64/kaddressbook.install    2015-07-30 12:12:51 UTC (rev 
242869)
@@ -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
+}

Copied: kdepim/repos/kde-unstable-x86_64/kdepim-knode.install (from rev 242868, 
kdepim/kde-unstable/kdepim-knode.install)
===================================================================
--- kde-unstable-x86_64/kdepim-knode.install                            (rev 0)
+++ kde-unstable-x86_64/kdepim-knode.install    2015-07-30 12:12:51 UTC (rev 
242869)
@@ -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
+}

Copied: kdepim/repos/kde-unstable-x86_64/kdepim-ktnef.install (from rev 242868, 
kdepim/kde-unstable/kdepim-ktnef.install)
===================================================================
--- kde-unstable-x86_64/kdepim-ktnef.install                            (rev 0)
+++ kde-unstable-x86_64/kdepim-ktnef.install    2015-07-30 12:12:51 UTC (rev 
242869)
@@ -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
+}

Copied: kdepim/repos/kde-unstable-x86_64/kdepim.install (from rev 242868, 
kdepim/kde-unstable/kdepim.install)
===================================================================
--- kde-unstable-x86_64/kdepim.install                          (rev 0)
+++ kde-unstable-x86_64/kdepim.install  2015-07-30 12:12:51 UTC (rev 242869)
@@ -0,0 +1,13 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+       update-desktop-database -q
+        update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Copied: kdepim/repos/kde-unstable-x86_64/kleopatra.install (from rev 242868, 
kdepim/kde-unstable/kleopatra.install)
===================================================================
--- kde-unstable-x86_64/kleopatra.install                               (rev 0)
+++ kde-unstable-x86_64/kleopatra.install       2015-07-30 12:12:51 UTC (rev 
242869)
@@ -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
+}

Copied: kdepim/repos/kde-unstable-x86_64/kmail.install (from rev 242868, 
kdepim/kde-unstable/kmail.install)
===================================================================
--- kde-unstable-x86_64/kmail.install                           (rev 0)
+++ kde-unstable-x86_64/kmail.install   2015-07-30 12:12:51 UTC (rev 242869)
@@ -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
+}

Copied: kdepim/repos/kde-unstable-x86_64/korganizer.install (from rev 242868, 
kdepim/kde-unstable/korganizer.install)
===================================================================
--- kde-unstable-x86_64/korganizer.install                              (rev 0)
+++ kde-unstable-x86_64/korganizer.install      2015-07-30 12:12:51 UTC (rev 
242869)
@@ -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
+}

Copied: kdepim/repos/kde-unstable-x86_64/ktnef.install (from rev 242868, 
kdepim/kde-unstable/ktnef.install)
===================================================================
--- kde-unstable-x86_64/ktnef.install                           (rev 0)
+++ kde-unstable-x86_64/ktnef.install   2015-07-30 12:12:51 UTC (rev 242869)
@@ -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