diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index d305855bb..ac1d2ace8 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -39,7 +39,6 @@ jobs: v4l_compat \ libv4l \ uriparser \ - pkcs11-helper \ ffmpeg \ pulseaudio \ pcsc-lite \ diff --git a/packaging/flatpak/com.freerdp.FreeRDP.json b/packaging/flatpak/com.freerdp.FreeRDP.json index f061dfab5..ab5314cd4 100644 --- a/packaging/flatpak/com.freerdp.FreeRDP.json +++ b/packaging/flatpak/com.freerdp.FreeRDP.json @@ -48,7 +48,6 @@ "modules/pcsc.json", "modules/krb5.json", "modules/opensc.json", - "modules/pkcs11-helper.json", "modules/SDL3.json", "modules/SDL3_image.json", "modules/SDL3_ttf.json", diff --git a/packaging/flatpak/modules/pkcs11-helper.json b/packaging/flatpak/modules/pkcs11-helper.json deleted file mode 100644 index 4190da67b..000000000 --- a/packaging/flatpak/modules/pkcs11-helper.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "buildsystem": "autotools", - "name": "pkcs11-helper", - "sources": [ - { - "sha256": "076c9f664812a45f2da25efc157338b0b8bb1949117f0144050fec176b6fdf78", - "type": "archive", - "url": - "https://github.com/OpenSC/pkcs11-helper/archive/refs/tags/pkcs11-helper-1.30.0.tar.gz", - "x-checker-data": { - "project-id": 91990, - "stable-only": true, - "type": "anitya", - "url-template": - "https://github.com/OpenSC/pkcs11-helper/archive/refs/tags/pkcs11-helper-$version.tar.gz" - } - }, - { - "commands": [ - "autoreconf -vfi" - ], - "dest-filename": "autogen.sh", - "type": "script" - } - ] -}