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

Antonio Rojas arojas at archlinux.org
Thu Jul 30 07:24:52 UTC 2015


    Date: Thursday, July 30, 2015 @ 09:24:52
  Author: arojas
Revision: 242855

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

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-knode.install
  kdepim/repos/kde-unstable-i686/kdepim-ktnef.install
  kdepim/repos/kde-unstable-i686/kdepim.install
  kdepim/repos/kde-unstable-i686/kleopatra.install
  kdepim/repos/kde-unstable-i686/kmail.install
  kdepim/repos/kde-unstable-i686/korganizer.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-knode.install
  kdepim/repos/kde-unstable-x86_64/kdepim-ktnef.install
  kdepim/repos/kde-unstable-x86_64/kdepim.install
  kdepim/repos/kde-unstable-x86_64/kleopatra.install
  kdepim/repos/kde-unstable-x86_64/kmail.install
  kdepim/repos/kde-unstable-x86_64/korganizer.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-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 -
 18 files changed, 650 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-i686/PKGBUILD	2015-07-30 07:24:52 UTC (rev 242855)
@@ -1,228 +0,0 @@
-# $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 kdepim-console kaddressbook kalarm kleopatra kmail knotes
-         kontact korganizer ktnef libkdepim)
-pkgver=15.07.80
-pkgrel=2
-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')
-        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 calendarviews; 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')
-        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 \
-	  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
-}

Deleted: kde-unstable-i686/akregator.install
===================================================================
--- kde-unstable-i686/akregator.install	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-i686/akregator.install	2015-07-30 07:24:52 UTC (rev 242855)
@@ -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
-}

Deleted: kde-unstable-i686/kaddressbook.install
===================================================================
--- kde-unstable-i686/kaddressbook.install	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-i686/kaddressbook.install	2015-07-30 07:24:52 UTC (rev 242855)
@@ -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
-}

Deleted: kde-unstable-i686/kdepim-knode.install
===================================================================
--- kde-unstable-i686/kdepim-knode.install	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-i686/kdepim-knode.install	2015-07-30 07:24:52 UTC (rev 242855)
@@ -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
-}

Deleted: kde-unstable-i686/kdepim-ktnef.install
===================================================================
--- kde-unstable-i686/kdepim-ktnef.install	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-i686/kdepim-ktnef.install	2015-07-30 07:24:52 UTC (rev 242855)
@@ -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
-}

Deleted: kde-unstable-i686/kdepim.install
===================================================================
--- kde-unstable-i686/kdepim.install	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-i686/kdepim.install	2015-07-30 07:24:52 UTC (rev 242855)
@@ -1,13 +0,0 @@
-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
-}

Deleted: kde-unstable-i686/kleopatra.install
===================================================================
--- kde-unstable-i686/kleopatra.install	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-i686/kleopatra.install	2015-07-30 07:24:52 UTC (rev 242855)
@@ -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
-}

Deleted: kde-unstable-i686/kmail.install
===================================================================
--- kde-unstable-i686/kmail.install	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-i686/kmail.install	2015-07-30 07:24:52 UTC (rev 242855)
@@ -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
-}

Deleted: kde-unstable-i686/korganizer.install
===================================================================
--- kde-unstable-i686/korganizer.install	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-i686/korganizer.install	2015-07-30 07:24:52 UTC (rev 242855)
@@ -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
-}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-x86_64/PKGBUILD	2015-07-30 07:24:52 UTC (rev 242855)
@@ -1,228 +0,0 @@
-# $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 kdepim-console kaddressbook kalarm kleopatra kmail knotes
-         kontact korganizer ktnef libkdepim)
-pkgver=15.07.80
-pkgrel=2
-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')
-        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 calendarviews; 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')
-        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 \
-	  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
-}

Deleted: kde-unstable-x86_64/akregator.install
===================================================================
--- kde-unstable-x86_64/akregator.install	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-x86_64/akregator.install	2015-07-30 07:24:52 UTC (rev 242855)
@@ -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
-}

Deleted: kde-unstable-x86_64/kaddressbook.install
===================================================================
--- kde-unstable-x86_64/kaddressbook.install	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-x86_64/kaddressbook.install	2015-07-30 07:24:52 UTC (rev 242855)
@@ -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
-}

Deleted: kde-unstable-x86_64/kdepim-knode.install
===================================================================
--- kde-unstable-x86_64/kdepim-knode.install	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-x86_64/kdepim-knode.install	2015-07-30 07:24:52 UTC (rev 242855)
@@ -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
-}

Deleted: kde-unstable-x86_64/kdepim-ktnef.install
===================================================================
--- kde-unstable-x86_64/kdepim-ktnef.install	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-x86_64/kdepim-ktnef.install	2015-07-30 07:24:52 UTC (rev 242855)
@@ -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
-}

Deleted: kde-unstable-x86_64/kdepim.install
===================================================================
--- kde-unstable-x86_64/kdepim.install	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-x86_64/kdepim.install	2015-07-30 07:24:52 UTC (rev 242855)
@@ -1,13 +0,0 @@
-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
-}

Deleted: kde-unstable-x86_64/kleopatra.install
===================================================================
--- kde-unstable-x86_64/kleopatra.install	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-x86_64/kleopatra.install	2015-07-30 07:24:52 UTC (rev 242855)
@@ -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
-}

Deleted: kde-unstable-x86_64/kmail.install
===================================================================
--- kde-unstable-x86_64/kmail.install	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-x86_64/kmail.install	2015-07-30 07:24:52 UTC (rev 242855)
@@ -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
-}

Deleted: kde-unstable-x86_64/korganizer.install
===================================================================
--- kde-unstable-x86_64/korganizer.install	2015-07-30 07:23:52 UTC (rev 242854)
+++ kde-unstable-x86_64/korganizer.install	2015-07-30 07:24:52 UTC (rev 242855)
@@ -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
-}



More information about the arch-commits mailing list