[opensuse-packaging] packaging qt5 Application
Hi, by chance I stumbled over https://build.opensuse.org/package/show/hardware/fingerprint-gui which is a GUI to manage fingerprint scanners. Unfortunately it does not build for TW anymore. I found a port for qt5 https://github.com/Tilka/fingerprint-gui and tried to build this on OBS for Leap 15.1 first, but as I have basically no packaging skills for qt applications, the result was .... suboptimal :-) (And, I could not find any documentation on qt macros in https://en.opensuse.org/Portal:Packaging ) If anyone wants to support during boring hours in home-office ;-) : https://build.opensuse.org/package/show/home:DocB:branches:hardware/ fingerprint-gui Thanks! Axel -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Hello. Please add another build requirement: pkgconfig(Qt5X11Extras) ср, 29 апр. 2020 г. в 15:26, Axel Braun <axel.braun@gmx.de>:
Hi,
by chance I stumbled over https://build.opensuse.org/package/show/hardware/fingerprint-gui which is a GUI to manage fingerprint scanners.
Unfortunately it does not build for TW anymore.
I found a port for qt5 https://github.com/Tilka/fingerprint-gui and tried to build this on OBS for Leap 15.1 first, but as I have basically no packaging skills for qt applications, the result was .... suboptimal :-)
(And, I could not find any documentation on qt macros in https://en.opensuse.org/Portal:Packaging )
If anyone wants to support during boring hours in home-office ;-) : https://build.opensuse.org/package/show/home:DocB:branches:hardware/ fingerprint-gui
Thanks! Axel
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
-- Best regards, Dmitriy Perlow -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On 4/29/20 10:05 PM, Dmitriy Perlow wrote:
Hello.
Please add another build requirement: pkgconfig(Qt5X11Extras)
I only suggested the cmake version rather then this version because you are using the cmake version's for the other Qt libraries. -- Simon Lees (Simotek) http://simotek.net Emergency Update Team keybase.io/simotek SUSE Linux Adelaide Australia, UTC+10:30 GPG Fingerprint: 5B87 DB9D 88DC F606 E489 CEC5 0922 C246 02F0 014B
Yep or cmake(Qca-qt5) for qca. ср, 29 апр. 2020 г. в 15:42, Simon Lees <sflees@suse.de>:
On 4/29/20 10:05 PM, Dmitriy Perlow wrote:
Hello.
Please add another build requirement: pkgconfig(Qt5X11Extras)
I only suggested the cmake version rather then this version because you are using the cmake version's for the other Qt libraries.
--
Simon Lees (Simotek) http://simotek.net
Emergency Update Team keybase.io/simotek SUSE Linux Adelaide Australia, UTC+10:30 GPG Fingerprint: 5B87 DB9D 88DC F606 E489 CEC5 0922 C246 02F0 014B
-- Best regards, Dmitriy Perlow -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Hi, On 4/29/20 9:56 PM, Axel Braun wrote:
Hi,
by chance I stumbled over https://build.opensuse.org/package/show/hardware/fingerprint-gui which is a GUI to manage fingerprint scanners.
Unfortunately it does not build for TW anymore.
I found a port for qt5 https://github.com/Tilka/fingerprint-gui and tried to build this on OBS for Leap 15.1 first, but as I have basically no packaging skills for qt applications, the result was .... suboptimal :-)
(And, I could not find any documentation on qt macros in https://en.opensuse.org/Portal:Packaging )
If anyone wants to support during boring hours in home-office ;-) : https://build.opensuse.org/package/show/home:DocB:branches:hardware/ fingerprint-gui
Your build is failing because you are missing a dependency [ 153s] Project ERROR: Unknown module(s) in QT: x11extras BuildRequires: cmake(Qt5X11Extras) will fix that, as for macro's instead of "make" you can use %make_build so that it builds with all available cores and I believe the qmake macro is "%qmake5" atleast it is on Leap 15.2 and tumbleweed. Cheers -- Simon Lees (Simotek) http://simotek.net Emergency Update Team keybase.io/simotek SUSE Linux Adelaide Australia, UTC+10:30 GPG Fingerprint: 5B87 DB9D 88DC F606 E489 CEC5 0922 C246 02F0 014B
Also afai see qca means pkgconfig(qca2-qt5) for modern distros. ср, 29 апр. 2020 г. в 15:26, Axel Braun <axel.braun@gmx.de>:
Hi,
by chance I stumbled over https://build.opensuse.org/package/show/hardware/fingerprint-gui which is a GUI to manage fingerprint scanners.
Unfortunately it does not build for TW anymore.
I found a port for qt5 https://github.com/Tilka/fingerprint-gui and tried to build this on OBS for Leap 15.1 first, but as I have basically no packaging skills for qt applications, the result was .... suboptimal :-)
(And, I could not find any documentation on qt macros in https://en.opensuse.org/Portal:Packaging )
If anyone wants to support during boring hours in home-office ;-) : https://build.opensuse.org/package/show/home:DocB:branches:hardware/ fingerprint-gui
Thanks! Axel
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
-- Best regards, Dmitriy Perlow -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Thanks for all your answers, I'm a bit further now, but apparently libfprint is currently broken in TW as well.....so this needs a bit love beforehand Have a good weekend Axel Am Mittwoch, 29. April 2020, 14:42:15 CEST schrieb Dmitriy Perlow:
Also afai see qca means pkgconfig(qca2-qt5) for modern distros.
ср, 29 апр. 2020 г. в 15:26, Axel Braun <axel.braun@gmx.de>:
Hi,
by chance I stumbled over https://build.opensuse.org/package/show/hardware/fingerprint-gui which is a GUI to manage fingerprint scanners.
Unfortunately it does not build for TW anymore.
I found a port for qt5 https://github.com/Tilka/fingerprint-gui and tried to build this on OBS for Leap 15.1 first, but as I have basically no packaging skills for qt applications, the result was .... suboptimal :-)
(And, I could not find any documentation on qt macros in https://en.opensuse.org/Portal:Packaging )
If anyone wants to support during boring hours in home-office ;-) : https://build.opensuse.org/package/show/home:DocB:branches:hardware/ fingerprint-gui
Thanks! Axel
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Am Donnerstag, 30. April 2020, 17:44:23 CEST schrieb Axel Braun:
Thanks for all your answers, I'm a bit further now, but apparently libfprint is currently broken in TW as well.....so this needs a bit love beforehand
OK, libfprint was a quick one, but does anyone know the successor of polkit- qt-1 (which dies not build against TW - qt4 dependencies)? Thanks Axel -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (3)
-
Axel Braun
-
Dmitriy Perlow
-
Simon Lees