summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Clark2016-05-16 13:03:00 +0100
committerPaul Clark2016-05-16 13:03:00 +0100
commit897590decc93203d79327b29985dc6242bacbc91 (patch)
tree61ab2bd1ac7137fbfb25ba6a4b8fb21a37066343
parent18f6603a6390e0340e956bb0a99cca5ded88775d (diff)
downloadaur-897590decc93203d79327b29985dc6242bacbc91.tar.gz
Dependencies now include libwnck3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd4b46f1b269..06bac6d62504 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-session-git
pkgdesc = Xfce session manager - git checkout
- pkgver = 4.12.0.r31.ge24603a
+ pkgver = 4.12.0.r101.ge6aafcf
pkgrel = 1
url = http://www.xfce.org/
install = xfce4-session-git.install
@@ -12,7 +12,7 @@ pkgbase = xfce4-session-git
makedepends = intltool
makedepends = xfce4-dev-tools
depends = libxfce4ui
- depends = libwnck
+ depends = libwnck3
depends = libsm
depends = polkit
depends = xorg-iceauth
diff --git a/PKGBUILD b/PKGBUILD
index ebdee73aa09d..1aae5dc89446 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
_pkgname=xfce4-session
pkgname=xfce4-session-git
-pkgver=4.12.0.r31.ge24603a
+pkgver=4.12.0.r101.ge6aafcf
pkgrel=1
pkgdesc="Xfce session manager - git checkout"
arch=('i686' 'x86_64')
url="http://www.xfce.org/"
license=('GPL2')
groups=('xfce4')
-depends=('libxfce4ui' 'libwnck' 'libsm' 'polkit' 'xorg-iceauth' 'xorg-xinit'
+depends=('libxfce4ui' 'libwnck3' 'libsm' 'polkit' 'xorg-iceauth' 'xorg-xinit'
'xorg-xrdb' 'polkit-gnome' 'hicolor-icon-theme')
makedepends=('git' 'intltool' 'xfce4-dev-tools')
optdepends=('gnome-keyring: for keyring support when GNOME compatibility is enabled'