Package Details: omnikey_ifdokccid 4.3.3-6

Git Clone URL: https://aur.archlinux.org/omnikey_ifdokccid.git (read-only, click to copy)
Package Base: omnikey_ifdokccid
Description: PCSC driver for OMNIKEY 1021, 3x21, 6121,512x, 532x
Upstream URL: http://www.hidglobal.com/
Keywords: omnikey pcsc
Licenses: custom:HID_OK_Drivers_EULA
Conflicts: omnikey_ifdokccid-git
Submitter: onestone
Maintainer: JulianXhokaxhiu
Last Packager: JulianXhokaxhiu
Votes: 17
Popularity: 0.000000
First Submitted: 2015-03-04 04:02 (UTC)
Last Updated: 2024-01-21 21:56 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

syne commented on 2017-01-29 17:41 (UTC)

hi, as has come to my attention, this package and https://aur.archlinux.org/packages/omnikey_ifdokccid are identical. over time the wording on HID webpage has changed, and what I first thought were two different drivers are now apparently one. I will therefore submit a request to remove this package sometime next week. if complications arise that require this to be kept, please comment below. ty

aasoft commented on 2017-01-29 17:09 (UTC)

There is a new version 4.2.8. The download URLs have changed slightly, but otherwise it compiled and is working correctly on my 4.9.6-1-ARCH #1 x86_64. Here's the diff: --- PKGBUILD-old 2017-01-29 09:05:46.853041587 -0800 +++ PKGBUILD 2017-01-29 09:08:28.208003247 -0800 @@ -1,28 +1,28 @@ # Maintainer: syne <madlikene[at]aim.com> pkgname=omnikey_cardman_x21 -pkgver=3.9.0 -pkgrel=2 +pkgver=4.2.8 +pkgrel=0 pkgdesc="Driver for OMNIKEY Cardman 1021, 3021, 3121, 3621, 3821, 4321, 6121, Smart@Link, Smart@Key" arch=('i686' 'x86_64') [ "$CARCH" = "i686" ] && _arch=_i686 - [ "$CARCH" = "x86_64" ] && _arch=_x64 + [ "$CARCH" = "x86_64" ] && _arch=_x86_64 url="http://www.hidglobal.com" depends=('libusb' 'pcsclite') -source=(https://www.hidglobal.com/sites/hidglobal.com/files/drivers/ifdokccid_lnx$_arch-$pkgver.tar.gz) -[ "$CARCH" = "i686" ] && sha256sums=('387f5780d58c7b019f5c8b10708896ebb94d0f64e2f07a0a740eab54b69f2c52') -[ "$CARCH" = "x86_64" ] && sha256sums=('ff40443fc746832d37893773c4f16622f857da1629d5ec83a862d2f999b180e1') +source=(https://www.hidglobal.com/sites/default/files/drivers/ifdokccid_linux$_arch-v$pkgver.tar.gz) +[ "$CARCH" = "i686" ] && sha256sums=('d0694141950c6e0c294bf1979fabe81d71045873710044ab006ef7384fcba3d4') +[ "$CARCH" = "x86_64" ] && sha256sums=('9923cecbdadf290cf42908126ad466942f50cbca1cd2b7cf6dc499b064a2e8af') license=('custom') package() { - cd $srcdir/ifdokccid_lnx$_arch-$pkgver + cd $srcdir/ifdokccid_linux$_arch-v$pkgver mkdir -p $pkgdir/usr/lib/pcsc/drivers - cp -r ifdokccid_lnx$_arch-$pkgver.bundle $pkgdir/usr/lib/pcsc/drivers + cp -r ifdokccid_linux$_arch-v$pkgver.bundle $pkgdir/usr/lib/pcsc/drivers mkdir -p $pkgdir/etc/udev/rules.d cp z98_omnikey.rules $pkgdir/etc/udev/rules.d/10-omnikey.rules mkdir -p $pkgdir/usr/lib/udev cp ok_pcscd_hotplug.sh $pkgdir/usr/lib/udev - + install -Dm644 HID_OK_Drivers_EULA $pkgdir/usr/share/licenses/$pkgname/EULA }

syne commented on 2015-10-07 09:44 (UTC)

builds just fine

daklaus commented on 2015-04-17 08:32 (UTC)

Hello, due to the new policy of pacman (See the "Directory Symlink Handling" section of Allan's blog post (http://allanmcrae.com/2014/12/pacman-4-2-released/) the following error occurs when installing the package: error: failed to commit transaction (conflicting files) omnikey_cardman_5x2x: /lib exists in filesystem omnikey_cardman_5x2x: /lib/udev/ok_pcscd_hotplug.sh exists in filesystem Errors occurred, no packages were upgraded. ==> WARNING: Failed to install built package(s). Here is a fix for the PKGBUILD (in unified diff format)man : --- PKGBUILD 2015-04-17 10:29:37.943487385 +0200 +++ PKGBUILD.new 2015-04-17 10:28:57.303362667 +0200 @@ -22,5 +22,5 @@ install -D -m664 omnikey.ini $pkgdir/etc/omnikey.ini install -D -m664 z98_omnikey.rules $pkgdir/etc/udev/rules.d/z98_omnikey.rules - install -D -m664 ok_pcscd_hotplug.sh $pkgdir/lib/udev/ok_pcscd_hotplug.sh + install -D -m664 ok_pcscd_hotplug.sh $pkgdir/usr/lib/udev/ok_pcscd_hotplug.sh }

syne commented on 2015-04-14 14:20 (UTC)

should be fixed now, sorry it took so long

Sebilar commented on 2015-03-31 15:39 (UTC)

"404 Page not found" for http://www.hidglobal.com/sites/hidglobal.com/files/drivers/ifdokccid_linux-4.0.5.tar.gz

ganymede commented on 2015-03-20 20:51 (UTC)

Proposal for an updated PKGBUILD : http://pastebin.archlinux.fr/896859 Changes : - $pkgdir/lib/udev -> $pkgdir/usr/lib/udev (otherwise package can't be installed) - md5sums -> sha256sums - include license

syne commented on 2014-04-01 15:36 (UTC)

@ILF next time just flag the pkg out-of-date, please

ILF commented on 2014-04-01 15:16 (UTC)

There is newer version to the binary package - 3.9.0. Simple edit of the version and the md5sums does the trick to be able to use the latest version of the package.