| Summary: | Please provide a package for qtvirtualkeyboard | ||
|---|---|---|---|
| Product: | [KDE Neon] neon | Reporter: | Martin Flöser <mgraesslin> |
| Component: | Packages Unstable Edition | Assignee: | Neon Bugs <neon-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bshah, jr, neon-bugs-null, sitter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Martin Flöser
2016-08-03 06:15:34 UTC
I did initial packaging for it at : https://github.com/plasma-phone-packaging/qtvirtualkeyboard for Plasma mobile.. Though I guess someone needs to take a closer look at it and clean it up.. and submit it to debian perhaps... I think you just volunteered to upstream this. - copyright file is incomplete - should put examples into -dev package - should put cmake file into -dev package - possibly should split qml from actual inputplugin (not actually sure that is useful though) - build-depends on kde-pkg-tools but doesn't seem to use it at all - shouldn't buildpdep on qt5-default - all qt builddeps should be tightly versioned - the rules file seems a bit ugh should export these flags: export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed export QT_SELECT := qt5 - shouldn't phony override_dh_auto_test or document why that is absolutely necessary also added as recommends to kwin_x11 in master (neon dev unstable) packaging It should be recommends of kwin_wayland and not kwin_x11 |