Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / scheherazade-new-font
Commits: 43dfddcd by Caleb Maclennan at 2024-02-28T08:47:31+03:00 upgpkg: 4.000-2: Provide pkgbase with version, cleanup obsolete conflicts - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = scheherazade-new-font + pkgdesc = An Arabic Naskh-style Unicode typeface + pkgver = 4.000 + pkgrel = 2 + url = https://software.sil.org/scheherazade + arch = any + license = OFL + provides = ttf-sil-scheherazade + replaces = ttf-sil-scheherazade + source = https://software.sil.org/downloads/r/scheherazade/ScheherazadeNew-4.000.zip + sha256sums = a79485520308e312b1677b35ccfe19c12d9379df062efd97ff9c6a3b8d8c4935 + +pkgname = ttf-scheherazade-new + provides = scheherazade-new-font=4.000 ===================================== PKGBUILD ===================================== @@ -7,22 +7,21 @@ pkgbase=scheherazade-new-font _fname=ScheherazadeNew pkgname=ttf-${pkgbase%-font} pkgver=4.000 -pkgrel=1 +pkgrel=2 pkgdesc='An Arabic Naskh-style Unicode typeface' arch=(any) url="https://software.sil.org/${pkgbase/-*}" license=(OFL) provides=(ttf-sil-scheherazade) replaces=(ttf-sil-scheherazade) -conflicts=('ttf-sil-fonts<=6') _archive="$_fname-$pkgver" source=("https://software.sil.org/downloads/r/${pkgbase%%-*}/$_archive.zip") sha256sums=('a79485520308e312b1677b35ccfe19c12d9379df062efd97ff9c6a3b8d8c4935') package_ttf-scheherazade-new() { - cd "$_fname-$pkgver" + cd "$_archive" + provides=("$pkgbase=$pkgver") install -Dm0644 -t "$pkgdir/usr/share/fonts/TTF/" *.ttf install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" OFL.txt install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README.txt FONTLOG.txt documentation/pdf/* } - View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/scheherazade-new-font/-/commit/43dfddcd82b7e5ef75daf13fea05947d0b569f3a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/scheherazade-new-font/-/commit/43dfddcd82b7e5ef75daf13fea05947d0b569f3a You're receiving this email because of your account on gitlab.archlinux.org.
