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

Balló György bgyorgy at gemini.archlinux.org
Thu Nov 11 00:26:40 UTC 2021


    Date: Thursday, November 11, 2021 @ 00:26:40
  Author: bgyorgy
Revision: 1040712

archrelease: copy trunk to community-x86_64

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

----------------------+
 PKGBUILD             |  104 +++++++++++++++++++++++-------------------
 kchmviewer.changelog |  120 ++++++++++++++++++++++++-------------------------
 2 files changed, 118 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-11 00:26:32 UTC (rev 1040711)
+++ PKGBUILD	2021-11-11 00:26:40 UTC (rev 1040712)
@@ -1,46 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Alexander Bogdanov <andorn at gmail.com>
-
-pkgname=kchmviewer
-pkgver=8.0
-pkgrel=2
-pkgdesc="A .chm files (MS HTML help file format) viewer"
-arch=('x86_64')
-url="http://kchmviewer.sourceforge.net/"
-license=('GPL')
-depends=('chmlib' 'libzip' 'qt5-webengine')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/gyunaev/$pkgname/archive/refs/tags/RELEASE_8_0.tar.gz
-       fix-8.0-build.patch::https://github.com/gyunaev/$pkgname/commit/e3b09edbbae17ad19661a7514afe5a9d84ca0ffa.patch
-       no-webkit.patch::https://github.com/gyunaev/kchmviewer/commit/a4a3984465cb635822953350c571950ae726b539.patch)
-sha256sums=('0eec144b2c09c8b6be98b795f84767098c893bdad7b5a3d11fc5faafead5f9b2'
-            '9a3022ce78ab97b6816f80b04557dc25c5dde868e6d89a2a2435ce51417b4f2c'
-            '9c93744dd0ee02f0004a196499bb90c32aee67daf6efc7c104dd6714ae12f983')
-
-prepare() {
-  cd $pkgname-RELEASE_8_0
-
-#https://github.com/gyunaev/kchmviewer/issues/9
-  patch -Np1 -i "${srcdir}"/fix-8.0-build.patch
-
-#remove unused webkit
-  patch -Np1 -i "${srcdir}"/no-webkit.patch
-}
-
-build() {
-  cd $pkgname-RELEASE_8_0
-
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-RELEASE_8_0
-
-  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 1040711, kchmviewer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-11 00:26:40 UTC (rev 1040712)
@@ -0,0 +1,58 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Alexander Bogdanov <andorn at gmail.com>
+
+pkgname=kchmviewer
+pkgver=8.0
+pkgrel=3
+pkgdesc="A .chm files (MS HTML help file format) viewer"
+arch=('x86_64')
+url="http://kchmviewer.sourceforge.net/"
+license=('GPL')
+depends=('chmlib' 'libzip' 'qt5-webengine')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/gyunaev/$pkgname/archive/refs/tags/RELEASE_8_0.tar.gz
+       $pkgname-$pkgver-url-scheme.patch::https://github.com/gyunaev/$pkgname/commit/9ac73e7ad15de08aab6b1198115be2eb44da7afe.patch
+       $pkgname-$pkgver-no-webkit.patch::https://github.com/gyunaev/$pkgname/commit/a4a3984465cb635822953350c571950ae726b539.patch
+       $pkgname-$pkgver-fix-8.0-build.patch::https://github.com/gyunaev/$pkgname/commit/e3b09edbbae17ad19661a7514afe5a9d84ca0ffa.patch
+       $pkgname-$pkgver-qtwebengine.patch::https://github.com/gyunaev/$pkgname/commit/99a6d94bdfce9c4578cce82707e71863a71d1453.patch)
+sha256sums=('0eec144b2c09c8b6be98b795f84767098c893bdad7b5a3d11fc5faafead5f9b2'
+            '982026d08f1ae9d77ff8fcb3a6e3b14a4c473461362517ac8ab6d13f8a75f116'
+            '9c93744dd0ee02f0004a196499bb90c32aee67daf6efc7c104dd6714ae12f983'
+            '9a3022ce78ab97b6816f80b04557dc25c5dde868e6d89a2a2435ce51417b4f2c'
+            '5689a4753d895fc3060e1068c041c45784c079f75739593946ef8860940756b7')
+
+prepare() {
+  cd $pkgname-RELEASE_8_0
+  
+#https://github.com/gyunaev/kchmviewer/issues/10
+  patch -Np1 -i "${srcdir}"/$pkgname-$pkgver-url-scheme.patch
+
+
+#remove unused webkit
+  patch -Np1 -i "${srcdir}"/$pkgname-$pkgver-no-webkit.patch
+
+#https://github.com/gyunaev/kchmviewer/issues/9
+  patch -Np1 -i "${srcdir}"/$pkgname-$pkgver-fix-8.0-build.patch
+
+#https://github.com/gyunaev/kchmviewer/pull/13
+  patch -Np1 -i "${srcdir}"/$pkgname-$pkgver-qtwebengine.patch
+
+}
+
+build() {
+  cd $pkgname-RELEASE_8_0
+
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-RELEASE_8_0
+
+  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: kchmviewer.changelog
===================================================================
--- kchmviewer.changelog	2021-11-11 00:26:32 UTC (rev 1040711)
+++ kchmviewer.changelog	2021-11-11 00:26:40 UTC (rev 1040712)
@@ -1,60 +0,0 @@
-2021-06-05  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 8.0-1
-
-2016-12-08  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 7.7-1
-
-2016-04-30  Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* kchmviewer 7.5-2 pacman hooks rebuild
-
-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.

Copied: kchmviewer/repos/community-x86_64/kchmviewer.changelog (from rev 1040711, kchmviewer/trunk/kchmviewer.changelog)
===================================================================
--- kchmviewer.changelog	                        (rev 0)
+++ kchmviewer.changelog	2021-11-11 00:26:40 UTC (rev 1040712)
@@ -0,0 +1,60 @@
+2021-06-05  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 8.0-1
+
+2016-12-08  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 7.7-1
+
+2016-04-30  Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* kchmviewer 7.5-2 pacman hooks rebuild
+
+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.



More information about the arch-commits mailing list