Date: Tuesday, February 26, 2013 @ 17:50:42
  Author: andrea
Revision: 84990

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  kchmviewer/repos/community-staging-i686/
  kchmviewer/repos/community-staging-i686/PKGBUILD
    (from rev 84989, kchmviewer/trunk/PKGBUILD)
  kchmviewer/repos/community-staging-i686/kchmviewer.changelog
    (from rev 84989, kchmviewer/trunk/kchmviewer.changelog)
  kchmviewer/repos/community-staging-i686/kchmviewer.install
    (from rev 84989, kchmviewer/trunk/kchmviewer.install)
  kchmviewer/repos/community-staging-x86_64/
  kchmviewer/repos/community-staging-x86_64/PKGBUILD
    (from rev 84989, kchmviewer/trunk/PKGBUILD)
  kchmviewer/repos/community-staging-x86_64/kchmviewer.changelog
    (from rev 84989, kchmviewer/trunk/kchmviewer.changelog)
  kchmviewer/repos/community-staging-x86_64/kchmviewer.install
    (from rev 84989, kchmviewer/trunk/kchmviewer.install)

-----------------------------------------------+
 community-staging-i686/PKGBUILD               |   40 ++++++++++++++++++++++++
 community-staging-i686/kchmviewer.changelog   |   29 +++++++++++++++++
 community-staging-i686/kchmviewer.install     |   12 +++++++
 community-staging-x86_64/PKGBUILD             |   40 ++++++++++++++++++++++++
 community-staging-x86_64/kchmviewer.changelog |   29 +++++++++++++++++
 community-staging-x86_64/kchmviewer.install   |   12 +++++++
 6 files changed, 162 insertions(+)

