summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-02-16system/easy-kernel: Update to 6.6.1-mc1awilfox/kernel-6.6A. Wilcox30-823279/+88015
2023-12-10user/horizon: Update to 0.9.8.11.0-BETA5A. Wilcox1-2/+2
2023-12-08user/adelie-kde-theme: Use LookAndFeel packageA. Wilcox4-66/+13
2023-12-08system/curl: add missing test dependency.Zach van Rijn2-2/+110
See: https://github.com/curl/curl/issues/12462 This was an oversight with the 8.5.0 release and should be included in subsequent releases.
2023-12-07system/curl: bump { 8.3.0 --> 8.5.0 }.Zach van Rijn2-147/+5
2023-12-07user/horizon: Update to 0.9.8A. Wilcox1-3/+3
This version now defaults to setting the root shell to /bin/zsh instead of /bin/sh, which solves our PS1 issue using su(1). Closes: #206 Ref: #1103
2023-12-07user/adelie-wallpapers: Update, add compat symlinkA. Wilcox1-1/+12
MATE and XFCE wallpaper choosers use /usr/share/backgrounds and typically only have a single wallpaper for square and widescreen displays. We symlink background and lockscreen in there for users of those desktop environments. The checksum has been updated to use the smaller tarball generated by the change to GraphicsMagick.
2023-12-07user/adelie-mate-theme: Install and zoom wallpaperA. Wilcox2-2/+3
* Add the adelie-wallpapers dependency. * We have to set a picture-options value or else it won't use the image. Set to 'zoom' which is the default (and what we use on LXQt).
2023-12-07user/adelie-wallpapers: Fix up providers for coreA. Wilcox1-1/+1
With -core providing the exact package version, apk will always prefer it instead of the main package, which means user systems will always only see the core package. That isn't what we want - we want -core used in specific situations, but the vast majority of people having the full package. Versioning it this way, with a single =1, means that the resolver will find it fully satisfied with just the -core package if manually specified, but always prefer the main package if not manually specified. Fixes: 19984daa2b ("user/adelie-wallpapers: Update to 1.1")
2023-12-07user/mozjs: Move to legacy/A. Wilcox7-0/+0
We do not need years-old SpiderMonkey any more.
2023-12-07user/polkit: Update to 123A. Wilcox4-319/+20
* Uses duktape instead of SpiderMonkey/MozJS as JavaScript engine. * Lots of important CVEs fixes. * Uses Meson instead of autotools. * Most patches integrated upstream! Ref: #1100, #1104 Suggested-by: Sam James <sam@gentoo.org>
2023-12-07user/duktape: New packageA. Wilcox1-0/+29
Dependency for polkit.
2023-12-07user/adelie-mate-theme: Wallpaper, terminal colourA. Wilcox2-4/+14
Also set the window decos to be a little more obviously window decos. Ref: #1103
2023-12-07user/adelie-lxqt-theme: Better brandingA. Wilcox2-6/+6
The background colour without image should be roughly equivalent to the colour of the image itself, that way we can have a useful text colour that isn't so hard to read. And set that text colour to be the very dark grey, with a slightly offset shadow colour. This is easy to read, has the desired effect, and can actually be read on my laptop's panel! Ref: #1103
2023-12-07user/adelie-kde-theme: Update for new themingA. Wilcox3-7/+7
Ref: #1103
2023-12-07user/adelie-wallpapers: Update to 1.1A. Wilcox1-3/+14
Closes: #1119
2023-12-05system/perl: upgrade to 5.34.3 [CVE]Síle Ekaterin Liszka3-4/+106
2023-12-04user/hyfetch: minor fixes.Zach van Rijn1-3/+3
2023-12-04user/hyfetch: new package.Zach van Rijn3-0/+70
Closes: #1155
2023-12-02user/gtkmm+3.0: make virtual dependency explicit. fixes #1152.Zach van Rijn1-1/+1
2023-12-02user/pangomm: make virtual dependency explicit. fixes #1151.Zach van Rijn1-1/+1
2023-12-02user/cairomm: make virtual dependency explicit. fixes #1150.Zach van Rijn1-2/+2
2023-12-02user/atkmm: make virtual dependency explicit. fixes #1149.Zach van Rijn1-1/+1
2023-12-02user/glibmm: make virtual dependency explicit. fixes #1148.Zach van Rijn1-1/+1
2023-12-02ussr/opengfx: make virtual dependency explicit. fixes #1147.Zach van Rijn1-1/+1
2023-12-02user/perl-dbd-pg: make virtual dependency explicit. fixes #1146.Zach van Rijn1-1/+1
2023-12-02user/xgc: use explicit provider for 'cmd:lex'. fixes #1144.Zach van Rijn1-1/+1
2023-12-02user/apkvitrine: unpin 'apk-tools' makedepends version. fixes #1143.Zach van Rijn1-2/+2
2023-12-02user/openvpn 2.6.7Lee Starnes1-2/+5
2023-12-02user/luarocks: upgrade to 3.9.2Síle Ekaterin Liszka2-6/+26
Fixes: #1129
2023-12-01user/netqmail: Rename mbox.5 to qmail-mbox.5A. Wilcox2-1/+170
Rationale in patch file. Ref: #1089
2023-12-01user/emacs: Remove info file directory from -docA. Wilcox1-0/+2
This would be automatically removed by default_doc, but we don't call it here. Ref: #1089
2023-12-01user/nettle: add -doc subpackageA. Wilcox1-2/+2
3.9.1 introduces info pages, which we install. This needs to be in a subpackage. abuild will then remove the extraneous /usr/share/info/dir automagically. Ref: #1089
2023-12-01user/libevent: Don't specify explicit pc: providesA. Wilcox1-1/+0
The old libevent 2.1.12 .pc file wasn't autodetected, so we had to explicitly have it in provides=. 2.1.13_pre1 does have an autodetected .pc file. Its version is 2.2.0-alpha-dev by default, which did not conflict with 2.1.13_pre1-r0 (the explicit provides line we had). Now that we are changing the version to make apk-tools 2.14.0 happy, our explicit provides= conflicts with the automatic .pc detection logic. Fixes: 59bf8779a2 ("user/libevent: Packaging fixes") Closes: #1134
2023-12-01system/slibtool: bump { 0.5.34 --> 0.5.35 }.Zach van Rijn1-3/+3
This does not provide the long-anticipated 'slibtoolize': https://dev.midipix.org/cross/slibtool/issue/8 however it does include many fixes and improvements.
2023-12-02user/libcdio-paranoia: add missing makedepends. fixes #1135.Zach van Rijn1-1/+1
2023-12-01user/gambit-c: bump { 4.9.4 --> 4.9.5 }.Zach van Rijn5-542/+14
This provides SRFI 231, which "greatly improves upon" SRFI 179, but also experiences the same build failures, so we disable it. Ref: #934
2023-12-01user/gambit-c: fix naming conflict with 'gnu-ghostscript'Zach van Rijn1-1/+3
Gambit installs '/usr/bin/gsc' and '/usr/bin/gsi' by default. The former conflicts with a file from GNU Ghostscript. This commit changes the default compiler and interpreter names to be appended with the package major version number, which aims to preserve users' expectations during tab completion. The script interpreters (e.g. 'gsc-script' and 'gsi-script') are symbolic links to their respective applications and will continue to work without needing to update script shebangs. Ref: #1089
2023-12-01user/recode: use explicit provider for 'cmd:lex'. fixes #1133.Zach van Rijn1-1/+1
2023-12-01user/libcanberra: Fix install_if dep linesA. Wilcox1-2/+2
Ref: #1132
2023-12-01user/phonon: Fix install_if to have proper depsA. Wilcox1-1/+1
Ref: #1132
2023-12-01user/sonnet: Fix install_if to have proper depsA. Wilcox1-1/+1
Ref: #1132
2023-12-01user/libcdio-paranoia: Fix version string in .pcA. Wilcox2-3/+25
Ref: #1132
2023-12-01user/libevent: Packaging fixesA. Wilcox1-1/+4
* Run `default_prepare` to apply patch again. * Fix .pc version for #1132.
2023-12-01user/cunit: Fix invalid version in .pcA. Wilcox1-0/+1
Ref: #1132
2023-12-01system/bash: Fix invalid version in .pc fileA. Wilcox1-0/+4
Closes: #1131
2023-12-01system/argon2: Use upstream version in .pc fileA. Wilcox1-4/+4
Closes: #1130
2023-11-30user/vlc: Install Qt frontend when Qt is installedA. Wilcox1-1/+2
Closes: image#388, image#390
2023-11-30system/apk-tools: Update to 2.14.0+adelie1A. Wilcox1-6/+6
Ref: adelie/horizon#379
2023-11-30user/elogind: Update to 252.9A. Wilcox13-22/+312
Ref: #1100