Enabled X11 and 2012 theme
This commit is contained in:
parent
00599859f7
commit
18fb9f7e74
@ -3,7 +3,7 @@
|
||||
|
||||
Name: fontforge
|
||||
Version: 20200314
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Outline and bitmap font editor
|
||||
|
||||
License: GPLv3+
|
||||
@ -24,6 +24,8 @@ BuildRequires: libxml2-devel
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libuninameslist-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: cairo-devel
|
||||
@ -74,7 +76,10 @@ rm -rf build && mkdir build
|
||||
pushd build
|
||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
|
||||
%cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix}
|
||||
%cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||
-DENABLE_X11=ON \
|
||||
-DTHEME=2012
|
||||
|
||||
%{make_build}
|
||||
popd
|
||||
|
||||
@ -126,6 +131,9 @@ popd
|
||||
%doc %{_pkgdocdir}
|
||||
|
||||
%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
|
||||
- Update to 20200314 version (#1813578)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user