summaryrefslogblamecommitdiffstats
path: root/xorg/xserver/DETAILS
blob: cb5ae82266daa09a02898c36b36ec3d70808de5e (plain) (tree)
1
2
3
4
5


                                
                        
                                        








                                                                                  
                    




                                                                           
                                                                            







                                                                               
source $GRIMOIRE/MESON_FUNCTIONS
            SPELL=xserver
           SPELLX=xorg-server
          VERSION=21.1.1
          SOURCE=$SPELLX-$VERSION.tar.xz
    SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/xserver/$SOURCE
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
         WEB_SITE=https://xorg.freedesktop.org/
          ENTERED=20180228
       LICENSE[0]=XCL
   SECURITY_PATCH=15
            SHORT="X servers (including Xorg, Xprt, Xvfb, Xnest & Xdmx)"
cat << EOF
X servers (including Xorg, Xwayland, Xvfb, Xnest & Xdmx), the core of the X
Window System.

The X server accepts requests from client release-service to create windows,
which are (normally rectangular) "virtual screens" that the client program
can draw into.

Windows are then composed on the actual screen by the X server
(or by a separate composite manager) as directed by the window manager,
which usually communicates with the user via graphical controls such as buttons
and draggable titlebars and borders.
EOF