summaryrefslogtreecommitdiff
path: root/extra/xfdesktop/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xfdesktop/PKGBUILD')
-rw-r--r--extra/xfdesktop/PKGBUILD16
1 files changed, 5 insertions, 11 deletions
diff --git a/extra/xfdesktop/PKGBUILD b/extra/xfdesktop/PKGBUILD
index 463787925..1b999453e 100644
--- a/extra/xfdesktop/PKGBUILD
+++ b/extra/xfdesktop/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 170256 2012-11-06 11:49:29Z foutrelis $
+# $Id: PKGBUILD 179291 2013-03-04 21:25:21Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: tobias <tobias funnychar archlinux.org>
pkgname=xfdesktop
-pkgver=4.10.0
-pkgrel=5
+pkgver=4.10.1
+pkgrel=1
pkgdesc="A desktop manager for Xfce"
arch=('i686' 'x86_64')
url="http://www.xfce.org/"
@@ -16,18 +16,12 @@ conflicts=('xfce4-menueditor')
replaces=('xfce4-menueditor')
options=('!libtool')
install=xfdesktop.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
- add-backgrounds-xfce-to-search-path.patch)
-sha256sums=('897ae6ee435dcc89809ad70c15c5d15347d1cf4fc8033238b17dcc47836c2d7b'
- 'fcb27e24abfd50c5555fe01ae946a2bc5a133d3f5cee076eef517ccc5f668dd5')
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('2883fe381e1b967d179fdf5ece5ac2566a3ffdb94f4cf139c7fb44567f17d4ad')
build() {
cd "$srcdir/$pkgname-$pkgver"
- # Add backgrounds/xfce/ to the single image list in the settings app
- # https://bugzilla.xfce.org/show_bug.cgi?id=8799
- patch -Np1 -i "$srcdir/add-backgrounds-xfce-to-search-path.patch"
-
./configure \
--prefix=/usr \
--sysconfdir=/etc \