UmVirt LFS Package info
DB commit: d35a620850806ab581b32cb34d268a904c9c0a5f
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
nextcloud-client
Nextcloud desktop clientPackage info
Template:
Codename: nextcloud-client
Source file: nextcloud-desktop-2.6.2.tar.gz
Source file size: 18982053
Source file MD5-checkum: 5be7e65c5d1de09f7f6131463c04b6ce
Source directory: desktop-2.6.2
Package URL: https://umvirt.com/linux/downloads/0.1/packages/n/nextcloud-desktop-2.6.2.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/n/nextcloud-desktop-2.6.2.tar.gz.md5sum
Dependances: qtwebengine, qtkeychain.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DNO_SHIBBOLETH=1
Build script:
make
Install script:
make install
cat >> /etc/ld.so.conf << EOF
# Begin Qt addition
/opt/nextcloud/lib64
# End Qt addition
EOF
ldconfig
cat > /etc/profile.d/nextcloud.sh << "EOF"
# Begin /etc/profile.d/nextcloud.sh
NEXTCLOUDDIR=/opt/nextcloud
pathappend \$NEXTCLOUDDIR/bin PATH
# End /etc/profile.d/nextcloud.sh
EOF
. /etc/profile