Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-24 | user/thunar-volman: upgrade to 4.20.0 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-12-24 | user/xfce4-power-manager: upgrade to 4.20.0 | Síle Ekaterin Liszka | 1 | -3/+3 | |
2024-12-24 | user/xfce4-appfinder: upgrade to 4.20.0 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-12-24 | user/xfwm4: upgrade to 4.20.0 | Síle Ekaterin Liszka | 1 | -5/+8 | |
2024-12-24 | user/libxpresent: new package | Síle Ekaterin Liszka | 1 | -0/+35 | |
2024-12-24 | user/xfdesktop: upgrade to 4.20.0 | Síle Ekaterin Liszka | 1 | -4/+5 | |
2024-12-24 | user/xfce4-session: upgrade to 4.20.0 | Síle Ekaterin Liszka | 1 | -4/+6 | |
2024-12-24 | user/xfce4-settings: upgrade to 4.20.0 | Síle Ekaterin Liszka | 1 | -3/+5 | |
2024-12-24 | user/xfce4-panel: upgrade to 4.20.0 | Síle Ekaterin Liszka | 1 | -6/+9 | |
2024-12-24 | user/libxfce4windowing: new package | Síle Ekaterin Liszka | 1 | -0/+36 | |
2024-12-24 | user/thunar: upgrade to 4.20.0 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-12-24 | user/exo: upgrade to 4.20.0 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-12-24 | user/garcon: upgrade to 4.20.0 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-12-24 | user/libxfce4ui: upgrade to 4.20.0 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-12-24 | user/xfconf: upgrade to 4.20.0 | Síle Ekaterin Liszka | 1 | -4/+4 | |
2024-12-24 | user/libxfce4util: upgrade to 4.20.0 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-12-24 | user/xfce4-dev-tools: upgrade to 4.20.0 | Síle Ekaterin Liszka | 1 | -3/+3 | |
2024-12-21 | user/horizon: Add upstream patch for PPC32 disks | A. Wilcox | 3 | -78/+35 | |
This is required to partition PPC32 disks correctly when blank. Otherwise, users will face the dreaded error: ``` /etc/horizon/installfile:8: error: partition: consistency error on /dev/sda: Partition #1 has been requested, but the disk has 1 partitions ``` This fixes that issue. | |||||
2024-12-15 | user/grub: Update to 2.12 | A. Wilcox | 13 | -451/+70 | |
This fixes many bugs, including the ability to read newer XFS disks. Closes: #1311 | |||||
2024-12-14 | user/horizon: Update to 0.9.9.11.0-BETA6 | A. Wilcox | 1 | -2/+2 | |
2024-12-14 | user/linux-firmware: New package | A. Wilcox | 1 | -0/+72 | |
2024-12-14 | user/rdfind: New package | A. Wilcox | 1 | -0/+35 | |
2024-12-13 | user/seatd: add openrc support | Síle Ekaterin Liszka | 3 | -4/+37 | |
2024-12-14 | user/mesa: Enable the SVGA driver for VMware | A. Wilcox | 1 | -1/+1 | |
This builds the Gallium3D driver for "SVGA", which is, for some reason, what VMware calls their accelerator driver. Needed to use Wayland on VMware virtual machines. | |||||
2024-12-14 | user/libglvnd: Replace more of Mesa | A. Wilcox | 1 | -1/+6 | |
We are replacing a lot more than just mesa-gl. Also, the dev package needs to replace Mesa's dev package. Fixes: 1c2766e191 ("user/libglvnd: Ensure mesa-gl is replaced") Closes: #1299 | |||||
2024-12-14 | system/ncurses: Add dependency for cross-build | A. Wilcox | 1 | -0/+1 | |
The bootstrap environment needs `tic` available to create the terminfo database for the target environment. | |||||
2024-12-13 | system/adelie-base: Update to 0.9.8 | A. Wilcox | 1 | -3/+10 | |
2024-12-13 | system/abuild: Update to 3.5 | A. Wilcox | 4 | -95/+19 | |
2024-12-13 | user/horizon: Update to 0.9.9 | A. Wilcox | 1 | -7/+4 | |
2024-12-12 | user/librsvg: Build with -fno-tree-vrp | A. Wilcox | 1 | -1/+2 | |
This flag causes a miscompilation on PPC32 resulting in downstream consumers of librsvg being hit with NaNs drawing arcs. Ref: #1307 | |||||
2024-12-11 | user/wimlib: avoid linux headers | Zach van Rijn | 2 | -9/+24 | |
2024-12-11 | user/wimlib: More fixes | A. Wilcox | 2 | -2/+44 | |
* Missed actually using the header patch that was added before. * Need a patch to fix the pkg-config file used for FUSE 3. * Disable tests due to flakiness (see comment). Closes: #1305 | |||||
2024-12-11 | user/wimlib: Update to 1.14.14 | A. Wilcox | 2 | -3/+17 | |
* Fixes some bugs including security and stack alignment. * Drops the dependency on libxml2 entirely, in the interests of security. * Uses FUSE 3 instead of old FUSE. Closes: #1304 | |||||
2024-12-10 | user/libglvnd: Ensure mesa-gl is replaced | A. Wilcox | 1 | -0/+1 | |
We install the same libGL/EGL files that mesa-gl used to provide. Since we *have* to come before Mesa in the new depgraph (because Mesa requires libglvnd), APK will note this as an error because libglvnd is overwriting files owned by old mesa-gl. Closes: #1299 | |||||
2024-12-10 | user/gtk4: add missing dependency. fixes #1298. | Zach van Rijn | 1 | -2/+2 | |
2024-12-10 | {user => legacy}/ikona: package removed by upstream. fixes #1297. | Zach van Rijn | 2 | -2/+2 | |
"This app is unmaintained and no longer released by the KDE community." | |||||
2024-12-10 | user/kgamma5: add missing dependency. fixes #1296. | Zach van Rijn | 1 | -1/+1 | |
2024-12-10 | user/gst-plugins-bad: disable failing test. fixes #1295. | Zach van Rijn | 2 | -1/+62 | |
The test is disabled upstream, so let's trust them. | |||||
2024-12-10 | user/spice-gtk: remove bad git assumption. fixes #1294. | Zach van Rijn | 2 | -2/+28 | |
2024-12-10 | user/qt5-qtwebkit: add patch for ruby. fixes #1293. | Zach van Rijn | 2 | -2/+50 | |
2024-12-10 | system/execline: fix /usr/bin/execlineb symbolic link | Laurent Bercot | 1 | -2/+2 | |
2024-12-10 | user/spack: revert temporary PATH change. fixes #1292. | Zach van Rijn | 1 | -6/+0 | |
2024-12-10 | user/v4l-utils: tweak argp dependency. fixes #1291. | Zach van Rijn | 1 | -1/+1 | |
2024-12-09 | user/gtk-layer-shell: Depend on a font for tests | A. Wilcox | 1 | -0/+1 | |
What a bug. Closes: #1290 | |||||
2024-12-09 | user/xf86-video-vboxvideo: Only build on x86 CPUs | A. Wilcox | 2 | -3/+5 | |
VirtualBox is only available for x86 (and SPARC), so we don't need to build this on architectures where it can't work anyway. Similarly, drop it from the xorg-drivers metapackage on other arches. Closes: #1289 | |||||
2024-12-09 | user/horizon: use correct 'setcap' path. fixes #1288. | Zach van Rijn | 1 | -1/+1 | |
Commit 73af845ed6f744157d753c1e61ffb4a9b9129caf changed the default libcap installation path (/usr/sbin --> /sbin). See also: !777 | |||||
2024-12-09 | user/mesa: Add libarchive-dev dep for freedreno | A. Wilcox | 1 | -1/+1 | |
This dependency is only needed on Arm64 and only for the freedreno driver and its tools. Note that without this dep, Mesa will download libarchive itself and build it and install it, which we obviously do not want. We would have noticed this sooner had we not required Mesa to download Rust crates that it requires. Closes: #1287 Ref: #1285 Ref: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11062 | |||||
2024-12-09 | user/abiword: add patch for libxml2. fixes #1286. | Zach van Rijn | 2 | -2/+33 | |
2024-12-09 | user/mesa: Depend on py3-cparser for Arm64 | A. Wilcox | 1 | -1/+1 | |
This is needed to compile the Gallium drivers we enable on Arm64, specifically etnativ. Closes: #1283 | |||||
2024-12-09 | user/qt5-qtbase: Depend on libglvnd for GL headers | A. Wilcox | 1 | -2/+2 | |
Closes: #1284 |