summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa3c048f809d..db8e1ca29713 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun Jan 3 12:37:11 UTC 2016
pkgbase = livewallpaper
pkgdesc = OpenGL powered animated wallpapers with configuration utility, autostart, and application indicator.
pkgver = 0.4.1
@@ -9,13 +11,15 @@ pkgbase = livewallpaper
makedepends = intltool
makedepends = xcftools
depends = libgl
- depends = gtk3
depends = libpeas
depends = libx11
depends = python
depends = python-numpy
depends = python-cairo
depends = python2-opengl
+ depends = gtk3
+ depends = gobject-introspection
+ depends = libappindicator-gtk3
provides = livewallpaper
provides = livewallpaper-indicator
provides = livewallpaper-config
diff --git a/PKGBUILD b/PKGBUILD
index f381357fca32..32068afd2134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,10 @@ pkgdesc="OpenGL powered animated wallpapers with configuration utility, autostar
arch=(any)
url="https://launchpad.net/livewallpaper"
license=('GPL3')
-depends=('libgl' 'gtk3' 'libpeas' 'libx11' 'python' 'python-numpy' 'python-cairo' 'python2-opengl')
+depends=('libgl' 'libpeas' 'libx11'
+ 'python' 'python-numpy' 'python-cairo' 'python2-opengl'
+ 'gtk3' 'gobject-introspection' 'libappindicator-gtk3')
+
makedepends=('intltool' 'xcftools')
provides=('livewallpaper' 'livewallpaper-indicator' 'livewallpaper-config')
source=(https://launchpad.net/livewallpaper/0.4/0.4.1/+download/livewallpaper-0.4.1.tar.gz)