Commit Graph

24 Commits

Author SHA1 Message Date
nodiscc
edd2853d23 Makefile.extras: use APT to install additional/unofficial software
- bleachbit-cleanerml, yt-dlp, pidgin-opensteamworks, user.js
- install extra software from .deb packages instead of custom installation script (easier upgrades/removal)
- download all third-party software from the APT repository at https://nodiscc.gitlab.io/toolbox
- Sources: https://gitlab.com/nodiscc/toolbox/-/tree/master/PACKAGING,
- Build logs: https://gitlab.com/nodiscc/toolbox/-/pipelines?page=1&scope=all&ref=master
- no longer install user.js as system-wide default, see /usr/share/doc/user.js/INSTALL
- clean clean target, please rebuild from a clean copy to avoid any caching problems (make clean; git clean -xdiff)
2021-10-23 21:27:36 +02:00
nodiscc
ddb272396f extras: remove custom [nano text editor syntax highlighting](https://github.com/scopatz/nanorc) 2021-10-17 19:26:26 +02:00
nodiscc
fb2266cde0 doc: add 'Software: Extras' page listing all third-party downloads 2021-10-16 01:31:55 +02:00
nodiscc
39a434acdd packages: games: install lutris from Debian repositories, remove third-party package download
- https://github.com/lutris/lutris/issues/3659
2021-10-16 01:31:55 +02:00
nodiscc
189caf4c19 packages: network: replace youtube-dl/streamlink with yt-dlp
- https://github.com/yt-dlp/yt-dlp
- third-party download
- fix missing directory creation
- formatting
- remove unused examples/cleanup commands
2021-10-16 01:31:54 +02:00
Cass Fridkin
94ec31a981 Update Makefile.extra so it doesn't 404
You can see here (https://download.opensuse.org/repositories/home:/strycore/Debian_10/all/) that only 5.8.4 exists there now, so 5.8.3 causes make to 404
2021-07-13 04:59:16 +00:00
nodiscc
9394044616 Makefile.extra: update 3rd-party lutris package to 0.5.8.3 2021-03-10 17:28:02 +01:00
nodiscc
5bb735ef30 Makefile.extra: remove https://gitlab.com/nodiscc/xfce4-terminal-colorschemes (deprecated) 2021-02-04 13:38:51 +01:00
nodiscc
a1d2ed549d update lutris 3rd party package to v0.5.8.2
- https://github.com/lutris/lutris/releases/tag/v0.5.8.2
2021-01-11 18:42:59 +01:00
nodiscc
7e70056f04 Makefile.extra: group cleanup tasks in 'clean' target, run before 'download_extra' target 2020-12-05 16:17:58 +01:00
nodiscc
e47234d7ac Makefile: fix cache cleanup mechanism for nanorc 2020-12-05 16:03:07 +01:00
nodiscc
8aca5377b6 Makefile.extras: update lutris package to 0.5.8.1
https://github.com/lutris/lutris/releases/tag/0.5.8
2020-12-05 15:58:17 +01:00
nodiscc
646aec98dd Makefile.extras: add https://github.com/ars3niy/tdlib-purple to third-party binary .deb packages (commented out) 2020-10-22 18:51:54 +02:00
nodiscc
287b7fd8c4 packages: add lutris
- download the .deb package from OpenBuildService and add it to config/packages.chroot/
- the package will be auto-upgraded when it is added to Debian repositories https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754129
- we could also add the OpenBuildServie repository to sources.list but that would mean trusting a third-party repository, which we might not want
- in the future we should verify package integrity/authenticity with GPG signatures (#56)
2020-09-04 19:39:00 +02:00
nodiscc
437f9e0c91 makefile.extra: update user.js to 0.1 2020-04-07 00:46:02 +02:00
nodiscc
0f1c9c7c7a makefile: update cookie autodelete firefox addon to 3.1.1 2020-04-06 19:41:58 +02:00
nodiscc
4adc0f3fbf fix firefox addons install location
https://extensionworkshop.com/documentation/publish/distribute-sideloading/
2020-03-15 20:50:45 +01:00
nodiscc
a27ee9660c Makefile.extras: add https://addons.mozilla.org/en-US/firefox/addon/cookie-autodelete/ 2020-03-15 20:50:45 +01:00
nodiscc
32846a4bcf Makefile.extras: add https://github.com/EionRobb/pidgin-opensteamworks/ 2020-03-15 20:50:45 +01:00
nodiscc
dd8997e670 Makefile.extras: add https://www.sublimetext.com/ (disabled) 2020-03-15 20:50:45 +01:00
nodiscc
470b318d52 Makefile.extra: add https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/ 2020-03-15 20:50:45 +01:00
nodiscc
cbf970d067 Makefile.extras: add https://github.com/nodiscc/user.js 2020-03-15 20:50:45 +01:00
nodiscc
301606e2df packages/config/extras: remove all plymouth/wallpaper customizations, use Debian defaults 2020-03-15 20:50:45 +01:00
nodiscc
e95fa28f98 tools: Makefile: move 3rd party downloads to separate file
- adds an easy way to disable third party downloads before build
2020-03-15 20:50:45 +01:00