summaryrefslogtreecommitdiff
path: root/user
AgeCommit message (Collapse)AuthorFilesLines
2023-11-02user/virtualbox-guest-additions: new package.zv/vboxgaZach van Rijn11-0/+320
2023-11-02user/kbuild: new package.Zach van Rijn9-0/+268
2023-11-03user/spack: relocate to '/opt/spack'.Zach van Rijn2-16/+46
Additional changes: * add 'linux-headers' to makedepends; required by openssl during clingo bootstrap * add .post-install file to inform admins about usage
2023-11-02user/spack: support all targets.Zach van Rijn3-16/+71
* ppc requires explicit -latomic; this patch fixes adelie/spack#6 for both the initial clingo bootstrap and 'spack install clingo' * fix regression where all targets not supported by golang/rust could not be bootstrapped; this patch fixes adelie/spack#7 * pmmx still requires the archspec patch; fixes #794 * enable debug output during bootstrap build * disable buildcache by default (do not attempt to pull binaries) * fix package paths
2023-11-01user/spack: bump { 0.19.0_p1 --> 0.20.3_p1 }.Zach van Rijn1-3/+3
2023-11-01user/spack: miscellaneous improvements.Zach van Rijn2-2/+21
* Make dependencies explicit https://spack.readthedocs.io/en/latest/getting_started.html#system-prerequisites * Remove cached compiler preferences; this causes problems if e.g. 'ccache' is used ('/usr/local/bin/gcc') when built but the same path does not exist on the installed system. * Do not attempt to use the buildcache (search remote server for pre-built packages). We are the only musl-based distro currrently packaging Spack, and no such binaries exist yet.
2023-11-01user/lxqt-desktop: depend on adelie-lxqt-themeSíle Ekaterin Liszka1-2/+2
2023-10-31user/musl-obstack: bump { 1.1 --> 1.2.3 }. switch upstream.Zach van Rijn1-4/+4
2023-10-25user/mate-complete: depend on mate-themes and adelie-mate-themeSíle Ekaterin Liszka1-3/+3
2023-10-25user/adelie-mate-theme: new packageSíle Ekaterin Liszka3-0/+31
2023-10-25user/mate-themes: new packageSíle Ekaterin Liszka1-0/+34
2023-10-25user/dconf: add file needed for configuring default settings in dconfSíle Ekaterin Liszka2-3/+8
2023-10-25user/faad2: add patch for x86. fixes #1095.Zach van Rijn3-4/+69
Additionally, ensure shared libraries are versioned. This fixes a regression from the autotools-based era that was not carried into the CMake era.
2023-10-24user/faad2: bump { 2.10.0 --> 2.10.1_git20230904 }. fixes #1077.Leigh1-21/+23
2023-10-24user/horizon: Update to 0.9.8_pre7A. Wilcox1-9/+13
* Set cap_sys_time on horizon-qt5 to allow setting the clock. (adelie/horizon#321) * Move gfxdetect to graphical runlevel. (adelie/horizon#346)
2023-10-24user/livecd-support: Many improvementsA. Wilcox11-26/+75
* Change install scripts to local.d scripts. * Add a local.d script to make dhcpcd setuid. (adelie/horizon#361) * Make the Desktop Entry file a real file instead of a heredoc. * Remove setuid bit from the shell script; we don't need this any more. * Pull in our new LXQt theme for a better experience. * Add XFCE subpackage. * Set PATH correctly for horizon-run-qt5 so it can find mkfs.vfat and friends. * Set the clock with chronyd if possible on boot, before the graphical environment starts. * Use sudo for partitionmanger. (adelie/horizon#368) Ref: #1081
2023-10-24user/adelie-lxqt-theme: New packageA. Wilcox4-0/+69
Defines a base LXQt theme that is functional and appealing.
2023-10-24user/{desktops}: Depend on adelie-fontsA. Wilcox4-8/+8
2023-10-24user/adelie-fonts: New packageA. Wilcox1-0/+19
This supplies the fonts we want for all desktop environments. Ref: adelie/horizon#353
2023-10-24user/dnsmasq: New packageA. Wilcox4-0/+79
2023-10-24user/mesa: Update to 21.3.9, fix nouveauA. Wilcox2-3/+16
This update brings some reliability fixes to i915/i965, nouveau, and also radeonsi. This is the most recent version of the 'amber' branch which is the last version with support for these chipsets. There is a way to co-install mesa-amber and mesa, but we will need to work on that. For now, we ship this for everyone. The nouveau patch here is sent upstream and fixes context destroys.
2023-10-23{user => legacy}/minizip-ng: unneeded.Zach van Rijn1-32/+0
Moved to legacy/ due to filename conflict. See #1089. Additional work to be done is create a new package for zlib-ng [1] so as not to depend on upstream zlib, then ensure that all tests are being run correctly. It would be a good idea to add a library suffix '-ng' to avoid conflicts. [1]: https://github.com/zlib-ng/zlib-ng
2023-10-20user/{cbindgen,ripgrep,xsv,zola}: do not install stray files.Zach van Rijn4-12/+8
Fixes: #1090
2023-10-16user/groff: do not install 'man7/roff.7'. fixes #1086.Zach van Rijn1-1/+4
2023-10-16user/grub: work around GCC optimization bug. fixes image#403.Zach van Rijn1-1/+2
2023-10-12user/{firefox-esr,thunderbird}: disable debug symbols on 32-bit platforms.Zach van Rijn2-21/+25
Linking now fails on pmmx even with the kitchen sink: https://wiki.debian.org/ReduceBuildMemoryOverhead Change the conditional to include all known 32-bit platforms. Ref: #1012 Fixes: #1057
2023-10-10user/{firefox-esr,thunderbird}: Fix ARM TEXTRELsA. Wilcox4-3/+37
TEXTRELs are due to assembly code for FFTs in ffvpx/libavcodec. Since this is only used on "Android32 FLAC optimisation", it's likely not worth it for our use cases. Disable it. Fixes: #1015
2023-10-09user/grub: Add U-Boot version package functionA. Wilcox1-0/+6
The addition of the U-Boot flavour for ARM needs this. Fixes: #1082
2023-10-05user/xfce4-whiskermenu-plugin: add missing dependency. fixes #1076.Zach van Rijn1-1/+2
2023-10-04user/qemu: patch unsupported ld flag. fixes #1075.Zach van Rijn2-1/+74
2023-10-04user/lxqt-runner: upgrade to 1.3.0Síle Ekaterin Liszka1-3/+3
2023-10-04user/lxqt-powermanagement: upgrade to 1.3.0Síle Ekaterin Liszka1-3/+3
2023-10-04user/lxqt-panel: upgrade to 1.3.0Síle Ekaterin Liszka1-3/+3
2023-10-04user/xfce4-whiskermenu-plugin: upgrade to 2.8.0Síle Ekaterin Liszka1-2/+2
2023-10-04user/qterminal: upgrade to 1.3.0Síle Ekaterin Liszka1-3/+3
2023-10-04user/pcmanfm-qt: upgrade to 1.3.0Síle Ekaterin Liszka1-3/+3
2023-10-04user/lxqt-sudo: upgrade to 1.3.0Síle Ekaterin Liszka1-3/+3
2023-10-04user/lxqt-session: upgrade to 1.3.0Síle Ekaterin Liszka1-3/+3
2023-10-04user/lxqt-policykit: upgrade to 1.3.0Síle Ekaterin Liszka1-3/+3
2023-10-04user/lxqt-openssh-askpass: upgrade to 1.3.0Síle Ekaterin Liszka1-3/+3
2023-10-04user/lxqt-notificationd: upgrade to 1.3.0Síle Ekaterin Liszka1-3/+3
2023-10-04user/lxqt-globalkeys: upgrade to 1.3.0Síle Ekaterin Liszka1-3/+3
2023-10-04user/lxqt-config: upgrade to 1.3.0Síle Ekaterin Liszka1-3/+3
2023-10-04user/lxqt-archiver: upgrade to 0.8.0Síle Ekaterin Liszka1-4/+4
2023-10-04user/lxqt-admin: upgrade to 1.3.0Síle Ekaterin Liszka1-3/+3
2023-10-04user/lxqt-about: upgrade to 1.3.0Síle Ekaterin Liszka1-3/+3
2023-10-04user/lximage-qt: upgrade to 1.3.0Síle Ekaterin Liszka1-3/+3
2023-10-04user/screengrab: upgrade to 2.6.0Síle Ekaterin Liszka1-2/+2
2023-10-04user/qtermwidget: upgrade to 1.3.0Síle Ekaterin Liszka1-3/+3
2023-10-04user/qps: upgrade to 2.7.0Síle Ekaterin Liszka1-3/+3