From 58cd2b1a1cbb59447244aeb2545c28d845dd1395 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 14 Nov 2018 12:06:24 +0100 Subject: community/nvidia-cg-toolkit: bring back i686-specific source --- community/nvidia-cg-toolkit/PKGBUILD | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/nvidia-cg-toolkit/PKGBUILD (limited to 'community') diff --git a/community/nvidia-cg-toolkit/PKGBUILD b/community/nvidia-cg-toolkit/PKGBUILD new file mode 100644 index 00000000..c1825c74 --- /dev/null +++ b/community/nvidia-cg-toolkit/PKGBUILD @@ -0,0 +1,12 @@ +source_i686=( + $( + printf '%s\n' "${source_x86_64[@]}" | \ + sed ' + s/_x86_64\.tgz$/_x86.tgz/ + t + d + ' +) +md5sums_i686=( + '9a9fc5108154808f3b10eafa54df1c74' +) -- cgit v1.2.3-54-g00ecf From b37f04f6b0dad4498ebecb7c8e9ac449295a0fee Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 14 Nov 2018 13:03:03 +0100 Subject: community/nvidia-cg-toolkit: fix typo --- community/nvidia-cg-toolkit/PKGBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'community') diff --git a/community/nvidia-cg-toolkit/PKGBUILD b/community/nvidia-cg-toolkit/PKGBUILD index c1825c74..b88fdd78 100644 --- a/community/nvidia-cg-toolkit/PKGBUILD +++ b/community/nvidia-cg-toolkit/PKGBUILD @@ -6,6 +6,7 @@ source_i686=( t d ' + ) ) md5sums_i686=( '9a9fc5108154808f3b10eafa54df1c74' -- cgit v1.2.3-54-g00ecf From c76ab2cf1976a432d24899168e34381f97a431b1 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 16 Nov 2018 14:55:36 +0100 Subject: community/grim: add temporary fix for type mismatch --- community/grim/PKGBUILD | 7 +++++++ .../grim/bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch | Bin 0 -> 2733 bytes 2 files changed, 7 insertions(+) create mode 100644 community/grim/PKGBUILD create mode 100644 community/grim/bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch (limited to 'community') diff --git a/community/grim/PKGBUILD b/community/grim/PKGBUILD new file mode 100644 index 00000000..4c7f6cf1 --- /dev/null +++ b/community/grim/PKGBUILD @@ -0,0 +1,7 @@ +# temporary fix for type mismatch +source+=('bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch') +sha256sums+=('9614a426ac697cacbb7e08f6d5a12466071052d7ae14ef31a05e51d50f510de1') +prepare() { + cd "$pkgname" + patch -p1 -i '../bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch' +} diff --git a/community/grim/bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch b/community/grim/bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch new file mode 100644 index 00000000..48afa84f Binary files /dev/null and b/community/grim/bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch differ -- cgit v1.2.3-54-g00ecf From 91619e5b2859d2cb8b45acddf759e9502b04a327 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 17 Nov 2018 13:55:59 +0100 Subject: community/eclipse: we do not want the x86_64 binaries! --- community/eclipse/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/eclipse/PKGBUILD (limited to 'community') diff --git a/community/eclipse/PKGBUILD b/community/eclipse/PKGBUILD new file mode 100644 index 00000000..c1a4a6db --- /dev/null +++ b/community/eclipse/PKGBUILD @@ -0,0 +1,9 @@ +# we want the i686 binaries! +source=("${source[@]/-x86_64/}") +sha256sums=('70ae1934385b0b7c25e5a76bfcd6d092bfd8d19ce451c3d909afa3cf2448452e' + 'c33337a1740a84aabec3bd256f4256c8693ab0d1f755c120614bd28ae354f326' + '6e7b70d73cfe8e7f565465149ddb7d1b4854cba9f3281d370e54c12b1449272d' + '87ebe3451291a3152eb21bd588ae1ebb06538b62b5f3c5fabec2600accb8adea' + '59eb59fd362e4daa0b17bb87a2fbb1019dfb86be1546f398055f491c6303476b' + '09db32c2d958e357b3a959a6860240f3e1eb40f7ffa1815f31661f7f117dd980' + 'c7c40966c6cecb719f43487476a52e84f86f680fc34d3be7ae535e03be212b4f') -- cgit v1.2.3-54-g00ecf From 825ec2b636a39eca3bd3f283ef520b1a7ece5630 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 20 Nov 2018 18:36:57 +0100 Subject: community/pypy3: disabled testing on i486, kills build slaves --- community/pypy3/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/pypy3/PKGBUILD (limited to 'community') diff --git a/community/pypy3/PKGBUILD b/community/pypy3/PKGBUILD new file mode 100644 index 00000000..e7388a20 --- /dev/null +++ b/community/pypy3/PKGBUILD @@ -0,0 +1,5 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + # testing deterministically kills build slaves.. + unset check +fi -- cgit v1.2.3-54-g00ecf