summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d3263bb17d3..d6feb27b6705 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xde-ctools-git
pkgdesc = X Desktop Environment C-language tools
- pkgver = 1.13.r1.gd2d6d87
+ pkgver = 1.14.r1.g63f0fea
pkgrel = 1
url = https://github.com/bbidulock/xde-ctools
arch = i686
@@ -16,6 +16,7 @@ pkgbase = xde-ctools-git
depends = libwnck+-git
depends = libcanberra
depends = libnotify
+ depends = gdk-pixbuf-xlib
optdepends = xdg-launch-git: launch with recent update and launch notification
provides = xde-ctools
conflicts = xde-ctools
diff --git a/PKGBUILD b/PKGBUILD
index 4b032687e959..5e8879a6ecf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-ctools-git
-pkgver=1.13.r1.gd2d6d87
+pkgver=1.14.r1.g63f0fea
pkgrel=1
pkgdesc="X Desktop Environment C-language tools"
groups=('xde-git')
@@ -10,7 +10,7 @@ url="https://github.com/bbidulock/xde-ctools"
license=('GPL')
provides=('xde-ctools')
conflicts=('xde-ctools')
-depends=('libxss' 'libsm' 'libwnck+-git' 'libcanberra' 'libnotify')
+depends=('libxss' 'libsm' 'libwnck+-git' 'libcanberra' 'libnotify' 'gdk-pixbuf-xlib')
makedepends=('dbus-glib' 'libunique' 'git' 'xorgproto')
optdepends=('xdg-launch-git: launch with recent update and launch notification')
source=("$pkgname::git+https://github.com/bbidulock/xde-ctools.git")