Merge branch 'testing' RC 1 for tagged release.

This commit is contained in:
Storm Dragon
2025-12-22 19:51:06 -05:00
24 changed files with 881 additions and 377 deletions
+12 -2
View File
@@ -74,8 +74,15 @@ makedepends=(
python-installer
python-wheel
)
source=("git+https://git.stormux.org/storm/cthulhu.git")
b2sums=('SKIP')
install=cthulhu.install
source=(
"git+https://git.stormux.org/storm/cthulhu.git"
"cthulhu.install"
)
b2sums=(
'SKIP'
'SKIP'
)
pkgver() {
cd cthulhu
@@ -91,6 +98,9 @@ build() {
package() {
cd cthulhu
meson install -C _build --destdir "$pkgdir"
# Remove icon cache - it will be generated by post-install hooks
rm -f "$pkgdir/usr/share/icons/hicolor/icon-theme.cache"
}
# vim:set sw=2 sts=-1 et: