[arch-commits] Commit in libzim6/repos/community-x86_64 (PKGBUILD PKGBUILD)
Justin Kromlinger
hashworks at gemini.archlinux.org
Sun Oct 31 09:38:32 UTC 2021
Date: Sunday, October 31, 2021 @ 09:38:32
Author: hashworks
Revision: 1035052
archrelease: copy trunk to community-x86_64
Added:
libzim6/repos/community-x86_64/PKGBUILD
(from rev 1035051, libzim6/trunk/PKGBUILD)
Deleted:
libzim6/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-31 09:38:28 UTC (rev 1035051)
+++ PKGBUILD 2021-10-31 09:38:32 UTC (rev 1035052)
@@ -1,30 +0,0 @@
-# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
-pkgname=libzim6
-pkgver=6.3.2
-pkgrel=1
-pkgdesc="Reference implementation of the ZIM specification by the openZIM project, v6"
-license=('GPL2')
-arch=('x86_64')
-depends=('xapian-core' 'zlib' 'xz' 'icu' 'zstd')
-makedepends=('meson' 'gtest' 'git')
-provides=('libzim')
-url='https://github.com/openzim/libzim'
-source=("libzim-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('648fb5af65dd28a6b221b9294217939bf5abf929d706e7323ebb4196849a923c')
-
-build() {
- cd "libzim-${pkgver}"
- arch-meson build
- ninja -C build
-}
-
-check() {
- cd "libzim-${pkgver}/build"
- SKIP_BIG_MEMORY_TEST=1 ninja meson-test
-}
-
-package() {
- install -Dm644 "libzim-${pkgver}/COPYING" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
- cd "libzim-${pkgver}/build"
- DESTDIR="${pkgdir}" ninja install
-}
Copied: libzim6/repos/community-x86_64/PKGBUILD (from rev 1035051, libzim6/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-10-31 09:38:32 UTC (rev 1035052)
@@ -0,0 +1,30 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+pkgname=libzim6
+pkgver=6.3.2
+pkgrel=2
+pkgdesc="Reference implementation of the ZIM specification by the openZIM project, v6"
+license=('GPL2')
+arch=('x86_64')
+depends=('xapian-core' 'zlib' 'xz' 'icu' 'zstd')
+makedepends=('meson' 'gtest' 'git')
+conflicts=('libzim')
+url='https://github.com/openzim/libzim'
+source=("libzim-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('648fb5af65dd28a6b221b9294217939bf5abf929d706e7323ebb4196849a923c')
+
+build() {
+ cd "libzim-${pkgver}"
+ arch-meson build
+ ninja -C build
+}
+
+check() {
+ cd "libzim-${pkgver}/build"
+ SKIP_BIG_MEMORY_TEST=1 ninja meson-test
+}
+
+package() {
+ install -Dm644 "libzim-${pkgver}/COPYING" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ cd "libzim-${pkgver}/build"
+ DESTDIR="${pkgdir}" ninja install
+}
More information about the arch-commits
mailing list