[entypo-fonts] Initial import (#956127)

leamas leamas at fedoraproject.org
Wed Jun 19 15:03:27 UTC 2013


commit aca3e5b83d804b059ccafcba5f2aef5ab888d9ff
Author: Alec Leamas <alec at tests.notat.diaspora.com>
Date:   Wed Jun 19 17:03:00 2013 +0200

    Initial import (#956127)

 .gitignore                   |    1 +
 entypo-fonts-fontconfig.conf |   16 ++++++++++++
 entypo-fonts.spec            |   53 ++++++++++++++++++++++++++++++++++++++++++
 sources                      |    1 +
 4 files changed, 71 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..69140a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Entypo.zip
diff --git a/entypo-fonts-fontconfig.conf b/entypo-fonts-fontconfig.conf
new file mode 100644
index 0000000..415cfc2
--- /dev/null
+++ b/entypo-fonts-fontconfig.conf
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+  <alias>
+    <family>fantasy</family>
+    <prefer>
+      <family>entypo</family>
+    </prefer>
+  </alias>
+  <alias>
+    <family>entypo</family>
+    <default>
+      <family>fantasy</family>
+    </default>
+  </alias>
+</fontconfig>
diff --git a/entypo-fonts.spec b/entypo-fonts.spec
new file mode 100644
index 0000000..74941f9
--- /dev/null
+++ b/entypo-fonts.spec
@@ -0,0 +1,53 @@
+%global fontname entypo
+%global fontconf 69-%{fontname}.conf
+
+Name:           %{fontname}-fonts
+Version:        20121031
+Release:        1%{?dist}
+Summary:        Pictogram Suite font
+
+Group:          User Interface/X
+License:        CC-BY-SA
+URL:            http://www.entypo.com/
+                # From "Download package" on %%{url}
+Source0:        http://dl.dropbox.com/u/4339492/Entypo.zip
+Source1:        %{name}-fontconfig.conf
+
+BuildArch:      noarch
+BuildRequires:  fontpackages-devel
+Requires:       fontpackages-filesystem
+
+%description
+Entypo is a set of 250+ carefully crafted pictograms. The source contains
+an icon font — OpenType, TrueType and @font-face — EPS, PDF and PSD files.
+Only the Desktop  ttf font is packaged, the other fonts contains
+trademarked symbols.
+
+
+%prep
+%setup -qc
+
+
+%build
+
+
+%install
+install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
+                   %{buildroot}%{_fontconfig_confdir}
+install -m 0644 -p %{SOURCE1} \
+        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}
+ln -s %{_fontconfig_templatedir}/%{fontconf} \
+      %{buildroot}%{_fontconfig_confdir}/%{fontconf}
+cd "Entypo/@font-face/Entypo @font-face/"
+install -m 0755 -d %{buildroot}%{_fontdir}
+install -m 0644 -p *.ttf  %{buildroot}%{_fontdir}
+
+
+%_font_pkg -f %{fontconf} *.ttf
+
+%doc "Entypo/Glyph guide.rtf"
+
+
+%changelog
+* Wed Jun 19 2013 Alec Leamas <leamas at nowhere.net> - 20121031-1
+- Initial release
diff --git a/sources b/sources
index e69de29..9da7a6e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c8d3934d41066a470c444f3236133203  Entypo.zip


More information about the fonts-bugs mailing list