Package Details: flashpap 1.3.1-2

Git Clone URL: https://aur.archlinux.org/flashpap.git (read-only, click to copy)
Package Base: flashpap
Description: A free tool for extracting xPAP sleep data from FlashAir WiFi-enabled SD cards.
Upstream URL: http://www.cognitial.com/flashpap/index.htm
Licenses: unknown
Provides: flashpap
Submitter: GelatinousSlime
Maintainer: harre
Last Packager: harre
Votes: 1
Popularity: 0.000000
First Submitted: 2017-09-09 13:37 (UTC)
Last Updated: 2024-04-29 00:50 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Latest Comments

harre commented on 2024-04-29 00:51 (UTC)

I have pushed the updated PKGBUILD now

harre commented on 2024-04-29 00:33 (UTC)

I fixed the PKGBUILD:

% git diff
diff --git a/PKGBUILD b/PKGBUILD
index 976edf7..3b9fc9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,13 @@ url="http://www.cognitial.com/flashpap/index.htm"
 license=('unknown')
 depends=(
   'jre8-openjdk'
-  'java-openjfx'
+  'java8-openjfx'
 )
 makedepends=('unzip')
 provides=("$pkgname")

 source=(
-  'http://www.cognitial.com/assets/flashpap/FlashPAP.zip'
+  'FlashPAP.zip::https://www.cognitial.com/download/flashpap/'
   'flashpap.desktop'
   'flashpap'
 )

harre commented on 2024-04-29 00:21 (UTC) (edited on 2024-04-29 00:22 (UTC) by harre)

An even better solution than downgrading is to install the OpenJFX 8 version, it will take quite some time to install

yay java8-openjfx

harre commented on 2019-07-31 23:09 (UTC)

An workaround is to downgrade java-openjfx to version 8.u172:

I'm using the downgrade package from aur:

$ sudo downgrade java-openjfx

Available packages:

  • 1) java-openjfx 8.u172 2 x86_64 (remote)
  • 2) java-openjfx 8.u172 2 x86_64 (local)
  • 3) java-openjfx 11.0.3.u1 1 x86_64 (remote)
  • 4) java-openjfx 11.0.3.u1 1 x86_64 (local)

select a package by number: 2 loading packages... warning: downgrading package java-openjfx (11.0.3.u1-1 => 8.u172-2) resolving dependencies... looking for conflicting packages...

Packages (1) java-openjfx-8.u172-2

....

% flashpap Program started.

harre commented on 2019-07-31 23:04 (UTC)

Currently broken. Gives the following message on terminal:

Error: JavaFX runtime components are missing, and are required to run this application

simona commented on 2019-01-03 18:16 (UTC)

==> ERRORE: Impossibile scaricare http://www.cognitial.com/assets/flashpap/FlashPAP.zip

harre commented on 2018-12-24 23:41 (UTC)

Link is broken, use https://www.cognitial.com/assets/public-downloads/flashpap/FlashPAP.zip instead