summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2020-12-08 20:28:32 +0100
committerAndreas Grapentin <andreas@grapentin.org>2020-12-08 20:28:32 +0100
commit63614ff419b61ecbb92860e3ccc196f3b7ef215e (patch)
tree266155e3e0fca71dfd4423de689b7053b88f6ac7
parentc92fd5c5476d0b53eb49d6f3a839100a198d4f26 (diff)
pcr/kiwix-{lib,tools}: exist in [community]. dropped from pcr
-rw-r--r--pcr/kiwix-lib/PKGBUILD34
-rw-r--r--pcr/kiwix-tools/PKGBUILD34
2 files changed, 0 insertions, 68 deletions
diff --git a/pcr/kiwix-lib/PKGBUILD b/pcr/kiwix-lib/PKGBUILD
deleted file mode 100644
index 30aababe2..000000000
--- a/pcr/kiwix-lib/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Maintainer (AUR): hashworks <mail@hashworks.net>
-
-# parabola changes and rationale:
-# - No changes
-
-pkgname=kiwix-lib
-pkgver=9.4.0
-pkgrel=1
-pkgdesc="Library providing the Kiwix software core"
-license=('GPL3')
-arch=('armv7h' 'i686' 'x86_64')
-depends=('libzim>=6.1.1' 'pugixml' 'mustache' 'xapian-core' 'aria2' 'libmicrohttpd')
-makedepends=('meson' 'gtest')
-url='https://github.com/kiwix/kiwix-lib'
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=(ccc883d06f111ebcb7f3530299798501b97400f319814871e17f73fa3e349766)
-
-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
-}
diff --git a/pcr/kiwix-tools/PKGBUILD b/pcr/kiwix-tools/PKGBUILD
deleted file mode 100644
index 7ca49efbb..000000000
--- a/pcr/kiwix-tools/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Maintainer (AUR): hashworks <mail@hashworks.net>
-
-# parabola changes and rationale:
-# - No changes
-
-pkgname=kiwix-tools
-pkgver=3.1.2
-pkgrel=4
-pkgdesc="kiwix command line tools"
-license=('GPL3')
-arch=('armv7h' 'i686' 'x86_64')
-replaces=('kiwix-cli-git')
-depends=('kiwix-lib')
-makedepends=('meson')
-url='https://github.com/kiwix/kiwix-tools'
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=(86325ec31976d40357f08c520806cf223fa1b0a5edb02ad106c2a0d6746ca364)
-
-build() {
- cd "${pkgname}-${pkgver}"
- arch-meson build
- 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
-}