From 0886145c5b380ba15c5ceea275a0fc0c2319b55c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 20 Jan 2019 19:09:29 +0100 Subject: community/rust: add i686 targets to config.toml -- thanks, jonathon! --- community/rust/PKGBUILD | 9 +++++++++ community/rust/config.toml.patch | Bin 0 -> 274 bytes 2 files changed, 9 insertions(+) create mode 100644 community/rust/PKGBUILD create mode 100644 community/rust/config.toml.patch (limited to 'community') diff --git a/community/rust/PKGBUILD b/community/rust/PKGBUILD new file mode 100644 index 00000000..7e8ce061 --- /dev/null +++ b/community/rust/PKGBUILD @@ -0,0 +1,9 @@ +source+=(config.toml.patch) +sha256sums+=('55d59786b6a24590951688c01910ac331996fc5ea5e20f10d227db24b93b1e74') + +eval "$( + declare -f prepare | \ + sed ' + 2 a patch -p1 -i "$srcdir/config.toml.patch" + ' +)" diff --git a/community/rust/config.toml.patch b/community/rust/config.toml.patch new file mode 100644 index 00000000..f479499b Binary files /dev/null and b/community/rust/config.toml.patch differ -- cgit v1.2.3-54-g00ecf From b795a7b26d164e69121d9f943eca3f1668038691 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 20 Jan 2019 20:32:11 +0100 Subject: community/rust: patch the copied config.toml - the one in $srcdir is a symlink and cannot be easily patched --- community/rust/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') diff --git a/community/rust/PKGBUILD b/community/rust/PKGBUILD index 7e8ce061..221bfd43 100644 --- a/community/rust/PKGBUILD +++ b/community/rust/PKGBUILD @@ -4,6 +4,6 @@ sha256sums+=('55d59786b6a24590951688c01910ac331996fc5ea5e20f10d227db24b93b1e74') eval "$( declare -f prepare | \ sed ' - 2 a patch -p1 -i "$srcdir/config.toml.patch" + $ i patch -p1 -i "$srcdir/config.toml.patch" ' )" -- cgit v1.2.3-54-g00ecf From d1ca62e03b8427d4c3e8bad6350df4321c3951d2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 21 Jan 2019 09:39:09 +0100 Subject: community/stratisd: set arch of build-target correctly --- community/stratisd/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/stratisd/PKGBUILD (limited to 'community') diff --git a/community/stratisd/PKGBUILD b/community/stratisd/PKGBUILD new file mode 100644 index 00000000..b0518fe7 --- /dev/null +++ b/community/stratisd/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f build | \ + sed ' + 2 a export TARGET="${CARCH}-unknown-linux-gnu" + ' +)" -- cgit v1.2.3-54-g00ecf