From 1bb2fd3f2ed233a304698593bc2910b81d335b77 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 23 Nov 2018 10:47:08 +0100 Subject: community/teamspeak3-server: added checksum for i686 --- community/teamspeak3-server/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 community/teamspeak3-server/PKGBUILD diff --git a/community/teamspeak3-server/PKGBUILD b/community/teamspeak3-server/PKGBUILD new file mode 100644 index 00000000..3d518c16 --- /dev/null +++ b/community/teamspeak3-server/PKGBUILD @@ -0,0 +1,2 @@ +sha256sums_i686=('f5ff4d313865ca8ab4a9c63f447f584a9363a313624950f683ec4d6f59d55059') + -- cgit v1.2.3-54-g00ecf From c4e30abc5633aed151a2c23aa2354a2f27781e36 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 23 Nov 2018 11:09:56 +0100 Subject: extra/linux-pae: 4.19.3 -> 4.19.4 --- extra/linux-pae/PKGBUILD | 6 +++--- extra/linux-pae/config | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extra/linux-pae/PKGBUILD b/extra/linux-pae/PKGBUILD index f5cec029..ec537400 100644 --- a/extra/linux-pae/PKGBUILD +++ b/extra/linux-pae/PKGBUILD @@ -4,7 +4,7 @@ # Maintainer: Thomas Baechler pkgbase=linux-pae # Build stock -ARCH kernel -pkgver='4.19.3' +pkgver='4.19.4' _srcname=linux-${pkgver} pkgrel='1' arch=('i686') @@ -24,9 +24,9 @@ validpgpkeys=( 'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman ) -sha256sums=('1e3c5712d4d0fdf307cf6b69d220f8e54def487e41efb0fbabe652a7a9986420' +sha256sums=('a38f5606bba1f5611c798541f6c3d43267b8599d9e3167471d4b662e33ff47aa' 'SKIP' - '810322ec067dc4f3d2c833ce632f3e7098ee121e3ba2a7ba294bc0a91df7be7a' + 'ae96d74d1f2c36c521d90032f7d9df41c2614fccefc0908c1be04235270d51ba' 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21' '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919' 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65' diff --git a/extra/linux-pae/config b/extra/linux-pae/config index 4d722be8..af64f738 100644 --- a/extra/linux-pae/config +++ b/extra/linux-pae/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.3-1 Kernel Configuration +# Linux/x86 4.19.4-1 Kernel Configuration # # -- cgit v1.2.3-54-g00ecf From 9bb51e1f2f696f318037414516d79ed1c4eb070c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 23 Nov 2018 11:15:30 +0100 Subject: extra/firefox: fix sed-fu --- extra/firefox/PKGBUILD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index c897dbef..81c26086 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -6,10 +6,7 @@ eval "$( declare -f prepare | \ sed ' $ i export MOZ_SOURCE_CHANGESET="DEVEDITION_${pkgver//./_}_RELEASE" - ' - declare -f prepare | \ - sed ' - /}/ i LDFLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads" + $ i LDFLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads" ' )" for ((i=0; i<${#source[@]}; i++)); do -- cgit v1.2.3-54-g00ecf From fab1839ead4ca3d3165fb6ec9410f1c1b21610c5 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 24 Nov 2018 08:48:57 +0100 Subject: extra/thunderbird: trying firefox trick for (ld flags) --- extra/thunderbird/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extra/thunderbird/PKGBUILD b/extra/thunderbird/PKGBUILD index a0a94a98..8ee506d2 100644 --- a/extra/thunderbird/PKGBUILD +++ b/extra/thunderbird/PKGBUILD @@ -3,4 +3,8 @@ eval "$( sed ' /cd mozilla-unified/a sed -i "s/\\(cargo_rustc_flags += -C lto\\)/#\\1/" config/rules.mk ' + declare -f prepare | \ + sed ' + $ i LDFLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads" + ' )" -- cgit v1.2.3-54-g00ecf From c5392936a52857892c0deb43bb4e6d09d13ad27c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 24 Nov 2018 09:59:37 +0100 Subject: extra/thunderbird: do not use gold linker (doesn't understand anti-memeory-hog-flags) --- extra/thunderbird/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/extra/thunderbird/PKGBUILD b/extra/thunderbird/PKGBUILD index 8ee506d2..33e3f300 100644 --- a/extra/thunderbird/PKGBUILD +++ b/extra/thunderbird/PKGBUILD @@ -6,5 +6,6 @@ eval "$( declare -f prepare | \ sed ' $ i LDFLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads" + s/ac_add_options --enable-linker=gold/ac_add_options --enable-linker=bfd/ ' )" -- cgit v1.2.3-54-g00ecf From 6c7060a32732c67dda887a7976dacc912d340950 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 24 Nov 2018 10:53:25 +0100 Subject: community/freebasic: readded i686 specific stuff --- community/freebasic/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/freebasic/PKGBUILD diff --git a/community/freebasic/PKGBUILD b/community/freebasic/PKGBUILD new file mode 100644 index 00000000..953b0e82 --- /dev/null +++ b/community/freebasic/PKGBUILD @@ -0,0 +1,9 @@ +source_i686=("http://downloads.sourceforge.net/fbc/FreeBASIC-${pkgver}-linux-x86.tar.xz") +md5sums_i686=('50aec8fcfa577dc7a76cffc6dfe50476') + +eval "$( + declare -f prepare | \ + sed ' + /CARCH/ a [[ "$CARCH" = "i686" ]] && _arch=x86 + ' +)" -- cgit v1.2.3-54-g00ecf From 56f6ab488c213bd54acbe33aae23c57f6543be9b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 25 Nov 2018 18:00:18 +0100 Subject: community/hq: added patch for compiling on 32-bit --- community/hq/PKGBUILD | 7 +++++++ community/hq/hq-ia32.patch | Bin 0 -> 457 bytes 2 files changed, 7 insertions(+) create mode 100644 community/hq/PKGBUILD create mode 100644 community/hq/hq-ia32.patch diff --git a/community/hq/PKGBUILD b/community/hq/PKGBUILD new file mode 100644 index 00000000..4e22d247 --- /dev/null +++ b/community/hq/PKGBUILD @@ -0,0 +1,7 @@ +# see upstream https://github.com/coderobe/hq/pull/1 +source+=('hq-ia32.patch') +md5sums+=('3cecc7f3b1bbe96f6c3a1609730ba574') +prepare() { + cd "${pkgname}" + patch -Np1 -i ../hq-ia32.patch +} diff --git a/community/hq/hq-ia32.patch b/community/hq/hq-ia32.patch new file mode 100644 index 00000000..07a924e0 Binary files /dev/null and b/community/hq/hq-ia32.patch differ -- cgit v1.2.3-54-g00ecf From 7ac101df917cd205f07d173bdc47beec8dcdeb54 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 26 Nov 2018 10:37:45 +0100 Subject: core/linux: new version => new config => new checksum --- core/linux/PKGBUILD | 8 ++++---- core/linux/config.i486 | 5 +++-- core/linux/config.i686 | 5 +++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/core/linux/PKGBUILD b/core/linux/PKGBUILD index 6310e45b..f0b8eb50 100644 --- a/core/linux/PKGBUILD +++ b/core/linux/PKGBUILD @@ -1,12 +1,12 @@ -# upstream git revision: 45f74c7ee0c0d228f516a775817769db3192f978 +# upstream git revision: 2e669a90e89f01c68b7b0faf7f6084aabca61c3f source_i686=('config.i686') source_i486=('config.i486') # fail if upstream's .config changes for ((i=0; i<${#sha256sums[@]}; i++)); do - if [ "${sha256sums[${i}]}" = '986918689166b88f03579bda4a5a964ec4a1db18423b89981ba58da7e35e8e89' ]; then - sha256sums_i686=('bd4295f9ccd4e19755c589e711791b7937de3f5685a29de2b30f6b193acc0bc9') - sha256sums_i486=('124ae6377726257edae0312eba64fe70758d321c7997e90e021ad3676441c1fe') + if [ "${sha256sums[${i}]}" = 'e7fa30bb2de12d1a2488423e27c00f26d55668e310e69aaf93673c1afd89dbaf' ]; then + sha256sums_i686=('4af6c8a227ff11512fc11c8654d8148224caef9fcfd26f7927a319abb38a18e9') + sha256sums_i486=('3ef8623d68b0615003e0603b63cc6f74c4904926c5b920155d6cd06650cb3c8c') fi done diff --git a/core/linux/config.i486 b/core/linux/config.i486 index ad6b63d2..ab8bc501 100644 --- a/core/linux/config.i486 +++ b/core/linux/config.i486 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.2-arch1 Kernel Configuration +# Linux/x86 4.19.4-arch1 Kernel Configuration # # @@ -1529,6 +1529,7 @@ CONFIG_L2TP_V3=y CONFIG_L2TP_IP=m CONFIG_L2TP_ETH=m CONFIG_STP=m +CONFIG_GARP=m CONFIG_MRP=m CONFIG_BRIDGE=m CONFIG_BRIDGE_IGMP_SNOOPING=y @@ -1546,7 +1547,7 @@ CONFIG_NET_DSA_TAG_MTK=y CONFIG_NET_DSA_TAG_TRAILER=y CONFIG_NET_DSA_TAG_QCA=y CONFIG_VLAN_8021Q=m -# CONFIG_VLAN_8021Q_GVRP is not set +CONFIG_VLAN_8021Q_GVRP=y CONFIG_VLAN_8021Q_MVRP=y # CONFIG_DECNET is not set CONFIG_LLC=m diff --git a/core/linux/config.i686 b/core/linux/config.i686 index 0715271b..950853bd 100644 --- a/core/linux/config.i686 +++ b/core/linux/config.i686 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.2-arch1 Kernel Configuration +# Linux/x86 4.19.4-arch1 Kernel Configuration # # @@ -1560,6 +1560,7 @@ CONFIG_L2TP_V3=y CONFIG_L2TP_IP=m CONFIG_L2TP_ETH=m CONFIG_STP=m +CONFIG_GARP=m CONFIG_MRP=m CONFIG_BRIDGE=m CONFIG_BRIDGE_IGMP_SNOOPING=y @@ -1576,7 +1577,7 @@ CONFIG_NET_DSA_TAG_LAN9303=y CONFIG_NET_DSA_TAG_MTK=y CONFIG_NET_DSA_TAG_QCA=y CONFIG_VLAN_8021Q=m -# CONFIG_VLAN_8021Q_GVRP is not set +CONFIG_VLAN_8021Q_GVRP=y CONFIG_VLAN_8021Q_MVRP=y # CONFIG_DECNET is not set CONFIG_LLC=m -- cgit v1.2.3-54-g00ecf From d46703b11b1b1310e70476e551361a2a8d9346c4 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 26 Nov 2018 10:40:28 +0100 Subject: extra/linux-zen: new version => new config => new checksum --- extra/linux-zen/PKGBUILD | 6 +++--- extra/linux-zen/config | 8 ++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/extra/linux-zen/PKGBUILD b/extra/linux-zen/PKGBUILD index 02919902..c725625d 100644 --- a/extra/linux-zen/PKGBUILD +++ b/extra/linux-zen/PKGBUILD @@ -1,9 +1,9 @@ -# upstream git revision: 45f74c7ee0c0d228f516a775817769db3192f978 +# upstream git revision: 2e669a90e89f01c68b7b0faf7f6084aabca61c3f # fail if upstream's .config changes for ((i=0; i<${#sha256sums[@]}; i++)); do - if [ "${sha256sums[${i}]}" = '6b281ab7860bf994a286c257b76c7afc3adc2eafa5fa282ff4219ca28fedf8e8' ]; then - sha256sums[${i}]='5b71e434cda59aa7d2f21e92c9c6d8fd8ffae99c847a66e397638802eef3339f' + if [ "${sha256sums[${i}]}" = '4e4da53c86f21f5949519c57884d322a486107ea1559a5ff9f2318c08cafcdf1' ]; then + sha256sums[${i}]='42961d0de8c847b7958f8b8ea49278c22edb4887d24d1f90e88008ac65102fcb' fi done diff --git a/extra/linux-zen/config b/extra/linux-zen/config index ade44cab..3f21f6e7 100644 --- a/extra/linux-zen/config +++ b/extra/linux-zen/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.2-zen1 Kernel Configuration +# Linux/x86 4.19.4-zen1 Kernel Configuration # # @@ -17,6 +17,7 @@ CONFIG_THREAD_INFO_IN_TASK=y # General setup # CONFIG_ZEN_INTERACTIVE=y +# CONFIG_SCHED_MUQSS is not set CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_COMPILE_TEST is not set CONFIG_LOCALVERSION="-zen" @@ -375,6 +376,8 @@ CONFIG_NR_CPUS=8 CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y CONFIG_SCHED_MC_PRIO=y +CONFIG_RQ_NONE=y +CONFIG_SHARERQ=0 CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y @@ -1585,6 +1588,7 @@ CONFIG_L2TP_V3=y CONFIG_L2TP_IP=m CONFIG_L2TP_ETH=m CONFIG_STP=m +CONFIG_GARP=m CONFIG_MRP=m CONFIG_BRIDGE=m CONFIG_BRIDGE_IGMP_SNOOPING=y @@ -1601,7 +1605,7 @@ CONFIG_NET_DSA_TAG_LAN9303=y CONFIG_NET_DSA_TAG_MTK=y CONFIG_NET_DSA_TAG_QCA=y CONFIG_VLAN_8021Q=m -# CONFIG_VLAN_8021Q_GVRP is not set +CONFIG_VLAN_8021Q_GVRP=y CONFIG_VLAN_8021Q_MVRP=y # CONFIG_DECNET is not set CONFIG_LLC=m -- cgit v1.2.3-54-g00ecf From 033083e176c63163fc9f6787eb5053c523264a9c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 27 Nov 2018 15:52:34 +0100 Subject: community/grim: removed temp. fix --- community/grim/PKGBUILD | 7 ------- .../grim/bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch | Bin 2733 -> 0 bytes 2 files changed, 7 deletions(-) delete mode 100644 community/grim/PKGBUILD delete mode 100644 community/grim/bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch diff --git a/community/grim/PKGBUILD b/community/grim/PKGBUILD deleted file mode 100644 index 4c7f6cf1..00000000 --- a/community/grim/PKGBUILD +++ /dev/null @@ -1,7 +0,0 @@ -# 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 deleted file mode 100644 index 48afa84f..00000000 Binary files a/community/grim/bced8c88165bd15cf97d3b55a9241b0a6ee1fe3c.patch and /dev/null differ -- cgit v1.2.3-54-g00ecf From f0499488b5a4e859fcd0c96e0750bfdea3ab845a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 28 Nov 2018 08:27:50 +0100 Subject: extra/linux-pae: 4.19.4 -> 4.19.5 --- extra/linux-pae/PKGBUILD | 6 +++--- extra/linux-pae/config | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extra/linux-pae/PKGBUILD b/extra/linux-pae/PKGBUILD index ec537400..dda202f7 100644 --- a/extra/linux-pae/PKGBUILD +++ b/extra/linux-pae/PKGBUILD @@ -4,7 +4,7 @@ # Maintainer: Thomas Baechler pkgbase=linux-pae # Build stock -ARCH kernel -pkgver='4.19.4' +pkgver='4.19.5' _srcname=linux-${pkgver} pkgrel='1' arch=('i686') @@ -24,9 +24,9 @@ validpgpkeys=( 'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman ) -sha256sums=('a38f5606bba1f5611c798541f6c3d43267b8599d9e3167471d4b662e33ff47aa' +sha256sums=('8c839ec29cce7eb0e8ef7eaa10d1eb9d84d2be2521e352fb4f9414e76856ef75' 'SKIP' - 'ae96d74d1f2c36c521d90032f7d9df41c2614fccefc0908c1be04235270d51ba' + '0390d896adf171d5b15013bcc46425551785521259beb75990ba53e524a09044' 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21' '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919' 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65' diff --git a/extra/linux-pae/config b/extra/linux-pae/config index af64f738..809dd102 100644 --- a/extra/linux-pae/config +++ b/extra/linux-pae/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.4-1 Kernel Configuration +# Linux/x86 4.19.5-1 Kernel Configuration # # -- cgit v1.2.3-54-g00ecf From 3b03a77eb8ec1437b5317594c22003a4b8da1971 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 30 Nov 2018 11:37:09 +0100 Subject: extra/swt: checksum for 32-bit differs now from 64-bit binary --- extra/swt/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra/swt/PKGBUILD b/extra/swt/PKGBUILD index af68d686..2422d820 100644 --- a/extra/swt/PKGBUILD +++ b/extra/swt/PKGBUILD @@ -1 +1,3 @@ source=(${source[@]/x86_64/x86}) +sha256sums[0]='7bf74a16b060c3ad7a2d60368c7376ffaee3ed6b235803dfe7d15a1df2f9aae4' + -- cgit v1.2.3-54-g00ecf From 008fca945570bb8c41a2c0546007abe27ac8afa7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 30 Nov 2018 11:45:59 +0100 Subject: community/dart: updated checksum --- community/dart/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/dart/PKGBUILD b/community/dart/PKGBUILD index 88e30efe..452a714f 100644 --- a/community/dart/PKGBUILD +++ b/community/dart/PKGBUILD @@ -1,2 +1,2 @@ source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip") -sha512sums=('7e2ba689f4e222d545720c34f0581df5b4e64f39eaf71e3af294ce20869652d71981ae5e95153fe87e049e1fbf8375870209b3b6eae2da8688b75a80f255033b') +sha512sums=('7723a38f9ed4b9f7d0d2b2098bfacc2eaeb2fa1d75591efd82f8d2e211625c37e10839251f89cd342008cc912e3921ef473a63e7ee74b6cd1853bd1999759fd1') -- cgit v1.2.3-54-g00ecf From a2b909b8c06e0bfa13605ffe9ff41535fec16d64 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 1 Dec 2018 12:57:57 +0100 Subject: community/gap: fixed chrpath patching for 32-bit --- community/gap/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/gap/PKGBUILD diff --git a/community/gap/PKGBUILD b/community/gap/PKGBUILD new file mode 100644 index 00000000..b9a33e53 --- /dev/null +++ b/community/gap/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f package_gap-packages | \ + sed ' + /chrpath/ s/x86_64-pc-linux-gnu-default64/i686-pc-linux-gnu-default32/ + ' +)" -- cgit v1.2.3-54-g00ecf From e1501cb18c7e5ac712cceeb098b89f6a59e5653a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 2 Dec 2018 14:52:12 +0100 Subject: extra/linux-pae: 4.19.5 -> 4.19.6 --- extra/linux-pae/PKGBUILD | 6 +++--- extra/linux-pae/config | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extra/linux-pae/PKGBUILD b/extra/linux-pae/PKGBUILD index dda202f7..a0f1cfa8 100644 --- a/extra/linux-pae/PKGBUILD +++ b/extra/linux-pae/PKGBUILD @@ -4,7 +4,7 @@ # Maintainer: Thomas Baechler pkgbase=linux-pae # Build stock -ARCH kernel -pkgver='4.19.5' +pkgver='4.19.6' _srcname=linux-${pkgver} pkgrel='1' arch=('i686') @@ -24,9 +24,9 @@ validpgpkeys=( 'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman ) -sha256sums=('8c839ec29cce7eb0e8ef7eaa10d1eb9d84d2be2521e352fb4f9414e76856ef75' +sha256sums=('644e61beb66211c0c5c13f91d96de1725055e6eea4cda7bb37ce9929ba8f09c3' 'SKIP' - '0390d896adf171d5b15013bcc46425551785521259beb75990ba53e524a09044' + 'd5581f427d5e9846161f1224b0bf04c22c3c5dac6c8b6bff99f1230cab68d3c5' 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21' '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919' 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65' diff --git a/extra/linux-pae/config b/extra/linux-pae/config index 809dd102..b086737f 100644 --- a/extra/linux-pae/config +++ b/extra/linux-pae/config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.5-1 Kernel Configuration +# Linux/x86 4.19.6-1 Kernel Configuration # # -- cgit v1.2.3-54-g00ecf From 14eb42cf68892bedc7a9247ea8669ee6b1c9828b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 3 Dec 2018 13:02:43 +0100 Subject: community/julia: blacklisted for i486/i686, apparently needs at least a Pentium 4 --- blacklist | 1 + 1 file changed, 1 insertion(+) diff --git a/blacklist b/blacklist index 968c8aa8..ec3160a4 100644 --- a/blacklist +++ b/blacklist @@ -4,6 +4,7 @@ i686 cuda # cuda 9.0 is 64-bit only i686 delve # currently no 32-bit support, see upstream i686 dotnet-core # not available for 32-bit on linux, see here i686 firefox-developer-edition # llvm segfaults, virtual memory issues (blacklisting may be temporary) +i686 julia # /build/julia/src/julia/src/atomics.h:9:4: error: #error Julia can only be built for architectures above Pentium 4. Pass -march=pentium4, or set MARCH=pentium4 and ensure that -march is not passed separately with an older architecture. i686 linux-hardened # not really useful on i686 + hard to maintain i486 linux-pae # not useful - use i686 instead i686 libretro-citra # do not build, see FS32#23 -- cgit v1.2.3-54-g00ecf From a0d98f248cb98a42604935075b91e4623631c721 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 4 Dec 2018 10:24:48 +0100 Subject: extra/devtools: 20181005 -> 20181204 --- extra/devtools/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/devtools/PKGBUILD b/extra/devtools/PKGBUILD index 72c50e60..9fb0897d 100644 --- a/extra/devtools/PKGBUILD +++ b/extra/devtools/PKGBUILD @@ -1,6 +1,6 @@ # we override almost everything -pkgver=20181005 +pkgver=20181204 pkgrel=1 pkgdesc='Tools for Arch Linux 32 package maintainers and build slave operators' license=('GPL') @@ -9,7 +9,7 @@ source=( "https://sources.archlinux32.org/sources/${pkgname}32-v${pkgver}.tar.gz"{,.sig} ) if [ "${md5sums[0]}" = 'ed3c757184e633faeea09747a7b91bb1' ]; then - sha512sums=('1521c467ffdd8c40c72346e87969a04e02906685ece6b60056da13348b760c07fa1f74b94937a06a7731e8b173b7ad5c0ef921627e6db2c1e521465b021de251' + sha512sums=('779d3cc41e666889e2a5d4ebfa84b69504e2d6bd4190330b0990a4e676f097b504c4676df0e8adb461504fadd061d4fc2533f152801afd5f16fa885f5a6c80d8' 'SKIP') validpgpkeys=('DE9F7688CACF04FEB81A6C590AEEC90755DA7B5A') unset md5sums -- cgit v1.2.3-54-g00ecf From ce9343f62145a74d50bfd3999e1df5cfaefded1a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 4 Dec 2018 11:43:22 +0100 Subject: extra/devtools: 20181204 -> 20181204.1 --- extra/devtools/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/devtools/PKGBUILD b/extra/devtools/PKGBUILD index 9fb0897d..26b27994 100644 --- a/extra/devtools/PKGBUILD +++ b/extra/devtools/PKGBUILD @@ -1,6 +1,6 @@ # we override almost everything -pkgver=20181204 +pkgver=20181204.1 pkgrel=1 pkgdesc='Tools for Arch Linux 32 package maintainers and build slave operators' license=('GPL') @@ -9,7 +9,7 @@ source=( "https://sources.archlinux32.org/sources/${pkgname}32-v${pkgver}.tar.gz"{,.sig} ) if [ "${md5sums[0]}" = 'ed3c757184e633faeea09747a7b91bb1' ]; then - sha512sums=('779d3cc41e666889e2a5d4ebfa84b69504e2d6bd4190330b0990a4e676f097b504c4676df0e8adb461504fadd061d4fc2533f152801afd5f16fa885f5a6c80d8' + sha512sums=('20800509f75986ecbb7c0679ae403bfcf0f3e80185d3a01abe7797efbf596c0ca884ef7585cc7f6ec06a4669c8a4f68636ee13a044c1dd0c9ebc95a13ddaa011' 'SKIP') validpgpkeys=('DE9F7688CACF04FEB81A6C590AEEC90755DA7B5A') unset md5sums -- cgit v1.2.3-54-g00ecf From 4ede4b823d1d8bc943b0cafeb2c9459668f70eb2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 5 Dec 2018 15:23:43 +0100 Subject: extra/devtools: 20181204.1 -> 20181205 --- extra/devtools/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/devtools/PKGBUILD b/extra/devtools/PKGBUILD index 26b27994..b7ba566a 100644 --- a/extra/devtools/PKGBUILD +++ b/extra/devtools/PKGBUILD @@ -1,6 +1,6 @@ # we override almost everything -pkgver=20181204.1 +pkgver=20181205 pkgrel=1 pkgdesc='Tools for Arch Linux 32 package maintainers and build slave operators' license=('GPL') @@ -9,7 +9,7 @@ source=( "https://sources.archlinux32.org/sources/${pkgname}32-v${pkgver}.tar.gz"{,.sig} ) if [ "${md5sums[0]}" = 'ed3c757184e633faeea09747a7b91bb1' ]; then - sha512sums=('20800509f75986ecbb7c0679ae403bfcf0f3e80185d3a01abe7797efbf596c0ca884ef7585cc7f6ec06a4669c8a4f68636ee13a044c1dd0c9ebc95a13ddaa011' + sha512sums=('144ad44f36d39cfb8c32e95716c41559b88ad58150517b6c777850432d78dcda2c84c4c47505353aaefbccb818831e460259aaa85424f2dfd70b4c47ba4ec360' 'SKIP') validpgpkeys=('DE9F7688CACF04FEB81A6C590AEEC90755DA7B5A') unset md5sums -- cgit v1.2.3-54-g00ecf From 665c195f3812e8a410095ac2ffa5a692116870e2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 5 Dec 2018 17:35:55 +0100 Subject: extra/llvm: trying to break the ocaml circle --- extra/llvm/PKGBUILD | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 extra/llvm/PKGBUILD diff --git a/extra/llvm/PKGBUILD b/extra/llvm/PKGBUILD new file mode 100644 index 00000000..4aaafe29 --- /dev/null +++ b/extra/llvm/PKGBUILD @@ -0,0 +1,19 @@ +# temporary, ocaml is broken on 32-bit, we work around the llvm issue +# in binutils LTO plugins for now: +makedepends=(${makedepends[@]/ocaml=$_ocaml_ver/}) +makedepends=(${makedepends[@]/ocaml-ctypes/}) +makedepends=(${makedepends[@]/ocaml-findlib/}) + +eval "$( + declare -f build | \ + sed ' + s/ninja all ocaml_doc/ninja all/ + ' +)" + +eval "$( + declare -f package_llvm | \ + sed ' + /ocaml/d + ' +)" -- cgit v1.2.3-54-g00ecf