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

Justin Kromlinger hashworks at gemini.archlinux.org
Thu Mar 24 19:46:30 UTC 2022


    Date: Thursday, March 24, 2022 @ 19:46:29
  Author: hashworks
Revision: 1175005

archrelease: copy trunk to community-x86_64

Added:
  libkiwix/repos/community-x86_64/PKGBUILD
    (from rev 1175004, libkiwix/trunk/PKGBUILD)
Deleted:
  libkiwix/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-24 19:46:27 UTC (rev 1175004)
+++ PKGBUILD	2022-03-24 19:46:29 UTC (rev 1175005)
@@ -1,33 +0,0 @@
-# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
-pkgname=libkiwix
-pkgver=10.0.1
-pkgrel=1
-pkgdesc="Library providing the Kiwix software core"
-license=('GPL3')
-arch=('x86_64')
-provides=('kiwix-lib')
-conflicts=('kiwix-lib')
-replaces=('kiwix-lib')
-depends=('libzim>=7.2.0' 'pugixml' 'mustache' 'xapian-core' 'aria2' 'libmicrohttpd' 'python' 'curl')
-makedepends=('meson' 'gtest')
-url='https://github.com/kiwix/libkiwix'
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('b15931abbced53cea25acb5ef53be6e9b0bb3806e06e146d890de530f7a72237')
-
-build() {
-	cd "${pkgname}-${pkgver}"
-	# We want to ignore xapian ABI version mismatches
-	arch-meson build -Dwerror=false
-	ninja -C build
-}
-
-check() {
-	cd "${pkgname}-${pkgver}/build"
-	ninja meson-test
-}
-
-package() {
-	install -Dm644 "${pkgname}-${pkgver}/COPYING" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-	cd "${pkgname}-${pkgver}/build"
-	DESTDIR="${pkgdir}" ninja install
-}

Copied: libkiwix/repos/community-x86_64/PKGBUILD (from rev 1175004, libkiwix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-24 19:46:29 UTC (rev 1175005)
@@ -0,0 +1,33 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+pkgname=libkiwix
+pkgver=10.1.0
+pkgrel=1
+pkgdesc="Library providing the Kiwix software core"
+license=('GPL3')
+arch=('x86_64')
+provides=('kiwix-lib')
+conflicts=('kiwix-lib')
+replaces=('kiwix-lib')
+depends=('libzim>=7.2.0' 'pugixml' 'mustache' 'xapian-core' 'aria2' 'libmicrohttpd' 'python' 'curl')
+makedepends=('meson' 'gtest')
+url='https://github.com/kiwix/libkiwix'
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('dad49d1b6cc7bc954dccb9b108670aae647dc939cec392b77ff963f87bd47524')
+
+build() {
+	cd "${pkgname}-${pkgver}"
+	# We want to ignore xapian ABI version mismatches
+	arch-meson build -Dwerror=false
+	ninja -C build
+}
+
+check() {
+	cd "${pkgname}-${pkgver}/build"
+	ninja meson-test
+}
+
+package() {
+	install -Dm644 "${pkgname}-${pkgver}/COPYING" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+	cd "${pkgname}-${pkgver}/build"
+	DESTDIR="${pkgdir}" ninja install
+}



More information about the arch-commits mailing list