[arch-commits] Commit in xchm/repos/community-x86_64 (PKGBUILD PKGBUILD)

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 04:46:04 UTC 2022


    Date: Monday, April 25, 2022 @ 04:46:04
  Author: allan
Revision: 1189940

archrelease: copy trunk to community-x86_64

Added:
  xchm/repos/community-x86_64/PKGBUILD
    (from rev 1189939, xchm/trunk/PKGBUILD)
Deleted:
  xchm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 04:45:47 UTC (rev 1189939)
+++ PKGBUILD	2022-04-25 04:46:04 UTC (rev 1189940)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=xchm
-pkgver=1.32
-pkgrel=1
-pkgdesc='Viewer for CHM files (GUI front-end to chmlib)'
-arch=('x86_64')
-url='https://github.com/rzvncj/xCHM'
-license=('GPL2')
-depends=('chmlib' 'wxgtk3')
-source=("https://github.com/rzvncj/xCHM/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('b225adf2da99ab26b039d675c446018bb33815f47aae898cf0bc18cb4ef5222c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: xchm/repos/community-x86_64/PKGBUILD (from rev 1189939, xchm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 04:46:04 UTC (rev 1189940)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=xchm
+pkgver=1.32
+pkgrel=2
+pkgdesc='Viewer for CHM files (GUI front-end to chmlib)'
+arch=('x86_64')
+url='https://github.com/rzvncj/xCHM'
+license=('GPL2')
+depends=('chmlib' 'wxgtk3')
+source=("https://github.com/rzvncj/xCHM/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('b225adf2da99ab26b039d675c446018bb33815f47aae898cf0bc18cb4ef5222c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list