[arch-commits] Commit in fribidi/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Thu Apr 21 20:39:25 UTC 2022


    Date: Thursday, April 21, 2022 @ 20:39:24
  Author: heftig
Revision: 443497

archrelease: copy trunk to extra-x86_64

Added:
  fribidi/repos/extra-x86_64/PKGBUILD
    (from rev 443496, fribidi/trunk/PKGBUILD)
Deleted:
  fribidi/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   85 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-21 20:39:09 UTC (rev 443496)
+++ PKGBUILD	2022-04-21 20:39:24 UTC (rev 443497)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Nezmer <Nezmer at gmail.com>
-
-pkgname=fribidi
-pkgver=1.0.11
-pkgrel=1
-pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
-url="https://github.com/fribidi/fribidi/"
-arch=(x86_64)
-license=(LGPL)
-depends=(glibc)
-makedepends=(git meson)
-provides=(libfribidi.so)
-_commit=247fddc3599e3fe7b1b5cc21020c9eb51e662637  # tags/v1.0.11^0
-source=("git+https://github.com/fribidi/fribidi#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd fribidi
-  git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
-}
-
-prepare() {
-  cd fribidi
-}
-
-build() {
-  arch-meson fribidi build \
-    -D docs=false
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: fribidi/repos/extra-x86_64/PKGBUILD (from rev 443496, fribidi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-21 20:39:24 UTC (rev 443497)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Nezmer <Nezmer at gmail.com>
+
+pkgname=fribidi
+pkgver=1.0.12
+pkgrel=1
+pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
+url="https://github.com/fribidi/fribidi/"
+arch=(x86_64)
+license=(LGPL)
+depends=(glibc)
+makedepends=(git meson)
+provides=(libfribidi.so)
+options=(debug)
+_commit=6428d8469e536bcbb6e12c7b79ba6659371c435a  # tags/v1.0.12^0
+source=("git+https://github.com/fribidi/fribidi#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd fribidi
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd fribidi
+}
+
+build() {
+  arch-meson fribidi build \
+    -D docs=false
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list