summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnderDev2021-04-11 22:31:01 +0100
committerEnderDev2021-04-11 22:31:01 +0100
commitaae4329620b33446b087e885545f5ce6c0101989 (patch)
tree590a0a513ee82ffb0ecab57c6eb8dea7ddf9a895
parent225dda500105847d4117f6f604756b670e23009b (diff)
downloadaur-aae4329620b33446b087e885545f5ce6c0101989.tar.gz
add dot.sh launcher
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--dot.sh2
3 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d02b5ce0b5ee..e76b12fd104a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,7 @@ pkgbase = dot
provides = dot=0.1
conflicts = dot
source = https://download.dothq.co/dot/releases/linux/x86/raw
+ source = dot.sh
source = dot.desktop
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 12801b1ce268..0aedacb42da4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,7 @@ optdepends=('ffmpeg: H264/AAC/MP3 decoding'
provides=("dot=$pkgver")
conflicts=('dot')
source=(https://download.dothq.co/dot/releases/linux/x86/raw
+ $_pkgname.sh
$_pkgname.desktop)
sha256sums=('SKIP' 'SKIP')
diff --git a/dot.sh b/dot.sh
new file mode 100644
index 000000000000..ee16ebb5a272
--- /dev/null
+++ b/dot.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /opt/dot/dot --class "Dot" --name "Dot" "$@" \ No newline at end of file