summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c924112bc9ac..4c7f359b896f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon May 2 06:13:59 UTC 2016
+# Mon May 2 06:23:03 UTC 2016
pkgbase = gphotoframe
pkgdesc = Gnome Photo Frame is a photo frame gadget for the GNOME Desktop.
pkgver = 2.0.3
@@ -13,9 +13,10 @@ pkgbase = gphotoframe
depends = twisted
depends = pyxdg
depends = python2-gdata
- optdepends = python-simplejson
- optdepends = python-feedparser
- optdepends = python-clutter
+ depends = python2-oauth
+ optdepends = python2-simplejson
+ optdepends = python2-feedparser
+ optdepends = python2-clutter
optdepends = gnome-python-desktop
provides = gphotoframe
conflicts = gphotoframe-git
diff --git a/PKGBUILD b/PKGBUILD
index a4fc4504ab08..4c192fef1e20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ arch=('i686' 'x86_64')
url="http://code.google.com/p/gphotoframe/"
license=('GPL3')
groups=()
-depends=('pygtk' 'twisted' 'pyxdg' 'python2-gdata')
+depends=('pygtk' 'twisted' 'pyxdg' 'python2-gdata' 'python2-oauth')
makedepends=('python2-distutils-extra')
-optdepends=('python-simplejson' 'python-feedparser' 'python-clutter'
+optdepends=('python2-simplejson' 'python2-feedparser' 'python2-clutter'
'gnome-python-desktop')
provides=('gphotoframe')
conflicts=('gphotoframe-git')