Package Details: servo-git r47479.92196d985dc-1

Git Clone URL: https://aur.archlinux.org/servo-git.git (read-only, click to copy)
Package Base: servo-git
Description: Parallel Browser Project: web browser written in Rust
Upstream URL: https://github.com/servo/servo
Keywords: browser engine rust
Licenses: MPL
Conflicts: servo
Provides: servo
Submitter: beatgammit
Maintainer: alerque (farseerfc, yar)
Last Packager: alerque
Votes: 46
Popularity: 0.030201
First Submitted: 2013-08-16 05:23 (UTC)
Last Updated: 2024-03-26 13:28 (UTC)

Dependencies (26)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

farseerfc commented on 2020-08-17 06:56 (UTC)

@dmitmel good point, I stopped installing libraries in PKGBUILD

dmitmel commented on 2020-08-12 13:41 (UTC)

Are the libraries in target/release/deps actually needed? The servo binary isn't dynamically linked with them, can work just fine without them, and they are mostly (if not all) procedural macro packages, so are executed at build-time and generate code, yet contribute 149 megabytes (on my machine at least) to the installed package.

Scimmia commented on 2020-05-19 16:36 (UTC)

lilac, see the note here: https://wiki.archlinux.org/index.php/Arch_User_Repository#Flagging_packages_out-of-date

Stop the insane bumping.

farseerfc commented on 2018-06-07 06:44 (UTC)

add to add clang to makedepends. It will look for libclang.so when build.

hcorion commented on 2018-05-04 16:41 (UTC)

This should require rustup as a makedepend.

jnbek commented on 2017-08-28 01:58 (UTC)

Passing this back to whomever can take care of it

jnbek commented on 2017-04-20 00:22 (UTC)

OK, so far, this will NOT build on the system installed Rust/Cargo. It throws errors about 'feature can not be enabled on the Stable release'. I'll keep messing with it to see if I can make any headway, but I'm not making any promises. If any one wants to try, see https://github.com/servo/servo/blob/master/servobuild.example This file will need to be copied to the ./servo directory as .servobuild after the initial git clone is completed. Obviously if anyone has any success getting it built, feel free to email me a patch and I'll get it implemented. The goal is to have this use the system rust/cargo and use the --release build for better performance, with a cpl variables to uncomment if you want the --dev build or to use the bundled rust/cargo versions.

jnbek commented on 2017-04-19 21:22 (UTC)

@atommixz maybe... Servo devs say it might be possible... I'll mess with it when I make sure the existing method still builds.

Frames commented on 2017-02-12 17:57 (UTC)

Need to add depot-tools-git (https://aur.archlinux.org/packages/depot-tools-git) as a dependency for angle compilation.