Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : boostnote | name : boostnote | ||||
| version : 0.11.4 | version : 0.11.8 | ||||
| release : 1 | release : 2 | ||||
| source : | source : | ||||
| - https://github.com/BoostIO/Boostnote/archive/v0.11.4.tar.gz : 99b7f5403bfd78458bdbb5c80c605c33621a87b9e20634af6fa982c746cc914a | - https://github.com/BoostIO/Boostnote/archive/v0.11.8.tar.gz : faca88c7daabd550983bc18496aebc3af3f1ad558a17045c780f6c3fa63ccc7f | ||||
| license : GPL-3.0-or-later | license : GPL-3.0-or-later | ||||
| component : office.notes | component : office.notes | ||||
| networking : yes | networking : yes | ||||
| summary : The note-taking app for programmers that focuses on markdown, snippets, and customizability. | summary : The note-taking app for programmers that focuses on markdown, snippets, and customizability. | ||||
| description: | | description: | | ||||
| The note-taking app for programmers that focuses on markdown, snippets, and customizability. | The note-taking app for programmers that focuses on markdown, snippets, and customizability. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(alsa) | - pkgconfig(alsa) | ||||
| - pkgconfig(cairo) | - pkgconfig(cairo) | ||||
| - pkgconfig(fontconfig) | - pkgconfig(fontconfig) | ||||
| - pkgconfig(gconf-2.0) | - pkgconfig(gconf-2.0) | ||||
| - pkgconfig(gtk+-2.0) | - pkgconfig(gtk+-2.0) | ||||
| - pkgconfig(gtk+-3.0) | |||||
| - pkgconfig(krb5) | - pkgconfig(krb5) | ||||
| - pkgconfig(libsecret-1) | - pkgconfig(libsecret-1) | ||||
| - pkgconfig(pango) | - pkgconfig(pango) | ||||
| - pkgconfig(xcomposite) | - pkgconfig(xcomposite) | ||||
| - pkgconfig(xdamage) | - pkgconfig(xdamage) | ||||
| - pkgconfig(xkbfile) | - pkgconfig(xkbfile) | ||||
| - pkgconfig(xscrnsaver) | - pkgconfig(xscrnsaver) | ||||
| - pkgconfig(xtst) | - pkgconfig(xtst) | ||||
| - cups-devel | - cups-devel | ||||
| - git | - git | ||||
| - nodejs | - nodejs | ||||
| setup : | | setup : | | ||||
| %patch -p1 < $pkgfiles/warning-fix.patch | |||||
| %patch -p1 < $pkgfiles/remove-analytics.patch | %patch -p1 < $pkgfiles/remove-analytics.patch | ||||
| %patch -p1 < $pkgfiles/markdown-fix.patch | |||||
| mkdir -p grunt-install | mkdir -p grunt-install | ||||
| npm install --prefix grunt-install grunt-cli | npm install --prefix grunt-install grunt-cli | ||||
| build : | | build : | | ||||
| npm install --no-optional | npm install --no-optional | ||||
| grunt-install/node_modules/grunt-cli/bin/grunt pre-build | grunt-install/node_modules/grunt-cli/bin/grunt pre-build | ||||
| install : | | install : | | ||||
| install -dm00755 $installdir/usr/share/boostnote | install -dm00755 $installdir/usr/share/boostnote | ||||
| cp -R $workdir/dist/Boostnote-linux-x64/* $installdir/usr/share/boostnote | cp -R $workdir/dist/Boostnote-linux-x64/* $installdir/usr/share/boostnote | ||||
| install -dm00755 $installdir/usr/bin | install -dm00755 $installdir/usr/bin | ||||
| ln -s /usr/share/boostnote/Boostnote $installdir/usr/bin/boostnote | ln -s /usr/share/boostnote/Boostnote $installdir/usr/bin/boostnote | ||||
| install -D -m00644 resources/app.png $installdir/usr/share/pixmaps/boostnote.png | install -D -m00644 resources/app.png $installdir/usr/share/pixmaps/boostnote.png | ||||
| install -D -m00644 $pkgfiles/boostnote.desktop $installdir/usr/share/applications/boostnote.desktop | install -D -m00644 $pkgfiles/boostnote.desktop $installdir/usr/share/applications/boostnote.desktop | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.