Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-07 | user/duktape: New package | A. Wilcox | 1 | -0/+29 | |
Dependency for polkit. | |||||
2023-12-07 | user/adelie-mate-theme: Wallpaper, terminal colour | A. Wilcox | 2 | -4/+14 | |
Also set the window decos to be a little more obviously window decos. Ref: #1103 | |||||
2023-12-07 | user/adelie-lxqt-theme: Better branding | A. Wilcox | 2 | -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-07 | user/adelie-kde-theme: Update for new theming | A. Wilcox | 3 | -7/+7 | |
Ref: #1103 | |||||
2023-12-07 | user/adelie-wallpapers: Update to 1.1 | A. Wilcox | 1 | -3/+14 | |
Closes: #1119 | |||||
2023-12-05 | system/perl: upgrade to 5.34.3 [CVE] | Síle Ekaterin Liszka | 3 | -4/+106 | |
2023-12-04 | user/hyfetch: minor fixes. | Zach van Rijn | 1 | -3/+3 | |
2023-12-04 | user/hyfetch: new package. | Zach van Rijn | 3 | -0/+70 | |
Closes: #1155 | |||||
2023-12-02 | user/gtkmm+3.0: make virtual dependency explicit. fixes #1152. | Zach van Rijn | 1 | -1/+1 | |
2023-12-02 | user/pangomm: make virtual dependency explicit. fixes #1151. | Zach van Rijn | 1 | -1/+1 | |
2023-12-02 | user/cairomm: make virtual dependency explicit. fixes #1150. | Zach van Rijn | 1 | -2/+2 | |
2023-12-02 | user/atkmm: make virtual dependency explicit. fixes #1149. | Zach van Rijn | 1 | -1/+1 | |
2023-12-02 | user/glibmm: make virtual dependency explicit. fixes #1148. | Zach van Rijn | 1 | -1/+1 | |
2023-12-02 | ussr/opengfx: make virtual dependency explicit. fixes #1147. | Zach van Rijn | 1 | -1/+1 | |
2023-12-02 | user/perl-dbd-pg: make virtual dependency explicit. fixes #1146. | Zach van Rijn | 1 | -1/+1 | |
2023-12-02 | user/xgc: use explicit provider for 'cmd:lex'. fixes #1144. | Zach van Rijn | 1 | -1/+1 | |
2023-12-02 | user/apkvitrine: unpin 'apk-tools' makedepends version. fixes #1143. | Zach van Rijn | 1 | -2/+2 | |
2023-12-02 | user/openvpn 2.6.7 | Lee Starnes | 1 | -2/+5 | |
2023-12-02 | user/luarocks: upgrade to 3.9.2 | Síle Ekaterin Liszka | 2 | -6/+26 | |
Fixes: #1129 | |||||
2023-12-01 | user/netqmail: Rename mbox.5 to qmail-mbox.5 | A. Wilcox | 2 | -1/+170 | |
Rationale in patch file. Ref: #1089 | |||||
2023-12-01 | user/emacs: Remove info file directory from -doc | A. Wilcox | 1 | -0/+2 | |
This would be automatically removed by default_doc, but we don't call it here. Ref: #1089 | |||||
2023-12-01 | user/nettle: add -doc subpackage | A. Wilcox | 1 | -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-01 | user/libevent: Don't specify explicit pc: provides | A. Wilcox | 1 | -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-01 | system/slibtool: bump { 0.5.34 --> 0.5.35 }. | Zach van Rijn | 1 | -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-02 | user/libcdio-paranoia: add missing makedepends. fixes #1135. | Zach van Rijn | 1 | -1/+1 | |
2023-12-01 | user/gambit-c: bump { 4.9.4 --> 4.9.5 }. | Zach van Rijn | 5 | -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-01 | user/gambit-c: fix naming conflict with 'gnu-ghostscript' | Zach van Rijn | 1 | -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-01 | user/recode: use explicit provider for 'cmd:lex'. fixes #1133. | Zach van Rijn | 1 | -1/+1 | |
2023-12-01 | user/libcanberra: Fix install_if dep lines | A. Wilcox | 1 | -2/+2 | |
Ref: #1132 | |||||
2023-12-01 | user/phonon: Fix install_if to have proper deps | A. Wilcox | 1 | -1/+1 | |
Ref: #1132 | |||||
2023-12-01 | user/sonnet: Fix install_if to have proper deps | A. Wilcox | 1 | -1/+1 | |
Ref: #1132 | |||||
2023-12-01 | user/libcdio-paranoia: Fix version string in .pc | A. Wilcox | 2 | -3/+25 | |
Ref: #1132 | |||||
2023-12-01 | user/libevent: Packaging fixes | A. Wilcox | 1 | -1/+4 | |
* Run `default_prepare` to apply patch again. * Fix .pc version for #1132. | |||||
2023-12-01 | user/cunit: Fix invalid version in .pc | A. Wilcox | 1 | -0/+1 | |
Ref: #1132 | |||||
2023-12-01 | system/bash: Fix invalid version in .pc file | A. Wilcox | 1 | -0/+4 | |
Closes: #1131 | |||||
2023-12-01 | system/argon2: Use upstream version in .pc file | A. Wilcox | 1 | -4/+4 | |
Closes: #1130 | |||||
2023-11-30 | user/vlc: Install Qt frontend when Qt is installed | A. Wilcox | 1 | -1/+2 | |
Closes: image#388, image#390 | |||||
2023-11-30 | system/apk-tools: Update to 2.14.0+adelie1 | A. Wilcox | 1 | -6/+6 | |
Ref: adelie/horizon#379 | |||||
2023-11-30 | user/elogind: Update to 252.9 | A. Wilcox | 13 | -22/+312 | |
Ref: #1100 | |||||
2023-11-30 | system/apk-tools: Add scdocs to build-time depends | A. Wilcox | 1 | -1/+2 | |
2023-11-30 | system/scdoc: New package | A. Wilcox | 1 | -0/+24 | |
Dependency for apk-tools documentation building. | |||||
2023-11-29 | system/db: Move docs instead of copying them | A. Wilcox | 1 | -2/+2 | |
The -r3 package copied the documentation tree instead of moving it, causing the entire documentation tree to also be a part of the base system/db package. Fixes: 2cc3911dd4 ("system/db: Fix documentation packaging") | |||||
2023-11-27 | user/liblxqt: remove 'build' directory from patch. fixes #1125. | Zach van Rijn | 2 | -3259/+5 | |
2023-11-27 | user/gcr3: add missing build dependency. fixes #1124. | Zach van Rijn | 1 | -1/+1 | |
2023-11-27 | {user => legacy}/lxmenu-data: package removed by upstream | Síle Ekaterin Liszka | 1 | -0/+0 | |
2023-11-27 | user/lxqt-runner: upgrade to 1.4.0 | Síle Ekaterin Liszka | 2 | -4/+98 | |
The patch accompanying this upgrade should be removed when kwindowsystem is bumped. | |||||
2023-11-27 | user/lxqt-powermanagement: upgrade to 1.4.0 | Síle Ekaterin Liszka | 2 | -4/+38 | |
The patch accompanying this upgrade should be removed when kwindowsystem is bumped. | |||||
2023-11-27 | user/lxqt-panel: upgrade to 1.4.0 | Síle Ekaterin Liszka | 2 | -5/+650 | |
The patch accompanying this upgrade should be removed when kwindowsystem is bumped. | |||||
2023-11-27 | user/qterminal: upgrade to 1.4.0 | Síle Ekaterin Liszka | 1 | -3/+3 | |
2023-11-27 | user/pcmanfm-qt: upgrade to 1.4.0 | Síle Ekaterin Liszka | 1 | -4/+4 | |
Closes: #1084 |