Copied: kchmviewer/repos/community-staging-i686/PKGBUILD (from rev 84989, 
kchmviewer/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2013-02-26 16:50:42 UTC (rev 84990)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Alexander Bogdanov <[email protected]>
+
+pkgname=kchmviewer
+pkgver=6.0
+pkgrel=3
+pkgdesc="A .chm files (MS HTML help file format) viewer"
+arch=('i686' 'x86_64')
+url="http://kchmviewer.sourceforge.net/";
+license=('GPL')
+depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils')
+makedepends=('automoc4' 'cmake')
+options=('libtool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('81c856434a86977039c36cb10f2427cc8cb1ea29a778f24fff2285d49c717979')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#icon file
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/packages/$pkgname.png \
+    ${pkgdir}/usr/share/pixmaps/$pkgname.png
+
+#msits.protocol file provided by kdegraphics-okular package
+  rm -rf ${pkgdir}/usr/share/kde4
+#kio_msits.so file provided by kdegraphics-okular package - FS#14376
+  rm -rf ${pkgdir}/usr/lib
+}

Copied: kchmviewer/repos/community-staging-i686/kchmviewer.changelog (from rev 
84989, kchmviewer/trunk/kchmviewer.changelog)
===================================================================
--- community-staging-i686/kchmviewer.changelog                         (rev 0)
+++ community-staging-i686/kchmviewer.changelog 2013-02-26 16:50:42 UTC (rev 
84990)
@@ -0,0 +1,29 @@
+2011-12-21  Jaroslav Lichtblau <[email protected]>
+       * kchmviewer 6.0-1
+
+2011-01-15  Jaroslav Lichtblau <[email protected]>
+       * kchmviewer-5.3
+
+2010-06-14  Jaroslav Lichtblau <[email protected]>
+       * Update to major release 5.2
+
+2009-12-19  Jaroslav Lichtblau <[email protected]>
+       * Update to major release 5.1
+
+2009-07-26  Jaroslav Lichtblau <[email protected]>
+       * Update to major release 4.1
+
+2009-04-30  Jaroslav Lichtblau <[email protected]>
+       * FS#14376 fixed
+
+2009-03-26  Jaroslav Lichtblau <[email protected]>
+       * FS#12349 fixed
+
+2008-12-04  Jaroslav Lichtblau <[email protected]>
+       * Update to major release 4.0 final
+
+2008-11-22  Jaroslav Lichtblau <[email protected]>
+       * Update to major release 4.0beta3 - KDE4 version
+
+2007-08-09  Vinay S Shastry  <[email protected]>
+       * PKGBUILD: do not delete libtool files.

Copied: kchmviewer/repos/community-staging-i686/kchmviewer.install (from rev 
84989, kchmviewer/trunk/kchmviewer.install)
===================================================================
--- community-staging-i686/kchmviewer.install                           (rev 0)
+++ community-staging-i686/kchmviewer.install   2013-02-26 16:50:42 UTC (rev 
84990)
@@ -0,0 +1,12 @@
+post_install() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kchmviewer/repos/community-staging-x86_64/PKGBUILD (from rev 84989, 
kchmviewer/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-26 16:50:42 UTC (rev 84990)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Alexander Bogdanov <[email protected]>
+
+pkgname=kchmviewer
+pkgver=6.0
+pkgrel=3
+pkgdesc="A .chm files (MS HTML help file format) viewer"
+arch=('i686' 'x86_64')
+url="http://kchmviewer.sourceforge.net/";
+license=('GPL')
+depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils')
+makedepends=('automoc4' 'cmake')
+options=('libtool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('81c856434a86977039c36cb10f2427cc8cb1ea29a778f24fff2285d49c717979')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#icon file
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/packages/$pkgname.png \
+    ${pkgdir}/usr/share/pixmaps/$pkgname.png
+
+#msits.protocol file provided by kdegraphics-okular package
+  rm -rf ${pkgdir}/usr/share/kde4
+#kio_msits.so file provided by kdegraphics-okular package - FS#14376
+  rm -rf ${pkgdir}/usr/lib
+}

Copied: kchmviewer/repos/community-staging-x86_64/kchmviewer.changelog (from 
rev 84989, kchmviewer/trunk/kchmviewer.changelog)
===================================================================
--- community-staging-x86_64/kchmviewer.changelog                               
(rev 0)
+++ community-staging-x86_64/kchmviewer.changelog       2013-02-26 16:50:42 UTC 
(rev 84990)
@@ -0,0 +1,29 @@
+2011-12-21  Jaroslav Lichtblau <[email protected]>
+       * kchmviewer 6.0-1
+
+2011-01-15  Jaroslav Lichtblau <[email protected]>
+       * kchmviewer-5.3
+
+2010-06-14  Jaroslav Lichtblau <[email protected]>
+       * Update to major release 5.2
+
+2009-12-19  Jaroslav Lichtblau <[email protected]>
+       * Update to major release 5.1
+
+2009-07-26  Jaroslav Lichtblau <[email protected]>
+       * Update to major release 4.1
+
+2009-04-30  Jaroslav Lichtblau <[email protected]>
+       * FS#14376 fixed
+
+2009-03-26  Jaroslav Lichtblau <[email protected]>
+       * FS#12349 fixed
+
+2008-12-04  Jaroslav Lichtblau <[email protected]>
+       * Update to major release 4.0 final
+
+2008-11-22  Jaroslav Lichtblau <[email protected]>
+       * Update to major release 4.0beta3 - KDE4 version
+
+2007-08-09  Vinay S Shastry  <[email protected]>
+       * PKGBUILD: do not delete libtool files.

Copied: kchmviewer/repos/community-staging-x86_64/kchmviewer.install (from rev 
84989, kchmviewer/trunk/kchmviewer.install)
===================================================================
--- community-staging-x86_64/kchmviewer.install                         (rev 0)
+++ community-staging-x86_64/kchmviewer.install 2013-02-26 16:50:42 UTC (rev 
84990)
@@ -0,0 +1,12 @@
+post_install() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Reply via email to