Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : mongodb-compass | name : mongodb-compass | ||||
| version : 1.23.0 | version : 1.24.1 | ||||
| release : 4 | release : 5 | ||||
| source : | source : | ||||
| - https://github.com/mongodb-js/compass/archive/v1.23.0.tar.gz : 36069b92121d63e7c470ac90d0db997b04dcac2fc643f4ff4d77956583089d03 | - https://github.com/mongodb-js/compass/archive/v1.24.1.tar.gz : d61a0c412278247a70a0023176bd2a024bae584721d6b77e0b7671406f2ea0d1 | ||||
| license : SSPL-1.0 | license : SSPL-1.0 | ||||
| component : database | component : database | ||||
| summary : MongoDB management GUI | summary : MongoDB management GUI | ||||
| description: | | description: | | ||||
| MongoDB Compass is a visual manager for MongoDB. | MongoDB Compass is a visual manager for MongoDB. | ||||
| networking : yes | networking : yes | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(gtk+-3.0) | - pkgconfig(gtk+-3.0) | ||||
| - pkgconfig(krb5) | - pkgconfig(krb5) | ||||
| - pkgconfig(libsecret-1) | - pkgconfig(libsecret-1) | ||||
| - git | - git | ||||
| - nodejs | - nodejs | ||||
| rundeps : | rundeps : | ||||
| - gnome-keyring | - gnome-keyring | ||||
| - nodejs | - nodejs | ||||
| setup : | | setup : | | ||||
| %patch -p1 < $pkgfiles/Remove-Node-version-check.patch | %patch -p1 < $pkgfiles/Remove-Node-version-check.patch | ||||
| npm install | npm install | ||||
| %patch -p1 < $pkgfiles/Package-only-Solus-bits.patch | %patch -p1 < $pkgfiles/Package-only-Solus-bits.patch | ||||
| build : | | build : | | ||||
| NODE_ENV=production npm run-script release compass | NODE_ENV=production npm run release-evergreen compass | ||||
| install : | | install : | | ||||
| rm 'dist/MongoDB Compass-linux-x64/LICENSES.chromium.html' | rm 'dist/MongoDB Compass-linux-x64/LICENSES.chromium.html' | ||||
| install -dm00755 $installdir/usr/share | install -dm00755 $installdir/usr/share | ||||
| cp -a 'dist/MongoDB Compass-linux-x64' $installdir/usr/share/mongodb-compass | cp -a 'dist/MongoDB Compass-linux-x64' $installdir/usr/share/mongodb-compass | ||||
| install -dm00755 $installdir/usr/bin | install -dm00755 $installdir/usr/bin | ||||
| ln -s '/usr/share/mongodb-compass/MongoDB Compass' $installdir/usr/bin/mongodb-compass | ln -s '/usr/share/mongodb-compass/MongoDB Compass' $installdir/usr/bin/mongodb-compass | ||||
| install -Dm00644 $pkgfiles/mongodb-compass.desktop -t $installdir/usr/share/applications | install -Dm00644 $pkgfiles/mongodb-compass.desktop -t $installdir/usr/share/applications | ||||
| install -Dm00644 src/app/images/linux/mongodb-compass.png -t $installdir/usr/share/pixmaps | install -Dm00644 src/app/images/linux/mongodb-compass.png -t $installdir/usr/share/pixmaps | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.