Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updpatch: dart 3.5.2-1 #4123

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 9 additions & 16 deletions dart/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,28 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -29,10 +29,12 @@ source=(
"git+https://github.com/dart-lang/sdk.git#tag=$pkgver"
"git+https://chromium.googlesource.com/chromium/tools/depot_tools.git"
"DEPS.patch"
+ "dart-riscv-no-cross.patch"
)
sha256sums=('aba863b230001773aa8cbbedb2824de154f778377c4048dbcc12460fdcd969f5'
'SKIP'
- 'db6576a70c6719e26795b9824546058b79fefa64158c1002d36546d826084403')
+ 'db6576a70c6719e26795b9824546058b79fefa64158c1002d36546d826084403'
+ '9b69b12208faa1a4b98be5e5e73385526e2571f0f3527aadd0496eadb4b7aab6')

prepare() {
cat >.gclient <<EOF
@@ -53,6 +55,7 @@ EOF
@@ -53,6 +53,7 @@ EOF
cd sdk

patch -Np 1 --input=$srcdir/DEPS.patch
+ patch -Np 1 --input=$srcdir/dart-riscv-no-cross.patch

python ../depot_tools/gclient.py sync -D \
--nohooks \
@@ -74,7 +77,7 @@ build() {
@@ -72,7 +73,7 @@ build() {
# gn args --list out

/usr/bin/gn gen -qv out --args='
Expand All @@ -31,3 +17,10 @@
is_debug = false
is_release = true
is_clang = false
@@ -104,3 +105,6 @@ package() {
}

# vim:set ts=2 sw=2 et:
+
+source+=("dart-riscv-no-cross.patch")
+sha256sums+=('9b69b12208faa1a4b98be5e5e73385526e2571f0f3527aadd0496eadb4b7aab6')
Loading