index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-05 07:38:05 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-05 07:38:05 +0100 |
commit | 9265965a3e0ee86770decf50a9078e3c63d55ba6 (patch) | |
tree | de4c82c3e4628359cd9ae45cb97ba5c0a0b8066d /extra/libproxy | |
parent | 170db34ecc15ab5ee6047182248b350359c22d5c (diff) |
-rw-r--r-- | extra/libproxy/PKGBUILD | 13 |
diff --git a/extra/libproxy/PKGBUILD b/extra/libproxy/PKGBUILD index 53b87429..959b8906 100644 --- a/extra/libproxy/PKGBUILD +++ b/extra/libproxy/PKGBUILD @@ -7,10 +7,19 @@ IFS="${_oifs}" makedepends_i686=(webkit2gtk) makedepends_pentium4=(webkit2gtk) +makedepends_x86_64=(webkit2gtk) optdepends_i686=('webkit2gtk: PAC proxy support (Webkit2gtk engine)') optdepends_pentium4=('webkit2gtk: PAC proxy support (Webkit2gtk engine)') +optdepends_x86_64=('webkit2gtk: PAC proxy support (Webkit2gtk engine)') if [ "${CARCH}" = 'i486' ]; then + pkgname=( + $( + printf '%s\n' "${pkgname[@]}" | \ + grep -v '^libproxy-webkit' + ) + ) + unset package_libproxy-webkit eval "$( declare -f build | \ sed ' @@ -20,5 +29,9 @@ if [ "${CARCH}" = 'i486' ]; then sed ' /zenmap/d ' + declare -f package_libproxy | \ + sed ' + /_pick.*webkit.*/d + ' )" fi |