GithubHelp home page GithubHelp logo

io.qt.qtwebkit.baseapp's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

io.qt.qtwebkit.baseapp's Issues

Needs a rebuild

CMake Error at /usr/share/cmake-3.13/Modules/CMakeFindDependencyMacro.cmake:48 (find_package):
  Could not find a configuration file for package "Qt5Widgets" that exactly
  matches requested version "5.12.1".

  The following configuration files were considered but not accepted:

    /usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake, version: 5.12.2
    /lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake, version: 5.12.2

Call Stack (most recent call first):
  /app/lib/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfig.cmake:74 (find_dependency)
  CMakeLists.txt:76 (find_package)

We need to rebuild it every time upstream Qt is rebuilt, otherwise the minor version diverges.

Get 5.15 builds

The org.kde.Sdk//5.15 is available, we need to target it as well.

5.12 branch is not available on flathub

Hello,

I see that 5.12 branch has already been created here, but when I install it I got the error:

~$ flatpak install flathub io.qt.qtwebkit.BaseApp//5.12
error: Error searching remote flathub: Can't find ref io.qt.qtwebkit.BaseApp//5.12

Cleanup

At the moment there is no cleanup section in the manifest. Since io.atom.electron.BaseApp and org.electronjs.Electron2.BaseApp have a cleanup step, I guess this is just based on a misunderstanding how cleanup in BaseApps works (I couldn't find anything in the documentation) and that the cleanup step is only performed when the final app is built.

KDE runtime update

From this PR:
flathub/flathub#529
... it seems QtWebKit and Qt 5.11 are compatible.

How would we provide an updated BaseApp? Are branches are still not allowed on Flathub? Should I make a PR for io.qt.qtwebkit_5_11.BaseApp?

Rebuild against Qt 5.9.6

CMake Warning at /usr/share/cmake-3.7/Modules/CMakeFindDependencyMacro.cmake:55 (find_package):
  Could not find a configuration file for package "Qt5Network" that exactly
  matches requested version "5.9.5".

  The following configuration files were considered but not accepted:

    /usr/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake, version: 5.9.6
    /lib/cmake/Qt5Network/Qt5NetworkConfig.cmake, version: 5.9.6

Provide a 5.13 branch

Applications should migrate to org.kde.Sdk//5.13, which qtwebkit should do as well to make it possible for applications to update.

(This is supposed to be a tracking issue that applications can link to)

missing libicu and webp

Hello, just wanted to create teamviewer recipe, and faced out with missing libraries

	libicuuc.so.57 => not found
	libicui18n.so.57 => not found
	libwebp.so.6 => not found

it seems that libicuuc and libwebp is a QtWebKit dependency

Fails to build against 5.12 on 32bit arches

It has been disabled for now but needs to be looked into.

Seems to be a linker memory issue:

/usr/lib/gcc/arm-unknown-linux-gnueabihf/8.2.0/../../../../arm-unknown-linux-gnueabihf/bin/ld.gold: fatal error: lib/libQt5WebKit.so.5.212.0: mmap: failed to allocate 2809472916 bytes for output file: Cannot allocate memory

Development libraries and headers

Hi,
I'm trying to compile PyQt5 against version 5.11 of this base.
I'm using 5.11 because as far as I'm aware it's the last one with qtwebkit.
I'm here because when I compile PyQt5 outside flatpak it works.. so hopefully you can point me in the right direction.

My problem (I think) is that qmake doesn't find QtWebKit and QtWebKitWidgets.
Here's the json file I'm using:

{
  "id": "test.example.pyqt5",
  "command": "/usr/bin/bash",
  "base": "io.qt.qtwebkit.BaseApp",
  "base-version": "5.11",
  "runtime": "org.kde.Platform",
  "runtime-version": "5.11",
  "sdk": "org.kde.Sdk",
  "modules": [
    {
      "name": "cpython",
      "sources": [
        {
          "type": "archive",
          "url": "https://github.com/python/cpython/archive/v2.7.17.tar.gz",
          "sha256": "d2b73d2d2607ec3f67bc10cef2d383008f95b835150d97cd00e55283d4afe360"
        }
      ]
    },
    {
      "name": "pip",
      "buildsystem": "simple",
      "build-options": {
        "build-args": [
          "--share=network"
        ]
      },
      "build-commands": [
        "python2 -m ensurepip --upgrade",
        "python2 -m pip install --upgrade pip setuptools wheel",
        "python2 -m pip install enum34"
      ]
    },
    {
      "name": "PyQt5.sip",
      "sources": [
        {
          "type": "archive",
          "url": "https://www.riverbankcomputing.com/static/Downloads/sip/4.19.13/sip-4.19.13.tar.gz",
          "sha256": "e353a7056599bf5fbd5d3ff9842a6ab2ea3cf4e0304a0f925ec5862907c0d15e"
        }
      ],
      "buildsystem": "simple",
      "build-commands": [
        "python2 configure.py --sip-module=PyQt5.sip",
        "make",
        "make install"
      ]
    },
    {
      "name": "PyQt5",
      "sources": [
        {
          "type": "archive",
          "url": "https://www.riverbankcomputing.com/static/Downloads/PyQt5/5.11.3/PyQt5_gpl-5.11.3.tar.gz",
          "sha256": "c9b57d15601d436faf35dacf8e0acefa220194829a653e771e80b189b3261073"
        }
      ],
      "buildsystem": "simple",
      "build-commands": [
        "python2 configure.py -w --confirm-license",
        "exit 1",
        "make",
        "make install"
      ]
    }
  ]
}

The command I use to compile it:
flatpak-builder --disable-rofiles-fuse --force-clean --repo=test-repo build-dir example.json | tee out.log

And the output log that I think is relevant (attached the full log)

Checking to see if the QtWebKit module should be built...
/usr/bin/qmake -o cfgtest_QtWebKit.mk cfgtest_QtWebKit.pro
Project ERROR: Unknown module(s) in QT: webkit

Checking to see if the QtWebKitWidgets module should be built...
/usr/bin/qmake -o cfgtest_QtWebKitWidgets.mk cfgtest_QtWebKitWidgets.pro
Project ERROR: Unknown module(s) in QT: webkitwidgets

out.log

Please let me know if I can provide any more info, and thanks..

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.