Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : qutebrowser | name : qutebrowser | ||||
| version : 1.7.0 | version : 1.8.1 | ||||
| release : 26 | release : 27 | ||||
| source : | source : | ||||
| - https://github.com/qutebrowser/qutebrowser/archive/v1.7.0.tar.gz : 71437cbe9b354ef0f31ba7a414d6662e1852783ecd35df2d7562cef6fb8d2faa | - https://github.com/qutebrowser/qutebrowser/releases/download/v1.8.1/qutebrowser-1.8.1.tar.gz : dcf6eb63fc2430ac28ee40e2a236391adb7cdbe7debf4cbe53e0d12ff8726e32 | ||||
| license : GPL-3.0-or-later | license : GPL-3.0-or-later | ||||
| component : network.web.browser | component : network.web.browser | ||||
| summary : A keyboard-driven, vim-like browser based on PyQt5 | summary : A keyboard-driven, vim-like browser based on PyQt5 | ||||
| description: | | description: | | ||||
| A keyboard-driven, vim-like browser based on PyQt5. | A keyboard-driven, vim-like browser based on PyQt5. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| - asciidoc | - asciidoc | ||||
| rundeps : | rundeps : | ||||
| - pygments | - pygments | ||||
| - python3-qt5 | - python3-qt5 | ||||
| - python3-qtwebengine | |||||
| - python-attrs | - python-attrs | ||||
| - python-cssutils | - python-cssutils | ||||
| - python-jinja | - python-jinja | ||||
| - python-markupsafe | - python-markupsafe | ||||
| - python-pypeg2 | - python-pypeg2 | ||||
| - python-qtwebengine | |||||
| - pyyaml | - pyyaml | ||||
| build : | | build : | | ||||
| %python3_setup | %python3_setup | ||||
| a2x -f manpage doc/qutebrowser.1.asciidoc | a2x -f manpage doc/qutebrowser.1.asciidoc | ||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
| for icon_size in 16 24 32 48 64 96 128 256 512; do | for icon_size in 16 24 32 48 64 96 128 256 512; do | ||||
| install -Dm00644 icons/qutebrowser-${icon_size}x${icon_size}.png $installdir/usr/share/icons/hicolor/${icon_size}x${icon_size}/apps/qutebrowser.png | install -Dm00644 icons/qutebrowser-${icon_size}x${icon_size}.png $installdir/usr/share/icons/hicolor/${icon_size}x${icon_size}/apps/qutebrowser.png | ||||
| done | done | ||||
| install -Dm00644 icons/qutebrowser.svg $installdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg | install -Dm00644 icons/qutebrowser.svg $installdir/usr/share/icons/hicolor/scalable/apps/qutebrowser.svg | ||||
| install -Dm00644 misc/org.qutebrowser.qutebrowser.appdata.xml $installdir/usr/share/metainfo/org.qutebrowser.qutebrowser.appdata.xml | install -Dm00644 misc/org.qutebrowser.qutebrowser.appdata.xml $installdir/usr/share/metainfo/org.qutebrowser.qutebrowser.appdata.xml | ||||
| install -Dm00644 ./misc/org.qutebrowser.qutebrowser.desktop $installdir/usr/share/applications/org.qutebrowser.qutebrowser.desktop | install -Dm00644 ./misc/org.qutebrowser.qutebrowser.desktop $installdir/usr/share/applications/org.qutebrowser.qutebrowser.desktop | ||||
| install -Dm00644 doc/qutebrowser.1 $installdir/usr/share/man/man1/qutebrowser.1 | install -Dm00644 doc/qutebrowser.1 $installdir/usr/share/man/man1/qutebrowser.1 | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.