summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2015-07-24 18:12:48 -0600
committerBrian Bidulock2015-07-24 18:12:48 -0600
commiteb1f035de68252702dfc0e42caa23bce19600f30 (patch)
treeaa8f783d64c0fa4feac930d1299c1f6cc35b1314
parent434c7353a8524be468eea0eb1186b7a6b51ffbd9 (diff)
downloadaur-eb1f035de68252702dfc0e42caa23bce19600f30.tar.gz
version 1.1.144-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73e0b05708ad..5716265e501b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xde-theme
pkgdesc = Theme and style setting utilities for the X Desktop Environment (XDE)
pkgver = 1.1.144
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/bbidulock/xde-theme
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = xde-theme
depends = libxinerama
depends = gdk-pixbuf2
depends = libxrandr
+ depends = libsm
optdepends = xde-styles: for styles that work with xde-style
source = xde-theme::git://github.com/bbidulock/xde-theme.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2d0734aad241..25f67f03ca08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-theme
pkgver=1.1.144
-pkgrel=1
+pkgrel=2
pkgdesc="Theme and style setting utilities for the X Desktop Environment (XDE)"
groups=('xde')
arch=('i686' 'x86_64')
license=('GPL3')
url="http://github.com/bbidulock/xde-theme"
-depends=('libxinerama' 'gdk-pixbuf2' 'libxrandr')
+depends=('libxinerama' 'gdk-pixbuf2' 'libxrandr' 'libsm')
optdepends=('xde-styles: for styles that work with xde-style')
makedepends=('git')
source=("$pkgname::git://github.com/bbidulock/$pkgname.git")