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://download.kde.org/stable/falkon/3.0/src/falkon-3.0.0.tar.xz : 4e42a091e6ae434d7c3146adb876a8a5dc29d9354560087a905a0bd7fb58d7a6 | ||||
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 : | |||||
| - qubzilla | |||||
| 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% | %cmake | ||||
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" | |||||
| %qmake | |||||
| build : | | build : | | ||||
| export USE_LIBPATH=%libdir% | |||||
| export DISABLE_UPDATES_CHECK="true" | |||||
| %make | %make | ||||
| install : | | install : | | ||||
| export USE_LIBPATH=%libdir% | |||||
| 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