Package Details: ttf-gujrati-fonts 0.0-0

Git Clone URL: https://aur.archlinux.org/ttf-gujrati-fonts.git (read-only, click to copy)
Package Base: ttf-gujrati-fonts
Description: Gujrati Fonts
Upstream URL: http://gujarati.indiatyping.com
Submitter: Andy_Crowd
Maintainer: k2patel
Last Packager: k2patel
Votes: 3
Popularity: 0.000000
First Submitted: 2014-09-22 16:54 (UTC)
Last Updated: 2023-05-26 00:36 (UTC)

Latest Comments

1 2 Next › Last »

k2patel commented on 2023-05-09 16:37 (UTC) (edited on 2023-05-09 16:37 (UTC) by k2patel)

diff --git a/PKGBUILD b/PKGBUILD
index 90facfa..22f946c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,12 +14,11 @@ source=(
 "http://gujarati.indiatyping.com/images/downloadfonts/Gujrati/Shree768.zip"
 )
 md5sums=(
-"31812c559691117d0d67da104bb8a16e"
-"07e02608f86c58adbe4faca233ab6e31"
-"db771843a551dea704ebf15b71341c78"
+"914af5f7de2149a0c9ea5500149faa75"
+"9d1a01da77cfd303fdd3f1093b20d42d"
+"d1a8d85c268df98876182368d2d4d0af"
 )

-
 package() {
   install -d "$pkgdir/usr/share/fonts/TTF"
   install -m644 "$srcdir/Avantika.ttf" "$pkgdir/usr/share/fonts/TTF/"

zoorat commented on 2021-11-25 04:34 (UTC)

broken...

==> Validating source files with md5sums...
    Avantika.zip ... FAILED
    Gopika.zip ... FAILED
    Shree768.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!

ekladki commented on 2020-11-05 13:52 (UTC)

Dependency on xorg-font-utils needs updating https://www.archlinux.org/todo/removal-of-xorg-font-utils-transitional-package/

vipinmichael commented on 2019-07-14 08:33 (UTC)

http://www.typingbaba.com/virtual-keyboard/online-gujarati-keyboard.php http://www.typingbaba.com/typing/online-gujarati-typing.php http://www.typingbaba.com/hindi-typing-tutor/typing-master.php http://www.typingbaba.com/virtual-keyboard/online-bengali-keyboard.php http://www.typingbaba.com/typing/online-bengali-typing.php I found these pages good

sahil789 commented on 2019-06-14 06:14 (UTC)

Check here Gujarati Typing and Hindi typing online https://www.hinditypingonline.in/

hindityping commented on 2018-08-09 04:19 (UTC) (edited on 2018-08-09 04:21 (UTC) by hindityping)

Find here hindi typing online keyboard http://www.hinditypingkeyboard.in/p/online-hindi-typing.html

seyn6gk commented on 2018-01-03 09:22 (UTC)

https://pastebin.com/1MBNCuuA fix md5 fix rar file named as zip

seyn6gk commented on 2018-01-03 09:10 (UTC)

pkgname=ttf-gujrati-fonts pkgver=0.0 pkgrel=0 pkgdesc="Gujrati Fonts" arch=(any) depends=(fontconfig xorg-font-utils) makedepends=(p7zip) url="http://gujarati.indiatyping.com"

source=( "http://gujarati.indiatyping.com/images/downloadfonts/Gujrati/Avantika.zip" "http://gujarati.indiatyping.com/images/downloadfonts/Gujrati/Gopika.zip" "http://gujarati.indiatyping.com/images/downloadfonts/Gujrati/Shree768.zip" )

noextract=("${source[@]##*/}")

md5sums=( "e9ab58721bae040e8209cec92d4ff49c" "1ac52849126172438a7557413f34944a" "8679f696ad92ca4358a5c4c0c26a6a95" )

package() { install -d "$pkgdir/usr/share/fonts/TTF" install -m644 "$srcdir/Avantika.ttf" "$pkgdir/usr/share/fonts/TTF/" install -m644 "$srcdir/Gopika.ttf" "$pkgdir/usr/share/fonts/TTF/" install -m644 "$srcdir/Shree768.ttf" "$pkgdir/usr/share/fonts/TTF/"

}

prepare() { cd "$srcdir" 7z e -y Avantika.zip 7z e -y Gopika.zip 7z e -y Shree768.zip }

post_install() { echo -n "Updating font cache... " fc-cache >/dev/null -f mkfontscale /usr/share/fonts/TTF mkfontdir /usr/share/fonts/TTF echo done }

post_upgrade() { post_install }

post_remove() { post_install }