summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilo Gilad2018-02-18 11:04:33 -0500
committerMilo Gilad2018-02-18 11:04:33 -0500
commit5735865c41c202ad38c963e50a5d55738aee9440 (patch)
treeba4653ff121f0021e7ea08e8a0f449bdf0d2b0c9
parent58434c9cf48100676d20034af0973650b3d1d4b2 (diff)
downloadaur-5735865c41c202ad38c963e50a5d55738aee9440.tar.gz
Added dependencies and desktop icon
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
-rwxr-xr-xTodoist.desktop2
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 320f2b227ebd..a0de34f61032 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,22 @@
pkgbase = todoist-linux-bin
pkgdesc = Unofficial desktop client for Todoist
pkgver = 0.3
- pkgrel = 1
+ pkgrel = 2
url = http://todoistlinux.hakimouake.com/
arch = x86_64
license = unknown
+ depends = gconf
+ depends = libnotify
+ depends = alsa-lib
+ depends = gtk2
+ depends = libxtst
+ depends = nss
conflicts = todoist
options = !strip
source = https://s3.amazonaws.com/kamhix/downloads/todoist-linux-64bits.tar.gz
source = Todoist.desktop
md5sums = c107b9c92f9eab3a33b42afa434e28f0
- md5sums = e3d5d47be26b1875ea420f807f97cee1
+ md5sums = 196a345c7e51d52a7f6fec90c476e305
pkgname = todoist-linux-bin
diff --git a/PKGBUILD b/PKGBUILD
index aea64da37a22..32b8b8875dfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
_pkgname=todoist
pkgname=todoist-linux-bin
pkgver=0.3
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Unofficial desktop client for Todoist"
arch=(x86_64)
url="http://todoistlinux.hakimouake.com/"
license=('unknown')
+depends=('gconf' 'libnotify' 'alsa-lib' 'gtk2' 'libxtst' 'nss')
conflicts=('todoist')
source=("https://s3.amazonaws.com/kamhix/downloads/todoist-linux-64bits.tar.gz"
"Todoist.desktop")
@@ -32,4 +33,4 @@ package() {
}
md5sums=('c107b9c92f9eab3a33b42afa434e28f0'
- 'e3d5d47be26b1875ea420f807f97cee1')
+ '196a345c7e51d52a7f6fec90c476e305')
diff --git a/Todoist.desktop b/Todoist.desktop
index 3c01b1fe4028..f2e8a506806c 100755
--- a/Todoist.desktop
+++ b/Todoist.desktop
@@ -4,7 +4,7 @@ Type=Application
Name=Todoist
Comment=Todoist for Linux
Exec=/usr/bin/todoist
-Icon=checkbox-checked-symbolic
+Icon=goa-account-todoist
Path=
Terminal=false
StartupNotify=false