summaryrefslogtreecommitdiff
path: root/extra/xfdesktop/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-07 17:31:10 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-07 17:31:10 +0100
commit0e48701e4ef754a7d5aab1e8fa1ef6ba8ff3c441 (patch)
treea01dc4371165970aa77e40aaaf74ba1eae8daf47 /extra/xfdesktop/PKGBUILD
parent1ac5165814a8df7108dae57ebb527efd21873461 (diff)
parentd8d675cb1e75787b0db061756e4cbebe3c5a03fa (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/busybox/PKGBUILD community/glpng/PKGBUILD community/hercules/PKGBUILD community/libnetfilter_acct/PKGBUILD community/libvirt/PKGBUILD extra/crypto++/PKGBUILD extra/hexedit/PKGBUILD extra/kdesdk-kate/PKGBUILD extra/kdesdk/PKGBUILD extra/libmp3splt/PKGBUILD extra/ntfs-3g_ntfsprogs/PKGBUILD extra/opencv/PKGBUILD extra/qemu-kvm/PKGBUILD extra/xf86-input-wacom/PKGBUILD extra/xfce4-eyes-plugin/PKGBUILD extra/xfdesktop/PKGBUILD
Diffstat (limited to 'extra/xfdesktop/PKGBUILD')
-rw-r--r--extra/xfdesktop/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/extra/xfdesktop/PKGBUILD b/extra/xfdesktop/PKGBUILD
index 6945accc0..a7f9d9ef8 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 179526 2013-03-06 02:34:29Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: tobias <tobias funnychar archlinux.org>
pkgname=xfdesktop
-pkgver=4.10.0
-pkgrel=5.1
+pkgver=4.10.1
+pkgrel=2
pkgdesc="A desktop manager for Xfce"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.xfce.org/"
@@ -17,16 +17,16 @@ 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')
+ revert-SVG-images-are-no-longer-pixilated-when-scale.patch)
+sha256sums=('2883fe381e1b967d179fdf5ece5ac2566a3ffdb94f4cf139c7fb44567f17d4ad'
+ '94274832eede98a7d99652ff90ecabd932b46b0f002c25297ddd6f0c346aa3d0')
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"
+ # Fix hang when solid color is selected
+ # https://bugzilla.xfce.org/show_bug.cgi?id=9892
+ patch -Np1 -i "$srcdir/revert-SVG-images-are-no-longer-pixilated-when-scale.patch"
./configure \
--prefix=/usr \