fix installation
This commit is contained in:
parent
e66914a987
commit
f428022596
@ -31,6 +31,9 @@ BuildRequires: libnotify-devel
|
|||||||
BuildRequires: gettext intltool
|
BuildRequires: gettext intltool
|
||||||
BuildRequires: fontconfig-devel
|
BuildRequires: fontconfig-devel
|
||||||
BuildRequires: libcanberra-devel
|
BuildRequires: libcanberra-devel
|
||||||
|
BuildRequires: autoconf automake libtool
|
||||||
|
|
||||||
|
Patch0: etcetc.patch
|
||||||
|
|
||||||
# change font rendering
|
# change font rendering
|
||||||
Patch3: slight-hinting.patch
|
Patch3: slight-hinting.patch
|
||||||
@ -55,9 +58,12 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .etcetc
|
||||||
%patch3 -p1 -b .slight-hinting
|
%patch3 -p1 -b .slight-hinting
|
||||||
%patch4 -p1 -b .keyboard-icon
|
%patch4 -p1 -b .keyboard-icon
|
||||||
|
|
||||||
|
autoreconf -i -f
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
|
# https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
|
||||||
export LIBS="-lX11 -lm"
|
export LIBS="-lX11 -lm"
|
||||||
@ -108,6 +114,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING NEWS
|
%doc AUTHORS COPYING NEWS
|
||||||
%{_sysconfdir}/gconf/schemas/*
|
%{_sysconfdir}/gconf/schemas/*
|
||||||
|
%dir %{_sysconfdir/gnome-settings-daemon
|
||||||
|
%dir %{_sysconfdir/gnome-settings-daemon/xrandr
|
||||||
%{_libdir}/gnome-settings-daemon-2.0
|
%{_libdir}/gnome-settings-daemon-2.0
|
||||||
%{_libexecdir}/gnome-settings-daemon
|
%{_libexecdir}/gnome-settings-daemon
|
||||||
%{_libexecdir}/gsd-locate-pointer
|
%{_libexecdir}/gsd-locate-pointer
|
||||||
|
Loading…
Reference in New Issue
Block a user