Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : qupzilla | name : falkon | ||||
| version : 2.2.5 | version : 3.0.0 | ||||
| release : 9 | release : 10 | ||||
| source : | source : | ||||
| - https://github.com/QupZilla/qupzilla/releases/download/v2.2.5/QupZilla-2.2.5.tar.xz : b1b5bf6b3061a76d1add3c072753cc088140eb0fafcf24b9a0c4951b4d8948f6 | - https://github.com/KDE/falkon/archive/v3.0.0.tar.gz : 0878d2e0e560e507a33b3b2948038be45a694e95e52dc005ee24ff9c6ccb6f5a | ||||
kyrios123: Since it is now officially in the KDE project, I guess you'd better pick the source from kde. | |||||
| license : GPL-3.0 | license : GPL-3.0 | ||||
| component : network.web.browser | component : network.web.browser | ||||
| summary : QupZilla is a new and very fast QtWebEngine browser | summary : Falkon (formerly QupZilla) is a new and very fast QtWebEngine browser | ||||
| description: | | description: | | ||||
| QupZilla is a new and very fast QtWebEngine browser | Falkon (formerly QupZilla) is a new and very fast QtWebEngine browser | ||||
| replaces : | |||||
| - qupzilla | |||||
| builddeps : | builddeps : | ||||
| - pkgconfig(gl) | - pkgconfig(gl) | ||||
| - pkgconfig(Qt5Designer) | - pkgconfig(Qt5Designer) | ||||
| - pkgconfig(Qt5WebEngine) | - pkgconfig(Qt5WebEngine) | ||||
| - pkgconfig(Qt5X11Extras) | - pkgconfig(Qt5X11Extras) | ||||
| - pkgconfig(xcb-atom) | - pkgconfig(xcb-atom) | ||||
| - extra-cmake-modules | |||||
| setup : | | setup : | | ||||
| export USE_LIBPATH=%libdir% | export USE_LIBPATH=%libdir% | ||||
kyrios123Unsubmitted Not Done Inline ActionsAre you sure these export are still required since the %cmake macro already set the LIB_SUFFIX ? kyrios123: Are you sure these export are still required since the `%cmake` macro already set the… | |||||
| export DISABLE_UPDATES_CHECK="true" | export DISABLE_UPDATES_CHECK="true" | ||||
| %qmake | %cmake | ||||
| build : | | build : | | ||||
| export USE_LIBPATH=%libdir% | export USE_LIBPATH=%libdir% | ||||
| export DISABLE_UPDATES_CHECK="true" | export DISABLE_UPDATES_CHECK="true" | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| export USE_LIBPATH=%libdir% | export USE_LIBPATH=%libdir% | ||||
| export DISABLE_UPDATES_CHECK="true" | export DISABLE_UPDATES_CHECK="true" | ||||
| %make_install INSTALL_ROOT=$installdir | %make_install INSTALL_ROOT=$installdir | ||||
| install -Dm00644 linux/completion/_qupzilla $installdir/usr/share/zsh/site-functions/_qupzilla | install -Dm00644 linux/completion/_falkon $installdir/usr/share/zsh/site-functions/_falkon | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Since it is now officially in the KDE project, I guess you'd better pick the source from kde.org rather than github