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
All checks were successful
Release Alpine apk for ARM64v8 Edge / compilation-arm64v8 (push) Successful in 1h5m3s
supersonic-desktop
This commit is contained in:
parent
c1568adfa2
commit
c7e81a6e15
8 changed files with 124 additions and 67 deletions
|
|
@ -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
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue