Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : brave | name : brave | ||||
| version : 0.22.13 | version : 0.22.669 | ||||
| release : 3 | release : 4 | ||||
| source : | source : | ||||
| - git|https://github.com/brave/browser-laptop: v0.22.13dev | - git|https://github.com/brave/browser-laptop: v0.22.669dev | ||||
| license : | license : | ||||
| - MPL-2.0 | - MPL-2.0 | ||||
| - GPL-3.0 | - GPL-3.0-or-later # Https Everywhere | ||||
joebonrichie: Should be `GPL-3.0-or-later` to match SPDX 3.0 identifiers (https everywhere) | |||||
| - GPL-2.0 | - GPL-2.0-or-later # Privacy Badger | ||||
Done Inline ActionsShould be GPL-2.0-or-later (privacy badger) joebonrichie: Should be `GPL-2.0-or-later` (privacy badger) | |||||
| component : network.web.browser | component : network.web.browser | ||||
| summary : A browser with your interests at heart. | summary : A browser with your interests at heart. | ||||
| description: | | description: | | ||||
| Browse faster by blocking ads and trackers that violate your privacy and cost you time and money. | Browse faster by blocking ads and trackers that violate your privacy and cost you time and money. | ||||
| networking : yes | networking : yes | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(alsa) | - pkgconfig(alsa) | ||||
| - pkgconfig(gconf-2.0) | - pkgconfig(gconf-2.0) | ||||
| - pkgconfig(gtk+-3.0) | - pkgconfig(gtk+-3.0) | ||||
| - pkgconfig(xscrnsaver) | - pkgconfig(xscrnsaver) | ||||
| - cups-devel | |||||
| - nodejs | - nodejs | ||||
Done Inline ActionsThis builddep should be required anymore joebonrichie: This builddep should be required anymore | |||||
Done Inline Actions*shouldn't be joebonrichie: *shouldn't be | |||||
| rundeps : | rundeps : | ||||
| - libgnome-keyring | - libgnome-keyring | ||||
| setup : | | setup : | | ||||
| %patch -p1 < $pkgfiles/0001-Don-t-override-the-default-workspace-switching-short.patch | %patch -p1 < $pkgfiles/0001-Don-t-override-the-default-workspace-switching-short.patch | ||||
| npm install | npm install | ||||
| build : | | build : | | ||||
| CHANNEL=dev npm run build-package | CHANNEL=dev npm run build-package | ||||
| install : | | install : | | ||||
| install -dm00644 $installdir/usr/bin | install -dm00644 $installdir/usr/bin | ||||
| install -dm00644 $installdir/usr/share/brave/ | install -dm00644 $installdir/usr/share/brave/ | ||||
| cp -R brave-linux-x64/* $installdir/usr/share/brave/ | cp -R brave-linux-x64/* $installdir/usr/share/brave/ | ||||
| ln -s /usr/share/brave/brave $installdir/usr/bin/brave | ln -s /usr/share/brave/brave $installdir/usr/bin/brave | ||||
| install -Dm0644 $pkgfiles/brave.desktop $installdir/usr/share/applications/brave.desktop | install -Dm0644 $pkgfiles/brave.desktop $installdir/usr/share/applications/brave.desktop | ||||
| install -Dm0644 res/dev/app.png $installdir/usr/share/pixmaps/brave.png | install -Dm0644 res/dev/app.png $installdir/usr/share/pixmaps/brave.png | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Should be GPL-3.0-or-later to match SPDX 3.0 identifiers (https everywhere)