[arch-commits] Commit in xfwm4/repos (3 files)
andyrtr at archlinux.org
andyrtr at archlinux.org
Tue Apr 21 04:42:22 UTC 2009
Date: Tuesday, April 21, 2009 @ 00:42:22
Author: andyrtr
Revision: 36342
Merged revisions 36282 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/xfwm4/trunk
........
r36282 | andyrtr | 2009-04-20 21:33:58 +0000 (Mo, 20 Apr 2009) | 2 lines
upgpkg: xfwm4 4.6.1-1
new version 4.6.1
........
Modified:
xfwm4/repos/extra-i686/ (properties)
xfwm4/repos/extra-i686/PKGBUILD
Deleted:
xfwm4/repos/extra-i686/bug3439.patch
---------------+
PKGBUILD | 4 ++--
bug3439.patch | 14 --------------
2 files changed, 2 insertions(+), 16 deletions(-)
Property changes on: xfwm4/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /xfwm4/trunk:1-29384
+ /xfwm4/trunk:1-36341
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-04-21 04:29:55 UTC (rev 36341)
+++ extra-i686/PKGBUILD 2009-04-21 04:42:22 UTC (rev 36342)
@@ -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: extra-i686/bug3439.patch
===================================================================
--- extra-i686/bug3439.patch 2009-04-21 04:29:55 UTC (rev 36341)
+++ extra-i686/bug3439.patch 2009-04-21 04:42:22 UTC (rev 36342)
@@ -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