[arch-commits] Commit in calligra/repos/extra-x86_64 (28 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Mar 5 18:05:36 UTC 2014


    Date: Wednesday, March 5, 2014 @ 19:05:36
  Author: andrea
Revision: 206904

archrelease: copy trunk to extra-x86_64

Added:
  calligra/repos/extra-x86_64/PKGBUILD
    (from rev 206903, calligra/trunk/PKGBUILD)
  calligra/repos/extra-x86_64/calligra-braindump.install
    (from rev 206903, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-x86_64/calligra-extras.install
    (from rev 206903, calligra/trunk/calligra-extras.install)
  calligra/repos/extra-x86_64/calligra-filters.install
    (from rev 206903, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-x86_64/calligra-flow.install
    (from rev 206903, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-x86_64/calligra-karbon.install
    (from rev 206903, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-x86_64/calligra-kexi.install
    (from rev 206903, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-x86_64/calligra-krita.install
    (from rev 206903, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-x86_64/calligra-plan.install
    (from rev 206903, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-x86_64/calligra-plugins.install
    (from rev 206903, calligra/trunk/calligra-plugins.install)
  calligra/repos/extra-x86_64/calligra-sheets.install
    (from rev 206903, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-x86_64/calligra-stage.install
    (from rev 206903, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-x86_64/calligra-words.install
    (from rev 206903, calligra/trunk/calligra-words.install)
  calligra/repos/extra-x86_64/calligra.install
    (from rev 206903, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/extra-x86_64/PKGBUILD
  calligra/repos/extra-x86_64/calligra-braindump.install
  calligra/repos/extra-x86_64/calligra-extras.install
  calligra/repos/extra-x86_64/calligra-filters.install
  calligra/repos/extra-x86_64/calligra-flow.install
  calligra/repos/extra-x86_64/calligra-karbon.install
  calligra/repos/extra-x86_64/calligra-kexi.install
  calligra/repos/extra-x86_64/calligra-krita.install
  calligra/repos/extra-x86_64/calligra-plan.install
  calligra/repos/extra-x86_64/calligra-plugins.install
  calligra/repos/extra-x86_64/calligra-sheets.install
  calligra/repos/extra-x86_64/calligra-stage.install
  calligra/repos/extra-x86_64/calligra-words.install
  calligra/repos/extra-x86_64/calligra.install

----------------------------+
 PKGBUILD                   |  486 ++++++++++++++++++++++---------------------
 calligra-braindump.install |   24 +-
 calligra-extras.install    |   22 -
 calligra-filters.install   |   22 -
 calligra-flow.install      |   24 +-
 calligra-karbon.install    |   24 +-
 calligra-kexi.install      |   24 +-
 calligra-krita.install     |   26 +-
 calligra-plan.install      |   24 +-
 calligra-plugins.install   |   22 -
 calligra-sheets.install    |   24 +-
 calligra-stage.install     |   24 +-
 calligra-words.install     |   24 +-
 calligra.install           |   22 -
 14 files changed, 405 insertions(+), 387 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-05 18:01:14 UTC (rev 206903)
+++ PKGBUILD	2014-03-05 18:05:36 UTC (rev 206904)
@@ -1,234 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-
-pkgbase=calligra
-pkgname=('calligra-braindump'
-         'calligra-extras'
-         'calligra-filters'
-         'calligra-flow'
-         'calligra-handbook'
-         'calligra-karbon'
-         'calligra-kexi'
-         'calligra-krita'
-         'calligra-libs'
-         'calligra-plan'
-         'calligra-plugins'
-         'calligra-sheets'
-         'calligra-stage'
-         'calligra-words')
-pkgver=2.7.5
-pkgrel=5
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org/'
-license=('FDL1.2' 'GPL2' 'LGPL')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
-             'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg' 'opencolorio'
-             'libwps' 'gsl' 'glew' 'fftw' 'poppler-qt' 'libkdcraw'
-             'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc' 'libvisio')
-             # libpqxx is in community, move it to extra?
-groups=('calligra')
-source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz")
-md5sums=('05d1d0bac970d6dc68ffabc12fca2eb7')
-
-prepare() {
-  mkdir build
-  # fix openjpeg detection
-  sed -i "s:/usr/include/openjpeg:/usr/include/openjpeg-1.5:" \
-     ${srcdir}/${pkgbase}-${pkgver}/cmake/modules/FindOpenJPEG.cmake
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_active=OFF
-  make
-}
-
-package_calligra-filters() {
-  pkgdesc="Filters for the Calligra office suite"
-  optdepends=('libwpg: Corel WordPerfect Graphics image importer'
-              'libwps: Microsoft Works file word processor format import'
-              'libvisio: Microsoft Visio import filter')
-  conflicts=('koffice-filters')
-  replaces=('koffice-filters')
-  install=calligra-filters.install
-
-  cd "${srcdir}"/build/filters
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-libs() {
-  pkgdesc="Libraries for the Calligra office suite"
-  depends=('kdepimlibs' 'lcms2' 'kactivities')
-  conflicts=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
-             'koffice-servicetypes' 'koffice-templates' 'calligra-interfaces'
-             'calligra-pics' 'calligra-servicetypes' 'calligra-templates')
-  replaces=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
-             'koffice-servicetypes' 'koffice-templates' 'calligra-interfaces'
-             'calligra-pics' 'calligra-servicetypes' 'calligra-templates')
-
-  for d in interfaces libs pics servicetypes templates; do
-    cd "${srcdir}"/build/${d}
-    make DESTDIR="${pkgdir}" install
-  done
-}
-
-package_calligra-plugins() {
-  pkgdesc="Plugins for the Calligra office suite"
-  depends=('calligra-libs' 'calligra-filters')
-  optdepends=('kdeedu-marble: map shape for Calligra')
-  conflicts=('koffice-plugins' 'koffice-kchart')
-  replaces=('koffice-plugins' 'koffice-kchart' 'koffice-kformula')
-  install=calligra-plugins.install
-
-  cd "${srcdir}"/build/plugins
-  make DESTDIR="${pkgdir}" install
-  
-  cd "${srcdir}"/build/3rdparty/kdchart
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-karbon() {
-  pkgdesc="Create scalable vector drawings"
-  depends=('calligra-libs' 'kdebase-runtime' 'pstoedit')
-  optdepends=('calligra-filters: import/export filters'
-              'calligra-extras: extra calligra tools')
-  conflicts=('koffice-karbon' 'koffice-karbon-doc' 'calligra-karbon-doc')
-  replaces=('koffice-karbon' 'koffice-karbon-doc' 'calligra-karbon-doc')
-  install=calligra-karbon.install
-
-  cd "${srcdir}"/build/karbon
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-kexi() {
-  pkgdesc="Develop desktop database applications"
-  depends=('calligra-libs' 'glew' 'fftw')
-  optdepends=('libmariadbclient: MariaDB driver'
-              'freetds: Sybase & MS SQL driver'
-              'xbase: XBase driver'
-              'calligra-sheets: Spreadsheet-to-Kexi-table import plugin'
-              'kdeedu-marble: map form widget'
-              'calligra-plugins: extra calligra plugins')
-  conflicts=('koffice-kexi' 'koffice-kexi-doc' 'calligra-kexi-doc')
-  replaces=('koffice-kexi' 'koffice-kexi-doc' 'calligra-kexi-doc')
-  install=calligra-kexi.install
-
-  cd "${srcdir}"/build/kexi
-  make DESTDIR="${pkgdir}" install
-  cd "${srcdir}"/build/doc/kexi
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-plan() {
-  pkgdesc="Calligra Project Management Component"
-  depends=('calligra-words')
-  conflicts=('koffice-kplato' 'calligra-kplato')
-  replaces=('koffice-kplato' 'calligra-kplato')
-  install=calligra-plan.install
-
-  cd "${srcdir}"/build/plan
-  make DESTDIR="${pkgdir}" install
-
-  cd "${srcdir}"/build/3rdparty/kdgantt
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-stage() {
-  pkgdesc="Write presentation documents"
-  depends=('calligra-plugins' 'kdebase-runtime')
-  conflicts=('koffice-kpresenter' 'koffice-kpresenter-doc' 'calligra-stage-doc')
-  replaces=('koffice-kpresenter' 'koffice-kpresenter-doc' 'calligra-stage-doc')
-  install=calligra-stage.install
-
-  cd "${srcdir}"/build/stage
-  make DESTDIR="${pkgdir}" install
-  cd "${srcdir}"/build/doc/stage
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-krita() {
-  pkgdesc="Edit and paint images"
-  depends=('calligra-plugins' 'kdebase-runtime' 'opencolorio' 'libkdcraw'
-           'fftw' 'glew')
-  conflicts=('koffice-krita' 'calligra-krita-doc')
-  replaces=('koffice-krita' 'calligra-krita-doc')
-  install=calligra-krita.install
-
-  cd "${srcdir}"/build/krita
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-sheets() {
-  pkgdesc="Write spreadsheet documents"
-  depends=('calligra-libs' 'gsl' 'kdebase-runtime')
-  optdepends=('calligra-filters: import/export filters'
-              'calligra-plugins: extra calligra plugins'
-              'calligra-extras: extra calligra tools')
-  conflicts=('koffice-kspread' 'koffice-kspread-doc' 'calligra-tables-doc' 'calligra-tables')
-  replaces=('koffice-kspread' 'koffice-kspread-doc' 'calligra-tables-doc' 'calligra-tables')
-  install=calligra-sheets.install
-
-  cd "${srcdir}"/build/sheets
-  make DESTDIR="${pkgdir}" install
-  cd "${srcdir}"/build/doc/sheets
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-words() {
-  pkgdesc="Word Processor"
-  depends=('calligra-plugins' 'kdegraphics-okular')
-  optdepends=('calligra-extras: extra calligra tools')
-  conflicts=('koffice-kword')
-  replaces=('koffice-kword')
-  install=calligra-words.install
-
-  cd "${srcdir}"/build/words
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-handbook() {
-  pkgdesc="Documentation for Calligra"
-  conflicts=('koffice-handbook')
-  replaces=('koffice-handbook')
-  options=('docs')
-
-  cd "${srcdir}"/build/doc/calligra
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-braindump() {
-  pkgdesc="Notes and idea gathering"
-  depends=('calligra-libs' 'kdebase-runtime')
-  install=calligra-braindump.install
-
-  cd "${srcdir}"/build/braindump
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-flow() {
-  pkgdesc="Flowchart & Diagram Editing"
-  depends=('calligra-words')
-  conflicts=('calligra-flow-doc')
-  replaces=('calligra-flow-doc')
-  install=calligra-flow.install
-  optdepends=('calligra-karbon: to export the charts in various formats')
-
-  cd "${srcdir}"/build/flow
-  make DESTDIR="${pkgdir}" install
-}
-
-package_calligra-extras() {
-  pkgdesc="Calligra suite extras"
-  depends=('calligra-libs')
-  optdepends=('kdegraphics-okular')
-  conflicts=('calligra-tools')
-  replaces=('calligra-tools')
-  install=calligra-extras.install
-
-  cd "${srcdir}"/build/extras
-  make DESTDIR="${pkgdir}" install
-}

Copied: calligra/repos/extra-x86_64/PKGBUILD (from rev 206903, calligra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-03-05 18:05:36 UTC (rev 206904)
@@ -0,0 +1,252 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+
+pkgbase=calligra
+pkgname=('calligra-braindump'
+         'calligra-devtools'
+         'calligra-extras'
+         'calligra-filters'
+         'calligra-flow'
+         'calligra-handbook'
+         'calligra-karbon'
+         'calligra-kexi'
+         'calligra-krita'
+         'calligra-libs'
+         'calligra-plan'
+         'calligra-plugins'
+         'calligra-sheets'
+         'calligra-stage'
+         'calligra-words')
+pkgver=2.8.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
+             'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg' 'opencolorio'
+             'libwps' 'gsl' 'glew' 'fftw' 'poppler-qt' 'libkdcraw' 'libodfgen'
+             'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc' 'libvisio'
+             'libetonyek' 'libpqxx' 'libspnav')
+groups=('calligra')
+source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz")
+md5sums=('59abfc331220f5282ea2d6df5e80e899')
+
+prepare() {
+  mkdir build
+
+   # fix openjpeg detection
+  sed -i "s:/usr/include/openjpeg:/usr/include/openjpeg-1.5:" \
+    ${pkgbase}-${pkgver}/cmake/modules/FindOpenJPEG.cmake
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_active=OFF
+  make
+}
+
+package_calligra-filters() {
+  pkgdesc="Filters for the Calligra office suite"
+  depends=('libodfgen')
+  optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+              'libwps: Microsoft Works file word processor format import'
+              'libvisio: Microsoft Visio import filter'
+              'libetonyek: Apple Keynote import filter')
+  conflicts=('koffice-filters')
+  replaces=('koffice-filters')
+  install=calligra-filters.install
+
+  cd build/filters
+  make DESTDIR="${pkgdir}" install
+}
+
+package_calligra-libs() {
+  pkgdesc="Libraries for the Calligra office suite"
+  depends=('kdepimlibs' 'kactivities')
+  conflicts=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
+             'koffice-servicetypes' 'calligra-interfaces'
+             'calligra-pics' 'calligra-servicetypes')
+  replaces=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
+             'koffice-servicetypes' 'calligra-interfaces'
+             'calligra-pics' 'calligra-servicetypes')
+
+  for d in interfaces libs pics servicetypes; do
+    cd "${srcdir}"/build/${d}
+    make DESTDIR="${pkgdir}" install
+  done
+}
+
+package_calligra-plugins() {
+  pkgdesc="Plugins for the Calligra office suite"
+  depends=('calligra-libs' 'calligra-filters' 'libspnav')
+  optdepends=('kdeedu-marble: map shape for Calligra')
+  conflicts=('koffice-plugins' 'koffice-kchart')
+  replaces=('koffice-plugins' 'koffice-kchart' 'koffice-kformula')
+  install=calligra-plugins.install
+
+  cd build/plugins
+  make DESTDIR="${pkgdir}" install
+
+  cd ../3rdparty/kdchart
+  make DESTDIR="${pkgdir}" install
+}
+
+package_calligra-karbon() {
+  pkgdesc="Create scalable vector drawings"
+  depends=('calligra-libs' 'kdebase-runtime' 'pstoedit')
+  optdepends=('calligra-filters: import/export filters'
+              'calligra-extras: extra calligra tools')
+  conflicts=('koffice-karbon' 'koffice-karbon-doc' 'calligra-karbon-doc')
+  replaces=('koffice-karbon' 'koffice-karbon-doc' 'calligra-karbon-doc')
+  install=calligra-karbon.install
+
+  cd build/karbon
+  make DESTDIR="${pkgdir}" install
+}
+
+package_calligra-kexi() {
+  pkgdesc="Develop desktop database applications"
+  depends=('calligra-libs' 'glew' 'fftw')
+  optdepends=('libmariadbclient: MariaDB driver'
+              'libpqxx: PostgreSQL driver'
+              'freetds: Sybase & MS SQL driver'
+              'xbase: XBase driver'
+              'calligra-sheets: Spreadsheet-to-Kexi-table import plugin'
+              'kdeedu-marble: map form widget'
+              'calligra-plugins: extra calligra plugins')
+  conflicts=('koffice-kexi' 'koffice-kexi-doc' 'calligra-kexi-doc')
+  replaces=('koffice-kexi' 'koffice-kexi-doc' 'calligra-kexi-doc')
+  install=calligra-kexi.install
+
+  cd build/kexi
+  make DESTDIR="${pkgdir}" install
+  cd ../doc/kexi
+  make DESTDIR="${pkgdir}" install
+}
+
+package_calligra-plan() {
+  pkgdesc="Calligra Project Management Component"
+  depends=('calligra-words')
+  conflicts=('koffice-kplato' 'calligra-kplato')
+  replaces=('koffice-kplato' 'calligra-kplato')
+  install=calligra-plan.install
+
+  cd build/plan
+  make DESTDIR="${pkgdir}" install
+
+  cd ../3rdparty/kdgantt
+  make DESTDIR="${pkgdir}" install
+}
+
+package_calligra-stage() {
+  pkgdesc="Write presentation documents"
+  depends=('calligra-plugins' 'kdebase-runtime')
+  conflicts=('koffice-kpresenter' 'koffice-kpresenter-doc' 'calligra-stage-doc')
+  replaces=('koffice-kpresenter' 'koffice-kpresenter-doc' 'calligra-stage-doc')
+  install=calligra-stage.install
+
+  cd build/stage
+  make DESTDIR="${pkgdir}" install
+  cd ../doc/stage
+  make DESTDIR="${pkgdir}" install
+}
+
+package_calligra-krita() {
+  pkgdesc="Edit and paint images"
+  depends=('calligra-plugins' 'kdebase-runtime' 'opencolorio' 'libkdcraw'
+           'fftw' 'glew')
+  conflicts=('koffice-krita' 'calligra-krita-doc')
+  replaces=('koffice-krita' 'calligra-krita-doc')
+  install=calligra-krita.install
+
+  cd build/krita
+  make DESTDIR="${pkgdir}" install
+}
+
+package_calligra-sheets() {
+  pkgdesc="Write spreadsheet documents"
+  depends=('calligra-libs' 'gsl' 'kdebase-runtime')
+  optdepends=('calligra-filters: import/export filters'
+              'calligra-plugins: extra calligra plugins'
+              'calligra-extras: extra calligra tools')
+  conflicts=('koffice-kspread' 'koffice-kspread-doc' 'calligra-tables-doc' 'calligra-tables')
+  replaces=('koffice-kspread' 'koffice-kspread-doc' 'calligra-tables-doc' 'calligra-tables')
+  install=calligra-sheets.install
+
+  cd build/sheets
+  make DESTDIR="${pkgdir}" install
+  cd ../doc/sheets
+  make DESTDIR="${pkgdir}" install
+}
+
+package_calligra-words() {
+  pkgdesc="Word Processor"
+  depends=('calligra-plugins' 'kdegraphics-okular')
+  optdepends=('calligra-extras: extra calligra tools')
+  conflicts=('koffice-kword')
+  replaces=('koffice-kword')
+  install=calligra-words.install
+
+  cd build/words
+  make DESTDIR="${pkgdir}" install
+}
+
+package_calligra-handbook() {
+  pkgdesc="Documentation for Calligra"
+  conflicts=('koffice-handbook')
+  replaces=('koffice-handbook')
+  options=('docs')
+
+  cd build/doc/calligra
+  make DESTDIR="${pkgdir}" install
+}
+
+package_calligra-braindump() {
+  pkgdesc="Notes and idea gathering"
+  depends=('calligra-libs' 'kdebase-runtime')
+  install=calligra-braindump.install
+
+  cd build/braindump
+  make DESTDIR="${pkgdir}" install
+}
+
+package_calligra-flow() {
+  pkgdesc="Flowchart & Diagram Editing"
+  depends=('calligra-words')
+  optdepends=('calligra-karbon: to export the charts in various formats')
+  conflicts=('calligra-flow-doc')
+  replaces=('calligra-flow-doc')
+  install=calligra-flow.install
+
+  cd build/flow
+  make DESTDIR="${pkgdir}" install
+}
+
+package_calligra-extras() {
+  pkgdesc="Calligra suite extras"
+  depends=('calligra-libs')
+  optdepends=('kdegraphics-okular')
+  conflicts=('calligra-tools' 'koffice-templates' 'calligra-templats')
+  replaces=('calligra-tools' 'koffice-templates' 'calligra-templats')
+  install=calligra-extras.install
+
+  cd build/extras
+  make DESTDIR="${pkgdir}" install
+
+  cd ../data
+  make DESTDIR="${pkgdir}" install
+}
+
+package_calligra-devtools() {
+  pkgdesc="Calligra developer tools"
+  depends=('calligra-libs')
+
+  cd build/devtools
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: calligra-braindump.install
===================================================================
--- calligra-braindump.install	2014-03-05 18:01:14 UTC (rev 206903)
+++ calligra-braindump.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -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
-}
\ No newline at end of file

Copied: calligra/repos/extra-x86_64/calligra-braindump.install (from rev 206903, calligra/trunk/calligra-braindump.install)
===================================================================
--- calligra-braindump.install	                        (rev 0)
+++ calligra-braindump.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -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
+}
\ No newline at end of file

Deleted: calligra-extras.install
===================================================================
--- calligra-extras.install	2014-03-05 18:01:14 UTC (rev 206903)
+++ calligra-extras.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -1,11 +0,0 @@
-post_install() {
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: calligra/repos/extra-x86_64/calligra-extras.install (from rev 206903, calligra/trunk/calligra-extras.install)
===================================================================
--- calligra-extras.install	                        (rev 0)
+++ calligra-extras.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -0,0 +1,11 @@
+post_install() {
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: calligra-filters.install
===================================================================
--- calligra-filters.install	2014-03-05 18:01:14 UTC (rev 206903)
+++ calligra-filters.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -1,11 +0,0 @@
-post_install() {
-	update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: calligra/repos/extra-x86_64/calligra-filters.install (from rev 206903, calligra/trunk/calligra-filters.install)
===================================================================
--- calligra-filters.install	                        (rev 0)
+++ calligra-filters.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -0,0 +1,11 @@
+post_install() {
+	update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: calligra-flow.install
===================================================================
--- calligra-flow.install	2014-03-05 18:01:14 UTC (rev 206903)
+++ calligra-flow.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: calligra/repos/extra-x86_64/calligra-flow.install (from rev 206903, calligra/trunk/calligra-flow.install)
===================================================================
--- calligra-flow.install	                        (rev 0)
+++ calligra-flow.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: calligra-karbon.install
===================================================================
--- calligra-karbon.install	2014-03-05 18:01:14 UTC (rev 206903)
+++ calligra-karbon.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -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
-}
\ No newline at end of file

Copied: calligra/repos/extra-x86_64/calligra-karbon.install (from rev 206903, calligra/trunk/calligra-karbon.install)
===================================================================
--- calligra-karbon.install	                        (rev 0)
+++ calligra-karbon.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -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
+}
\ No newline at end of file

Deleted: calligra-kexi.install
===================================================================
--- calligra-kexi.install	2014-03-05 18:01:14 UTC (rev 206903)
+++ calligra-kexi.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -1,12 +0,0 @@
-post_install() {
-	update-desktop-database -q
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: calligra/repos/extra-x86_64/calligra-kexi.install (from rev 206903, calligra/trunk/calligra-kexi.install)
===================================================================
--- calligra-kexi.install	                        (rev 0)
+++ calligra-kexi.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -0,0 +1,12 @@
+post_install() {
+	update-desktop-database -q
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: calligra-krita.install
===================================================================
--- calligra-krita.install	2014-03-05 18:01:14 UTC (rev 206903)
+++ calligra-krita.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -1,13 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-	update-mime-database usr/share/mime &> /dev/null
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}
\ No newline at end of file

Copied: calligra/repos/extra-x86_64/calligra-krita.install (from rev 206903, calligra/trunk/calligra-krita.install)
===================================================================
--- calligra-krita.install	                        (rev 0)
+++ calligra-krita.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -0,0 +1,13 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-mime-database usr/share/mime &> /dev/null
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}
\ No newline at end of file

Deleted: calligra-plan.install
===================================================================
--- calligra-plan.install	2014-03-05 18:01:14 UTC (rev 206903)
+++ calligra-plan.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -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
-}
\ No newline at end of file

Copied: calligra/repos/extra-x86_64/calligra-plan.install (from rev 206903, calligra/trunk/calligra-plan.install)
===================================================================
--- calligra-plan.install	                        (rev 0)
+++ calligra-plan.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -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
+}
\ No newline at end of file

Deleted: calligra-plugins.install
===================================================================
--- calligra-plugins.install	2014-03-05 18:01:14 UTC (rev 206903)
+++ calligra-plugins.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -1,11 +0,0 @@
-post_install() {
-    update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: calligra/repos/extra-x86_64/calligra-plugins.install (from rev 206903, calligra/trunk/calligra-plugins.install)
===================================================================
--- calligra-plugins.install	                        (rev 0)
+++ calligra-plugins.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -0,0 +1,11 @@
+post_install() {
+    update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: calligra-sheets.install
===================================================================
--- calligra-sheets.install	2014-03-05 18:01:14 UTC (rev 206903)
+++ calligra-sheets.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: calligra/repos/extra-x86_64/calligra-sheets.install (from rev 206903, calligra/trunk/calligra-sheets.install)
===================================================================
--- calligra-sheets.install	                        (rev 0)
+++ calligra-sheets.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: calligra-stage.install
===================================================================
--- calligra-stage.install	2014-03-05 18:01:14 UTC (rev 206903)
+++ calligra-stage.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: calligra/repos/extra-x86_64/calligra-stage.install (from rev 206903, calligra/trunk/calligra-stage.install)
===================================================================
--- calligra-stage.install	                        (rev 0)
+++ calligra-stage.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: calligra-words.install
===================================================================
--- calligra-words.install	2014-03-05 18:01:14 UTC (rev 206903)
+++ calligra-words.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: calligra/repos/extra-x86_64/calligra-words.install (from rev 206903, calligra/trunk/calligra-words.install)
===================================================================
--- calligra-words.install	                        (rev 0)
+++ calligra-words.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: calligra.install
===================================================================
--- calligra.install	2014-03-05 18:01:14 UTC (rev 206903)
+++ calligra.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: calligra/repos/extra-x86_64/calligra.install (from rev 206903, calligra/trunk/calligra.install)
===================================================================
--- calligra.install	                        (rev 0)
+++ calligra.install	2014-03-05 18:05:36 UTC (rev 206904)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list