[arch-commits] Commit in fribidi/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Oct 2 13:28:05 UTC 2019
Date: Wednesday, October 2, 2019 @ 13:28:04
Author: heftig
Revision: 363657
archrelease: copy trunk to extra-x86_64
Added:
fribidi/repos/extra-x86_64/PKGBUILD
(from rev 363656, fribidi/trunk/PKGBUILD)
Deleted:
fribidi/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 75 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-02 13:25:39 UTC (rev 363656)
+++ PKGBUILD 2019-10-02 13:28:04 UTC (rev 363657)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Nezmer <Nezmer at gmail.com>
-
-pkgname=fribidi
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
-arch=('x86_64')
-license=('LGPL')
-url="https://github.com/fribidi/fribidi/"
-depends=('glibc')
-makedepends=('git' 'meson')
-_commit=5b6a16e8da12ae7ff482fbfa5a17b72bd518418f # tags/v1.0.5^0
-source=("git+https://github.com/fribidi/fribidi#commit=$_commit")
-md5sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build -D docs=false
- ninja -C build
-}
-
-check() {
- meson test -C build
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: fribidi/repos/extra-x86_64/PKGBUILD (from rev 363656, fribidi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-02 13:28:04 UTC (rev 363657)
@@ -0,0 +1,37 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Nezmer <Nezmer at gmail.com>
+
+pkgname=fribidi
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
+arch=('x86_64')
+license=('LGPL')
+url="https://github.com/fribidi/fribidi/"
+depends=('glibc')
+makedepends=('git' 'meson')
+_commit=aac3845708969b9c4bc2874edc4950123595b1b4 # tags/v1.0.7
+source=("git+https://github.com/fribidi/fribidi#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build -D docs=false
+ ninja -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list