summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 220328722ef2695a8fe0d7f93abb7c423dcb0d73 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
# Maintainer    : Vincent Grande
# Contributor   : Eric Vidal <eric@obarun.org>
# Contributor   : Jean-Michel T.Dydak <jean-michel@obarun.org>

pkgname=(
#	'xorg-server-rootless-nosystemd-minimal-git'
#	'xorg-server-xephyr-rootless-nosystemd-minimal-git'
#	'xorg-server-xvfb-rootless-nosystemd-minimal-git'
#	'xorg-server-xnest-rootless-nosystemd-minimal-git'
	'xorg-xwayland-rootless-nosystemd-minimal-git'
	'xorg-xwayland-common-rootless-nosystemd-minimal-git'
	'xorg-xwayland-devel-rootless-nosystemd-minimal-git')

pkgver=1.20.999
pkgrel=1
url="http://xorg.freedesktop.org"
source=("git+https://gitlab.freedesktop.org/xorg/xserver.git")

makedepends=(
	'xorgproto'
	'pixman'
	'libx11'
	'mesa'
#	'mesa-libgl'
	'xtrans'
	'libxkbfile'
	'libxfont2'
	'libpciaccess'
	'libxv'
	'libxmu'
	'libxrender'
	'libxi'
	'libxaw'
	'libxtst'
#	'libxres'
	'xorg-xkbcomp'
	'xorg-util-macros'
	'xorg-font-util'
	'libepoxy'
	'xcb-util'
	'xcb-util-image'
	'xcb-util-renderutil'
	'xcb-util-wm'
	'xcb-util-keysyms'
	'libxshmfence'
#	'libunwind'
#	'wayland-protocols'
#	'egl-wayland'
	'meson')

optdepends=('wayland-protocols: xwayland support'
	    'egl-wayland: xwayland support')

pkgver() {
  cd xserver
  # cutting off 'xorg.server.' prefix that presents in the git tag
  git describe --long --tags| sed 's/^xorg.server.//;s/\([^-]*-g\)/r\1/;s/-/./g'
}

build() {
  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
  # With them, module fail to load with undefined symbol.
  # See https://bugs.archlinux.org/task/55102 / https://bugs.archlinux.org/task/54845
#  export CFLAGS=${CFLAGS/-fno-plt}
#  export CXXFLAGS=${CXXFLAGS/-fno-plt}
#  export LDFLAGS=${LDFLAGS/,-z,now}


  arch-meson xserver build \
    -D os_vendor="Arch Linux" \
    -D ipv6=false \
    -D xcsecurity=false \
    -D xorg=false \
    -D xwayland=true \
    -D xwayland_eglstream=false \
    -D udev=true \
    -D suid_wrapper=false \
    -D xkb_dir=/usr/share/X11/xkb \
    -D xkb_output_dir=/var/lib/xkb \
    -D systemd_logind=false \
    -D b_lto=true \
    -D xinerama=true \
    -D screensaver=false \
    -D dmx=false \
    -D glamor=true \
    -D linux_apm=false \
    -D mitshm=true \
    -D vgahw=false \
    -D xdmcp=false \
    -D xephyr=false \
    -D xnest=false \
    -D xquartz=false \
    -D xv=true \
    -D xvmc=false \
    -D xvfb=false \
    -D xwin=false \
    -D xres=false \
    -D xdm-auth-1=false \
    -D secure-rpc=false \
    -D dtrace=false \
    -D listen_tcp=false \
    -D dpms=false \
    -D xf86bigfont=false \
    -D xselinux=false \
    -D dga=false \
    -D linux_acpi=false \
    -D agp=false \
    -D dri1=false \
    -D dri2=false \
    -D xpbproxy=false \
    -D errorlogs=false \
    -D stdsplit=false \
    -D b_pgo=off \
    -D libunwind=false \
    -D hal=false \
    -D xf86-input-inputtest=false \
    -D xace=false \
    -D debug=false \
    -D input_thread=true \
    -D int10=false \
    -D sparkle=false \
    -D composite=false \
    -D record=false \
    -D dri=false \
    -D dri3=false \
    -D present=false \
    -D xf86vidmode=false \
    -D dbe=false \
    -D xfree86-utils=false \
    -D windowsdri=false \
    -D kdrive=false \
    -D systemd-daemon=false \
    -D libdrm=false \
    -D clientids=false \
    -D pciaccess=true \
    -D xshmfence=false

# glamor required for xwayland support
# dga required for xorg nvidia blob/amdgpu/mesa ### NOT REQUIRED FOR XWAYLAND
# xinerama required for nvidia blob/amdgpu/mesa
# mitshm required for nvidia blob/amdgpu/mesa
# xv required for nvidia blob/amdgpu/mesa
# composite required for nvidia blob/amdgpu/mesa
# pciaccess required or build fails
# agp required or build fails
# libdrm required or build fails
# b_pgo set to off or build fails
# dpms and dri1 set to true or xf86-video-amdgpu build fails

### enable-unit-tests + xorg flags break compile if -flto / b_lto is enabled

  # Print config
  meson configure build
  ninja $NINJAFLAGS -C build
 
  # fake installation to be seperated into packages
  DESTDIR="${srcdir}/fakeinstall" ninja $NINJAFLAGS -C build install
}

_install() {
  local src f dir
  for src; do
    f="${src#fakeinstall/}"
    dir="${pkgdir}/${f%/*}"
    install -m755 -d "${dir}"
    mv -v "${src}" "${dir}/"
  done
}

