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