summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2015-10-11 09:13:11 +0200
committerFrederic Bezies2015-10-11 09:13:11 +0200
commitca5e02361b00091ef43483c61c60a55251359c97 (patch)
treeb11d4a24cbc436d68e82405482bcfc832697c017
parent06c0080514ed0d16bff8922d54da5b5535ef7c62 (diff)
downloadaur-ca5e02361b00091ef43483c61c60a55251359c97.tar.gz
adding gnome-desktop depend to make it run under xfce
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aed23fa2b96d..85ab502ce7fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kazam
pkgdesc = A screencasting program with design in mind
pkgver = 1.4.5
- pkgrel = 2
+ pkgrel = 3
url = https://launchpad.net/kazam
install = kazam.install
arch = any
@@ -21,6 +21,7 @@ pkgbase = kazam
depends = ffmpeg
depends = libmatroska
depends = libtheora
+ depends = gnome-desktop
optdepends = libkeybinder3: hotkeys support
optdepends = libappindicator3: indicator on Unity panel support
conflicts = kazam-bzr
diff --git a/PKGBUILD b/PKGBUILD
index 92734c31c97e..4af56c632ece 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=kazam
pkgver=1.4.5
-pkgrel=2
+pkgrel=3
pkgdesc="A screencasting program with design in mind"
arch=('any')
url="https://launchpad.net/kazam"
@@ -8,7 +8,7 @@ license=('GPL')
groups=()
depends=('python' 'python-cairo' 'python-xdg' 'python-dbus' 'python-distutils-extra'
'python-gobject' 'gobject-introspection' 'gstreamer' 'gtk3' 'pango' 'gdk-pixbuf2'
- 'libwnck3' 'ffmpeg' 'libmatroska' 'libtheora')
+ 'libwnck3' 'ffmpeg' 'libmatroska' 'libtheora' 'gnome-desktop')
optdepends=('libkeybinder3: hotkeys support' 'libappindicator3: indicator on Unity panel support')
conflicts=('kazam-bzr' 'kazam-stable-bzr')
install=kazam.install