SHA256
1
0
forked from pool/libX11

Accepting request 115612 from home:vuntz:branches:X11:XOrg

Remove unused source files from package; this blocks the package from enterin Factory; needs to be resubmitted to Factory because of this issue

OBS-URL: https://build.opensuse.org/request/show/115612
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=5
This commit is contained in:
Factory Maintainer 2012-05-08 11:51:46 +00:00 committed by Git OBS Bridge
parent 5436fa3c09
commit 113607c326
3 changed files with 9 additions and 24 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 26 08:47:37 UTC 2012 - vuntz@opensuse.org
- Drop xorg-x11-libX11.sh and xorg-x11-libX11.csh files: they were
not used in the package, although they were intended to be
installed in /etc/profile.d. However, /etc/profile and
/etc/csh.login already contain this code (setting the XKEYSYMDB
and XNLSPATH environment variables), so we don't need them.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 12 08:19:14 UTC 2012 - vuntz@opensuse.org Thu Apr 12 08:19:14 UTC 2012 - vuntz@opensuse.org

View File

@ -1,12 +0,0 @@
#!/bin/csh
if ( -r /usr/share/X11/XKeysymDB ) then
setenv XKEYSYMDB /usr/share/X11/XKeysymDB
else
setenv XKEYSYMDB /usr/X11R6/lib/X11/XKeysymDB
endif
if ( -d /usr/share/X11/nls ) then
setenv XNLSPATH /usr/share/X11/nls
else
setenv XNLSPATH /usr/X11R6/lib/X11/nls
endif

View File

@ -1,12 +0,0 @@
#!/bin/sh
if [ -r /usr/share/X11/XKeysymDB ]; then
export XKEYSYMDB=/usr/share/X11/XKeysymDB
else
export XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
fi
if [ -d /usr/share/X11/nls ]; then
export XNLSPATH=/usr/share/X11/nls
else
export XNLSPATH=/usr/X11R6/lib/X11/nls
fi