[arch-commits] Commit in xchm/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Fri Jun 21 15:30:29 UTC 2019


    Date: Friday, June 21, 2019 @ 15:30:29
  Author: bgyorgy
Revision: 482616

upgpkg: xchm 1.30-1

Update to new version

Modified:
  xchm/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-21 14:59:16 UTC (rev 482615)
+++ PKGBUILD	2019-06-21 15:30:29 UTC (rev 482616)
@@ -2,7 +2,7 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=xchm
-pkgver=1.29
+pkgver=1.30
 pkgrel=1
 pkgdesc="Cross-platform GUI front-end to chmlib"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('chmlib' 'wxgtk3')
 source=("https://github.com/rzvncj/xCHM/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('cea900cf4252c7f2f6736e48a4f639b0bad00fdce249aa55ebb6a44dcf976b0a')
+sha256sums=('85a98f2a40d53fb43a49dfe91f0854cd511033271b3a9c45f0a5d77bc7e2c5a0')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -26,10 +26,4 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-
-  install -Dm644 art/xchm-16.png "$pkgdir/usr/share/icons/hicolor/16x16/apps/xchm.png"
-  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"
-  rm -r "$pkgdir"/usr/share/pixmaps
 }



More information about the arch-commits mailing list