summaryrefslogtreecommitdiffstats
path: root/xorg/xserver/DETAILS
blob: cb5ae82266daa09a02898c36b36ec3d70808de5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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