]> git.pld-linux.org Git - packages/fonts-OTF-Aegyptus.git/commitdiff
- inital, font for Egyptian hieroglyphs
authorankry <ankry@pld-linux.org>
Tue, 9 Feb 2010 17:32:14 +0000 (17:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-OTF-Aegyptus.spec -> 1.1

fonts-OTF-Aegyptus.spec [new file with mode: 0644]

diff --git a/fonts-OTF-Aegyptus.spec b/fonts-OTF-Aegyptus.spec
new file mode 100644 (file)
index 0000000..83b774b
--- /dev/null
@@ -0,0 +1,53 @@
+Summary:       Free UCS font for Egyptian hieroglyphs
+Summary(pl.UTF-8):     WolnodostÄ™pny font UCS dla hieroglifów egipskich
+Name:          fonts-OTF-Aegyptus
+Version:       3.11
+Release:       1
+License:       Freeware
+Group:         Fonts
+Source0:       http://users.teilar.gr/~g1951d/Aegyptus%{version}.zip
+# Source0-md5: de9426b4fbed2ce23d6121effce36ba9
+URL:           http://users.teilar.gr/~g1951d/
+BuildRequires: unzip
+Requires(post,postun): fontpostinst
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                otffontsdir     %{_fontsdir}/OTF
+
+%description
+The Aegyptus font encodes some 7100 Egyptian Hieroglyphs, all with a
+graphical representation. The main sources of glyphs are Hieroglyphica
+<http://www.ccer.nl/product8.html> and the work of Alan Gardiner
+<http://std.dkuug.dk/JTC1/SC2/WG2/docs/n3182.pdf>. Egyptian
+Hieroglyphs are allocated in the Supplementary Private Use Plane 15,
+for the lack of a standard. The font also covers Basic Latin, Egyptian
+Transliteration characters, Meroitic, some Punctuation and other
+Symbols and the Gardiner set of Egyptian Hieroglyphs supported by The
+Unicode Standard 5.2
+
+%%description -l pl.UTF-8
+#TODO
+
+%prep
+%setup -q -n freefont-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{otffontsdir}
+
+install *.otf $RPM_BUILD_ROOT%{otffontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst OTF
+
+%postun
+fontpostinst OTF
+
+%files
+%defattr(644,root,root,755)
+%doc *.txt
+%{otffontsdir}/Aegyptus.otf
This page took 0.434605 seconds and 4 git commands to generate.