File: README.WebKit

package info (click to toggle)
webkit2gtk 2.48.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 429,764 kB
  • sloc: cpp: 3,697,587; javascript: 194,444; ansic: 169,997; python: 46,499; asm: 19,295; ruby: 18,528; perl: 16,602; xml: 4,650; yacc: 2,360; sh: 2,098; java: 1,993; lex: 1,327; pascal: 366; makefile: 298
file content (31 lines) | stat: -rw-r--r-- 1,358 bytes parent folder | download | duplicates (6)
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
This directory contains a copy of libsysprof-capture from the
official Sysprof repository.

  - URL: https://gitlab.gnome.org/GNOME/sysprof
  - Commit: 5513868c49b54151b1df3f752a210709322e630c (tag: 47.0)

The simplest way of updating its contents is to re-create the directory
from scratch, and restoring the needed files with Git. Example commands:

  rm -rf Source/ThirdParty/libsysprof-capture
  cp -ar ../path/to/sysprof/src/libsysprof-capture Source/ThirdParty/
  git checkout -- \
      Source/ThirdParty/libsysprof-capture/README.WebKit \
      Source/ThirdParty/libsysprof-capture/CMakeLists.txt \
      Source/ThirdParty/libsysprof-capture/include/config.h
  git rm -r Source/ThirdParty/libsysprof-capture/tests
  git add -A Source/ThirdParty/libsysprof-capture

The sysprof-version.h file has to be generated to be included in this
directory, instead of including only the .h.in template. To obtain it,
run the following at the Sysprof source tree:

  meson setup build \
  	-Dhelp=false -Dsysprofd=none -Dlibsysprof=false \
	-Dtools=false -Dtests=false -Dexamples=false -Dgtk=false
  cp build/src/libsysprof-capture/sysprof-version.h \
    ../path/to/WebKit/Source/ThirdParty/libsysprof-capture/

Then check whether the updated sources require any changes to the CMake
build system, and update the Sysprof commit identifier and tag in this
file.