diff options
author | root <root@rshg054.dnsready.net> | 2013-03-07 00:04:11 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-07 00:04:11 -0800 |
commit | d8d675cb1e75787b0db061756e4cbebe3c5a03fa (patch) | |
tree | 0bdf0ea7325f69ad98bf6c2aac2169a810d5a0ba /extra/xfdesktop/PKGBUILD | |
parent | 3af1ee89ded5209697eec4e2ecb77cf1f3f19803 (diff) |
Thu Mar 7 00:04:11 PST 2013
Diffstat (limited to 'extra/xfdesktop/PKGBUILD')
-rw-r--r-- | extra/xfdesktop/PKGBUILD | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/extra/xfdesktop/PKGBUILD b/extra/xfdesktop/PKGBUILD index 1b999453e..c72c40d06 100644 --- a/extra/xfdesktop/PKGBUILD +++ b/extra/xfdesktop/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 179291 2013-03-04 21:25:21Z 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.1 -pkgrel=1 +pkgrel=2 pkgdesc="A desktop manager for Xfce" arch=('i686' 'x86_64') url="http://www.xfce.org/" @@ -16,12 +16,18 @@ 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) -sha256sums=('2883fe381e1b967d179fdf5ece5ac2566a3ffdb94f4cf139c7fb44567f17d4ad') +source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2 + revert-SVG-images-are-no-longer-pixilated-when-scale.patch) +sha256sums=('2883fe381e1b967d179fdf5ece5ac2566a3ffdb94f4cf139c7fb44567f17d4ad' + '94274832eede98a7d99652ff90ecabd932b46b0f002c25297ddd6f0c346aa3d0') build() { cd "$srcdir/$pkgname-$pkgver" + # 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 \ --sysconfdir=/etc \ |