[arch-commits] Commit in xfwm4/repos (3 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Apr 20 21:34:35 UTC 2009


    Date: Monday, April 20, 2009 @ 17:34:35
  Author: andyrtr
Revision: 36285

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-x86_64/	(properties)
  xfwm4/repos/extra-x86_64/PKGBUILD
Deleted:
  xfwm4/repos/extra-x86_64/bug3439.patch

---------------+
 PKGBUILD      |    4 ++--
 bug3439.patch |   14 --------------
 2 files changed, 2 insertions(+), 16 deletions(-)


Property changes on: xfwm4/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /xfwm4/trunk:1-29385
   + /xfwm4/trunk:1-36282

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-04-20 21:34:26 UTC (rev 36284)
+++ extra-x86_64/PKGBUILD	2009-04-20 21:34:35 UTC (rev 36285)
@@ -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-x86_64/bug3439.patch
===================================================================
--- extra-x86_64/bug3439.patch	2009-04-20 21:34:26 UTC (rev 36284)
+++ extra-x86_64/bug3439.patch	2009-04-20 21:34:35 UTC (rev 36285)
@@ -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