nextcloud-client: some shells fail on the caja check

This commit is contained in:
Tim Biermann 2020-07-10 10:58:56 +00:00
parent 20c7192144
commit 9d91bfaa67
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xc0GwN2JIIFsOIX5VuGQNfjG2CV9hCqG54X/AFERGXzrRbsfe8Gcx7BhaW6YFuF+yb/YxVizyVgfV/UIBlmvwQ=
SHA256 (Pkgfile) = 2477d93aa21c1c204cd82601975c489276c49226e6276c696795e7ddefe9a7bf
RWSagIOpLGJF3yd6CjSdmnHE1hV0GCh2vcsNU+1l+Trk4iZtxl6ltvQhq9VLiTlKmltH70ilhmszPq/jJTjTBwgy0kDb4oRBtAE=
SHA256 (Pkgfile) = b009881bce885aab742679598e946afcaa5dd832d8cc88de93ed03946d06c815
SHA256 (.footprint) = a9c452074d7ac47c79b09167ba3014813c5514b2939603cd999223e255f7ab00
SHA256 (nextcloud-client-2.6.5.tar.gz) = ffb40a2cd15c39baf44edd4a8e64c851eca5602b98fc5421f3c4862740e7c789

View File

@ -22,5 +22,5 @@ build() {
# there are no ports for nautilus nor nemo in CRUX atm
rm -r $PKG/usr/share/{nautilus-python,nemo-python}
# there is caja for mate though, only make it available if it's installed
[[ ! -e /usr/lib/pkgconfig/libcaja-extension.pc ]] && rm -r $PKG/usr/share/caja-python
[[ ! -e /usr/lib/pkgconfig/libcaja-extension.pc ]] && rm -r $PKG/usr/share/caja-python || true
}