]> git.pld-linux.org Git - packages/fonts-TTF-darkgarden.git/blob - fonts-TTF-darkgarden.spec
- a new fantasy font http://www.kde-look.org/content/pre1/12772-1.png
[packages/fonts-TTF-darkgarden.git] / fonts-TTF-darkgarden.spec
1 %define         _name   darkgarden
2 Summary:        Dark Garden font
3 Summary(pl):    Czcionka dark garden
4 Name:           fonts-TTF-%{_name}
5 Version:        1.1
6 Release:        1
7 License:        GPL
8 Group:          Fonts
9 Source0:        http://darkgarden.sourceforge.net/%{_name}-%{version}.ttf.zip
10 # Source0-md5:  53bceb50cb4733c4bfcdf1e136ea8802
11 URL:            http://www.kde-look.org/content/show.php?content=12772
12 BuildRequires:  unzip
13 Requires(post,postun):  fontpostinst
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         ttffontsdir     %{_fontsdir}/TTF
18
19 %description
20 Dark Garden is a decorative outline font of unusual shape. The
21 typeface is based on author's original hand drawings. The letterform
22 is complex, with all characters decorated with spikes resembling
23 thorns or flames, character spacing is very dense. Includes west and
24 central european characters and some punctuation marks. Every non
25 ASCII letter has been drawn anew instead of basing on the ASCII
26 equivalent.
27
28 %description -l pl
29 Dark Garden to dekoracyjna czcionka konturowa o niezwyk³ym kszta³cie.
30 Jej król jest wzorowany na charakterze pisam autora. Styl liter jest
31 zró¿nicowany, wszystkie s± udekorowane kolcami podobnymi do cierni lub
32 p³omieni. Odstêpy miêdzy znakami. Zawiera litery z alfabetów
33 zachodniej i ¶rodkowej europy oraz niektóre znaki interpunkcyjne.
34 Ka¿da litera spoza ASCII zosta³a stworzona od zera, bez bazowania na
35 jej odpowiedniku z ASCII.
36
37 %prep
38 %setup -q -n %{_name}-%{version}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT%{ttffontsdir}
43
44 install *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %post
50 fontpostinst TTF
51
52 %postun
53 fontpostinst TTF
54
55 %files
56 %defattr(644,root,root,755)
57 %doc README.txt ChangeLog.txt
58 %{ttffontsdir}/*.ttf
This page took 0.070464 seconds and 3 git commands to generate.