Here is a patch for wire an application for wire.com. Its an electron wrapper so please don't beat me for that.
Its just repackaging the deb, because I don't know how it will handle the api keys if build from official tarball.
wire
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | JoshStrobl | T1533 Wire | ||
Resolved | JoshStrobl | T1866 wire |
Event Timeline
We don't repackage debs for things that are open source. If it requires an API key, then it should wait until we support private key usage.
Here is an updated patch, its now building from source and it seems the api keys are not a problem.
Should look into their actual grunt build target and avoid making a deb only to just extract it, even if it means manually installing files. Also should avoid /opt if possible and patching the desktop file.
%installroot% should change to $installdir and your mkdir -p call should be install, but otherwise looks good!
I found out that the dependencies libxscrnsaver and gconf were missing. Unfortunately I don't know how to update the package for the Software Center so somebody else will have to do that (or explain to me how to do it/link to a good tutorial)...