summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-11-20user/nginx: new packagezv/nginxSíle Ekaterin Liszka8-0/+433
2023-10-26system/easy-kernel: Add RTC support for aarch64A. Wilcox2-85/+94
Adds modules for most RTCs supported on arm64. We also now build-in RTC_EFI, which should grab most of the server-class boards.
2023-10-25system/adelie-base: Add curl to Base environmentA. Wilcox1-2/+2
It seems prudent to allow users to fetch files from remote servers in the Base environment.
2023-10-25system/ca-certificates: Update to 20230727A. Wilcox1-3/+3
2023-10-25system/nss: Update to 3.94A. Wilcox1-2/+2
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-25system/easy-kernel: Config update for new binutilsA. Wilcox4-11/+46
The new binutils version allows more options on aarch64, pmmx, and x86_64. Configure them so that native builders don't have `oldconfig` output. Fixes: #1091, #1092, #1094
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-24system/adelie-base: Update to 0.9.6A. Wilcox1-3/+3
This updates the outputs to 1.0-beta5.
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-24system/openrc: Don't force efivarfs to be r/oA. Wilcox2-30/+1
This fixes all the stupid EFI bugs in Horizon. Upstream: https://github.com/OpenRC/openrc/issues/238
2023-10-24system/easy-kernel: ppc64: Add more net driversA. Wilcox2-116/+211
Add more network drivers to the ppc64 config. Requested by @djt.
2023-10-24system/easy-kernel: Remove MPC512x and 83xxA. Wilcox2-44/+8
These eval boards set config options that cause pata-macio to panic on Power Macintosh systems. Right now, the Power Mac is a significantly more important target for us. The eval board support was new for 5.15 anyway, which hasn't been shipped to any users yet.
2023-10-23{user => legacy}/minizip-ng: unneeded.Zach van Rijn1-0/+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-21system/perl: yeet module manpagesSíle Ekaterin Liszka1-0/+4
2023-10-20user/{cbindgen,ripgrep,xsv,zola}: do not install stray files.Zach van Rijn4-12/+8
Fixes: #1090
2023-10-17system/gdb: remove conflicting file. fixes #1088.Zach van Rijn1-1/+2
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