[arch-commits] Commit in xfwm4/trunk (PKGBUILD bug3439.patch)
andyrtr at archlinux.org
andyrtr at archlinux.org
Mon Apr 20 21:33:58 UTC 2009
Date: Monday, April 20, 2009 @ 17:33:58
Author: andyrtr
Revision: 36282
upgpkg: xfwm4 4.6.1-1
new version 4.6.1
Modified:
xfwm4/trunk/PKGBUILD
Deleted:
xfwm4/trunk/bug3439.patch
---------------+
PKGBUILD | 4 ++--
bug3439.patch | 14 --------------
2 files changed, 2 insertions(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-04-20 21:29:25 UTC (rev 36281)
+++ PKGBUILD 2009-04-20 21:33:58 UTC (rev 36282)
@@ -2,7 +2,7 @@
# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
pkgname=xfwm4
-pkgver=4.6.0
+pkgver=4.6.1
pkgrel=1
pkgdesc="Xfce window manager, compatible with Gnome, Gnome2, KDE2, and KDE3"
arch=(i686 x86_64)
@@ -14,7 +14,7 @@
options=('!libtool')
install=${pkgname}.install
source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('83cd2f82f2fabfe4ab28a9780fbf309e')
+md5sums=('538ff2554a23bf877d336e573884da9a')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
Deleted: bug3439.patch
===================================================================
--- bug3439.patch 2009-04-20 21:29:25 UTC (rev 36281)
+++ bug3439.patch 2009-04-20 21:33:58 UTC (rev 36282)
@@ -1,14 +0,0 @@
-http://bugzilla.xfce.org/show_bug.cgi?id=3439
-Index: events.c
-===================================================================
---- src/events.c (revision 26059)
-+++ src/events.c (revision 26060)
-@@ -1430,7 +1430,7 @@
- stealing prevention is not activated, otherwise we just set the "demands attention"
- flag...
- */
-- if ((ev->value_mask & CWStackMode) && (wc.stack_mode == Above) && (wc.sibling == None))
-+ if ((ev->value_mask & CWStackMode) && (wc.stack_mode == Above) && (wc.sibling == None) && !(c->type & WINDOW_TYPE_DONT_FOCUS))
- {
- Client *last_raised;
-
More information about the arch-commits
mailing list