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

Anatol Pomozov anatolik at gemini.archlinux.org
Wed Jul 13 17:20:11 UTC 2022


    Date: Wednesday, July 13, 2022 @ 17:20:10
  Author: anatolik
Revision: 1252545

archrelease: copy trunk to community-x86_64

Added:
  librdkafka/repos/community-x86_64/PKGBUILD
    (from rev 1252544, librdkafka/trunk/PKGBUILD)
Deleted:
  librdkafka/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   69 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 38 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-13 17:19:51 UTC (rev 1252544)
+++ PKGBUILD	2022-07-13 17:20:10 UTC (rev 1252545)
@@ -1,31 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Andrew Sun <adsun701 at gmail dot com>
-# Contributor: Joel Teichroeb <joel at teichroeb dot net>
-# Contributor: Alim Gokkaya <alimgokkaya at gmail dot com>
-
-pkgname=librdkafka
-pkgver=1.8.2
-pkgrel=1
-pkgdesc='The Apache Kafka C/C++ library'
-arch=(x86_64)
-url='https://github.com/edenhill/librdkafka'
-license=(BSD)
-depends=(libsasl zstd)
-makedepends=(python openssl lz4 rapidjson cmake)
-source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
-sha256sums=('6a747d293a7a4613bd2897e28e8791476fbe1ae7361f2530a876e0fd483482a6')
-
-build() {
-  cmake -S librdkafka-$pkgver -B build -DCMAKE_INSTALL_PREFIX=/usr
-  cmake --build build
-}
-
-check() {
-  # TODO: figure out why the tests timeout
-  # cmake --build build --target test
-  true
-}
-
-package() {
-  cmake --build build --target install -- DESTDIR="$pkgdir"
-}

Copied: librdkafka/repos/community-x86_64/PKGBUILD (from rev 1252544, librdkafka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-13 17:20:10 UTC (rev 1252545)
@@ -0,0 +1,38 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Joel Teichroeb <joel at teichroeb dot net>
+# Contributor: Alim Gokkaya <alimgokkaya at gmail dot com>
+
+pkgname=librdkafka
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='The Apache Kafka C/C++ library'
+arch=(x86_64)
+url='https://github.com/edenhill/librdkafka'
+license=(BSD)
+depends=(libsasl zstd curl)
+makedepends=(python openssl lz4 rapidjson cmake)
+source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz
+        link_curl.patch::https://github.com/edenhill/librdkafka/commit/23bd03c11c344aaa01ace8951e60913b4bfa3c2e.patch)
+sha256sums=('3a54cf375218977b7af4716ed9738378e37fe400a6c5ddb9d622354ca31fdc79'
+            '88c6587060454868a8441bc33215d76d9e174675cc32ec10d95c7a34d33cd17f')
+
+prepare() {
+  cd librdkafka-$pkgver
+  patch -p1 < ../link_curl.patch
+}
+
+build() {
+  cmake -S librdkafka-$pkgver -B build -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+check() {
+  # TODO: figure out why the tests timeout
+  # cmake --build build --target test
+  true
+}
+
+package() {
+  cmake --build build --target install -- DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list