package_xorg-xwayland-common-rootless-nosystemd-minimal-git() {
  pkgdesc="Xorg server common files"
  depends=(xkeyboard-config xorg-xkbcomp xorg-setxkbmap)
  conflicts=('xorg-server-common')
  provides=('xorg-server-common')
 
  
  _install fakeinstall/usr/lib/xorg/protocol.txt
  _install fakeinstall/usr/share/man/man1/Xserver.1

#  install -m644 -Dt "${pkgdir}/var/lib/xkb/" xserver/xkb/README.compiled
  # license
#  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" xorg-server/COPYING
}

#package_xorg-server-rootless-nosystemd-minimal-git() {
#  pkgdesc="Xorg X server"
#  depends=(libepoxy libxfont2 pixman xorg-server-common-rootless-nosystemd-minimal-git 
#           dbus libgl xf86-input-libinput nettle
#           libpciaccess libdrm libxshmfence) # FS#52949
#  optdepends=('libunwind: unwind backtrace support')

  # see xorg-server-*/hw/xfree86/common/xf86Module.h for ABI versions - we provide major numbers that drivers can depend on
  # and /usr/lib/pkgconfig/xorg-server.pc in xorg-server-devel pkg
#  provides=('X-ABI-VIDEODRV_VERSION=24.0' 'X-ABI-XINPUT_VERSION=24.1' 'X-ABI-EXTENSION_VERSION=10.0' 'x-server' 'xorg-server')
#  conflicts=('nvidia-utils<=331.20' 'glamor-egl' 'xf86-video-modesetting' 'xorg-server')
#  replaces=('glamor-egl' 'xf86-video-modesetting')
#  install=xorg-server-rootless-nosystemd-minimal-git.install

  
#  _install fakeinstall/usr/bin/{Xorg,cvt,gtf}
#  ln -s /usr/bin/Xorg "${pkgdir}/usr/bin/X"
#  _install fakeinstall/usr/lib/Xorg{,.wrap}
#  _install fakeinstall/usr/lib/xorg/modules/*
#  _install fakeinstall/usr/share/X11/xorg.conf.d/10-quirks.conf
#  _install fakeinstall/usr/share/man/man1/{Xorg,cvt,gtf}.1
#  _install fakeinstall/usr/share/man/man4/{exa,fbdevhw,modesetting}.4
#  _install fakeinstall/usr/share/man/man5/{xorg.conf,xorg.conf.d}.5

  # distro specific files must be installed in /usr/share/X11/xorg.conf.d
#  install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"

  # license
#  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" xorg-server/COPYING
#}

#package_xorg-server-xephyr-rootless-nosystemd-minimal-git() {
#  pkgdesc="A nested X server that runs as an X application"
#  depends=(libxfont2 libgl libepoxy libxv pixman xorg-server-common-rootless-nosystemd-minimal-git
#           xcb-util-image xcb-util-renderutil xcb-util-wm xcb-util-keysyms
#           nettle libtirpc)
#  optdepends=('libunwind: unwind backtrace support')
#  conflicts=('xorg-server-xephyr')
#  provides=('xorg-server-xephyr')
  
#  _install fakeinstall/usr/bin/Xephyr
#  _install fakeinstall/usr/share/man/man1/Xephyr.1

  # license
#  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" xorg-server/COPYING
#}

#package_xorg-server-xvfb-rootless-nosystemd-minimal-git() {
#  pkgdesc="Virtual framebuffer X server"
#  depends=(libxfont2 pixman xorg-server-common-rootless-nosystemd-minimal-git xorg-xauth libgl nettle libtirpc)
#  optdepends=('libunwind: unwind backtrace support')
#  conflicts=('xorg-server-xvfb')
#  provides=('xorg-server-xvfb')
  
#  _install fakeinstall/usr/bin/Xvfb
#  _install fakeinstall/usr/share/man/man1/Xvfb.1

#  install -m755 "${srcdir}/xvfb-run" "${pkgdir}/usr/bin/"
#  install -m644 "${srcdir}/xvfb-run.1" "${pkgdir}/usr/share/man/man1/" # outda

  # license
#  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" xorg-server/COPYING
#}

#package_xorg-server-xnest-rootless-nosystemd-minimal-git() {
#  pkgdesc="A nested X server that runs as an X application"
#  depends=(libxfont2 libxext pixman xorg-server-common-rootless-nosystemd-minimal-git nettle libtirpc)
#  conflicts=('xorg-server-xnest')
#  provides=('xorg-server-xnest')
  
#  _install fakeinstall/usr/bin/Xnest
#  _install fakeinstall/usr/share/man/man1/Xnest.1

  # license
#  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" xorg-server/COPYING
#}

package_xorg-xwayland-rootless-nosystemd-minimal-git() {
  pkgdesc="run X clients under wayland"
  depends=(libxfont2 libepoxy pixman xorg-server-common
           nettle)
  optdepends=('libunwind: unwind backtrace support')
  conflicts=('xorg-server-xwayland' 'xorg-xwayland')
  provides=('xorg-server-xwayland' 'xorg-xwayland')
  
  _install fakeinstall/usr/bin/Xwayland

  # license
#  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" xorg-server/COPYING
}

package_xorg-xwayland-devel-rootless-nosystemd-minimal-git() {
  pkgdesc="Development files for the X.Org X server"
  depends=('xorgproto' 'mesa' 'libpciaccess'
           # not technically required but almost every Xorg pkg needs it to build
           'xorg-util-macros')
  conflicts=('xorg-server-devel')
  provides=('xorg-server-devel')
  
  _install fakeinstall/usr/include/xorg/*
#  _install fakeinstall/usr/lib/pkgconfig/xorg-server.pc
#  _install fakeinstall/usr/share/aclocal/xorg-server.m4

  # license
#  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" xorg-server/COPYING

  # make sure there are no files left to install
#  find fakeinstall -depth -print0 | xargs -0 rmdir
}

arch=('x86_64')

groups=('xorg')

license=('custom')

sha512sums=('SKIP')