[arch-commits] Commit in lib32-brotli/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jan 19 15:55:19 UTC 2022


    Date: Wednesday, January 19, 2022 @ 15:55:19
  Author: alucryd
Revision: 1110494

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-brotli/repos/multilib-x86_64/PKGBUILD
    (from rev 1110493, lib32-brotli/trunk/PKGBUILD)
Deleted:
  lib32-brotli/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |  112 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-19 15:55:13 UTC (rev 1110493)
+++ PKGBUILD	2022-01-19 15:55:19 UTC (rev 1110494)
@@ -1,56 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Lex Black <autumn-wind at web dot de>
-# Contributor: TingPing <tingping at tingping.se>
-# Contributor: Guillaume Horel <guillaume.horel at gmail.com>
-
-pkgname=lib32-brotli
-pkgver=1.0.9
-pkgrel=2
-pkgdesc='Brotli compression library'
-arch=(x86_64)
-license=(MIT)
-url=https://github.com/google/brotli
-depends=(
-  brotli
-  lib32-gcc-libs
-)
-makedepends=(
-  cmake
-  git
-)
-provides=(
-  libbrotli{common,dec,enc}.so
-)
-_tag=e61745a6b7add50d380cfd7d3883dd6c62fc2c71
-source=(git+https://github.com/google/brotli#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd brotli
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cmake -S brotli -B build \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=/usr/lib32
-  cmake --build build
-}
-
-check() {
-  cmake --build build --target test
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  rm -rf "${pkgdir}"/usr/{bin,include}
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s brotli "${pkgdir}"/usr/share/licenses/lib32-brotli
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-brotli/repos/multilib-x86_64/PKGBUILD (from rev 1110493, lib32-brotli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-19 15:55:19 UTC (rev 1110494)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Lex Black <autumn-wind at web dot de>
+# Contributor: TingPing <tingping at tingping.se>
+# Contributor: Guillaume Horel <guillaume.horel at gmail.com>
+
+pkgname=lib32-brotli
+pkgver=1.0.9
+pkgrel=3
+pkgdesc='Brotli compression library'
+arch=(x86_64)
+license=(MIT)
+url=https://github.com/google/brotli
+depends=(
+  brotli
+  lib32-gcc-libs
+)
+makedepends=(
+  cmake
+  git
+)
+provides=(
+  libbrotli{common,dec,enc}.so
+)
+_tag=e61745a6b7add50d380cfd7d3883dd6c62fc2c71
+source=(git+https://github.com/google/brotli#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd brotli
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cmake -S brotli -B build \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib32
+  cmake --build build
+}
+
+check() {
+  cmake --build build --target test
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  rm -rf "${pkgdir}"/usr/{bin,include,lib32/*.a}
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s brotli "${pkgdir}"/usr/share/licenses/lib32-brotli
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list