[arch-commits] Commit in xchm/trunk (PKGBUILD xchm.appdata.xml xchm.desktop)

Balló György bgyorgy at archlinux.org
Tue Jun 18 23:00:46 UTC 2019


    Date: Tuesday, June 18, 2019 @ 23:00:46
  Author: bgyorgy
Revision: 482225

upgpkg: xchm 1.29-1

Update to new version

Modified:
  xchm/trunk/PKGBUILD
Deleted:
  xchm/trunk/xchm.appdata.xml
  xchm/trunk/xchm.desktop

------------------+
 PKGBUILD         |   12 +++---------
 xchm.appdata.xml |   33 ---------------------------------
 xchm.desktop     |   10 ----------
 3 files changed, 3 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-18 22:48:25 UTC (rev 482224)
+++ PKGBUILD	2019-06-18 23:00:46 UTC (rev 482225)
@@ -2,7 +2,7 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=xchm
-pkgver=1.28
+pkgver=1.29
 pkgrel=1
 pkgdesc="Cross-platform GUI front-end to chmlib"
 arch=('x86_64')
@@ -9,12 +9,8 @@
 url="https://github.com/rzvncj/xCHM"
 license=('GPL')
 depends=('chmlib' 'wxgtk3')
-source=("https://github.com/rzvncj/xCHM/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
-        xchm.desktop
-        xchm.appdata.xml)
-sha256sums=('e5c480085e40bb279c39531e9bce49d7b96ecc8b44ac02573149fb6ee5b53bbb'
-            '3d2eb40ca611bd4b27e20e70a18f506658db83f65d9289333c7af46f53c6bfc4'
-            '5e785053bfa99f3f64efdcbcdebdb3800b61fa0c90eaa7e11b484b710922f91c')
+source=("https://github.com/rzvncj/xCHM/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('cea900cf4252c7f2f6736e48a4f639b0bad00fdce249aa55ebb6a44dcf976b0a')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -35,7 +31,5 @@
   install -Dm644 art/xchm-32.png "$pkgdir/usr/share/icons/hicolor/32x32/apps/xchm.png"
   install -Dm644 art/xchm-48.png "$pkgdir/usr/share/icons/hicolor/48x48/apps/xchm.png"
   install -Dm644 art/xchm-128.png "$pkgdir/usr/share/icons/hicolor/128x128/apps/xchm.png"
-  install -Dm644 ../$pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
   rm -r "$pkgdir"/usr/share/pixmaps
 }

Deleted: xchm.appdata.xml
===================================================================
--- xchm.appdata.xml	2019-06-18 22:48:25 UTC (rev 482224)
+++ xchm.appdata.xml	2019-06-18 23:00:46 UTC (rev 482225)
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop-application">
-  <id>net.sourceforge.xchm</id>
-  <launchable type="desktop-id">xchm.desktop</launchable>
-  <name>xCHM</name>
-  <summary>View CHM files</summary>
-  <metadata_license>CC0-1.0</metadata_license>
-  <project_license>GPL-2.0</project_license>
-  <description>
-    <p>xCHM is a viewer for Compiled HTML Help (CHM) files. It can show the contents tree if one is available, print the current page and do the usual history stunts. It allows one to change fonts and search for text in all the pages of the file, or in the page's titles.</p>
-  </description>
-  <screenshots>
-    <screenshot type="default">
-      <image>http://xchm.sourceforge.net/pics/1viewing.jpg</image>
-    </screenshot>
-    <screenshot>
-      <image>http://xchm.sourceforge.net/pics/2searching.jpg</image>
-    </screenshot>
-    <screenshot>
-      <image>http://xchm.sourceforge.net/pics/3font.jpg</image>
-    </screenshot>
-    <screenshot>
-      <image>http://xchm.sourceforge.net/pics/4find.jpg</image>
-    </screenshot>
-    <screenshot>
-      <image>http://xchm.sourceforge.net/pics/5printing.jpg</image>
-    </screenshot>
-    <screenshot>
-      <image>http://xchm.sourceforge.net/pics/6russian.jpg</image>
-    </screenshot>
-  </screenshots>
-  <url type="homepage">http://xchm.sourceforge.net/</url>
-</component>

Deleted: xchm.desktop
===================================================================
--- xchm.desktop	2019-06-18 22:48:25 UTC (rev 482224)
+++ xchm.desktop	2019-06-18 23:00:46 UTC (rev 482225)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=xCHM
-Comment=View CHM files
-Exec=xchm %f
-Terminal=false
-Type=Application
-Icon=xchm
-Categories=Viewer;Utility;
-MimeType=application/x-chm;application/vnd.ms-htmlhelp;
-StartupNotify=true



More information about the arch-commits mailing list