Accepting request 1082971 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1082971 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xset?expand=0&rev=12
This commit is contained in:
commit
02ff654dd6
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 26 08:47:26 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Disable building with libXfontcache. xorg-server 1.6 removed the
|
||||
corresponding feature, and it seems unlikely and unusual for
|
||||
anyone to e.g. ssh from an old Xorg system to a contemporary
|
||||
SUSE to attempt to run the (undocumented) `xset fc` command.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 4 22:46:45 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xset
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -27,7 +27,6 @@ Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{v
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xfontcache)
|
||||
BuildRequires: pkgconfig(xmuu)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.17
|
||||
@ -39,7 +38,7 @@ This program is used to set various user preference options of the
|
||||
display.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
Loading…
Reference in New Issue
Block a user