1
0
forked from ports/contrib

nextcloud-client: 3.11.1 -> 3.12.0; new dependency: karchive

This commit is contained in:
Tim Biermann 2024-02-15 19:12:44 +01:00
parent aa961920ad
commit 987548b3ec
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF371ecDGl5SZYUKKZTguwmYBqSkHH0HuBjhqmQzjkjnAa+VQI93EZ8s7cM+FggseP1F26TD5YJtXqOsnRO90nbA0=
SHA256 (Pkgfile) = b76ab2dafa772c8b812f4a5065241495cb0967ed9c3c62ea0c6b3058c9d0d19a
RWSagIOpLGJF39v9shcdwiDuE07iKx4/Cx205hMqRaIPwUrfIvwyMVd/XcSYRHBqtvdEpcub+Yc3lBQX77khH+MykCZNVJoYuA0=
SHA256 (Pkgfile) = ebc6f8a4f8a84a1574b99d3d53ea1b4903668311804f43ad559fb2ec04665063
SHA256 (.footprint) = e33f596aa3578779e3b1cb816064220fb33d30d375e4d493898ebd08d6f3ce94
SHA256 (nextcloud-client-3.11.1-1.tar.gz) = 9f60a6707d31e82357780dff11168ede88d1f859481a22f2d04c827e656f3fba
SHA256 (nextcloud-client-3.12.0-1.tar.gz) = df6c56c8fcbee7d9ab09673cdb7b41671f2eb0eb1dbb79ee393b207a9bc46ee8

View File

@ -1,16 +1,16 @@
# Description: Nextcloud desktop client
# URL: https://nextcloud.com/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: qtkeychain
# Optional: doxygen karchive qtwebengine librsvg
# Depends on: karchive qtkeychain
# Optional: doxygen qtwebengine librsvg
name=nextcloud-client
version=3.11.1
version=3.12.0
release=1
source=(https://github.com/nextcloud/desktop/archive/v$version/$name-$version-$release.tar.gz)
build() {
prt-get isinst karchive librsvg && \
prt-get isinst librsvg && \
PKGMK_NCC+=' -D SVG_CONVERTER=/usr/bin/rsvg-convert' || \
PKGMK_NCC+=' -D BUILD_GUI=OFF'
prt-get isinst qtwebengine || PKGMK_NCC+=' -D BUILD_WITH_WEBENGINE=OFF'