index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-10-10 17:59:44 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-10-10 17:59:44 +0200 |
commit | 51ecc47f269ffb1fb3ec5874767b0582a3621483 (patch) | |
tree | 7b82f9c153451d11abd37f5343acc10f47f696f7 /extra/libsoup | |
parent | dfa01fda7d077874378235d8236e1e02bb2641ef (diff) |
-rw-r--r-- | extra/libsoup/PKGBUILD | 11 |
diff --git a/extra/libsoup/PKGBUILD b/extra/libsoup/PKGBUILD index 004d1729..f1f66c6a 100644 --- a/extra/libsoup/PKGBUILD +++ b/extra/libsoup/PKGBUILD @@ -1,3 +1,4 @@ +# remove Vala and introspection on i486 for _drop_dep in gobject-introspection vala; do if makedepends_i686+=( $( @@ -26,3 +27,13 @@ eval "$( } ' )" + +# remove dependency on sysprof +depends=(${depends[@]//sysprof/}) +makedepends=(${makedepends[@]//sysprof/}) +eval "$( + declare -f build | \ + sed ' + s@arch-meson@arch-meson -D sysprof=disabled@g + ' +)" |