summaryrefslogtreecommitdiff
path: root/user
AgeCommit message (Collapse)AuthorFilesLines
2024-12-24user/xfce4-taskmanager: upgrade to 1.5.7Síle Ekaterin Liszka1-2/+2
2024-12-24user/xfce4-screenshooter: upgrade to 1.11.1Síle Ekaterin Liszka1-3/+3
2024-12-24user/xfce4-notifyd: upgrade to 0.9.6Síle Ekaterin Liszka1-5/+6
2024-12-24user/xfce4-dict: upgrade to 0.8.8Síle Ekaterin Liszka1-2/+2
2024-12-24user/xfburn: upgrade to 0.7.2Síle Ekaterin Liszka1-2/+2
2024-12-24user/mousepad: upgrade to 0.6.3Síle Ekaterin Liszka1-4/+4
2024-12-24user/gspell: new packageSíle Ekaterin Liszka1-0/+38
2024-12-24user/tumbler: upgrade to 4.20.0Síle Ekaterin Liszka1-2/+2
2024-12-24user/gdk-pixbuf: upgrade to 2.42.12Síle Ekaterin Liszka1-7/+7
2024-12-24user/thunar-volman: upgrade to 4.20.0Síle Ekaterin Liszka1-2/+2
2024-12-24user/xfce4-power-manager: upgrade to 4.20.0Síle Ekaterin Liszka1-3/+3
2024-12-24user/xfce4-appfinder: upgrade to 4.20.0Síle Ekaterin Liszka1-2/+2
2024-12-24user/xfwm4: upgrade to 4.20.0Síle Ekaterin Liszka1-5/+8
2024-12-24user/libxpresent: new packageSíle Ekaterin Liszka1-0/+35
2024-12-24user/xfdesktop: upgrade to 4.20.0Síle Ekaterin Liszka1-4/+5
2024-12-24user/xfce4-session: upgrade to 4.20.0Síle Ekaterin Liszka1-4/+6
2024-12-24user/xfce4-settings: upgrade to 4.20.0Síle Ekaterin Liszka1-3/+5
2024-12-24user/xfce4-panel: upgrade to 4.20.0Síle Ekaterin Liszka1-6/+9
2024-12-24user/libxfce4windowing: new packageSíle Ekaterin Liszka1-0/+36
2024-12-24user/thunar: upgrade to 4.20.0Síle Ekaterin Liszka1-2/+2
2024-12-24user/exo: upgrade to 4.20.0Síle Ekaterin Liszka1-2/+2
2024-12-24user/garcon: upgrade to 4.20.0Síle Ekaterin Liszka1-2/+2
2024-12-24user/libxfce4ui: upgrade to 4.20.0Síle Ekaterin Liszka1-2/+2
2024-12-24user/xfconf: upgrade to 4.20.0Síle Ekaterin Liszka1-4/+4
2024-12-24user/libxfce4util: upgrade to 4.20.0Síle Ekaterin Liszka1-2/+2
2024-12-24user/xfce4-dev-tools: upgrade to 4.20.0Síle Ekaterin Liszka1-3/+3
2024-12-21user/horizon: Add upstream patch for PPC32 disksA. Wilcox3-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-15user/grub: Update to 2.12A. Wilcox13-451/+70
This fixes many bugs, including the ability to read newer XFS disks. Closes: #1311
2024-12-14user/horizon: Update to 0.9.9.11.0-BETA6A. Wilcox1-2/+2
2024-12-14user/linux-firmware: New packageA. Wilcox1-0/+72
2024-12-14user/rdfind: New packageA. Wilcox1-0/+35
2024-12-13user/seatd: add openrc supportSíle Ekaterin Liszka3-4/+37
2024-12-14user/mesa: Enable the SVGA driver for VMwareA. Wilcox1-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-14user/libglvnd: Replace more of MesaA. Wilcox1-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-13user/horizon: Update to 0.9.9A. Wilcox1-7/+4
2024-12-12user/librsvg: Build with -fno-tree-vrpA. Wilcox1-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-11user/wimlib: avoid linux headersZach van Rijn2-9/+24
2024-12-11user/wimlib: More fixesA. Wilcox2-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-11user/wimlib: Update to 1.14.14A. Wilcox2-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-10user/libglvnd: Ensure mesa-gl is replacedA. Wilcox1-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-10user/gtk4: add missing dependency. fixes #1298.Zach van Rijn1-2/+2
2024-12-10{user => legacy}/ikona: package removed by upstream. fixes #1297.Zach van Rijn2-73/+2
"This app is unmaintained and no longer released by the KDE community."
2024-12-10user/kgamma5: add missing dependency. fixes #1296.Zach van Rijn1-1/+1
2024-12-10user/gst-plugins-bad: disable failing test. fixes #1295.Zach van Rijn2-1/+62
The test is disabled upstream, so let's trust them.
2024-12-10user/spice-gtk: remove bad git assumption. fixes #1294.Zach van Rijn2-2/+28
2024-12-10user/qt5-qtwebkit: add patch for ruby. fixes #1293.Zach van Rijn2-2/+50
2024-12-10user/spack: revert temporary PATH change. fixes #1292.Zach van Rijn1-6/+0
2024-12-10user/v4l-utils: tweak argp dependency. fixes #1291.Zach van Rijn1-1/+1
2024-12-09user/gtk-layer-shell: Depend on a font for testsA. Wilcox1-0/+1
What a bug. Closes: #1290
2024-12-09user/xf86-video-vboxvideo: Only build on x86 CPUsA. Wilcox2-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