summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2021-05-13 20:18:53 -0700
committerXavierCLL2021-05-13 20:18:53 -0700
commit7c4f2bd63ebcaf55ab416e2c2047fb00823f7e39 (patch)
treeed82bb43b59ab056b43b5aa06bd1b5d7259931a6
parent630a2e68c89570d4077144b772dbfecd01236a9a (diff)
downloadaur-7c4f2bd63ebcaf55ab416e2c2047fb00823f7e39.tar.gz
v3.3.10.40961
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD17
2 files changed, 18 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7b399a64263..811851f38c94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = insync-dolphin
- pkgdesc = Dolphin integration for insync
- pkgver = 3.3.2.40903
+ pkgdesc = This package contains the service menu for integrating Insync with Dolphin
+ pkgver = 3.3.10.40961
pkgrel = 1
url = https://www.insynchq.com/downloads
- arch = any
- license = custom:insync
+ arch = x86_64
+ license = custom
depends = insync
depends = dolphin
- noextract = insync-dolphin-3.3.2.40903.deb
+ noextract = insync-dolphin-3.3.10.40961.deb
options = !strip
- source = insync-dolphin-3.3.2.40903.deb::http://s.insynchq.com/builds/insync-dolphin_3.3.2.40903_all.deb
- sha256sums = c47abdd48aec68cb92ab30fbd190d26529d24b12db940d84f1341e4e9368f814
+ options = !emptydirs
+ source = insync-dolphin-3.3.10.40961.deb::http://s.insynchq.com/builds/insync-dolphin_3.3.10.40961_all.deb
+ sha256sums = 56b5caa3f38f47c1006210da0408cf7dfb292b6e19ba2289e1c97f262ff05724
pkgname = insync-dolphin
diff --git a/PKGBUILD b/PKGBUILD
index 69c65f76e054..142a943b0717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,24 @@
# Contributor: MoDoJ
pkgname=insync-dolphin
-pkgver=3.3.2.40903
+pkgver=3.3.10.40961
pkgrel=1
-pkgdesc="Dolphin integration for insync"
+pkgdesc="This package contains the service menu for integrating Insync with Dolphin"
url="https://www.insynchq.com/downloads"
-license=('custom:insync')
-options=(!strip)
-arch=('any')
+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=('c47abdd48aec68cb92ab30fbd190d26529d24b12db940d84f1341e4e9368f814')
+sha256sums=('56b5caa3f38f47c1006210da0408cf7dfb292b6e19ba2289e1c97f262ff05724')
noextract=("${pkgname}-${pkgver}.deb")
package() {
cd $srcdir
ar x ${pkgname}-${pkgver}.deb
tar xvf data.tar.gz
- install -Dm644 usr/share/kde4/services/ServiceMenus/insync_servicemenu.desktop "$pkgdir/usr/share/kservices5/ServiceMenus/insync_servicemenu.desktop"
+ 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"
}