Skip to content
Snippets Groups Projects
Commit bfcbb8a6 authored by Thomas Kienlen's avatar Thomas Kienlen :vulcan: Committed by omni
Browse files

community/libkiwix: rename from kiwix-lib to follow upstream naming

parent b726b183
No related branches found
No related tags found
1 merge request!58551community/libkiwix: rename from community/kiwix-lib
Pipeline #208300 skipped
......@@ -2,7 +2,7 @@
# Maintainer: Thomas Kienlen <kommander@laposte.net>
pkgname=kiwix-desktop
pkgver=2.3.1
pkgrel=2
pkgrel=3
pkgdesc="Offline Wikipedia reader"
url="https://github.com/kiwix/kiwix-desktop"
# ppc64le, s390x and riscv64 blocked by qt5-qtwebengine
......@@ -13,7 +13,7 @@ makedepends="
qt5-qtwebengine-dev
qt5-qtsvg-dev
qt5-qtimageformats
kiwix-lib-dev
libkiwix-dev
"
source="https://github.com/kiwix/kiwix-desktop/archive/$pkgver/kiwix-desktop-$pkgver.tar.gz
contentmanager.patch
......
......@@ -2,14 +2,14 @@
# Maintainer: Thomas Kienlen <kommander@laposte.net>
pkgname=kiwix-tools
pkgver=3.5.0
pkgrel=1
pkgrel=2
pkgdesc="Kiwix command line tools"
url="https://github.com/kiwix/kiwix-tools"
arch="all"
license="GPL-3.0-or-later"
makedepends="
meson
kiwix-lib-dev
libkiwix-dev
"
source="$pkgname-$pkgver.tar.gz::https://github.com/kiwix/kiwix-tools/archive/$pkgver.tar.gz"
options="!check" # no test suite
......
# Contributor: Thomas Kienlen <kommander@laposte.net>
# Maintainer: Thomas Kienlen <kommander@laposte.net>
pkgname=kiwix-lib
_pkgname=libkiwix
pkgname=libkiwix
pkgver=12.1.0
pkgrel=2
pkgrel=3
pkgdesc="Common code base for all Kiwix ports"
url="https://github.com/kiwix/libkiwix"
license="GPL-3.0-or-later"
......@@ -26,7 +25,8 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/kiwix/libkiwix/archive/$pkgv
fix-build.patch
"
subpackages="$pkgname-dev $pkgname-doc"
builddir="$srcdir/$_pkgname-$pkgver"
replaces="kiwix-lib" # for backward compatibility
provides="kiwix-lib=$pkgver-r$pkgrel" # for backward compatibility
build() {
abuild-meson . build
......@@ -42,6 +42,6 @@ package() {
}
sha512sums="
9d4df7e46693a5aec545087ce37a2e83dfa3173a98e9d64cbbf364e1fd31143c30e856973cf12b0a2f608661d78a9453d8b748680c01f48e1df375c7b2b909d5 kiwix-lib-12.1.0.tar.gz
9d4df7e46693a5aec545087ce37a2e83dfa3173a98e9d64cbbf364e1fd31143c30e856973cf12b0a2f608661d78a9453d8b748680c01f48e1df375c7b2b909d5 libkiwix-12.1.0.tar.gz
428c1865dcb35d572b34187b63234bc1ee72672259218a8d7e19b60a96953e1ef5392fd3d106f2bbf77bc405fb13106794acb8ce566695744f826a9b0fef8450 fix-build.patch
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment