Page MenuHomeSolus

D8965.diff
No OneTemporary

D8965.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,6 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Fabio Forni
+ - IRC: livingsilver94
+ - Email: livingsilver94.solus@redaril.me
+
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,46 @@
+ld-linux-x86-64.so.2
+libX11-xcb.so.1
+libX11.so.6
+libXcomposite.so.1
+libXcursor.so.1
+libXdamage.so.1
+libXext.so.6
+libXfixes.so.3
+libXi.so.6
+libXrandr.so.2
+libXrender.so.1
+libXss.so.1
+libXtst.so.6
+libasound.so.2
+libatk-1.0.so.0
+libatk-bridge-2.0.so.0
+libatspi.so.0
+libc.so.6
+libcairo.so.2
+libcom_err.so.2
+libcups.so.2
+libdbus-1.so.3
+libdl.so.2
+libexpat.so.1
+libgcc_s.so.1
+libgdk-3.so.0
+libgdk_pixbuf-2.0.so.0
+libgio-2.0.so.0
+libglib-2.0.so.0
+libgobject-2.0.so.0
+libgssapi_krb5.so.2
+libgtk-3.so.0
+libkrb5.so.3
+libm.so.6
+libnspr4.so
+libnss3.so
+libnssutil3.so
+libpango-1.0.so.0
+libpangocairo-1.0.so.0
+libpthread.so.0
+librt.so.1
+libsecret-1.so.0
+libsmime3.so
+libstdc++.so.6
+libuuid.so.1
+libxcb.so.1
diff --git a/files/Package-only-Solus-bits.patch b/files/Package-only-Solus-bits.patch
new file mode 100644
--- /dev/null
+++ b/files/Package-only-Solus-bits.patch
@@ -0,0 +1,25 @@
+From 76e66546a2a212bbe4fd1971a46dda2d7b5de396 Mon Sep 17 00:00:00 2001
+From: Fabio Forni <livingsilver94.solus@redaril.me>
+Date: Sun, 31 May 2020 00:33:10 +0200
+Subject: [PATCH] Build only Solus bits
+
+---
+ node_modules/hadron-build/lib/target.js | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/node_modules/hadron-build/lib/target.js b/node_modules/hadron-build/lib/target.js
+index b796546..2c64126 100644
+--- a/node_modules/hadron-build/lib/target.js
++++ b/node_modules/hadron-build/lib/target.js
+@@ -664,8 +664,6 @@ class Target {
+
+ this.createInstaller = () => {
+ return Promise.all([
+- createRpmInstaller(),
+- createDebInstaller(),
+ createTarball()
+ ]);
+ };
+--
+2.26.2
+
diff --git a/files/mongodb-compass.desktop b/files/mongodb-compass.desktop
new file mode 100644
--- /dev/null
+++ b/files/mongodb-compass.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=MongoDB Compass
+Comment=The official GUI for MongoDB
+Exec=mongodb-compass %U
+Icon=mongodb-compass
+Type=Application
+StartupNotify=true
+Categories=Office;Database;Building;Debugger;IDE;GUIDesigner;Profiling;
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,33 @@
+name : mongodb-compass
+version : 1.21.2
+release : 1
+source :
+ - https://github.com/mongodb-js/compass/archive/v1.21.2.tar.gz : b5b221aa3d91a8a4e6aa7f3194592f523e59aa56aca00a2a5e9493a4f9cced4e
+license : SSPL-1.0
+component : database
+summary : MongoDB management GUI
+description: |
+ MongoDB Compass is a visual manager for MongoDB.
+networking : yes
+builddeps :
+ - pkgconfig(gssrpc)
+ - git
+ - nodejs
+rundeps :
+ - gnome-keyring
+ - nodejs
+setup : |
+ npm install
+ %patch -p1 < $pkgfiles/Package-only-Solus-bits.patch
+build : |
+ NODE_ENV=production npm run-script release compass
+install : |
+ rm 'dist/MongoDB Compass-linux-x64/LICENSES.chromium.html'
+
+ install -dm00755 $installdir/usr/share
+ cp -a 'dist/MongoDB Compass-linux-x64' $installdir/usr/share/mongodb-compass
+ install -dm00755 $installdir/usr/bin
+ 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 src/app/images/linux/mongodb-compass.png -t $installdir/usr/share/pixmaps
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,136 @@
+<PISI>
+ <Source>
+ <Name>mongodb-compass</Name>
+ <Packager>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
+ </Packager>
+ <License>SSPL-1.0</License>
+ <PartOf>database</PartOf>
+ <Summary xml:lang="en">MongoDB management GUI</Summary>
+ <Description xml:lang="en">MongoDB Compass is a visual manager for MongoDB.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>mongodb-compass</Name>
+ <Summary xml:lang="en">MongoDB management GUI</Summary>
+ <Description xml:lang="en">MongoDB Compass is a visual manager for MongoDB.
+</Description>
+ <PartOf>database</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/mongodb-compass</Path>
+ <Path fileType="data">/usr/share/applications/mongodb-compass.desktop</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/LICENSE</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/MongoDB Compass</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/chrome-sandbox</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/chrome_100_percent.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/chrome_200_percent.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/icudtl.dat</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/libEGL.so</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/libGLESv2.so</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/libffmpeg.so</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/am.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/ar.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/bg.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/bn.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/ca.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/cs.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/da.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/de.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/el.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/en-GB.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/en-US.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/es-419.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/es.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/et.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/fa.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/fi.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/fil.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/fr.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/gu.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/he.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/hi.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/hr.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/hu.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/id.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/it.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/ja.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/kn.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/ko.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/lt.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/lv.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/ml.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/mr.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/ms.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/nb.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/nl.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/pl.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/pt-BR.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/pt-PT.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/ro.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/ru.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/sk.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/sl.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/sr.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/sv.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/sw.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/ta.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/te.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/th.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/tr.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/uk.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/vi.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/zh-CN.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/locales/zh-TW.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/natives_blob.bin</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources.pak</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/bootstrap/docs/assets/js/vendor/Blob.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/bootstrap/docs/assets/js/vendor/FileSaver.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/bootstrap/docs/assets/js/vendor/ZeroClipboard.min.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/bootstrap/docs/assets/js/vendor/anchor.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/bootstrap/docs/assets/js/vendor/autoprefixer.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/bootstrap/docs/assets/js/vendor/holder.min.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/bootstrap/docs/assets/js/vendor/jszip.min.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/bootstrap/docs/assets/js/vendor/less.min.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/bootstrap/docs/assets/js/vendor/uglify.min.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/bootstrap/js/tests/vendor/jquery.min.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/bootstrap/js/tests/vendor/qunit.css</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/bootstrap/js/tests/vendor/qunit.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/kerberos/bin/linux-x64-73/kerberos.node</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/kerberos/build/Release/kerberos.node</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/kerberos/build/Release/obj.target/kerberos.node</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/keytar/build/Release/keytar.node</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/load-json-file/node_modules/parse-json/vendor/parse.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/load-json-file/node_modules/parse-json/vendor/unicode.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/react-virtualized/dist/commonjs/vendor/binarySearchBounds.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/react-virtualized/dist/commonjs/vendor/detectElementResize.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/react-virtualized/dist/commonjs/vendor/intervalTree.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/react-virtualized/dist/es/vendor/binarySearchBounds.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/react-virtualized/dist/es/vendor/detectElementResize.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/react-virtualized/dist/es/vendor/intervalTree.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/triejs/tests/vendor/foounit/foounit-browser.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/triejs/tests/vendor/foounit/foounit.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/triejs/tests/vendor/runner.html</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/triejs/tests/vendor/spec-helper.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/app.asar.unpacked/node_modules/triejs/tests/vendor/suite.js</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/resources/electron.asar</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/snapshot_blob.bin</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/swiftshader/libEGL.so</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/swiftshader/libGLESv2.so</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/v8_context_snapshot.bin</Path>
+ <Path fileType="data">/usr/share/mongodb-compass/version</Path>
+ <Path fileType="data">/usr/share/pixmaps/mongodb-compass.png</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-05-30</Date>
+ <Version>1.21.2</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
+ </Update>
+ </History>
+</PISI>

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 9:41 PM (3 h, 2 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5821590
Default Alt Text
D8965.diff (16 KB)

Event Timeline