Search Criteria
Package Details: cardpeek 0.8.4-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cardpeek.git (read-only, click to copy) |
|---|---|
| Package Base: | cardpeek |
| Description: | A tool to read-only the contents of smartcards |
| Upstream URL: | http://pannetrat.com/Cardpeek |
| Licenses: | GPL3 |
| Submitter: | lemust83 |
| Maintainer: | lemust83 |
| Last Packager: | lemust83 |
| Votes: | 10 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-08-10 02:44 (UTC) |
| Last Updated: | 2020-02-28 22:43 (UTC) |
Dependencies (4)
- curl (curl-gitAUR, curl-c-aresAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- lua52
- pcsclite (pcsclite-gitAUR)
Latest Comments
gschwarz commented on 2024-12-28 12:20 (UTC)
This packages compiles flawlessly out of the box on a current Manjaro installation. It works fine once you made sure pcscd is running (sudo systemctl start pcscd).
lemust83 commented on 2024-12-15 06:02 (UTC)
This project seems abandoned by the author. No commit for 5 years. No news for L1L1 too. Too many dependencies are obsolete. I'm just a packager, not a developer.
Teeed commented on 2024-12-14 21:50 (UTC)
It would be cool to use sources from github (https://github.com/L1L1/cardpeek)
mbromilow commented on 2023-03-20 02:38 (UTC)
I couldn't get this to build in a clean chroot without adding
at-spi2-coreas a dependency in the PKGBUILD, otherwise I got the following:I think it should be a transitive dependency via
gtk3s dependency onatk, but for some reason I guess it didn't pull it in that way.lemust83 commented on 2020-02-28 22:48 (UTC)
Hi I edited PKGBUILD to add arm7h arch as proposed by GNUtoo. Thanks .
GNUtoo commented on 2020-02-27 18:54 (UTC) (edited on 2020-02-27 18:54 (UTC) by GNUtoo)
Hi,
here are some patches:
From 98c3092f902f59a21bc9171e48816cc6c4339f86 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Date: Thu, 27 Feb 2020 19:30:57 +0100 Subject: [PATCH 2/2] Update license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - The COPYING file is the GPLv3, with some addition permissions related to OpenSSL. - The cardpeek.appdata.xml file contains the following: <project_license>GPL-3.0+</project_license> So we can safely deduce that the project is at least under the GPLv3 or later. As archlinux wiki[1] defines GPL3 as GPL3 or any later version, as GPL3 ((L)GPL3 — (L)GPL3 or any later version), we can use GPL3 to reflect that. References: ----------- [1]https://wiki.archlinux.org/index.php/PKGBUILD Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 7216376..1075cca 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="A tool to read-only the contents of smartcards" arch=('armv7h' 'i686' 'x86_64') url="http://pannetrat.com/Cardpeek" -license=('GPL') +license=('GPL3') depends=('gtk3' 'lua52' 'pcsclite' 'curl') source=("http://downloads.pannetrat.com/install/${pkgname}-${pkgver}.tar.gz") @@ -22,4 +22,4 @@ build() { package() { cd ${pkgname}-${pkgver} make DESTDIR="$pkgdir/" install -} \ No newline at end of file +} -- 2.25.1lemust83 commented on 2018-01-13 12:52 (UTC)
Hi
Sorry , I don't use english fluently...
pkg-config is a part of base-devel which is absolutly necessary to compile from a PKGBUILD. I'm not sure you can compile anything without.
Regards
<deleted-account> commented on 2018-01-13 10:17 (UTC)
The package doesn't compile without pkg-config. Is it possible to add pkg-config in the depends array in the PKGBUILD ?