Skip to content

Commit

Permalink
Remove the XVersion API and config file
Browse files Browse the repository at this point in the history
It was useful in 2006 when X.org 6 and X.org 7 had different places for files

FIXME: only after yast-installation and yast-country stop using this
  • Loading branch information
mvidner committed Mar 5, 2019
1 parent 116a4ec commit a9437f5
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 169 deletions.
7 changes: 1 addition & 6 deletions data/Makefile.am
Expand Up @@ -2,11 +2,6 @@
# Makefile.am for yast2/data
#

xversiondir = $(sysconfdir)/YaST2

xversion_DATA = \
XVersion

scalabledir = @icondir@/hicolor/scalable/apps
scalable_DATA = \
icons/hicolor/scalable/apps/yast-hardware-group.svg \
Expand All @@ -23,5 +18,5 @@ scalable_DATA = \
icons/hicolor/scalable/apps/yast-vm-group.svg \
icons/hicolor/scalable/apps/yast.svg

EXTRA_DIST = $(xversion_DATA) $(scalable_DATA)
EXTRA_DIST = $(scalable_DATA)
include $(top_srcdir)/Makefile.am.common
14 changes: 0 additions & 14 deletions data/XVersion

This file was deleted.

1 change: 0 additions & 1 deletion library/general/src/Makefile.am
Expand Up @@ -16,7 +16,6 @@ module_DATA = \
modules/Encoding.rb \
modules/CustomDialogs.rb \
modules/Distro.rb \
modules/XVersion.rb \
modules/Summary.rb \
modules/UIHelper.rb \
modules/DontShowAgain.rb \
Expand Down
130 changes: 0 additions & 130 deletions library/general/src/modules/XVersion.rb

This file was deleted.

16 changes: 0 additions & 16 deletions library/general/src/scrconf/cfg_xversion.scr

This file was deleted.

2 changes: 0 additions & 2 deletions package/yast2.spec
Expand Up @@ -184,8 +184,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/YaST2
%{_fillupdir}/sysconfig.yast2

%{_datadir}/bash-completion/completions/yast2*.sh
# configuration files
%config %{_sysconfdir}/YaST2/XVersion

# documentation (not included in devel subpackage)
%doc %dir %{yast_docdir}
Expand Down

0 comments on commit a9437f5

Please sign in to comment.