Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prateekmedia/solus-3rdparty
Microsoft edge dev, figma + other 3rd party softwares for Solus
https://github.com/prateekmedia/solus-3rdparty
3rdparty figma linux magnus microsoft-edge-dev pspec solus
Last synced: 18 days ago
JSON representation
Microsoft edge dev, figma + other 3rd party softwares for Solus
- Host: GitHub
- URL: https://github.com/prateekmedia/solus-3rdparty
- Owner: prateekmedia
- Created: 2020-10-23T04:38:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T12:36:38.000Z (over 3 years ago)
- Last Synced: 2024-10-29T09:15:30.440Z (2 months ago)
- Topics: 3rdparty, figma, linux, magnus, microsoft-edge-dev, pspec, solus
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3rdParty Packages for Solus
# Archived
I am no longer willing to maintain the packages to the latest version as I no longer use them.
You can use this as the template of your repo and maintain if you want.## Disclaimer
These packages are **not official**, they are neither supported nor endorsed by the official Solus devs. Do not ask for help in Solus's help forum, instead create an issue [here](https://github.com/prateekmedia/Solus-3rdParty/issues).## Direct .eopkg files(NEW)
Now you can directly download the compiled .eopkg files from [here](https://github.com/prateekmedia/Solus-3rdParty/releases/latest)To install any program directly from eopkg file, First download the file and then `cd` into that folder like `$ cd ~/Downloads`, After that run
```
$ sudo eopkg it ./your-program-name.eopkg
```
**NOTE** : Please read the release notes first to know if their are any extra dependencies or not### Building from Source
**For Microsoft Edge Dev:**
```
$ sudo eopkg bi --ignore-safety https://raw.githubusercontent.com/prateekmedia/Solus-3rdParty/main/browser/microsoft-edge-dev/pspec.xml && sudo eopkg it microsoft-edge-dev*.eopkg && sudo rm microsoft-edge-dev*.eopkg
```
**For Figma Linux:**
```
$ sudo eopkg bi --ignore-safety https://raw.githubusercontent.com/prateekmedia/Solus-3rdParty/main/graphics/figma-linux/pspec.xml && sudo eopkg it figma-linux*.eopkg && sudo rm figma-linux*.eopkg
```
**For Magnus:**
```
$ sudo eopkg bi --ignore-safety https://raw.githubusercontent.com/prateekmedia/Solus-3rdParty/main/graphics/magnus/pspec.xml && sudo eopkg it magnus*.eopkg && sudo rm magnus*.eopkg
```