[arch-commits] Commit in kdepim/repos (16 files)

Antonio Rojas arojas at archlinux.org
Sun Mar 27 11:18:16 UTC 2016


    Date: Sunday, March 27, 2016 @ 13:18:16
  Author: arojas
Revision: 262805

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

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

-------------------------------------+
 staging-i686/PKGBUILD               |  223 ++++++++++++++++++++++++++++++++++
 staging-i686/akregator.install      |   12 +
 staging-i686/kaddressbook.install   |   12 +
 staging-i686/kdepim.install         |   13 +
 staging-i686/kmail.install          |   12 +
 staging-i686/korganizer.install     |   12 +
 staging-i686/ktnef.install          |   12 +
 staging-x86_64/PKGBUILD             |  223 ++++++++++++++++++++++++++++++++++
 staging-x86_64/akregator.install    |   12 +
 staging-x86_64/kaddressbook.install |   12 +
 staging-x86_64/kdepim.install       |   13 +
 staging-x86_64/kmail.install        |   12 +
 staging-x86_64/korganizer.install   |   12 +
 staging-x86_64/ktnef.install        |   12 +
 14 files changed, 592 insertions(+)

Copied: kdepim/repos/staging-i686/PKGBUILD (from rev 262804, kdepim/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-27 11:18:16 UTC (rev 262805)
@@ -0,0 +1,223 @@
+# $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 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/staging-i686/akregator.install (from rev 262804, kdepim/kde-unstable/akregator.install)
===================================================================
--- staging-i686/akregator.install	                        (rev 0)
+++ staging-i686/akregator.install	2016-03-27 11:18:16 UTC (rev 262805)
@@ -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/staging-i686/kaddressbook.install (from rev 262804, kdepim/kde-unstable/kaddressbook.install)
===================================================================
--- staging-i686/kaddressbook.install	                        (rev 0)
+++ staging-i686/kaddressbook.install	2016-03-27 11:18:16 UTC (rev 262805)
@@ -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/staging-i686/kdepim.install (from rev 262804, kdepim/kde-unstable/kdepim.install)
===================================================================
--- staging-i686/kdepim.install	                        (rev 0)
+++ staging-i686/kdepim.install	2016-03-27 11:18:16 UTC (rev 262805)
@@ -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
+}

Copied: kdepim/repos/staging-i686/kmail.install (from rev 262804, kdepim/kde-unstable/kmail.install)
===================================================================
--- staging-i686/kmail.install	                        (rev 0)
+++ staging-i686/kmail.install	2016-03-27 11:18:16 UTC (rev 262805)
@@ -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/staging-i686/korganizer.install (from rev 262804, kdepim/kde-unstable/korganizer.install)
===================================================================
--- staging-i686/korganizer.install	                        (rev 0)
+++ staging-i686/korganizer.install	2016-03-27 11:18:16 UTC (rev 262805)
@@ -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/staging-i686/ktnef.install (from rev 262804, kdepim/kde-unstable/ktnef.install)
===================================================================
--- staging-i686/ktnef.install	                        (rev 0)
+++ staging-i686/ktnef.install	2016-03-27 11:18:16 UTC (rev 262805)
@@ -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/staging-x86_64/PKGBUILD (from rev 262804, kdepim/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-27 11:18:16 UTC (rev 262805)
@@ -0,0 +1,223 @@
+# $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 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/staging-x86_64/akregator.install (from rev 262804, kdepim/kde-unstable/akregator.install)
===================================================================
--- staging-x86_64/akregator.install	                        (rev 0)
+++ staging-x86_64/akregator.install	2016-03-27 11:18:16 UTC (rev 262805)
@@ -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/staging-x86_64/kaddressbook.install (from rev 262804, kdepim/kde-unstable/kaddressbook.install)
===================================================================
--- staging-x86_64/kaddressbook.install	                        (rev 0)
+++ staging-x86_64/kaddressbook.install	2016-03-27 11:18:16 UTC (rev 262805)
@@ -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/staging-x86_64/kdepim.install (from rev 262804, kdepim/kde-unstable/kdepim.install)
===================================================================
--- staging-x86_64/kdepim.install	                        (rev 0)
+++ staging-x86_64/kdepim.install	2016-03-27 11:18:16 UTC (rev 262805)
@@ -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
+}

Copied: kdepim/repos/staging-x86_64/kmail.install (from rev 262804, kdepim/kde-unstable/kmail.install)
===================================================================
--- staging-x86_64/kmail.install	                        (rev 0)
+++ staging-x86_64/kmail.install	2016-03-27 11:18:16 UTC (rev 262805)
@@ -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/staging-x86_64/korganizer.install (from rev 262804, kdepim/kde-unstable/korganizer.install)
===================================================================
--- staging-x86_64/korganizer.install	                        (rev 0)
+++ staging-x86_64/korganizer.install	2016-03-27 11:18:16 UTC (rev 262805)
@@ -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/staging-x86_64/ktnef.install (from rev 262804, kdepim/kde-unstable/ktnef.install)
===================================================================
--- staging-x86_64/ktnef.install	                        (rev 0)
+++ staging-x86_64/ktnef.install	2016-03-27 11:18:16 UTC (rev 262805)
@@ -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