[arch-commits] Commit in kchmviewer/repos/community-x86_64 (6 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Dec 23 11:31:16 UTC 2014


    Date: Tuesday, December 23, 2014 @ 12:31:16
  Author: jlichtblau
Revision: 124395

archrelease: copy trunk to community-x86_64

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

----------------------+
 PKGBUILD             |   68 ++++++++++++++++++++++-----------------------
 kchmviewer.changelog |   73 +++++++++++++++++++++++++------------------------
 kchmviewer.install   |   24 ++++++++--------
 3 files changed, 84 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-23 11:31:05 UTC (rev 124394)
+++ PKGBUILD	2014-12-23 11:31:16 UTC (rev 124395)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemory at archlinux.org>
-# Contributor: Alexander Bogdanov <andorn at gmail.com>
-
-pkgname=kchmviewer
-pkgver=7.1
-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' 'kdebase-runtime' 'xdg-utils' 'libzip')
-makedepends=('automoc4' 'cmake')
-options=('libtool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('a410d0a343d8a871cc860e2983079981806eb70cbf0c970fa1bcf5689821144f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#icon file
-  install -Dm644 packages/$pkgname.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
-}

Copied: kchmviewer/repos/community-x86_64/PKGBUILD (from rev 124394, kchmviewer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-23 11:31:16 UTC (rev 124395)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemory at archlinux.org>
+# Contributor: Alexander Bogdanov <andorn at gmail.com>
+
+pkgname=kchmviewer
+pkgver=7.2
+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' 'kdebase-runtime' 'xdg-utils' 'libzip')
+makedepends=('automoc4' 'cmake')
+options=('libtool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('124e59490b00e561ffe6719634fb8345e2d578612af68fbc84b292dd082ced7a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#icon file
+  install -Dm644 packages/$pkgname.png "${pkgdir}"/usr/share/pixmaps/$pkgname.png
+}

Deleted: kchmviewer.changelog
===================================================================
--- kchmviewer.changelog	2014-12-23 11:31:05 UTC (rev 124394)
+++ kchmviewer.changelog	2014-12-23 11:31:16 UTC (rev 124395)
@@ -1,35 +0,0 @@
-2014-12-14  Jaroslav Lichtblau <svetlemodry at aarchlinux.org>
-	* kchmviewer 7.1-1
-
-2014-05-12  Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* kchmviewer 6.1-1
-
-2011-12-21  Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* kchmviewer 6.0-1
-
-2011-01-15  Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* kchmviewer-5.3
-
-2010-06-14  Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 5.2
-
-2009-12-19  Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 5.1
-
-2009-07-26  Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 4.1
-
-2009-04-30  Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* FS#14376 fixed
-
-2009-03-26  Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* FS#12349 fixed
-
-2008-12-04  Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 4.0 final
-
-2008-11-22  Jaroslav Lichtblau <dragonlord at aur.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 124394, kchmviewer/trunk/kchmviewer.changelog)
===================================================================
--- kchmviewer.changelog	                        (rev 0)
+++ kchmviewer.changelog	2014-12-23 11:31:16 UTC (rev 124395)
@@ -0,0 +1,38 @@
+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: kchmviewer.install
===================================================================
--- kchmviewer.install	2014-12-23 11:31:05 UTC (rev 124394)
+++ kchmviewer.install	2014-12-23 11:31:16 UTC (rev 124395)
@@ -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 124394, kchmviewer/trunk/kchmviewer.install)
===================================================================
--- kchmviewer.install	                        (rev 0)
+++ kchmviewer.install	2014-12-23 11:31:16 UTC (rev 124395)
@@ -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