diff options
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/Manifest.gz | bin | 24968 -> 24964 bytes | |||
-rw-r--r-- | app-crypt/yubioath-flutter-bin/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r1.ebuild (renamed from app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0.ebuild) | 8 |
3 files changed, 9 insertions, 1 deletions
diff --git a/app-crypt/Manifest.gz b/app-crypt/Manifest.gz Binary files differindex 0b36f842dc75..78aa021157ad 100644 --- a/app-crypt/Manifest.gz +++ b/app-crypt/Manifest.gz diff --git a/app-crypt/yubioath-flutter-bin/Manifest b/app-crypt/yubioath-flutter-bin/Manifest index 9d4c0dfde996..43726f6056e0 100644 --- a/app-crypt/yubioath-flutter-bin/Manifest +++ b/app-crypt/yubioath-flutter-bin/Manifest @@ -1,3 +1,3 @@ DIST yubico-authenticator-6.1.0-linux.tar.gz 46363854 BLAKE2B f50f8dc6cdca9044c9c1a0f370cc71d627358038bd00f34bb3801d9b5cc31a5fc904ba817e5ad613c6947c9546691d965e6b373c89e220314747a5eb0321e217 SHA512 e4a63aa40e06ae4cbeee5fc32b749bcc94c9a22b86104ff32e8f94dcd34cf0a0e61e686efd4a21ea8965f37e997f53d452739bb4c332af2387473dccd5b72b99 -EBUILD yubioath-flutter-bin-6.1.0.ebuild 2163 BLAKE2B 9dbb38e4873e59f14f9508ab4be478a1e9979ad702f887fbe506619bbea93f6b267d9f50881d0a4e6d0e34aeb7b4887ada819c54c2d7e500c0d7a52b1f762146 SHA512 aea37b417e5ae34dc5909d720a8f95fc4cbb81b93cd64e01b41fac5beed059164bcf3a1994ce89687b87b149a2ad619260d528b4e45bef3015346c8e4e90f9ae +EBUILD yubioath-flutter-bin-6.1.0-r1.ebuild 2318 BLAKE2B e2ca96d349fd9c42d9ec2bc3eb8807a0c01d52fe8b907acd0ea31576b07e5ec9a797b583374e10f0af62e39535e2ce121236dfabe118d8ddb59d8f25cadd68d9 SHA512 5d53e191fb0062192860f0ea47864e536b7f5d87953c52b25213f7378890832f608ef355f55879d113eb6d287754159b25d016cf64bb022ef156b8eb4cc80d8b MISC metadata.xml 333 BLAKE2B 7f04bc0877fb881af8d867ef35b9e9998e22be0c69747a2f36e16de3632cf0cb7835483430396244551dcac978021e9281301ebf0bde51a3ae2f022b9a03f354 SHA512 f857a7150979f6a9e93c21ab6a60dcfaf70998021605e94eb486d8db73371c9bcf7f02b80f4b65dcda84ead94fd3641acd00ed78a92e807f57ddd59a78080093 diff --git a/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0.ebuild b/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r1.ebuild index 7662796ea649..9c1a59dda12c 100644 --- a/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0.ebuild +++ b/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r1.ebuild @@ -20,6 +20,7 @@ RDEPEND=" app-accessibility/at-spi2-core:2 dev-libs/glib:2 media-libs/libepoxy + sys-apps/pcsc-lite x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 @@ -68,3 +69,10 @@ src_install() { dosym ../../opt/yubico-authenticator/authenticator /usr/bin/authenticator } + +pkg_postinst() { + xdg_pkg_postinst + + elog "Make sure you are a member of the pcscd group" + elog "and the pcscd service is running." +} |