Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : protonvpn-gui | |||||
| version : 1.4.1 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/ProtonVPN/linux-app/archive/refs/tags/1.4.1.tar.gz : a847c0d466bc12b7b6cf0d110a125de5a94ed4372bd78eccf762bb9ed4a98046 | |||||
| license : GPL-3.0 | |||||
Girtablulu: needs to be SPDX confrom https://spdx.org/licenses/preview/ | |||||
| component : network.clients | |||||
| summary : Official ProtonVPN GUI client. | |||||
| description: | | |||||
| Official ProtonVPN GUI. | |||||
| builddeps : | |||||
| - pkgconfig(ayatana-appindicator3-0.1) | |||||
| - pkgconfig(pycairo) | |||||
| - pkgconfig(pygobject-3.0) | |||||
Done Inline ActionsYou're already pulling in libwebkit-gtk-devel so this isn't needed. JoshStrobl: You're already pulling in libwebkit-gtk-devel so this isn't needed. | |||||
| - pkgconfig(webkit2gtk-4.0) | |||||
| - python-psutil | |||||
| rundeps : | |||||
| - libayatana-appindicator | |||||
| - protonvpn-nm-lib | |||||
| - python-gobject | |||||
| - python-psutil | |||||
| - python-systemd | |||||
| setup : | | |||||
| %patch -p1 < $pkgfiles/0001-Use-libayatana-appindicator.patch | |||||
| build : | | |||||
| %python3_setup | |||||
| install : | | |||||
| %python3_install | |||||
| install -Dm00644 protonvpn.desktop $installdir/usr/share/applications/protonvpn.desktop | |||||
| install -Dm00644 protonvpn_gui/assets/icons/protonvpn-logo.png $installdir/usr/share/pixmaps/protonvpn-logo.png | |||||
Done Inline ActionsCan just be install -Dm00644 protonvpn.desktop $installdir/usr/share/applications/protonvpn.desktop JoshStrobl: Can just be `install -Dm00644 protonvpn.desktop $installdir/usr/share/applications/protonvpn. | |||||
Done Inline ActionsSame here re. install JoshStrobl: Same here re. install | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
needs to be SPDX confrom https://spdx.org/licenses/preview/