disable stable runner, move to edge, add fotema update
All checks were successful
Release Alpine apk for ARM64v8 Edge / compilation-arm64v8 (push) Successful in 1h5m3s

supersonic-desktop
This commit is contained in:
ITmodulo 2025-06-29 11:39:49 +02:00
commit c7e81a6e15
8 changed files with 124 additions and 67 deletions

View file

@ -1,41 +0,0 @@
# Contributor: ITmodulo <itmodulo@disroot.org>
# Maintainer: ITmodulo <itmodulo@disroot.org>
pkgname=celeste
pkgver=0.8.3
pkgrel=0
pkgdesc="GUI file synchronization client that can sync with any cloud provider"
url="https://github.com/hwittenborn/celeste"
license="GPL-3.0-only"
arch="all"
makedepends="rustup clang clang-dev clang-extra-tools go rclone libadwaita-dev cairo-dev glib-dev gobject-introspection-dev gtk4.0-dev"
depends="rclone"
source="$pkgname-$pkgver.tar.gz::https://github.com/hwittenborn/celeste/archive/refs/tags/v$pkgver.tar.gz"
prepare() {
default_prepare
rustup-init -y --default-toolchain nightly
source ~/.cargo/env
cargo update
cargo fetch --target="$CTARGET"
}
build() {
source ~/.cargo/env
cargo build --frozen --release
}
check() {
source ~/.cargo/env
cargo test --release --locked
}
package() {
ls -lah
install -Dm755 target/release/bin/$pkgname -t "$pkgdir"/usr/bin/
# install -Dm644 res/appicon.png "$pkgdir"/usr/share/pixmaps/supersonic-desktop.png
# install -Dm644 res/supersonic-desktop.desktop "$pkgdir"/usr/share/applications/supersonic-desktop.desktop
}
sha512sums="
64583daba4242a86e81764cb2e62b8024c5442417464a89ac1efe3aa97d06563f6bac53464fe7b4d41866e85027a28e08fdf744ba34bff854210e796700a83c3 celeste-0.8.3.tar.gz
"

View file

@ -15,7 +15,7 @@ options="!check"
build() {
cd client
cmake -B build -G Ninja \
cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -B build -G Ninja \
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \

View file

@ -1,7 +1,7 @@
# Contributor: ITmodulo <itmodulo@disroot.org>
# Maintainer: ITmodulo <itmodulo@disroot.org>
pkgname=owncloud-client
pkgver=6.0.0
pkgver=5.3.2
pkgrel=0
pkgdesc="ownCloud Desktop Client"
url="https://github.com/owncloud/client"
@ -10,12 +10,12 @@ license="GPL-2.0-or-later"
depends=
makedepends="samurai kdsingleapplication-dev qt6-qtbase-dev qt5-qtbase-dev extra-cmake-modules glib-dev cmake qt6-qttools-dev cmake-extras libayatana-appindicator-dev qt6-qtwebengine-dev qtkeychain-dev sqlite-dev qt6-qtquick3d-dev qt6-qtscxml-dev libre-graph-api-cpp-qt-client-dev "
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/owncloud/client/archive/v$pkgver-rc.1.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/owncloud/client/archive/refs/tags/v$pkgver.tar.gz"
options="!check"
build() {
cd client-$pkgver-rc.1
cmake -B build -G Ninja \
cd client-$pkgver
cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -B build -G Ninja \
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_PREFIX=/usr \
@ -26,9 +26,9 @@ build() {
}
package() {
cd src/client-$pkgver-rc.1
cd src/client-$pkgver
DESTDIR="$pkgdir" cmake --install build
}
sha512sums="
8ee48b0881022b5dde5136748637dfb5e525ff63d3fe1fd034c768df43d2463907f7eb6053dea314caf1f2918e890353d48c58bbfd531643653ced8920fbd14b owncloud-client-6.0.0.tar.gz
fb5e706a73d66a8f6bd663d1b04dda8be6717725a2e7ac9197f2db53c6e0b38c4b09cd166d32048d4c61c94567d4408b86b0f3ca97b4610ac6b3c0d3d2e66b8a owncloud-client-5.3.2.tar.gz
"