[arch-commits] Commit in broot/trunk (PKGBUILD)
Orhun Parmaksiz
orhun at gemini.archlinux.org
Thu Apr 28 21:55:47 UTC 2022
Date: Thursday, April 28, 2022 @ 21:55:47
Author: orhun
Revision: 1191718
upgpkg: broot 1.11.1-2: include the provided icon font (fixes FS#74273)
Modified:
broot/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-28 20:51:23 UTC (rev 1191717)
+++ PKGBUILD 2022-04-28 21:55:47 UTC (rev 1191718)
@@ -5,7 +5,7 @@
pkgname=broot
pkgver=1.11.1
-pkgrel=1
+pkgrel=2
pkgdesc='Fuzzy Search + tree + cd'
arch=('x86_64')
url=https://github.com/Canop/broot
@@ -41,6 +41,7 @@
sed -i "s/#date//" man/page
install -Dm644 man/page "$pkgdir/usr/share/man/man1/$pkgname.1"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 resources/icons/vscode/vscode.ttf "$pkgdir/usr/share/fonts/TTF/vscode.ttf"
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list