Date: Monday, July 6, 2020 @ 19:22:56 Author: heftig Revision: 390916
archrelease: copy trunk to extra-x86_64 Added: fribidi/repos/extra-x86_64/PKGBUILD (from rev 390915, fribidi/trunk/PKGBUILD) Deleted: fribidi/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 84 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-07-06 19:21:28 UTC (rev 390915) +++ PKGBUILD 2020-07-06 19:22:56 UTC (rev 390916) @@ -1,42 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> -# Contributor: Giovanni Scafora <giova...@archlinux.org> -# Contributor: Nezmer <nez...@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: Copied: fribidi/repos/extra-x86_64/PKGBUILD (from rev 390915, fribidi/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-07-06 19:22:56 UTC (rev 390916) @@ -0,0 +1,42 @@ +# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> +# Contributor: Giovanni Scafora <giova...@archlinux.org> +# Contributor: Nezmer <nez...@gmail.com> + +pkgname=fribidi +pkgver=1.0.10 +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=5464c284034da9c058269377b7f5013bb089f553 # tags/v1.0.10^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() { + DESTDIR="$pkgdir" meson install -C build +} + +# vim:set sw=2 et: