[arch-commits] Commit in kdepim/repos (18 files)
Antonio Rojas
arojas at archlinux.org
Mon Sep 14 21:53:42 UTC 2015
Date: Monday, September 14, 2015 @ 23:53:42
Author: arojas
Revision: 246210
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdepim/repos/testing-i686/
kdepim/repos/testing-i686/PKGBUILD
(from rev 246209, kdepim/trunk/PKGBUILD)
kdepim/repos/testing-i686/akregator.install
(from rev 246209, kdepim/trunk/akregator.install)
kdepim/repos/testing-i686/kaddressbook.install
(from rev 246209, kdepim/trunk/kaddressbook.install)
kdepim/repos/testing-i686/kdepim.install
(from rev 246209, kdepim/trunk/kdepim.install)
kdepim/repos/testing-i686/kleopatra.install
(from rev 246209, kdepim/trunk/kleopatra.install)
kdepim/repos/testing-i686/kmail.install
(from rev 246209, kdepim/trunk/kmail.install)
kdepim/repos/testing-i686/korganizer.install
(from rev 246209, kdepim/trunk/korganizer.install)
kdepim/repos/testing-i686/ktnef.install
(from rev 246209, kdepim/trunk/ktnef.install)
kdepim/repos/testing-x86_64/
kdepim/repos/testing-x86_64/PKGBUILD
(from rev 246209, kdepim/trunk/PKGBUILD)
kdepim/repos/testing-x86_64/akregator.install
(from rev 246209, kdepim/trunk/akregator.install)
kdepim/repos/testing-x86_64/kaddressbook.install
(from rev 246209, kdepim/trunk/kaddressbook.install)
kdepim/repos/testing-x86_64/kdepim.install
(from rev 246209, kdepim/trunk/kdepim.install)
kdepim/repos/testing-x86_64/kleopatra.install
(from rev 246209, kdepim/trunk/kleopatra.install)
kdepim/repos/testing-x86_64/kmail.install
(from rev 246209, kdepim/trunk/kmail.install)
kdepim/repos/testing-x86_64/korganizer.install
(from rev 246209, kdepim/trunk/korganizer.install)
kdepim/repos/testing-x86_64/ktnef.install
(from rev 246209, kdepim/trunk/ktnef.install)
-------------------------------------+
testing-i686/PKGBUILD | 218 ++++++++++++++++++++++++++++++++++
testing-i686/akregator.install | 12 +
testing-i686/kaddressbook.install | 12 +
testing-i686/kdepim.install | 13 ++
testing-i686/kleopatra.install | 12 +
testing-i686/kmail.install | 12 +
testing-i686/korganizer.install | 12 +
testing-i686/ktnef.install | 12 +
testing-x86_64/PKGBUILD | 218 ++++++++++++++++++++++++++++++++++
testing-x86_64/akregator.install | 12 +
testing-x86_64/kaddressbook.install | 12 +
testing-x86_64/kdepim.install | 13 ++
testing-x86_64/kleopatra.install | 12 +
testing-x86_64/kmail.install | 12 +
testing-x86_64/korganizer.install | 12 +
testing-x86_64/ktnef.install | 12 +
16 files changed, 606 insertions(+)
Copied: kdepim/repos/testing-i686/PKGBUILD (from rev 246209, kdepim/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-09-14 21:53:42 UTC (rev 246210)
@@ -0,0 +1,218 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=kdepim
+pkgname=(akonadiconsole akregator blogilo konsolekalendar kaddressbook kalarm kleopatra kmail knotes
+ kontact korganizer ktnef libkdepim)
+pkgver=15.08.1
+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 grantlee-qt5 kdoctools knewstuff khtml
+ ktexteditor kdnssd kldap libktnef boost gpgmepp kontactinterface kxmlrpcclient kblog
+ akonadi-search)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz")
+sha1sums=('77b9546fe80a75dd92e55ef6c85861416c0cc8e0')
+
+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=('libkdepim')
+ conflicts=("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")
+ 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")
+ 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_konsolekalendar() {
+ pkgdesc='Command line tool for accessing calendar files'
+ depends=('libkdepim')
+ conflicts=('kdepim-console')
+ replaces=('kdepim-console>15')
+ 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")
+ url="http://kde.org/applications/office/kaddressbook/"
+ install='kaddressbook.install'
+ for _i in kaddressbook plugins/kaddressbook; do
+ cd "$srcdir"/build/$_i
+ make DESTDIR="$pkgdir" install
+ done
+}
+
+package_kalarm() {
+ pkgdesc='Personal Alarm Scheduler'
+ depends=('libkdepim')
+ conflicts=("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")
+ 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=('libkdepim' 'kontactinterface' 'kio-pim')
+ conflicts=("kdepim-$pkgname")
+ url="http://kde.org/applications/internet/kmail/"
+ install='kmail.install'
+ for _i in kmail agents/archivemailagent agents/mailfilteragent \
+ storageservicemanager importwizard libksieve messagelist 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=('libkdepim' 'kontactinterface')
+ conflicts=("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")
+ 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")
+ 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")
+ 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' 'grantlee-qt5' 'akonadi-search' 'knewstuff' 'kldap' 'kdnssd' 'libktnef')
+ conflicts=('kdepim-libkdepim' 'kdepim-kjots' 'kdepim-knode' 'kdepim-kresources' 'kdepim-ktimetracker')
+ 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 agents/followupreminderagent \
+ plugins/messageviewer pimcommon pimsettingexporter kaddressbookgrantlee; 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/testing-i686/akregator.install (from rev 246209, kdepim/trunk/akregator.install)
===================================================================
--- testing-i686/akregator.install (rev 0)
+++ testing-i686/akregator.install 2015-09-14 21:53:42 UTC (rev 246210)
@@ -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/testing-i686/kaddressbook.install (from rev 246209, kdepim/trunk/kaddressbook.install)
===================================================================
--- testing-i686/kaddressbook.install (rev 0)
+++ testing-i686/kaddressbook.install 2015-09-14 21:53:42 UTC (rev 246210)
@@ -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/testing-i686/kdepim.install (from rev 246209, kdepim/trunk/kdepim.install)
===================================================================
--- testing-i686/kdepim.install (rev 0)
+++ testing-i686/kdepim.install 2015-09-14 21:53:42 UTC (rev 246210)
@@ -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/testing-i686/kleopatra.install (from rev 246209, kdepim/trunk/kleopatra.install)
===================================================================
--- testing-i686/kleopatra.install (rev 0)
+++ testing-i686/kleopatra.install 2015-09-14 21:53:42 UTC (rev 246210)
@@ -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/testing-i686/kmail.install (from rev 246209, kdepim/trunk/kmail.install)
===================================================================
--- testing-i686/kmail.install (rev 0)
+++ testing-i686/kmail.install 2015-09-14 21:53:42 UTC (rev 246210)
@@ -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/testing-i686/korganizer.install (from rev 246209, kdepim/trunk/korganizer.install)
===================================================================
--- testing-i686/korganizer.install (rev 0)
+++ testing-i686/korganizer.install 2015-09-14 21:53:42 UTC (rev 246210)
@@ -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/testing-i686/ktnef.install (from rev 246209, kdepim/trunk/ktnef.install)
===================================================================
--- testing-i686/ktnef.install (rev 0)
+++ testing-i686/ktnef.install 2015-09-14 21:53:42 UTC (rev 246210)
@@ -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/testing-x86_64/PKGBUILD (from rev 246209, kdepim/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:53:42 UTC (rev 246210)
@@ -0,0 +1,218 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=kdepim
+pkgname=(akonadiconsole akregator blogilo konsolekalendar kaddressbook kalarm kleopatra kmail knotes
+ kontact korganizer ktnef libkdepim)
+pkgver=15.08.1
+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 grantlee-qt5 kdoctools knewstuff khtml
+ ktexteditor kdnssd kldap libktnef boost gpgmepp kontactinterface kxmlrpcclient kblog
+ akonadi-search)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz")
+sha1sums=('77b9546fe80a75dd92e55ef6c85861416c0cc8e0')
+
+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=('libkdepim')
+ conflicts=("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")
+ 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")
+ 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_konsolekalendar() {
+ pkgdesc='Command line tool for accessing calendar files'
+ depends=('libkdepim')
+ conflicts=('kdepim-console')
+ replaces=('kdepim-console>15')
+ 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")
+ url="http://kde.org/applications/office/kaddressbook/"
+ install='kaddressbook.install'
+ for _i in kaddressbook plugins/kaddressbook; do
+ cd "$srcdir"/build/$_i
+ make DESTDIR="$pkgdir" install
+ done
+}
+
+package_kalarm() {
+ pkgdesc='Personal Alarm Scheduler'
+ depends=('libkdepim')
+ conflicts=("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")
+ 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=('libkdepim' 'kontactinterface' 'kio-pim')
+ conflicts=("kdepim-$pkgname")
+ url="http://kde.org/applications/internet/kmail/"
+ install='kmail.install'
+ for _i in kmail agents/archivemailagent agents/mailfilteragent \
+ storageservicemanager importwizard libksieve messagelist 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=('libkdepim' 'kontactinterface')
+ conflicts=("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")
+ 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")
+ 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")
+ 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' 'grantlee-qt5' 'akonadi-search' 'knewstuff' 'kldap' 'kdnssd' 'libktnef')
+ conflicts=('kdepim-libkdepim' 'kdepim-kjots' 'kdepim-knode' 'kdepim-kresources' 'kdepim-ktimetracker')
+ 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 agents/followupreminderagent \
+ plugins/messageviewer pimcommon pimsettingexporter kaddressbookgrantlee; 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/testing-x86_64/akregator.install (from rev 246209, kdepim/trunk/akregator.install)
===================================================================
--- testing-x86_64/akregator.install (rev 0)
+++ testing-x86_64/akregator.install 2015-09-14 21:53:42 UTC (rev 246210)
@@ -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/testing-x86_64/kaddressbook.install (from rev 246209, kdepim/trunk/kaddressbook.install)
===================================================================
--- testing-x86_64/kaddressbook.install (rev 0)
+++ testing-x86_64/kaddressbook.install 2015-09-14 21:53:42 UTC (rev 246210)
@@ -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/testing-x86_64/kdepim.install (from rev 246209, kdepim/trunk/kdepim.install)
===================================================================
--- testing-x86_64/kdepim.install (rev 0)
+++ testing-x86_64/kdepim.install 2015-09-14 21:53:42 UTC (rev 246210)
@@ -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/testing-x86_64/kleopatra.install (from rev 246209, kdepim/trunk/kleopatra.install)
===================================================================
--- testing-x86_64/kleopatra.install (rev 0)
+++ testing-x86_64/kleopatra.install 2015-09-14 21:53:42 UTC (rev 246210)
@@ -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/testing-x86_64/kmail.install (from rev 246209, kdepim/trunk/kmail.install)
===================================================================
--- testing-x86_64/kmail.install (rev 0)
+++ testing-x86_64/kmail.install 2015-09-14 21:53:42 UTC (rev 246210)
@@ -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/testing-x86_64/korganizer.install (from rev 246209, kdepim/trunk/korganizer.install)
===================================================================
--- testing-x86_64/korganizer.install (rev 0)
+++ testing-x86_64/korganizer.install 2015-09-14 21:53:42 UTC (rev 246210)
@@ -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/testing-x86_64/ktnef.install (from rev 246209, kdepim/trunk/ktnef.install)
===================================================================
--- testing-x86_64/ktnef.install (rev 0)
+++ testing-x86_64/ktnef.install 2015-09-14 21:53:42 UTC (rev 246210)
@@ -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
+}
More information about the arch-commits
mailing list