summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFedor Piecka2020-07-03 09:14:44 +0200
committerFedor Piecka2020-07-03 09:14:44 +0200
commit452bfe6573e1940acf317ffb12f5890d0f794324 (patch)
treeabab38420066a2c98b68ddfd898a657efe282a83
parent19189075987ccf464ee773cf401d9c0281aa6b60 (diff)
downloadaur-452bfe6573e1940acf317ffb12f5890d0f794324.tar.gz
Get new upstream version 3.4.0 - finally with Qt5git status!
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD14
2 files changed, 4 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 563f7ac1e2d4..a659350b62a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eidklient
pkgdesc = Slovak eID Client
- pkgver = 3.3.0
+ pkgver = 3.4.0
pkgrel = 1
url = https://www.slovensko.sk/
install = eidklient.install
@@ -15,9 +15,6 @@ pkgbase = eidklient
pkgname = eidklient
depends = glibc
- depends = qt4
depends = pcsclite
- depends = qt5-imageformats
depends = ccid
- depends = chrpath
diff --git a/PKGBUILD b/PKGBUILD
index eff342e30507..6945a4b63dd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fedor Piecka <teplavoda at gmail dot com>
pkgname=eidklient
-pkgver=3.3.0
+pkgver=3.4.0
pkgrel=1
pkgdesc="Slovak eID Client"
arch=('i686' 'x86_64')
@@ -26,16 +26,8 @@ pkgver() {
}
package() {
- depends=("glibc" "qt4" "pcsclite" "qt5-imageformats" "ccid" "chrpath")
+ depends=("glibc" "pcsclite" "ccid" )
- ar p ${srcdir}/Aplikacia_pre_eID_${upstream_arch}_debian.deb data.tar.gz | tar -xz -C "${pkgdir}"
+ ar p ${srcdir}/Aplikacia_pre_eID_${upstream_arch}_debian.deb data.tar.xz | tar -xJ -C "${pkgdir}"
- # The application requires the libraries in a specific location
- ln -sf /usr/lib/qt/plugins/imageformats/libqtga.so ${pkgdir}/usr/lib/eac_mw_klient/
- ln -sf /usr/lib/qt4/plugins/imageformats/libqgif.so ${pkgdir}/usr/lib/eac_mw_klient/
- ln -sf /usr/lib/qt4/plugins/imageformats/libqico.so ${pkgdir}/usr/lib/eac_mw_klient/
- ln -sf /usr/lib/qt4/plugins/imageformats/libqjpeg.so ${pkgdir}/usr/lib/eac_mw_klient/
- ln -sf /usr/lib/qt4/plugins/imageformats/libqmng.so ${pkgdir}/usr/lib/eac_mw_klient/
- ln -sf /usr/lib/qt4/plugins/imageformats/libqsvg.so ${pkgdir}/usr/lib/eac_mw_klient/
- ln -sf /usr/lib/qt4/plugins/imageformats/libqtiff.so ${pkgdir}/usr/lib/eac_mw_klient/
}