summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2022-07-04 18:36:46 +0300
committerMantas Mikulėnas2022-07-04 18:36:46 +0300
commit2626354d57f86820fa4984eba9b6a4c055318c41 (patch)
treebd7d9b06d1fd819e236ed1804bed677424e3f1ba
parentaebed148fd770df288c427ddbe487d01c253e2ee (diff)
downloadaur-2626354d57f86820fa4984eba9b6a4c055318c41.tar.gz
fix description, move icons to sac-gui
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 358f95109242..9953cf3cd310 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sac-core
- pkgdesc = Thales/Gemalto SafeNet Authentication Client for eToken 5110/5300 & IDPrime (core package with no GUI tools)
+ pkgdesc = Thales/Gemalto SafeNet Authentication Client for eToken 5110/5300 & IDPrime
pkgver = 10.8.28
- pkgrel = 2
+ pkgrel = 3
url = https://cpl.thalesgroup.com/access-management/security-applications/authentication-client-token-management
arch = x86_64
license = custom
@@ -16,8 +16,9 @@ pkgbase = sac-core
sha256sums = eb8b4e105d8b75f11e4b83ca6c4a605f781f50cc0f0405a5d1deccb5580fd055
pkgname = sac-core
+ pkgdesc = Thales/Gemalto SafeNet Authentication Client for eToken 5110/5300 & IDPrime (core PKCS#11 modules)
pkgname = sac-gui
- pkgdesc = Thales/Gemalto SafeNet Authentication Client for eToken 5110/5300 & IDPrime (core package with no GUI tools) (GUI tools)
+ pkgdesc = Thales/Gemalto SafeNet Authentication Client for eToken 5110/5300 & IDPrime (GUI tools)
depends = gtk3
depends = sac-core
diff --git a/PKGBUILD b/PKGBUILD
index a10bb810c2eb..8931517b207e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgbase=sac-core
pkgname=(sac-core sac-gui)
pkgver=10.8.28
-pkgrel=2
-pkgdesc='Thales/Gemalto SafeNet Authentication Client for eToken 5110/5300 & IDPrime (core package with no GUI tools)'
+pkgrel=3
+pkgdesc='Thales/Gemalto SafeNet Authentication Client for eToken 5110/5300 & IDPrime'
url='https://cpl.thalesgroup.com/access-management/security-applications/authentication-client-token-management'
arch=(x86_64)
depends=(openssl pcsclite)
@@ -38,6 +38,8 @@ _pick() {
}
package_sac-core() {
+ pkgdesc+=' (core PKCS#11 modules)'
+
# Install libraries
cp -r etc "$pkgdir"/etc
cp -r usr "$pkgdir"/usr
@@ -89,6 +91,7 @@ package_sac-core() {
_pick gui usr/share/applications/**
_pick gui usr/share/doc/$pkgname/*User_Guide.pdf
_pick gui usr/share/eToken/**
+ _pick gui usr/share/icons/**
}
package_sac-gui() {