Author: ankry Date: Tue Feb 9 17:32:20 2010 GMT Module: packages Tag: HEAD ---- Log message: - inital, font for Egyptian hieroglyphs
---- Files affected: packages/fonts-OTF-Aegyptus: fonts-OTF-Aegyptus.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/fonts-OTF-Aegyptus/fonts-OTF-Aegyptus.spec diff -u /dev/null packages/fonts-OTF-Aegyptus/fonts-OTF-Aegyptus.spec:1.1 --- /dev/null Tue Feb 9 18:32:20 2010 +++ packages/fonts-OTF-Aegyptus/fonts-OTF-Aegyptus.spec Tue Feb 9 18:32:14 2010 @@ -0,0 +1,67 @@ +# $Revision$, $Date$ +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 + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/02/09 17:32:14 ankry +- inital, font for Egyptian hieroglyphs + +Revision 1.1 2010/02/09 17:02:42 ankry +- initial, font for Egyptian hieroglyphs + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
