summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2015-06-09 10:49:44 +0200
committermax.bra2015-06-09 10:49:44 +0200
commit0dcda756b3f051d3d76b37c7a1e6e4ae4d3f3c0f (patch)
tree5a7bc808bedeaaa232ced53c557b716435b0a82a
parentb300f21f4013e2b39742d8d683a751432cf6d62e (diff)
downloadaur-0dcda756b3f051d3d76b37c7a1e6e4ae4d3f3c0f.tar.gz
added webkitgtk dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c874396a98c..c387e4211dbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-gmail
pkgdesc = It allows desktop mail actions, such as 'Send File as Email' or web 'mailto' links, to be handled by the Gmail web client.
pkgver = 1.9.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://davesteele.github.io/gnome-gmail/index.html
install = gnome-gmail.install
arch = any
@@ -12,7 +12,7 @@ pkgbase = gnome-gmail
depends = desktop-file-utils
depends = python2-setuptools
depends = python2-xdg
- depends = gtk3>=3.10
+ depends = webkitgtk
optdepends = nautilus-sendto: automatically upload an email with a file attachment from nautilus
source = https://github.com/max72bra/gnome-gmail/archive/master/1.9.1.2.tar.gz
md5sums = 82df3796b155566be05dca634b815e9b
diff --git a/PKGBUILD b/PKGBUILD
index 82eabfebd770..96b202a207cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=gnome-gmail
pkgver=1.9.1.2
_pkgbranch=master
-pkgrel=1
+pkgrel=2
pkgdesc="It allows desktop mail actions, such as 'Send File as Email' or web 'mailto' links, to be handled by the Gmail web client."
arch=('any')
url="https://davesteele.github.io/gnome-gmail/index.html"
license=('GPL2')
-depends=('python2-gobject' 'python2-gnomekeyring' 'desktop-file-utils' 'python2-setuptools' 'python2-xdg' 'gtk3>=3.10')
+depends=('python2-gobject' 'python2-gnomekeyring' 'desktop-file-utils' 'python2-setuptools' 'python2-xdg' 'webkitgtk')
optdepends=('nautilus-sendto: automatically upload an email with a file attachment from nautilus')
makedepends=('python2-distutils-extra')
source=('https://github.com/max72bra/gnome-gmail/archive/master/1.9.1.2.tar.gz')