summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2020-05-18update to 1.3.4Jose Marino
2019-10-03update eslint to 1.4.2 to fix vulnerability warningJose Marino
'npm audit' complains that eslint 1.3.1 has 1 critical severity vulnerability. This is fixed by running 'npm audit fix', which upgrades eslint to 1.4.2
2019-07-23update to 1.3.3Jose Marino
2019-03-29update to 1.3.1Jose Marino
2019-03-11update to 1.3.1Jose Marino
2019-03-09update to 1.3.0Jose Marino
2018-12-10increase pkgrel to force use of new electron-3.xJose Marino
Package electron was upgraded from 2.0.12 to 3.0.10.
2018-10-20update to 1.2.1Jose Marino
2018-10-19update to 1.2.0Jose Marino
2018-09-14run app using exec in start scriptJose Marino
2018-09-13update to 1.1.5-5Jose Marino
Update pkgrel to push latest changes.
2018-09-13delete README.md files from packageJose Marino
And any other .md files.
2018-09-13re-enable trackingJose Marino
Tracking was removed to eliminate the dependency on 'insight', which seemed to be breaking inboxer-1.1.5 The breakage turned out to be caused by our PKGBUILD accidentally deleting package 'tmp' from 'node_modules'.
2018-09-13don't accidentally delete tmp packageJose Marino
This line would delete folder 'node_modules/tmp' which contains package 'tmp'. Because of this, inboxer-1.1.5 would fail to start with: Error: Cannot find module 'tmp' I didn't find any other 'tmp' folders in 'node_modules' worth deleting. Thus, this line was not needed at all in the first place.
2018-09-13fix final location of package in dependenciesJose Marino
The final location was ending up as: /usr/lib/inboxer-1.1.5 The correct location is /usr/lib/inboxer
2018-09-13install only required folders and filesJose Marino
The github source package comes with a lot of unnecessary stuff. We only need these 3 things: package.json app/ node_modules/
2018-09-111.1.5-4: package app with asarJose Marino
This produces a more compact package, with all the code and dependencies neatly packed in the .asar package.
2018-09-111.1.5-3: remove tracking from appJose Marino
Inboxer-1.1.5 updated the dependency 'insight' to version 0.10.1, which broke inboxer for us. The problem was temporarily solved in 1.1.5-2 by downgrading 'insight' back to version 0.8.4. However, version 0.8.4 has known vulnerabilities and we shouldn't be using it. Inboxer needs 'insight' to provide app usage tracking. By removing tracking we can eliminate the dependency on 'insight' and make inboxer-1.1.5 work again without using vulnerable packages.
2018-09-10use older insight-0.8.4 versionJose Marino
The newer version of insight (0.10.1) breaks inboxer. It fails to start with the following error: Error: Cannot find module 'tmp'
2018-09-10update to 1.1.5Jose Marino
2018-08-30update to 1.1.4Jose Marino
2018-07-24update to 1.1.3Jose Marino
2018-04-20update to 1.1.2Jose Marino
2018-04-17update to 1.1.1Jose Marino
2018-03-25update to 1.0.4Jose Marino
2018-03-12update to 1.0.3Jose Marino
2018-02-07increase pkgrel to force updateJose Marino
Update to new PKGBUILD provided by City-busz which builds and installs from source.
2018-02-07Minor changeBalló György
2018-02-07Replace previous PKGBUILD with a proper oneBalló György
Use system electron, build from sources.
2018-02-02update to 1.0.2Jose Marino
2018-01-15initial commitJose Marino