Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
gnome-sdk-images
Commits
6a1ea5a4
Commit
6a1ea5a4
authored
Nov 13, 2014
by
Alexander Larsson
Browse files
Add dejavu fonts
parent
01ee7c4d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
6a1ea5a4
...
...
@@ -31,7 +31,7 @@ PACKAGES = \
graphite2 harfbuzz libdatrie libthai pango atk at-spi2-core at-spi2-atk gdk-pixbuf2 gtk3
\
itstool yelp-xsl yelp-tools
\
hicolor-icon-theme libcroco vala librsvg2 adwaita-icon-theme
\
gnome-sdk gnome-platform
\
gnome-sdk gnome-platform
dejavu-fonts
\
$(NULL)
SPECS
=
$
(
PACKAGES:%
=
packages/SPECS/%.spec
)
...
...
packages/SPECS/dejavu-fonts.spec
0 → 100644
View file @
6a1ea5a4
%global fontname dejavu
Name: %{fontname}-fonts
Version: 2.34
Release: 1%{?alphatag}%{?dist}
Summary: DejaVu fonts
Group: User Interface/X
License: Bitstream Vera and Public Domain
URL: http://%{name}.org/
Source0: http://sourceforge.net/projects/dejavu/files/%{fontname}/%{version}/%{name}-ttf-%{version}.tar.bz2
BuildArch: noarch
%description
The DejaVu font set is based on the “Bitstream Vera” fonts, release 1.10. Its\
purpose is to provide a wider range of characters, while maintaining the \
original style, using an open collaborative development process.
%prep
%setup -q -n %{name}-ttf-%{version}
%build
%install
rm -fr %{buildroot}
install -m 0755 -d %{buildroot}%{_datadir}/fonts/dejavu
install -m 0644 -p ttf/*.ttf %{buildroot}%{_datadir}/fonts/dejavu
install -m 0755 -d %{buildroot}%{_sysconfdir}/fonts/conf.d \
%{buildroot}%{_datadir}/fontconfig/conf.avail
cd fontconfig
for fontconf in *conf ; do
install -m 0644 -p $fontconf %{buildroot}%{_datadir}/fontconfig/conf.avail
ln -s %{_datadir}/fontconfig/conf.avail/$fontconf \
%{buildroot}%{_sysconfdir}/fonts/conf.d/$fontconf
done
%clean
rm -fr %{buildroot}
%files
%defattr(0644,root,root,0755)
%doc AUTHORS BUGS LICENSE NEWS README
%{_datadir}/fonts/dejavu
%{_datadir}/fontconfig/conf.avail/*
%{_sysconfdir}/fonts/conf.d/*
%changelog
* Thu Nov 13 2014 Alexander Larsson <alexl@redhat.com> - 2.34-1%{?dist}
- Initial version based on F21
packages/SPECS/gnome-platform.spec
View file @
6a1ea5a4
...
...
@@ -11,6 +11,7 @@ Requires: gnome-platform-base
Requires: gtk3
Requires: hicolor-icon-theme
Requires: adwaita-icon-theme
Requires: dejavu-fonts
%description
Meta package for Gnome SDK dependencies
...
...
packages/SPECS/gnome-sdk.spec
View file @
6a1ea5a4
...
...
@@ -48,6 +48,7 @@ Requires: libXtst-devel
Requires: pango-devel
Requires: pixman-devel
Requires: vala-devel
Requires: dejavu-fonts
%description
Meta package for Gnome SDK dependencies
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment