# Maintainer: XavierCLL # Contributor: MoDoJ pkgname=insync-dolphin pkgver=3.4.0.40973 pkgrel=1 pkgdesc="This package contains the service menu for integrating Insync with Dolphin" url="https://www.insynchq.com" license=('custom') arch=('x86_64') options=('!strip' '!emptydirs') depends=("insync" "dolphin") source=("${pkgname}-${pkgver}.deb::http://s.insynchq.com/builds/${pkgname}_${pkgver}_all.deb") sha256sums=('e7c79d67baa24e1400ef5ba377d7e3c9f075b32f67c21e2be83bf919bdef14b9') noextract=("${pkgname}-${pkgver}.deb") package() { cd $srcdir ar x ${pkgname}-${pkgver}.deb tar xvf data.tar.gz mv usr "$pkgdir/" install -dm 755 "$pkgdir/usr/lib/qt" mv "$pkgdir/usr/lib/x86_64-linux-gnu/qt5/plugins" "$pkgdir/usr/lib/qt/" echo "Icon=insync" >> "$pkgdir/usr/share/kservices5/fileitemactioninsyncplugin.desktop" }