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

Maxime Gauduin alucryd at archlinux.org
Sun Sep 20 10:51:55 UTC 2020


    Date: Sunday, September 20, 2020 @ 10:51:54
  Author: alucryd
Revision: 711026

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |  131 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 66 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-20 10:51:50 UTC (rev 711025)
+++ PKGBUILD	2020-09-20 10:51:54 UTC (rev 711026)
@@ -1,65 +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.7
-pkgrel=1
-pkgdesc='Brotli compression library'
-arch=(x86_64)
-license=(MIT)
-url=https://github.com/google/brotli
-depends=(
-  brotli
-  lib32-gcc-libs
-)
-makedepends=(
-  cmake
-  git
-)
-source=(git+https://github.com/google/brotli.git#tag=d6d98957ca8ccb1ef45922e978bb10efca0ea541)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd brotli
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cmake ../brotli \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=/usr/lib32
-  make
-}
-
-check() {
-  cd build
-
-  make test
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-  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 711025, lib32-brotli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-20 10:51:54 UTC (rev 711026)
@@ -0,0 +1,66 @@
+# 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=1
+pkgdesc='Brotli compression library'
+arch=(x86_64)
+license=(MIT)
+url=https://github.com/google/brotli
+depends=(
+  brotli
+  lib32-gcc-libs
+)
+makedepends=(
+  cmake
+  git
+)
+_tag=e61745a6b7add50d380cfd7d3883dd6c62fc2c71
+source=(git+https://github.com/google/brotli.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd brotli
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cmake ../brotli \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib32
+  make
+}
+
+check() {
+  cd build
+
+  make test
+}
+
+package() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+  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:



More information about the arch-commits mailing list