pkg/manifests/system-display-manager-xdm.p5m
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Mon, 09 Apr 2012 18:52:58 -0700
changeset 1267 14dd5bef60c5
parent 1207 996eb6e88a18
permissions -rw-r--r--
7083537 Xorg 1.12 & associated module updates (fix packaging)

# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice (including the next
# paragraph) shall be included in all copies or substantial portions of the
# Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#

set name=pkg.fmri value=pkg:/system/display-manager/xdm@__version:xdm__
set name=pkg.summary \
    value="xdm - X Display Manager with support for XDMCP and host chooser"
set name=pkg.description \
    value="xdm is an Xaw-based display manager for a collection of X displays, which may be on the local host or remote servers."


dir  path=etc/X11 group=sys
dir  path=etc/X11/xdm group=sys
file path=etc/X11/xdm/Xaccess group=sys \
    original_name=SUNWxdm:etc/X11/xdm/Xaccess preserve=true
file path=etc/X11/xdm/Xresources group=sys \
    original_name=SUNWxdm:etc/X11/xdm/Xresources preserve=true
file path=etc/X11/xdm/Xservers group=sys \
    original_name=SUNWxdm:etc/X11/xdm/Xservers preserve=true
file path=etc/X11/xdm/xdm-config group=sys \
    original_name=SUNWxdm:etc/X11/xdm/xdm-config preserve=true
dir  path=usr/lib/X11/xdm
file path=usr/lib/X11/xdm/GiveConsole mode=0555
file path=usr/lib/X11/xdm/README
file path=usr/lib/X11/xdm/TakeConsole mode=0555
file path=usr/lib/X11/xdm/Xaccess
file path=usr/lib/X11/xdm/Xreset mode=0555
file path=usr/lib/X11/xdm/Xresources
file path=usr/lib/X11/xdm/Xservers
file path=usr/lib/X11/xdm/Xsession mode=0555
file path=usr/lib/X11/xdm/Xsetup_0 mode=0555
file path=usr/lib/X11/xdm/Xstartup mode=0555
file path=usr/lib/X11/xdm/Xwilling mode=0555
file path=usr/lib/X11/xdm/chooser mode=0555
file path=usr/lib/X11/xdm/libXdmGreet.so
dir  path=usr/lib/X11/xdm/pixmaps
file path=usr/lib/X11/xdm/pixmaps/xorg-bw.xpm
file path=usr/lib/X11/xdm/pixmaps/xorg.xpm
file path=usr/lib/X11/xdm/xdm-config
file path=usr/lib/X11/xdm/xdmshell mode=0555
file path=usr/sbin/xdm
file path=usr/share/X11/app-defaults/Chooser
file path=usr/share/man/man1/xdm.1
legacy pkg=SUNWxdm desc="X Window System xdm Display Manager" \
    name="xdm Display Manager"
legacy pkg=SUNWxdm-root \
    desc="X Window System xdm Display Manager components located outside of /usr" \
    name="xdm Display Manager - / filesystem"
# Default xdm session uses twm for the window manager
depend type=require fmri=pkg:/desktop/window-manager/twm
# xdm Xresources specifies fonts including:
# -adobe-helvetica-medium-r-normal--12-120-75-75-p-67-iso8859-1
# *-new century schoolbook-bold-i-normal-*-240-*
# fixed
depend type=require fmri=pkg:/system/font/xorg/iso8859-1
# Default xdm session runs an xterm
depend type=require fmri=pkg:/terminal/xterm
# xdm calls sessreg for utmpx/wtmpx updates
depend type=require fmri=pkg:/x11/session/sessreg
# Default xdm session uses xrdb
depend type=require fmri=pkg:/x11/x11-server-utilities
# xdm runs xconsole for messages on login screen
depend type=require fmri=pkg:/x11/xconsole