Package init
This commit is contained in:
parent
a5116e6513
commit
844b0de472
22
67-kacst-art.conf
Normal file
22
67-kacst-art.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="lang" compare="contains">
|
||||||
|
<string>ar</string>
|
||||||
|
</test>
|
||||||
|
<test name="family">
|
||||||
|
<string>serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend">
|
||||||
|
<string>KacstArt</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>KacstArt</family>
|
||||||
|
<default>
|
||||||
|
<family>serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
||||||
22
67-kacst-book.conf
Normal file
22
67-kacst-book.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="lang" compare="contains">
|
||||||
|
<string>ar</string>
|
||||||
|
</test>
|
||||||
|
<test name="family">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" >
|
||||||
|
<string>KacstBook</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>KacstBook</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
||||||
22
67-kacst-decorative.conf
Normal file
22
67-kacst-decorative.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="lang" compare="contains">
|
||||||
|
<string>ar</string>
|
||||||
|
</test>
|
||||||
|
<test name="family">
|
||||||
|
<string>serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" >
|
||||||
|
<string>KacstDecorative</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>KacstDecorative</family>
|
||||||
|
<default>
|
||||||
|
<family>serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
||||||
22
67-kacst-digital.conf
Normal file
22
67-kacst-digital.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="lang" compare="contains">
|
||||||
|
<string>ar</string>
|
||||||
|
</test>
|
||||||
|
<test name="family">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" >
|
||||||
|
<string>KacstDigital</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>KacstDigital</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
||||||
22
67-kacst-farsi.conf
Normal file
22
67-kacst-farsi.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="lang" compare="contains">
|
||||||
|
<string>ar</string>
|
||||||
|
</test>
|
||||||
|
<test name="family">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" >
|
||||||
|
<string>KacstFarsi</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>KacstFarsi</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
||||||
22
67-kacst-letter.conf
Normal file
22
67-kacst-letter.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="lang" compare="contains">
|
||||||
|
<string>ar</string>
|
||||||
|
</test>
|
||||||
|
<test name="family">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" >
|
||||||
|
<string>KacstLetter</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>KacstLetter</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
||||||
22
67-kacst-naskh.conf
Normal file
22
67-kacst-naskh.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="lang" compare="contains">
|
||||||
|
<string>ar</string>
|
||||||
|
</test>
|
||||||
|
<test name="family">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" >
|
||||||
|
<string>KacstNaskh</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>KacstNaskh</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
||||||
22
67-kacst-office.conf
Normal file
22
67-kacst-office.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="lang" compare="contains">
|
||||||
|
<string>ar</string>
|
||||||
|
</test>
|
||||||
|
<test name="family">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" >
|
||||||
|
<string>KacstOffice</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>KacstOffice</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
||||||
22
67-kacst-one.conf
Normal file
22
67-kacst-one.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="lang" compare="contains">
|
||||||
|
<string>ar</string>
|
||||||
|
</test>
|
||||||
|
<test name="family">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" >
|
||||||
|
<string>KacstOne</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>KacstOne</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
||||||
22
67-kacst-pen.conf
Normal file
22
67-kacst-pen.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="lang" compare="contains">
|
||||||
|
<string>ar</string>
|
||||||
|
</test>
|
||||||
|
<test name="family">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" >
|
||||||
|
<string>kacstPen</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>kacstPen</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
||||||
22
67-kacst-poster.conf
Normal file
22
67-kacst-poster.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="lang" compare="contains">
|
||||||
|
<string>ar</string>
|
||||||
|
</test>
|
||||||
|
<test name="family">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" >
|
||||||
|
<string>KacstPoster</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>KacstPoster</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
||||||
22
67-kacst-qurn.conf
Normal file
22
67-kacst-qurn.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="lang" compare="contains">
|
||||||
|
<string>ar</string>
|
||||||
|
</test>
|
||||||
|
<test name="family">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" >
|
||||||
|
<string>KacstQurn</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>KacstQurn</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
||||||
22
67-kacst-screen.conf
Normal file
22
67-kacst-screen.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="lang" compare="contains">
|
||||||
|
<string>ar</string>
|
||||||
|
</test>
|
||||||
|
<test name="family">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" >
|
||||||
|
<string>KacstScreen</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>KacstScreen</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
||||||
22
67-kacst-title.conf
Normal file
22
67-kacst-title.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="lang" compare="contains">
|
||||||
|
<string>ar</string>
|
||||||
|
</test>
|
||||||
|
<test name="family">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" >
|
||||||
|
<string>KacstTitle</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>KacstTitle</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
||||||
22
67-kacst-titlel.conf
Normal file
22
67-kacst-titlel.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="lang" compare="contains">
|
||||||
|
<string>ar</string>
|
||||||
|
</test>
|
||||||
|
<test name="family">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" >
|
||||||
|
<string>KacstTitleL</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<alias>
|
||||||
|
<family>KacstTitleL</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
||||||
36
README.en.md
36
README.en.md
@ -1,36 +0,0 @@
|
|||||||
# kacst-fonts
|
|
||||||
|
|
||||||
#### Description
|
|
||||||
{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}
|
|
||||||
|
|
||||||
#### Software Architecture
|
|
||||||
Software architecture description
|
|
||||||
|
|
||||||
#### Installation
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### Instructions
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### Contribution
|
|
||||||
|
|
||||||
1. Fork the repository
|
|
||||||
2. Create Feat_xxx branch
|
|
||||||
3. Commit your code
|
|
||||||
4. Create Pull Request
|
|
||||||
|
|
||||||
|
|
||||||
#### Gitee Feature
|
|
||||||
|
|
||||||
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
|
|
||||||
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
|
|
||||||
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
|
|
||||||
4. The most valuable open source project [GVP](https://gitee.com/gvp)
|
|
||||||
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
|
|
||||||
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
|
||||||
39
README.md
39
README.md
@ -1,39 +0,0 @@
|
|||||||
# kacst-fonts
|
|
||||||
|
|
||||||
#### 介绍
|
|
||||||
{**以下是码云平台说明,您可以替换此简介**
|
|
||||||
码云是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台
|
|
||||||
无论是个人、团队、或是企业,都能够用码云实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)}
|
|
||||||
|
|
||||||
#### 软件架构
|
|
||||||
软件架构说明
|
|
||||||
|
|
||||||
|
|
||||||
#### 安装教程
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### 使用说明
|
|
||||||
|
|
||||||
1. xxxx
|
|
||||||
2. xxxx
|
|
||||||
3. xxxx
|
|
||||||
|
|
||||||
#### 参与贡献
|
|
||||||
|
|
||||||
1. Fork 本仓库
|
|
||||||
2. 新建 Feat_xxx 分支
|
|
||||||
3. 提交代码
|
|
||||||
4. 新建 Pull Request
|
|
||||||
|
|
||||||
|
|
||||||
#### 码云特技
|
|
||||||
|
|
||||||
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
|
|
||||||
2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com)
|
|
||||||
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目
|
|
||||||
4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
|
|
||||||
5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
|
|
||||||
6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
|
||||||
15
kacst-art.metainfo.xml
Normal file
15
kacst-art.metainfo.xml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="font">
|
||||||
|
<id>kacst-art</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<name>Kacst</name>
|
||||||
|
<summary>Fonts for arabic from arabeyes project</summary>
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
This package contains fonts for the display of Arabic
|
||||||
|
from the King Abdulaziz City for Science and Technology(kacst).
|
||||||
|
</p>
|
||||||
|
</description>
|
||||||
|
<updatecontact>psatpute_at_redhat_dot_com</updatecontact>
|
||||||
|
<url type="homepage">http://old.arabeyes.org/resources.php</url>
|
||||||
|
</component>
|
||||||
6
kacst-book.metainfo.xml
Normal file
6
kacst-book.metainfo.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="font">
|
||||||
|
<id>kacst-book</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<extends>kacst-art</extends>
|
||||||
|
</component>
|
||||||
6
kacst-decorative.metainfo.xml
Normal file
6
kacst-decorative.metainfo.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="font">
|
||||||
|
<id>kacst-decorative</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<extends>kacst-art</extends>
|
||||||
|
</component>
|
||||||
6
kacst-digital.metainfo.xml
Normal file
6
kacst-digital.metainfo.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="font">
|
||||||
|
<id>kacst-digital</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<extends>kacst-art</extends>
|
||||||
|
</component>
|
||||||
6
kacst-farsi.metainfo.xml
Normal file
6
kacst-farsi.metainfo.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="font">
|
||||||
|
<id>kacst-farsi</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<extends>kacst-art</extends>
|
||||||
|
</component>
|
||||||
179
kacst-fonts.spec
Normal file
179
kacst-fonts.spec
Normal file
@ -0,0 +1,179 @@
|
|||||||
|
%define fontname kacst
|
||||||
|
Name: %{fontname}-fonts
|
||||||
|
Version: 2.0
|
||||||
|
Release: 21
|
||||||
|
Summary: Fonts for arabic from arabeyes projec
|
||||||
|
License: GPLv2
|
||||||
|
URL: https://github.com/gooselinux/kacst-fonts
|
||||||
|
|
||||||
|
Source0: http://downloads.sourceforge.net/sourceforge/arabeyes/%{fontname}_fonts_%{version}.tar.bz2
|
||||||
|
Source1: 67-%{fontname}-art.conf
|
||||||
|
Source2: 67-%{fontname}-book.conf
|
||||||
|
Source3: 67-%{fontname}-decorative.conf
|
||||||
|
Source4: 67-%{fontname}-digital.conf
|
||||||
|
Source5: 67-%{fontname}-farsi.conf
|
||||||
|
Source6: 67-%{fontname}-letter.conf
|
||||||
|
Source7: 67-%{fontname}-naskh.conf
|
||||||
|
Source8: 67-%{fontname}-office.conf
|
||||||
|
Source9: 67-%{fontname}-one.conf
|
||||||
|
Source10: 67-%{fontname}-pen.conf
|
||||||
|
Source11: 67-%{fontname}-poster.conf
|
||||||
|
Source12: 67-%{fontname}-qurn.conf
|
||||||
|
Source13: 67-%{fontname}-screen.conf
|
||||||
|
Source14: 67-%{fontname}-title.conf
|
||||||
|
Source15: 67-%{fontname}-titlel.conf
|
||||||
|
Source16: %{fontname}-art.metainfo.xml
|
||||||
|
Source17: %{fontname}-book.metainfo.xml
|
||||||
|
Source18: %{fontname}-decorative.metainfo.xml
|
||||||
|
Source19: %{fontname}-digital.metainfo.xml
|
||||||
|
Source20: %{fontname}-farsi.metainfo.xml
|
||||||
|
Source21: %{fontname}-letter.metainfo.xml
|
||||||
|
Source22: %{fontname}-naskh.metainfo.xml
|
||||||
|
Source23: %{fontname}-office.metainfo.xml
|
||||||
|
Source24: %{fontname}-one.metainfo.xml
|
||||||
|
Source25: %{fontname}-pen.metainfo.xml
|
||||||
|
Source26: %{fontname}-poster.metainfo.xml
|
||||||
|
Source27: %{fontname}-qurn.metainfo.xml
|
||||||
|
Source28: %{fontname}-screen.metainfo.xml
|
||||||
|
Source29: %{fontname}-title.metainfo.xml
|
||||||
|
Source30: %{fontname}-titlel.metainfo.xml
|
||||||
|
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: dos2unix fontpackages-devel > 1.13
|
||||||
|
Obsoletes: fonts-arabic <= 2.1-2
|
||||||
|
|
||||||
|
%description
|
||||||
|
Fonts for arabic from arabeyes project
|
||||||
|
|
||||||
|
%package common
|
||||||
|
Summary: Common files for kacst-fonts
|
||||||
|
Requires: fontpackages-filesystem
|
||||||
|
|
||||||
|
%description common
|
||||||
|
Fonts for arabic from arabeyes project
|
||||||
|
|
||||||
|
%package -n %{fontname}-book-fonts
|
||||||
|
Summary: Fonts for arabic from arabeyes project
|
||||||
|
Requires: %{name}-common = %{version}-%{release}
|
||||||
|
License: GPLv2
|
||||||
|
Provides: %{name} = %{version}-%{release}
|
||||||
|
Obsoletes: %{name} < 2.0-3
|
||||||
|
Provides: %{fontname}-digital-fonts = %{version}-%{release}
|
||||||
|
Obsoletes: %{fontname}-digital-fonts < %{version}-%{release}
|
||||||
|
Provides: %{fontname}-letter-fonts = %{version}-%{release}
|
||||||
|
Obsoletes: %{fontname}-letter-fonts < %{version}-%{release}
|
||||||
|
Provides: %{fontname}-office-fonts = %{version}-%{release}
|
||||||
|
Obsoletes: %{fontname}-office-fonts < %{version}-%{release}
|
||||||
|
Provides: %{fontname}-pen-fonts = %{version}-%{release}
|
||||||
|
Obsoletes: %{fontname}-pen-fonts < %{version}-%{release}
|
||||||
|
Provides: %{fontname}-qurn-fonts = %{version}-%{release}
|
||||||
|
Obsoletes: %{fontname}-qurn-fonts < %{version}-%{release}
|
||||||
|
Provides: %{fontname}-titlel-fonts = %{version}-%{release}
|
||||||
|
Obsoletes: %{fontname}-titlel-fonts < %{version}-%{release}
|
||||||
|
Provides: %{fontname}-art-fonts = %{version}-%{release}
|
||||||
|
Obsoletes: %{fontname}-art-fonts < %{version}-%{release}
|
||||||
|
Provides: %{fontname}-decorative-fonts = %{version}-%{release}
|
||||||
|
Obsoletes: %{fontname}-decorative-fonts < %{version}-%{release}
|
||||||
|
Provides: %{fontname}-farsi-fonts = %{version}-%{release}
|
||||||
|
Obsoletes: %{fontname}-farsi-fonts < %{version}-%{release}
|
||||||
|
Provides: %{fontname}-naskh-fonts = %{version}-%{release}
|
||||||
|
Obsoletes: %{fontname}-naskh-fonts < %{version}-%{release}
|
||||||
|
Provides: %{fontname}-one-fonts = %{version}-%{release}
|
||||||
|
Obsoletes: %{fontname}-one-fonts < %{version}-%{release}
|
||||||
|
Provides: %{fontname}-poster-fonts = %{version}-%{release}
|
||||||
|
Obsoletes: %{fontname}-poster-fonts < %{version}-%{release}
|
||||||
|
Provides: %{fontname}-screen-fonts = %{version}-%{release}
|
||||||
|
Obsoletes: %{fontname}-screen-fonts < %{version}-%{release}
|
||||||
|
Provides: %{fontname}-title-fonts = %{version}-%{release}
|
||||||
|
Obsoletes: %{fontname}-title-fonts < %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n %{fontname}-book-fonts
|
||||||
|
Fonts for arabic from arabeyes project
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n KacstArabicFonts-%{version} -p1
|
||||||
|
find . -not -name \*.ttf -type f -exec dos2unix -k {} \;
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
install -m 0755 -d %{buildroot}%{_datadir}/fonts/%{fontname}
|
||||||
|
install -m 0644 -p *.ttf %{buildroot}%{_datadir}/fonts/%{fontname}
|
||||||
|
install -m 0755 -d %{buildroot}%{_datadir}/fontconfig/conf.avail
|
||||||
|
install -m 0755 -d %{buildroot}%{_sysconfdir}/fonts/conf.d
|
||||||
|
|
||||||
|
pushd %{buildroot}%{_datadir}/fontconfig/conf.avail
|
||||||
|
install -m 0644 -p %{SOURCE1} 67-%{fontname}-art.conf
|
||||||
|
install -m 0644 -p %{SOURCE2} 67-%{fontname}-book.conf
|
||||||
|
install -m 0644 -p %{SOURCE3} 67-%{fontname}-decorative.conf
|
||||||
|
install -m 0644 -p %{SOURCE4} 67-%{fontname}-digital.conf
|
||||||
|
install -m 0644 -p %{SOURCE5} 67-%{fontname}-farsi.conf
|
||||||
|
install -m 0644 -p %{SOURCE6} 67-%{fontname}-letter.conf
|
||||||
|
install -m 0644 -p %{SOURCE7} 67-%{fontname}-naskh.conf
|
||||||
|
install -m 0644 -p %{SOURCE8} 67-%{fontname}-office.conf
|
||||||
|
install -m 0644 -p %{SOURCE9} 67-%{fontname}-one.conf
|
||||||
|
install -m 0644 -p %{SOURCE10} 67-%{fontname}-pen.conf
|
||||||
|
install -m 0644 -p %{SOURCE11} 67-%{fontname}-poster.conf
|
||||||
|
install -m 0644 -p %{SOURCE12} 67-%{fontname}-qurn.conf
|
||||||
|
install -m 0644 -p %{SOURCE13} 67-%{fontname}-screen.conf
|
||||||
|
install -m 0644 -p %{SOURCE14} 67-%{fontname}-title.conf
|
||||||
|
install -m 0644 -p %{SOURCE15} 67-%{fontname}-titlel.conf
|
||||||
|
popd
|
||||||
|
|
||||||
|
for fconf in 67-%{fontname}-art.conf \
|
||||||
|
67-%{fontname}-book.conf \
|
||||||
|
67-%{fontname}-decorative.conf \
|
||||||
|
67-%{fontname}-digital.conf \
|
||||||
|
67-%{fontname}-farsi.conf \
|
||||||
|
67-%{fontname}-letter.conf \
|
||||||
|
67-%{fontname}-naskh.conf \
|
||||||
|
67-%{fontname}-office.conf \
|
||||||
|
67-%{fontname}-one.conf \
|
||||||
|
67-%{fontname}-pen.conf \
|
||||||
|
67-%{fontname}-poster.conf \
|
||||||
|
67-%{fontname}-qurn.conf \
|
||||||
|
67-%{fontname}-screen.conf \
|
||||||
|
67-%{fontname}-title.conf \
|
||||||
|
67-%{fontname}-titlel.conf
|
||||||
|
do
|
||||||
|
ln -s %{_datadir}/fontconfig/conf.avail/$fconf \
|
||||||
|
%{buildroot}%{_sysconfdir}/fonts/conf.d/$fconf
|
||||||
|
done
|
||||||
|
|
||||||
|
install -m 0755 -d %{buildroot}%{_datadir}/appdata
|
||||||
|
pushd %{buildroot}%{_datadir}/appdata
|
||||||
|
install -Dm 0644 -p %{SOURCE16} %{fontname}-art.metainfo.xml
|
||||||
|
install -Dm 0644 -p %{SOURCE17} %{fontname}-book.metainfo.xml
|
||||||
|
install -Dm 0644 -p %{SOURCE18} %{fontname}-decorative.metainfo.xml
|
||||||
|
install -Dm 0644 -p %{SOURCE19} %{fontname}-digital.metainfo.xml
|
||||||
|
install -Dm 0644 -p %{SOURCE20} %{fontname}-farsi.metainfo.xml
|
||||||
|
install -Dm 0644 -p %{SOURCE21} %{fontname}-letter.metainfo.xml
|
||||||
|
install -Dm 0644 -p %{SOURCE22} %{fontname}-naskh.metainfo.xml
|
||||||
|
install -Dm 0644 -p %{SOURCE23} %{fontname}-office.metainfo.xml
|
||||||
|
install -Dm 0644 -p %{SOURCE24} %{fontname}-one.metainfo.xml
|
||||||
|
install -Dm 0644 -p %{SOURCE25} %{fontname}-pen.metainfo.xml
|
||||||
|
install -Dm 0644 -p %{SOURCE26} %{fontname}-poster.metainfo.xml
|
||||||
|
install -Dm 0644 -p %{SOURCE27} %{fontname}-qurn.metainfo.xml
|
||||||
|
install -Dm 0644 -p %{SOURCE28} %{fontname}-screen.metainfo.xml
|
||||||
|
install -Dm 0644 -p %{SOURCE29} %{fontname}-title.metainfo.xml
|
||||||
|
install -Dm 0644 -p %{SOURCE30} %{fontname}-titlel.metainfo.xml
|
||||||
|
popd
|
||||||
|
|
||||||
|
%files common
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc README
|
||||||
|
%license Copyright LICENSE
|
||||||
|
%dir %{_datadir}/fonts/%{fontname}
|
||||||
|
|
||||||
|
%files -n %{fontname}-book-fonts
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_datadir}/fonts/kacst/*.ttf
|
||||||
|
%{_datadir}/appdata/%{fontname}-*.metainfo.xml
|
||||||
|
%{_datadir}/fontconfig/conf.avail/67-%{fontname}-*.conf
|
||||||
|
%{_sysconfdir}/fonts/conf.d/67-%{fontname}-*.conf
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Nov 25 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.0-21
|
||||||
|
- Package init
|
||||||
|
|
||||||
6
kacst-letter.metainfo.xml
Normal file
6
kacst-letter.metainfo.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="font">
|
||||||
|
<id>kacst-letter</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<extends>kacst-art</extends>
|
||||||
|
</component>
|
||||||
6
kacst-naskh.metainfo.xml
Normal file
6
kacst-naskh.metainfo.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="font">
|
||||||
|
<id>kacst-naskh</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<extends>kacst-art</extends>
|
||||||
|
</component>
|
||||||
6
kacst-office.metainfo.xml
Normal file
6
kacst-office.metainfo.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="font">
|
||||||
|
<id>kacst-office</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<extends>kacst-art</extends>
|
||||||
|
</component>
|
||||||
6
kacst-one.metainfo.xml
Normal file
6
kacst-one.metainfo.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="font">
|
||||||
|
<id>kacst-one</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<extends>kacst-art</extends>
|
||||||
|
</component>
|
||||||
6
kacst-pen.metainfo.xml
Normal file
6
kacst-pen.metainfo.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="font">
|
||||||
|
<id>kacst-pen</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<extends>kacst-art</extends>
|
||||||
|
</component>
|
||||||
6
kacst-poster.metainfo.xml
Normal file
6
kacst-poster.metainfo.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="font">
|
||||||
|
<id>kacst-poster</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<extends>kacst-art</extends>
|
||||||
|
</component>
|
||||||
6
kacst-qurn.metainfo.xml
Normal file
6
kacst-qurn.metainfo.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="font">
|
||||||
|
<id>kacst-qurn</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<extends>kacst-art</extends>
|
||||||
|
</component>
|
||||||
6
kacst-screen.metainfo.xml
Normal file
6
kacst-screen.metainfo.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="font">
|
||||||
|
<id>kacst-screen</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<extends>kacst-art</extends>
|
||||||
|
</component>
|
||||||
6
kacst-title.metainfo.xml
Normal file
6
kacst-title.metainfo.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="font">
|
||||||
|
<id>kacst-title</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<extends>kacst-art</extends>
|
||||||
|
</component>
|
||||||
6
kacst-titlel.metainfo.xml
Normal file
6
kacst-titlel.metainfo.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="font">
|
||||||
|
<id>kacst-titlel</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<extends>kacst-art</extends>
|
||||||
|
</component>
|
||||||
BIN
kacst_fonts_2.0.tar.bz2
Normal file
BIN
kacst_fonts_2.0.tar.bz2
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user