summaryrefslogtreecommitdiffstats
path: root/source.local/l/pango/update-pango-querymodules
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-04-06 19:43:55 +0200
committer Eric Hameleers <alien@slackware.com>2013-04-06 19:43:55 +0200
commit55bce4decbbdde684c63507f88f4f33694579f4f (patch)
tree409994b26efea8c2a9f65206de616bed4f931d25 /source.local/l/pango/update-pango-querymodules
parentb100c7c57e8a1363adfffe22f68b6429b9576dd3 (diff)
downloadalienarm-55bce4decbbdde684c63507f88f4f33694579f4f.tar.gz
alienarm-55bce4decbbdde684c63507f88f4f33694579f4f.tar.xz
Update to Alien's ARM which allows XFCE to run on an ARM ChromeBook.
This large update brings Alien's ARM repository almost to the same level of package versions in slackware-current. THese updates were needed to make it possible to start a functional XFCE session on Samsung's ARM ChromeBook (XE303C12).
Diffstat (limited to 'source.local/l/pango/update-pango-querymodules')
-rw-r--r--source.local/l/pango/update-pango-querymodules6
1 files changed, 4 insertions, 2 deletions
diff --git a/source.local/l/pango/update-pango-querymodules b/source.local/l/pango/update-pango-querymodules
index c330d6b..59c747b 100644
--- a/source.local/l/pango/update-pango-querymodules
+++ b/source.local/l/pango/update-pango-querymodules
@@ -8,8 +8,10 @@ host=$(uname -m)-slackware-linux
# Fix $host for arm arch:
case "$host" in
- armv7hl*) host=armv7hl-slackware-linux-gnueabi ;;
- arm*) host=arm-slackware-linux-gnueabi ;;
+ armv7l*) hostqq=armv7l-slackware-linux-gnueabi
+ readelf /usr/bin/file -A | grep -q "Tag_FP_arch" && host=armv7hl-slackware-linux-gnueabi
+ ;;
+ arm*) host=arm-slackware-linux-gnueabi ;;
esac
# Deriving /etc/pango/$host location