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

Jan Steffens heftig at archlinux.org
Mon Mar 2 20:07:51 UTC 2020


    Date: Monday, March 2, 2020 @ 20:07:50
  Author: heftig
Revision: 376513

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   83 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-02 20:07:14 UTC (rev 376512)
+++ PKGBUILD	2020-03-02 20:07:50 UTC (rev 376513)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Nezmer <Nezmer at gmail.com>
-
-pkgname=fribidi
-pkgver=1.0.8
-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)
-_commit=2e9bd91cfd857c5b78a210d8f24862a4bb704059  # tags/v1.0.8
-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
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: fribidi/repos/extra-x86_64/PKGBUILD (from rev 376512, fribidi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-02 20:07:50 UTC (rev 376513)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Nezmer <Nezmer at gmail.com>
+
+pkgname=fribidi
+pkgver=1.0.9
+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=f9e8e71a6fbf4a4619481284c9f484d10e559995  # tags/v1.0.9^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
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list