summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Tajelsir2023-12-02 13:49:54 +0200
committerAli Tajelsir2023-12-02 13:49:54 +0200
commitd6d114bcee1827ed2c255b5be69e598b57f2c2bc (patch)
tree4945070577880db041f2accfc60372abc6a74b97
parent4a161faeec5ba2eeeeb0aba9aac8809c16c7b8af (diff)
downloadaur-d6d114bcee1827ed2c255b5be69e598b57f2c2bc.tar.gz
Set appropriate name for fontconfig preset
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5445c119179..2fa026adc472 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = noto-fonts-ar
pkgdesc = Google Noto TTF fonts for Arabic Scripts
pkgver = 23.12.1
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://www.google.com/get/noto/
arch = any
@@ -14,7 +14,7 @@ pkgbase = noto-fonts-ar
source = https://github.com/notofonts/notofonts.github.io/raw/noto-monthly-release-23.12.1/fonts/NotoSansArabic/hinted/ttf/NotoSansArabic-Bold.ttf
source = https://github.com/notofonts/notofonts.github.io/raw/noto-monthly-release-23.12.1/fonts/NotoSansArabic/hinted/ttf/NotoSansArabic-Regular.ttf
source = https://github.com/notofonts/notofonts.github.io/raw/noto-monthly-release-23.12.1/fonts/LICENSE
- source = 70-noto-ar.conf
+ source = 66-noto-ar.conf
sha256sums = 74122098a0aca46452605e62fe60d56537906fbe7c5af3fc42b982b5c91a906e
sha256sums = 36b64d6449df10d9d7b4327d570f790bdf676be08601574eb127f0bf0d71d0f9
sha256sums = 6a6abacebd8f08cf24cda234770d9eabfd35fe7bb76c5dd66ae99e86f630bf92
diff --git a/PKGBUILD b/PKGBUILD
index d8ab74106e00..2170945f63f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=noto-fonts-ar
epoch=1
pkgver=23.12.1
-pkgrel=2
+pkgrel=3
pkgdesc="Google Noto TTF fonts for Arabic Scripts"
arch=(any)
url="https://www.google.com/get/noto/"
@@ -17,7 +17,7 @@ source=("${_url}/NotoKufiArabic/hinted/ttf/NotoKufiArabic-"{Bold,Regular}.ttf
"${_url}/NotoSansArabic/hinted/ttf/NotoSansArabic-"{Bold,Regular}.ttf
#"${_url}/NotoSansArabicUI/hinted/ttf/NotoSansArabicUI-"{Bold,Regular}.ttf
"${_url}/LICENSE"
- 70-noto-ar.conf)
+ 66-noto-ar.conf)
sha256sums=('74122098a0aca46452605e62fe60d56537906fbe7c5af3fc42b982b5c91a906e'
'36b64d6449df10d9d7b4327d570f790bdf676be08601574eb127f0bf0d71d0f9'
'6a6abacebd8f08cf24cda234770d9eabfd35fe7bb76c5dd66ae99e86f630bf92'
@@ -35,5 +35,5 @@ package() {
install -Dm644 "$srcdir"/*.conf -t "$pkgdir"/usr/share/fontconfig/conf.avail
install -d "$pkgdir"/usr/share/fontconfig/conf.default
# The following command can be used to sets Noto Sans Arabic as default for ar_AR locale
- #ln -rs "$pkgdir"/usr/share/fontconfig/conf.avail/* "$pkgdir"/usr/share/fontconfig/conf.default
+ #ln -rs /usr/share/fontconfig/conf.avail/66-noto-ar.conf /etc/fonts/conf.d
}