Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-29 | user/libxau: upgrade to 1.0.11 | Ermine | 1 | -2/+2 | |
2024-11-29 | user/libsm: upgrade to 1.2.4 | Ermine | 1 | -3/+3 | |
2024-11-29 | user/libice: upgrade to 1.1.1 | Ermine | 1 | -3/+3 | |
2024-11-29 | user/libfs: upgrade to 1.0.10 | Ermine | 1 | -2/+2 | |
2024-11-29 | user/libfontenc: upgrade to 1.1.8 | Ermine | 1 | -2/+2 | |
2024-11-29 | user/xtrans: upgrade to 1.5.0 | Ermine | 1 | -3/+3 | |
2024-11-29 | user/xorgproto: upgrade to 2024.1 | Ermine | 1 | -5/+6 | |
2024-11-29 | user/xcb-util: upgrade to 0.4.1 | Ermine | 1 | -4/+4 | |
2024-11-29 | user/xkbcomp: upgrade to 1.4.7 | Ermine | 1 | -3/+3 | |
2024-11-29 | user/libxxf86dga: upgrade to 1.1.6 | Ermine | 1 | -3/+3 | |
2024-11-29 | user/libxv: upgrade to 1.0.12 | Ermine | 1 | -4/+4 | |
2024-11-29 | user/libxkbfile: upgrade to 1.1.3 | Ermine | 1 | -13/+9 | |
Also use meson instead of autotools | |||||
2024-11-29 | user/libxdamage: upgrade to 1.1.6 | Ermine | 1 | -7/+4 | |
2024-11-29 | user/libx11: upgrade to 1.8.10 | Ermine | 1 | -2/+6 | |
2024-11-29 | user/libpciaccess: upgrade to 0.18.1 | Ermine | 1 | -14/+8 | |
Also use meson build system instead of autotools and depend on hwdata-pci | |||||
2024-11-29 | user/xorg-server: upgrade to 21.1.13 | Ermine | 4 | -217/+85 | |
Also use meson instead of autotools and do not build XWayland, since it is now provided by a separate tarball. protocol.txt file is separated into a subpackage so it can be used by XWayland without pulling in the rest of Xorg. | |||||
2024-11-29 | user/libxcvt: new package | Ermine | 1 | -0/+40 | |
Previously this was part of xorg-xserver package | |||||
2024-11-29 | user/tinywl: new package | Síle Ekaterin Liszka | 1 | -0/+27 | |
2024-11-29 | user/wlroots-0.17: new package | Síle Ekaterin Liszka | 1 | -0/+39 | |
2024-11-29 | user/wlroots-0.18: move from wlroots, upgrade | Síle Ekaterin Liszka | 2 | -37/+39 | |
2024-11-29 | user/libliftoff: new package | Síle Ekaterin Liszka | 1 | -0/+34 | |
2024-11-29 | user/libdisplay-info: new package | Síle Ekaterin Liszka | 1 | -0/+41 | |
2024-11-29 | user/edid-decode: new package | Síle Ekaterin Liszka | 1 | -0/+35 | |
2024-11-29 | user/glslang: new package | Síle Ekaterin Liszka | 1 | -0/+40 | |
2024-11-29 | user/spirv-tools: new package | Síle Ekaterin Liszka | 1 | -0/+45 | |
2024-11-29 | user/spirv-headers: new package | Síle Ekaterin Liszka | 1 | -0/+40 | |
2024-11-29 | user/libdrm: upgrade to 2.4.123 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-11-29 | user/hwdata: new package | Síle Ekaterin Liszka | 1 | -0/+37 | |
2024-11-29 | user/vulkan-loader: new package | Síle Ekaterin Liszka | 1 | -0/+42 | |
2024-11-29 | user/vulkan-headers: new package | Síle Ekaterin Liszka | 1 | -0/+41 | |
2024-11-29 | user/wayland-protocols: upgrade to 1.36 | Síle Ekaterin Liszka | 1 | -2/+2 | |
2024-11-29 | user/wayland: upgrade to 1.23.1 | Síle Ekaterin Liszka | 1 | -4/+5 | |
2024-11-25 | user/ol: fix invalid shell, avoid surprises. | Zach van Rijn | 2 | -10/+41 | |
2024-11-25 | user/{cyrus-sasl,dbus}: Workaround for /var/run | A. Wilcox | 2 | -2/+2 | |
Since these packages create subdirectories of /var/run, they can cause APK to fail to install adelie-core if it installs them before adelie-core. This has caused actual installations in the wild to fail, and this weird explicit dependency doesn't change anything on installed machines (which is why I did not update pkgrel either). See-Also: horizon#324 Closes: #1167 | |||||
2024-11-24 | user/[Mozilla]: Disable ELF hack on AArch64 | A. Wilcox | 2 | -2/+2 | |
Closes: #1261 | |||||
2024-11-24 | user/[foxes]: Ensure proper somask on all Moz s/w | A. Wilcox | 5 | -6/+14 | |
Right now, Arctic Fox, Firefox, and Thunderbird all conflict with each other because abuild finds their .so files. These files are local to their respective apps (in /usr/lib/$pkgname) but are picked up because we have to set ldpath or else abuild will complain that libs are missing. Set the somask to all of their installed libs so they stop conflicting. Also, fix Skia build on little endian systems. | |||||
2024-11-24 | user/arcticfox: New package | A. Wilcox | 6 | -0/+281 | |
This browser would not be necessary if Firefox worked on the PPCs. Tested on 32-bit and 64-bit PowerPC. | |||||
2024-11-24 | user/thunderbird: Update to 128.4.0esr | A. Wilcox | 25 | -732/+1058 | |
Bring in the same patches as Firefox. | |||||
2024-11-24 | user/firefox-esr: Update to 128.4.0esr | A. Wilcox | 25 | -731/+1056 | |
Also, include a patch that makes it almost work in PPC64. | |||||
2024-11-24 | user/{various}: Revbump for ICU 75 update | A. Wilcox | 22 | -22/+22 | |
2024-11-24 | user/opensfx: Update to 1.0.3 | A. Wilcox | 1 | -5/+6 | |
2024-11-24 | user/openmsx: Update to 0.4.2 | A. Wilcox | 2 | -272/+4 | |
2024-11-24 | user/opengfx: Update to 7.1 | A. Wilcox | 1 | -2/+2 | |
2024-11-24 | user/openttd: Update to 14.1, SDL2 | A. Wilcox | 1 | -13/+23 | |
2024-11-24 | user/php7: Revbump for ICU 75 rebuild, libxml2 fix | A. Wilcox | 4 | -10/+75 | |
2024-11-24 | user/qt5-qtwebkit: Patch for ICU 75 / C++17 compat | A. Wilcox | 2 | -1/+59 | |
2024-11-24 | user/tinyfugue: Update to 5.1.6, define needed FTM | A. Wilcox | 1 | -4/+6 | |
_BSD_SOURCE is needed to expose strcasecmp and timercmp, since tinyfugue uses -std=c11 via icu-75 now. | |||||
2024-11-24 | user/libical: Update to 3.0.18, add ICU 75 patch | A. Wilcox | 2 | -3/+37 | |
2024-11-04 | user/ol: Upgrade to 2.6 | Yuriy Chumak | 2 | -27/+12 | |
2024-10-24 | user/inotify-tools: new package. | Zach van Rijn | 1 | -0/+36 | |