forked from kiss-community/repo
docs: update
This commit is contained in:
parent
25e11d5d84
commit
d34f34be89
@ -27,6 +27,7 @@ Unless for a good reason, new packages go in `public`. The `core`, `extra` and `
|
||||
- `core`: Contains just enough to rebuild itself and any additional packages.
|
||||
- `extra`: Contains essential packages which do not belong in `core`.
|
||||
- `xorg`: Contains everything `xorg` related for a working `xorg-server`.
|
||||
- `testing`: Contains packages which aren't ready for wide usage yet.
|
||||
- `public`: Everything else.
|
||||
|
||||
When a package is added to `public` it is assumed that the **first** committer is now the maintainer of said package. The other three repositories are maintained by the KISS developers themselves.
|
||||
|
11
testing/chromium/build
Executable file
11
testing/chromium/build
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
git clone --depth 1 \
|
||||
https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||
|
||||
export PATH="$PATH:$PWD/depot_tools"
|
||||
|
||||
gn gen out/Default \
|
||||
--args='target_os="linux" target_cpu="x64" is_debug=false use_jumbo_build=true enable_nacl=false symbol_level=0 blink_symbol_level=0 enable_nacl_nonsfi=false use_gold=false treat_warnings_as_errors=false fatal_linker_warnings=false use_sysroot=false use_cups=false use_dbus=false safe_browsing_mode=0 use_pulseaudio=false use_gtk3=false use_gtk2=true use_gconf=false use_gio=false use_gnome_keyring=false use_kerberos=false'
|
||||
|
||||
ninja -C out/Release chrome chromedriver
|
1
testing/chromium/checksums
Normal file
1
testing/chromium/checksums
Normal file
@ -0,0 +1 @@
|
||||
510e6ca7ccc218b401b375c13656f6aecab196b03142026dc3602b9d1804a5ac chromium-75.0.3770.142.tar.xz
|
7
testing/chromium/depends
Normal file
7
testing/chromium/depends
Normal file
@ -0,0 +1,7 @@
|
||||
ninja make
|
||||
git make
|
||||
# nss make
|
||||
# python2 make
|
||||
# pango
|
||||
# atk
|
||||
# at-spi2-atk
|
1
testing/chromium/sources
Normal file
1
testing/chromium/sources
Normal file
@ -0,0 +1 @@
|
||||
https://commondatastorage.googleapis.com/chromium-browser-official/chromium-75.0.3770.142.tar.xz
|
1
testing/chromium/version
Normal file
1
testing/chromium/version
Normal file
@ -0,0 +1 @@
|
||||
75.0.3770.142 1
|
17
testing/rust/build
Executable file
17
testing/rust/build
Executable file
@ -0,0 +1,17 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--release-channel=stable \
|
||||
--disable-rpath \
|
||||
--disable-docs \
|
||||
--disable-codegen-tests \
|
||||
--enable-vendor \
|
||||
--llvm-root=/usr \
|
||||
--build=x86_64-unknown-linux-musl \
|
||||
--target=x86_64-unknown-linux-musl \
|
||||
--set=target.x86_64-unknown-linux-musl.llvm-config=/usr/bin/llvm-config \
|
||||
--set=target.x86_64-unknown-linux-musl.llvm-config=/usr/bin/llvm-config
|
||||
|
||||
make
|
||||
DESTDIR="$1" ./x.py install -v
|
1
testing/rust/checksums
Normal file
1
testing/rust/checksums
Normal file
@ -0,0 +1 @@
|
||||
5a4d637a716bac18d085f44dd87ef48b32195f71b967d872d80280b38cff712d rustc-1.35.0-src.tar.gz
|
2
testing/rust/depends
Normal file
2
testing/rust/depends
Normal file
@ -0,0 +1,2 @@
|
||||
python make
|
||||
llvm make
|
1
testing/rust/sources
Normal file
1
testing/rust/sources
Normal file
@ -0,0 +1 @@
|
||||
https://static.rust-lang.org/dist/rustc-1.35.0-src.tar.gz
|
1
testing/rust/version
Normal file
1
testing/rust/version
Normal file
@ -0,0 +1 @@
|
||||
1.35.0 1
|
Loading…
Reference in New Issue
Block a user