Enabled X11 and 2012 theme

This commit is contained in:
Parag Nemade 2020-03-27 22:12:10 +05:30
parent 00599859f7
commit 18fb9f7e74
No known key found for this signature in database
GPG Key ID: 71932951EB71E972

View File

@ -3,7 +3,7 @@
Name: fontforge Name: fontforge
Version: 20200314 Version: 20200314
Release: 1%{?dist} Release: 2%{?dist}
Summary: Outline and bitmap font editor Summary: Outline and bitmap font editor
License: GPLv3+ License: GPLv3+
@ -24,6 +24,8 @@ BuildRequires: libxml2-devel
BuildRequires: freetype-devel BuildRequires: freetype-devel
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: libuninameslist-devel BuildRequires: libuninameslist-devel
BuildRequires: libXt-devel
BuildRequires: xorg-x11-proto-devel
BuildRequires: gettext BuildRequires: gettext
BuildRequires: pango-devel BuildRequires: pango-devel
BuildRequires: cairo-devel BuildRequires: cairo-devel
@ -74,7 +76,10 @@ rm -rf build && mkdir build
pushd build pushd build
export CFLAGS="%{optflags} -fno-strict-aliasing" export CFLAGS="%{optflags} -fno-strict-aliasing"
%cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} %cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DENABLE_X11=ON \
-DTHEME=2012
%{make_build} %{make_build}
popd popd
@ -126,6 +131,9 @@ popd
%doc %{_pkgdocdir} %doc %{_pkgdocdir}
%changelog %changelog
* Fri Mar 27 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200314-2
- Enabled X11 and 2012 theme
* Wed Mar 25 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200314-1 * Wed Mar 25 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200314-1
- Update to 20200314 version (#1813578) - Update to 20200314 version (#1813578)