summaryrefslogtreecommitdiff
path: root/extra/xfdesktop/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-11 08:16:23 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-11 08:16:23 +0100
commit40ece75655aebe0dd951a0489ed2111f1c27f8a8 (patch)
tree77e41350cb98db3c5b181532d02c69f8fbad598f /extra/xfdesktop/PKGBUILD
parentfb8b936c2a92c0d645a460202c87c0a24569991e (diff)
parentef17357a9745e05e301b724d13a341067ddb3d5b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/fcitx-mozc/PKGBUILD community/geany-plugins/PKGBUILD community/kyotocabinet/PKGBUILD community/sysstat/PKGBUILD core/openldap/PKGBUILD
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 a7f9d9ef8..7b2ec2f80 100644
--- a/extra/xfdesktop/PKGBUILD
+++ b/extra/xfdesktop/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 179526 2013-03-06 02:34:29Z foutrelis $
+# $Id: PKGBUILD 179856 2013-03-10 16:22:07Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: tobias <tobias funnychar archlinux.org>
pkgname=xfdesktop
-pkgver=4.10.1
-pkgrel=2
+pkgver=4.10.2
+pkgrel=1
pkgdesc="A desktop manager for Xfce"
arch=('i686' 'x86_64' 'mips64el')
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
- revert-SVG-images-are-no-longer-pixilated-when-scale.patch)
-sha256sums=('2883fe381e1b967d179fdf5ece5ac2566a3ffdb94f4cf139c7fb44567f17d4ad'
- '94274832eede98a7d99652ff90ecabd932b46b0f002c25297ddd6f0c346aa3d0')
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2)
+sha256sums=('49a6e0be513e307e896f7e5929825babec9bbcd4b2e73552f9d27647a4db797d')
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 \