Package Details: icons-in-terminal-git r93.b12286d-1

Git Clone URL: https://aur.archlinux.org/icons-in-terminal-git.git (read-only, click to copy)
Package Base: icons-in-terminal-git
Description: Icon fonts in terminal without a need for replacing or patching existing
Upstream URL: https://github.com/sebastiencs/icons-in-terminal
Licenses: custom:MIT
Conflicts: icons-in-terminal
Provides: icons-in-terminal
Submitter: patlefort
Maintainer: patlefort
Last Packager: patlefort
Votes: 5
Popularity: 0.000002
First Submitted: 2023-12-26 08:14 (UTC)
Last Updated: 2023-12-26 08:14 (UTC)

Required by (3)

Sources (2)

Latest Comments

patlefort commented on 2022-05-24 06:11 (UTC)

Hi, could you please apply this patch:

diff --git a/PKGBUILD b/PKGBUILD
index a063f49..f5e986a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,12 @@ license=('custom:MIT')
 provides=('icons-in-terminal')
 conflicts=('icons-in-terminal')
 depends=('bash')
-makedepends=('git')
-source=("$pkgname::git+https://github.com/sebastiencs/$pkgname.git")
-sha1sums=('SKIP')
+makedepends=('git' 'xmlstarlet')
+source=(
+    "$pkgname::git+https://github.com/sebastiencs/$pkgname.git"
+    'https://github.com/sebastiencs/icons-in-terminal/pull/50.patch')
+sha1sums=('SKIP'
+          '9d7df34c3c895df45d372bbd32bf5a6ddebc600c')

 pkgver() {
     cd "$srcdir/$pkgname"
@@ -21,6 +24,8 @@ pkgver() {

 prepare() {
     cd "$srcdir/$pkgname"
+    
+    patch -p1 -i '../50.patch'

     sed -i 's filename="./build/mapping.txt" filename="/usr/share/icons-in-terminal/mapping.txt" ' print_icons.sh
     ./scripts/generate_fontconfig.sh > "30-$pkgname.conf"

This fix an important problem and upstream hasn't been updated in 5 years. People affected by the problem will need to remove this package first with pacman -Rdd icons-in-terminal and then reinstall it with this patch.

Also, this package should be named icons-in-terminal-git since it pull directly from their latest git repo.

jnbrains commented on 2022-03-21 12:10 (UTC)

I keep getting:

devel check for package failed: '/usr/sbin/git ls-remote git://github.com/sebastiencs/icons-in-terminal.git HEAD' encountered an error

It can be fixed changing the PKGBUILD source line to:

source=("$pkgname::git+https://github.com/sebastiencs/$pkgname.git")

kabus commented on 2020-10-23 09:59 (UTC)

As far as I can tell, this package conflicts with ttf-linux-libertine{,-g}. I guess this font also uses the private use areas of unicode.