/[packages]/cauldron/fonts-ttf-arabic-arabeyes/current/SPECS/fonts-ttf-arabic-arabeyes.spec
ViewVC logotype

Contents of /cauldron/fonts-ttf-arabic-arabeyes/current/SPECS/fonts-ttf-arabic-arabeyes.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1916393 - (show annotations) (download)
Sat Dec 3 23:15:39 2022 UTC (2 years, 7 months ago) by danf
File size: 1109 byte(s)
SILENT: Switch project URLs to https:
1 %define name_orig ae_fonts
2 %define fontdir fonts/TTF/arabic/arabeyes
3
4 Name: fonts-ttf-arabic-arabeyes
5 Summary: Arabic TrueType fonts
6 Version: 2.0
7 Release: %mkrel 14
8 License: GPLv2+
9 Group: System/Fonts/True type
10 Source: https://prdownloads.sourceforge.net/arabeyes/%{name_orig}_%{version}.tar.bz2
11 URL: https://www.arabeyes.org/project.php?proj=Khotot
12 BuildArch: noarch
13 Buildrequires: mkfontscale
14 Provides: fonts-ttf-arabic
15
16 %description
17 This Package provides Free Arabic TrueType fonts donated under the GPL license
18 by arabeyes.org.
19
20 %prep
21 %setup -n %{name_orig}_%version -q
22
23 %build
24
25 %install
26 mkdir -p %buildroot/%_datadir/%fontdir
27 cp */*.ttf %buildroot/%_datadir/%fontdir
28
29 pushd %buildroot/%_datadir/%fontdir
30 mkfontscale
31 cp fonts.scale fonts.dir
32 popd
33
34 mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/
35 ln -s ../../..%_datadir/%fontdir \
36 %{buildroot}%_sysconfdir/X11/fontpath.d/ttf-arabic-arabeyes:pri=50
37
38 %post
39 touch %_datadir/fonts/TTF
40
41 %files
42 %defattr(0644,root,root,0755)
43 %doc README ChangeLog
44 %dir %_datadir/%fontdir
45 %_datadir/%fontdir/*
46 %_sysconfdir/X11/fontpath.d/ttf-arabic-arabeyes:pri=50
47
48
49

  ViewVC Help
Powered by ViewVC 1.1.30