forked from pool/xorg-x11-server
Accepting request 719825 from X11:XOrg
- move xorg.conf.d snippets from /etc/X11/xorg.conf.d to /usr/share/X11/xorg.conf.d (boo#1139692) OBS-URL: https://build.opensuse.org/request/show/719825 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=371
This commit is contained in:
commit
edbab102fe
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 30 12:35:53 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- move xorg.conf.d snippets from /etc/X11/xorg.conf.d to
|
||||||
|
/usr/share/X11/xorg.conf.d (boo#1139692)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 30 20:42:40 UTC 2019 - Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
|
Thu May 30 20:42:40 UTC 2019 - Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
|
||||||
|
|
||||||
|
@ -476,12 +476,8 @@ install -m 644 %{S:6} %{buildroot}%{pci_ids_dir}
|
|||||||
%endif
|
%endif
|
||||||
ln -snf Xorg %{buildroot}%{_bindir}/X
|
ln -snf Xorg %{buildroot}%{_bindir}/X
|
||||||
%if 0%{?suse_version} > 1120
|
%if 0%{?suse_version} > 1120
|
||||||
# get rid of evdev config file, since it's meanwhile shipped with
|
|
||||||
# evdev driver itself (since 2.10.0)
|
|
||||||
rm -f %{buildroot}/%{_datadir}/X11/xorg.conf.d/10-evdev.conf
|
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
|
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
|
||||||
cp %{buildroot}/%{_datadir}/X11/xorg.conf.d/10-quirks.conf %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
|
%{__install} -m 644 %{S:5} %{buildroot}%{_datadir}/X11/xorg.conf.d
|
||||||
%{__install} -m 644 %{S:5} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
|
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} < 1315
|
%if 0%{?suse_version} < 1315
|
||||||
mkdir -p %{buildroot}%{_libdir}/xorg/modules/updates/{fonts,input,linux,drivers,multimedia,extensions}
|
mkdir -p %{buildroot}%{_libdir}/xorg/modules/updates/{fonts,input,linux,drivers,multimedia,extensions}
|
||||||
@ -581,10 +577,8 @@ fi
|
|||||||
%dir %{pci_ids_dir}
|
%dir %{pci_ids_dir}
|
||||||
%{pci_ids_dir}/modesetting.ids
|
%{pci_ids_dir}/modesetting.ids
|
||||||
%endif
|
%endif
|
||||||
%config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/10-quirks.conf
|
|
||||||
%config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/50-extensions.conf
|
|
||||||
%dir %{_datadir}/X11/xorg.conf.d
|
%dir %{_datadir}/X11/xorg.conf.d
|
||||||
%{_datadir}/X11/xorg.conf.d/10-*.conf
|
%{_datadir}/X11/xorg.conf.d/*.conf
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%{_tmpfilesdir}/xkb.conf
|
%{_tmpfilesdir}/xkb.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user