summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2020-07-05 15:39:29 +0200
committerÉtienne Deparis2020-07-05 15:39:29 +0200
commit7807481a0fa6a89c3c3d51f21a1a87c1a7d14df5 (patch)
treef81d477e3e613696c8b60851c4d59e49810f7322
parent234a5d8f086a33c3cb39ee37ae352f7ca63c74b5 (diff)
downloadaur-7807481a0fa6a89c3c3d51f21a1a87c1a7d14df5.tar.gz
Remove xorg-font-utils dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a234d51111d1..df28cb41c3db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
# Generated by makepkg 5.2.1
-# Fri Jan 17 15:09:13 UTC 2020
+# Sun Jul 5 13:38:57 UTC 2020
pkgbase = ttf-b612
pkgdesc = An highly legible open source font family designed and tested to be used on aircraft cockpit screens
pkgver = 1.008
- pkgrel = 2
+ pkgrel = 3
url = http://b612-font.com/
arch = any
license = EPL
depends = fontconfig
- depends = xorg-font-utils
provides = ttf-b612
provides = ttf-b612-mono
conflicts = ttf-b612-git
diff --git a/PKGBUILD b/PKGBUILD
index 8c46e8481ee6..625b180772e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=ttf-b612
pkgver=1.008
-pkgrel=2
+pkgrel=3
pkgdesc="An highly legible open source font family designed and tested to be used on aircraft cockpit screens"
arch=("any")
url="http://b612-font.com/"
license=("EPL")
-depends=(fontconfig xorg-font-utils)
+depends=(fontconfig)
source=("https://github.com/polarsys/b612/archive/$pkgver.tar.gz")
sha256sums=('bfe4827931a22ecde5576c2bd06b462d467b89fa580b6ded651346f94eba8dd6')
provides=("ttf-b612" "ttf-b612-mono")
@@ -21,5 +21,5 @@ package() {
install -d -m755 "$pkgdir/usr/share/fonts/TTF"
cd fonts/ttf
- find . -name "*.ttf" -exec install -D -m644 "{}" "$pkgdir/usr/share/fonts/TTF/{}" \;
+ install -D -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/"
}