* added graalvm (22.0.0.1) - A high-performance JDK distribution
[t2.git] / package / x11 / vnc / vnc.conf
blobdd359daa25499dea04d2539b3bfd4c9606775a6a
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../vnc/vnc.conf
5 # Copyright (C) 2004 - 2008 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 xvnc_inject_x()
17         cd unix
18         for x in `match_source_file -p 'X.*src'`; do
19                 echo "Extracting ${x##*/} ..."
20                 tar $taropt $x
21         done
22         patch -Np0 < xc.patch
23         cd ..
26 hook_add prepatch 5 "xvnc_inject_x"
27 hook_add preconf 5 "cd unix"
29 [ "$SDECFG_PKG_VNC_X_SERVER" = 1 ] &&
30         hook_add inmake 5 "cd xc; make makeopt=WORLDOPTS= World; cd .."
32 pkginstalled zlib && var_append confopt ' ' '--with-installed-zlib'
33 makeinstopt=
35 hook_add postmake 5 './vncinstall $bindir $mandir'
36 #hook_add postmake 6 'mkdir -p $datadir/$pkg/classes; cp -v java/* $datadir/$pkg/classes'