[arch-commits] Commit in kchmviewer/repos (12 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Nov 15 10:06:20 UTC 2015


    Date: Sunday, November 15, 2015 @ 11:06:20
  Author: jlichtblau
Revision: 146856

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

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

---------------------------------------+
 /PKGBUILD                             |   68 +++++++++++++++++++++
 /kchmviewer.changelog                 |  102 ++++++++++++++++++++++++++++++++
 /kchmviewer.install                   |   24 +++++++
 community-i686/PKGBUILD               |   34 ----------
 community-i686/kchmviewer.changelog   |   48 ---------------
 community-i686/kchmviewer.install     |   12 ---
 community-x86_64/PKGBUILD             |   34 ----------
 community-x86_64/kchmviewer.changelog |   48 ---------------
 community-x86_64/kchmviewer.install   |   12 ---
 9 files changed, 194 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-15 10:05:51 UTC (rev 146855)
+++ community-i686/PKGBUILD	2015-11-15 10:06:20 UTC (rev 146856)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Alexander Bogdanov <andorn at gmail.com>
-
-pkgname=kchmviewer
-pkgver=7.4
-pkgrel=1
-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' 'xdg-utils' 'libzip' 'qt5-webkit')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('5f34c7915523e03651186007d41d2b71cff8d6f8061fc35aadfb751cd20dfae3')
-
-build() {
-  cd $pkgname-$pkgver
-
-  qmake PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-#   make DESTDIR="${pkgdir}" install
-
-   install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
-#icon/desktop file
-  install -Dm644 packages/$pkgname.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
-  install -Dm644 packages/$pkgname.desktop "${pkgdir}"/usr/share/applications/$pkgname.desktop
-}

Copied: kchmviewer/repos/community-i686/PKGBUILD (from rev 146855, kchmviewer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-15 10:06:20 UTC (rev 146856)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Alexander Bogdanov <andorn at gmail.com>
+
+pkgname=kchmviewer
+pkgver=7.5
+pkgrel=1
+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' 'xdg-utils' 'libzip' 'qt5-webkit')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('c81f8fb7ac1fe8a5284e03b0d91def61cbd5638f2276c5de8046251755352e53')
+
+build() {
+  cd $pkgname-$pkgver
+
+  qmake PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+#   make DESTDIR="${pkgdir}" install
+
+  install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
+#icon/desktop file
+  install -Dm644 packages/$pkgname.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
+  install -Dm644 packages/$pkgname.desktop "${pkgdir}"/usr/share/applications/$pkgname.desktop
+}

Deleted: community-i686/kchmviewer.changelog
===================================================================
--- community-i686/kchmviewer.changelog	2015-11-15 10:05:51 UTC (rev 146855)
+++ community-i686/kchmviewer.changelog	2015-11-15 10:06:20 UTC (rev 146856)
@@ -1,48 +0,0 @@
-2015-11-04  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 7.4-1
-
-2015-02-23  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 7.3-1
-
-2015-02-08  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 7.2-2
-	* FS#43740 fix, source file updated
-
-2014-12-23  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 7.2-1
-
-2014-12-14  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 7.1-1
-
-2014-05-12  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 6.1-1
-
-2011-12-21  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 6.0-1
-
-2011-01-15  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer-5.3
-
-2010-06-14  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 5.2
-
-2009-12-19  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 5.1
-
-2009-07-26  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 4.1
-
-2009-04-30  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* FS#14376 fixed
-
-2009-03-26  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* FS#12349 fixed
-
-2008-12-04  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 4.0 final
-
-2008-11-22  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 4.0beta3 - KDE4 version
-
-2007-08-09  Vinay S Shastry  <vinayshastry at gmail.com>
-	* PKGBUILD: do not delete libtool files.

Copied: kchmviewer/repos/community-i686/kchmviewer.changelog (from rev 146855, kchmviewer/trunk/kchmviewer.changelog)
===================================================================
--- community-i686/kchmviewer.changelog	                        (rev 0)
+++ community-i686/kchmviewer.changelog	2015-11-15 10:06:20 UTC (rev 146856)
@@ -0,0 +1,51 @@
+2015-11-15  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 7.5-1
+
+2015-11-04  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 7.4-1
+
+2015-02-23  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 7.3-1
+
+2015-02-08  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 7.2-2
+	* FS#43740 fix, source file updated
+
+2014-12-23  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 7.2-1
+
+2014-12-14  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 7.1-1
+
+2014-05-12  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 6.1-1
+
+2011-12-21  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 6.0-1
+
+2011-01-15  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer-5.3
+
+2010-06-14  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 5.2
+
+2009-12-19  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 5.1
+
+2009-07-26  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 4.1
+
+2009-04-30  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* FS#14376 fixed
+
+2009-03-26  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* FS#12349 fixed
+
+2008-12-04  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 4.0 final
+
+2008-11-22  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 4.0beta3 - KDE4 version
+
+2007-08-09  Vinay S Shastry  <vinayshastry at gmail.com>
+	* PKGBUILD: do not delete libtool files.

Deleted: community-i686/kchmviewer.install
===================================================================
--- community-i686/kchmviewer.install	2015-11-15 10:05:51 UTC (rev 146855)
+++ community-i686/kchmviewer.install	2015-11-15 10:06:20 UTC (rev 146856)
@@ -1,12 +0,0 @@
-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-i686/kchmviewer.install (from rev 146855, kchmviewer/trunk/kchmviewer.install)
===================================================================
--- community-i686/kchmviewer.install	                        (rev 0)
+++ community-i686/kchmviewer.install	2015-11-15 10:06:20 UTC (rev 146856)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-15 10:05:51 UTC (rev 146855)
+++ community-x86_64/PKGBUILD	2015-11-15 10:06:20 UTC (rev 146856)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Alexander Bogdanov <andorn at gmail.com>
-
-pkgname=kchmviewer
-pkgver=7.4
-pkgrel=1
-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' 'xdg-utils' 'libzip' 'qt5-webkit')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('5f34c7915523e03651186007d41d2b71cff8d6f8061fc35aadfb751cd20dfae3')
-
-build() {
-  cd $pkgname-$pkgver
-
-  qmake PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-#   make DESTDIR="${pkgdir}" install
-
-   install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
-#icon/desktop file
-  install -Dm644 packages/$pkgname.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
-  install -Dm644 packages/$pkgname.desktop "${pkgdir}"/usr/share/applications/$pkgname.desktop
-}

Copied: kchmviewer/repos/community-x86_64/PKGBUILD (from rev 146855, kchmviewer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-15 10:06:20 UTC (rev 146856)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Alexander Bogdanov <andorn at gmail.com>
+
+pkgname=kchmviewer
+pkgver=7.5
+pkgrel=1
+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' 'xdg-utils' 'libzip' 'qt5-webkit')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('c81f8fb7ac1fe8a5284e03b0d91def61cbd5638f2276c5de8046251755352e53')
+
+build() {
+  cd $pkgname-$pkgver
+
+  qmake PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+#   make DESTDIR="${pkgdir}" install
+
+  install -Dm755 bin/$pkgname "${pkgdir}"/usr/bin/$pkgname
+#icon/desktop file
+  install -Dm644 packages/$pkgname.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
+  install -Dm644 packages/$pkgname.desktop "${pkgdir}"/usr/share/applications/$pkgname.desktop
+}

Deleted: community-x86_64/kchmviewer.changelog
===================================================================
--- community-x86_64/kchmviewer.changelog	2015-11-15 10:05:51 UTC (rev 146855)
+++ community-x86_64/kchmviewer.changelog	2015-11-15 10:06:20 UTC (rev 146856)
@@ -1,48 +0,0 @@
-2015-11-04  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 7.4-1
-
-2015-02-23  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 7.3-1
-
-2015-02-08  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 7.2-2
-	* FS#43740 fix, source file updated
-
-2014-12-23  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 7.2-1
-
-2014-12-14  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 7.1-1
-
-2014-05-12  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 6.1-1
-
-2011-12-21  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 6.0-1
-
-2011-01-15  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer-5.3
-
-2010-06-14  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 5.2
-
-2009-12-19  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 5.1
-
-2009-07-26  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 4.1
-
-2009-04-30  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* FS#14376 fixed
-
-2009-03-26  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* FS#12349 fixed
-
-2008-12-04  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 4.0 final
-
-2008-11-22  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 4.0beta3 - KDE4 version
-
-2007-08-09  Vinay S Shastry  <vinayshastry at gmail.com>
-	* PKGBUILD: do not delete libtool files.

Copied: kchmviewer/repos/community-x86_64/kchmviewer.changelog (from rev 146855, kchmviewer/trunk/kchmviewer.changelog)
===================================================================
--- community-x86_64/kchmviewer.changelog	                        (rev 0)
+++ community-x86_64/kchmviewer.changelog	2015-11-15 10:06:20 UTC (rev 146856)
@@ -0,0 +1,51 @@
+2015-11-15  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 7.5-1
+
+2015-11-04  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 7.4-1
+
+2015-02-23  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 7.3-1
+
+2015-02-08  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 7.2-2
+	* FS#43740 fix, source file updated
+
+2014-12-23  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 7.2-1
+
+2014-12-14  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 7.1-1
+
+2014-05-12  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 6.1-1
+
+2011-12-21  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 6.0-1
+
+2011-01-15  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer-5.3
+
+2010-06-14  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 5.2
+
+2009-12-19  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 5.1
+
+2009-07-26  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 4.1
+
+2009-04-30  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* FS#14376 fixed
+
+2009-03-26  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* FS#12349 fixed
+
+2008-12-04  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 4.0 final
+
+2008-11-22  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 4.0beta3 - KDE4 version
+
+2007-08-09  Vinay S Shastry  <vinayshastry at gmail.com>
+	* PKGBUILD: do not delete libtool files.

Deleted: community-x86_64/kchmviewer.install
===================================================================
--- community-x86_64/kchmviewer.install	2015-11-15 10:05:51 UTC (rev 146855)
+++ community-x86_64/kchmviewer.install	2015-11-15 10:06:20 UTC (rev 146856)
@@ -1,12 +0,0 @@
-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-x86_64/kchmviewer.install (from rev 146855, kchmviewer/trunk/kchmviewer.install)
===================================================================
--- community-x86_64/kchmviewer.install	                        (rev 0)
+++ community-x86_64/kchmviewer.install	2015-11-15 10:06:20 UTC (rev 146856)
@@ -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
+}



More information about the arch-commits mailing list