index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-08 21:25:39 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-08 21:25:39 +0200 |
commit | 002701d0077ce3ce806ffba7d19c477dbb669300 (patch) | |
tree | 4235a058651d593dc47f1ebb1d246849b61f96d4 | |
parent | 26d630708f2458fa17729947733f7f5190fd61a0 (diff) |
-rw-r--r-- | extra/geocode-glib/PKGBUILD | 5 |
diff --git a/extra/geocode-glib/PKGBUILD b/extra/geocode-glib/PKGBUILD new file mode 100644 index 00000000..ecc7daf7 --- /dev/null +++ b/extra/geocode-glib/PKGBUILD @@ -0,0 +1,5 @@ +# temporarility we have to add libsoup by hand on i486 +# (TODO: there is a library below not including it..) +if [ "$CARCH" = 'i486' ]; then + makedepends+=(libsoup) +fi |