Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-05 | user/spice-gtk: upgrade to 0.42 | Síle Ekaterin Liszka | 1 | -10/+5 | |
2023-11-05 | user/spice-protocol: upgrade to 0.14.4 | Síle Ekaterin Liszka | 1 | -3/+3 | |
2023-11-05 | user/meson: upgrade to 1.2.3 | Síle Ekaterin Liszka | 2 | -97/+3 | |
2023-11-04 | user/spack: fix broken 'linux-headers' package. | Zach van Rijn | 3 | -2/+43 | |
See: https://github.com/spack/spack/issues/40334 Also: * Upstream Spack assumes that 'linux-headers' is always installed on the system, since it is a dependency of glibc. As 'openssl' requires it, make the dependency explicit. There are likely many more occurrences of this that should be reported and fixed upstream. | |||||
2023-11-03 | user/lighttpd: fix prefix which fixes '-doc' subpackage. | Zach van Rijn | 1 | -0/+1 | |
2023-11-03 | user/lighttpd: Bump to 1.4.73, modernize config | Glenn Strauss | 3 | -74/+62 | |
2023-11-03 | user/libebml: Update to 1.4.4 | Leigh | 1 | -2/+2 | |
Closes: #1104 | |||||
2023-11-03 | user/spack: relocate default configuration. fixes #1108. | Zach van Rijn | 5 | -26/+59 | |
Switching to a file-based (as opposed to patch-based) configuration will be easier for us to maintain. Note that '/opt/spack/etc/spack/config.yaml' will override values in '/etc/spack/config.yaml'. Also: * change upstream spack.git provider; fixes spack#8, which gives users immediate access to our patches if they wish to set up a separate Spack tree | |||||
2023-11-03 | user/spack: default unprivileged root. fixes #1106. | Zach van Rijn | 2 | -2/+26 | |
2023-11-03 | user/spack: relocate to '/opt/spack'. | Zach van Rijn | 2 | -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-02 | user/spack: support all targets. | Zach van Rijn | 3 | -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-01 | user/spack: bump { 0.19.0_p1 --> 0.20.3_p1 }. | Zach van Rijn | 1 | -3/+3 | |
2023-11-01 | user/spack: miscellaneous improvements. | Zach van Rijn | 2 | -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-01 | user/lxqt-desktop: depend on adelie-lxqt-theme | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-10-31 | user/musl-obstack: bump { 1.1 --> 1.2.3 }. switch upstream. | Zach van Rijn | 1 | -4/+4 | |
2023-10-25 | user/mate-complete: depend on mate-themes and adelie-mate-theme | Síle Ekaterin Liszka | 1 | -3/+3 | |
2023-10-25 | user/adelie-mate-theme: new package | Síle Ekaterin Liszka | 3 | -0/+31 | |
2023-10-25 | user/mate-themes: new package | Síle Ekaterin Liszka | 1 | -0/+34 | |
2023-10-25 | user/dconf: add file needed for configuring default settings in dconf | Síle Ekaterin Liszka | 2 | -3/+8 | |
2023-10-25 | user/faad2: add patch for x86. fixes #1095. | Zach van Rijn | 3 | -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-24 | user/faad2: bump { 2.10.0 --> 2.10.1_git20230904 }. fixes #1077. | Leigh | 1 | -21/+23 | |
2023-10-24 | user/horizon: Update to 0.9.8_pre7 | A. Wilcox | 1 | -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-24 | user/livecd-support: Many improvements | A. Wilcox | 11 | -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-24 | user/adelie-lxqt-theme: New package | A. Wilcox | 4 | -0/+69 | |
Defines a base LXQt theme that is functional and appealing. | |||||
2023-10-24 | user/{desktops}: Depend on adelie-fonts | A. Wilcox | 4 | -8/+8 | |
2023-10-24 | user/adelie-fonts: New package | A. Wilcox | 1 | -0/+19 | |
This supplies the fonts we want for all desktop environments. Ref: adelie/horizon#353 | |||||
2023-10-24 | user/dnsmasq: New package | A. Wilcox | 4 | -0/+79 | |
2023-10-24 | user/mesa: Update to 21.3.9, fix nouveau | A. Wilcox | 2 | -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 Rijn | 1 | -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-20 | user/{cbindgen,ripgrep,xsv,zola}: do not install stray files. | Zach van Rijn | 4 | -12/+8 | |
Fixes: #1090 | |||||
2023-10-16 | user/groff: do not install 'man7/roff.7'. fixes #1086. | Zach van Rijn | 1 | -1/+4 | |
2023-10-16 | user/grub: work around GCC optimization bug. fixes image#403. | Zach van Rijn | 1 | -1/+2 | |
2023-10-12 | user/{firefox-esr,thunderbird}: disable debug symbols on 32-bit platforms. | Zach van Rijn | 2 | -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-10 | user/{firefox-esr,thunderbird}: Fix ARM TEXTRELs | A. Wilcox | 4 | -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-09 | user/grub: Add U-Boot version package function | A. Wilcox | 1 | -0/+6 | |
The addition of the U-Boot flavour for ARM needs this. Fixes: #1082 | |||||
2023-10-05 | user/xfce4-whiskermenu-plugin: add missing dependency. fixes #1076. | Zach van Rijn | 1 | -1/+2 | |
2023-10-04 | user/qemu: patch unsupported ld flag. fixes #1075. | Zach van Rijn | 2 | -1/+74 | |
2023-10-04 | user/lxqt-runner: upgrade to 1.3.0 | Síle Ekaterin Liszka | 1 | -3/+3 | |
2023-10-04 | user/lxqt-powermanagement: upgrade to 1.3.0 | Síle Ekaterin Liszka | 1 | -3/+3 | |
2023-10-04 | user/lxqt-panel: upgrade to 1.3.0 | Síle Ekaterin Liszka | 1 | -3/+3 | |
2023-10-04 | user/xfce4-whiskermenu-plugin: upgrade to 2.8.0 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2023-10-04 | user/qterminal: upgrade to 1.3.0 | Síle Ekaterin Liszka | 1 | -3/+3 | |
2023-10-04 | user/pcmanfm-qt: upgrade to 1.3.0 | Síle Ekaterin Liszka | 1 | -3/+3 | |
2023-10-04 | user/lxqt-sudo: upgrade to 1.3.0 | Síle Ekaterin Liszka | 1 | -3/+3 | |
2023-10-04 | user/lxqt-session: upgrade to 1.3.0 | Síle Ekaterin Liszka | 1 | -3/+3 | |
2023-10-04 | user/lxqt-policykit: upgrade to 1.3.0 | Síle Ekaterin Liszka | 1 | -3/+3 | |
2023-10-04 | user/lxqt-openssh-askpass: upgrade to 1.3.0 | Síle Ekaterin Liszka | 1 | -3/+3 | |
2023-10-04 | user/lxqt-notificationd: upgrade to 1.3.0 | Síle Ekaterin Liszka | 1 | -3/+3 | |
2023-10-04 | user/lxqt-globalkeys: upgrade to 1.3.0 | Síle Ekaterin Liszka | 1 | -3/+3 | |
2023-10-04 | user/lxqt-config: upgrade to 1.3.0 | Síle Ekaterin Liszka | 1 | -3/+3 | |