x: Updates.
This commit is contained in:
parent
9b759d1287
commit
d83f2c6b7c
|
@ -2,9 +2,9 @@ xdm_files = $(wildcard xdm/*)
|
|||
|
||||
preinstall:
|
||||
|
||||
postinstall: $(xdm_files)
|
||||
postinstall: $(xdm_files) xdm.start
|
||||
cp xdm/* "$(CHROOT)"/etc/X11/xdm
|
||||
ln -sf /etc/init.d/xdm "$(CHROOT)/etc/runlevels/default/xdm"
|
||||
cp xdm.start "$(CHROOT)"/etc/local.d
|
||||
|
||||
clean:
|
||||
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
PYTHON_SINGLE_TARGET="python2_7"
|
||||
PYTHON_TARGETS="python3_2"
|
||||
PYTHON_SINGLE_TARGET="python3_2"
|
||||
VIDEO_CARDS=""
|
||||
INPUT_DEVICES=""
|
||||
|
|
|
@ -3,4 +3,4 @@ dev-libs/libxml2 python
|
|||
sys-apps/kmod tools
|
||||
sys-devel/gcc cxx nptl
|
||||
sys-libs/ncurses minimal
|
||||
x11-base/xorg-server xorg nptl
|
||||
x11-base/xorg-server minimal xorg nptl
|
||||
|
|
12
x/world
12
x/world
|
@ -4,35 +4,23 @@ x11-apps/xedit
|
|||
x11-apps/xeyes
|
||||
x11-apps/xload
|
||||
x11-apps/xlogo
|
||||
x11-apps/appres
|
||||
x11-apps/bitmap
|
||||
x11-apps/iceauth
|
||||
x11-apps/luit
|
||||
x11-apps/mkfontdir
|
||||
x11-apps/mkfontscale
|
||||
x11-apps/sessreg
|
||||
x11-apps/setxkbmap
|
||||
x11-apps/smproxy
|
||||
x11-apps/x11perf
|
||||
x11-apps/xauth
|
||||
x11-apps/xbacklight
|
||||
x11-apps/xcmsdb
|
||||
x11-apps/xcursorgen
|
||||
x11-apps/xdpyinfo
|
||||
x11-apps/xdriinfo
|
||||
x11-apps/xev
|
||||
x11-apps/xf86dga
|
||||
x11-apps/xgamma
|
||||
x11-apps/xhost
|
||||
x11-apps/xinput
|
||||
x11-apps/xkbcomp
|
||||
x11-apps/xkbevd
|
||||
x11-apps/xkbutils
|
||||
x11-apps/xkill
|
||||
x11-apps/xlsatoms
|
||||
x11-apps/xlsclients
|
||||
x11-apps/xmodmap
|
||||
x11-apps/xpr
|
||||
x11-apps/xprop
|
||||
x11-apps/xrandr
|
||||
x11-apps/xrdb
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
xdm
|
||||
|
Loading…
Reference in New Issue