aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--office/eid-mw/README5
-rw-r--r--office/eid-mw/doinst.sh6
-rw-r--r--office/eid-mw/eid-mw.SlackBuild2
-rw-r--r--office/eid-mw/eid-mw.info6
4 files changed, 12 insertions, 7 deletions
diff --git a/office/eid-mw/README b/office/eid-mw/README
index c8f51846bd..a05e63451c 100644
--- a/office/eid-mw/README
+++ b/office/eid-mw/README
@@ -8,11 +8,12 @@ identity card. With this, you can:
- Using the provided API, do all of the above in custom applications
of your own.
-So as to use your card reader on Firefox, you will have to install
+So as to use your card reader on Firefox, you will have to enable
the Mozilla add-on:
https://addons.mozilla.org/firefox/addon/belgium-eid/
If you need any help, please visit https://eid.belgium.be
-Optional dependencies: pcsc-tools, libp11 and pkcs11-helper
+pcsc-tools is an optional dependency if you want to mess with your
+smart card reader, or to test a PC/SC driver.
diff --git a/office/eid-mw/doinst.sh b/office/eid-mw/doinst.sh
index 9faab97963..401d987795 100644
--- a/office/eid-mw/doinst.sh
+++ b/office/eid-mw/doinst.sh
@@ -8,4 +8,8 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
fi
fi
-/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas >/dev/null 2>&1
+if [ -e usr/share/glib-2.0/schemas ]; then
+ if [ -x /usr/bin/glib-compile-schemas ]; then
+ /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1
+ fi
+fi
diff --git a/office/eid-mw/eid-mw.SlackBuild b/office/eid-mw/eid-mw.SlackBuild
index 7beec01bfc..a516d69a22 100644
--- a/office/eid-mw/eid-mw.SlackBuild
+++ b/office/eid-mw/eid-mw.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=eid-mw
-VERSION=${VERSION:-5.1.18}
+VERSION=${VERSION:-5.1.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/office/eid-mw/eid-mw.info b/office/eid-mw/eid-mw.info
index ba34f1afda..eaf96cbe53 100644
--- a/office/eid-mw/eid-mw.info
+++ b/office/eid-mw/eid-mw.info
@@ -1,8 +1,8 @@
PRGNAM="eid-mw"
-VERSION="5.1.18"
+VERSION="5.1.21"
HOMEPAGE="https://eid.belgium.be"
-DOWNLOAD="https://eid.belgium.be/sites/default/files/software/eid-mw-5.1.18-v5.1.18.tar.gz"
-MD5SUM="0eb05775e0669a446f4ad90929fdee4d"
+DOWNLOAD="https://eid.belgium.be/sites/default/files/software/eid-mw-5.1.21-v5.1.21.tar.gz"
+MD5SUM="75c5b40c9ea603ef42c675f8422e4bc4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pcsc-lite ccid"