Package: devilspie
Version: 0.8-3
Severity: serious
Tags: patch
Justification: 2.

libwnck4 is removed from the archives, and hence renders devilspie
uninstallable.

In addition the program needs to be updated to comply with the
api-changes in libwnck > 2.10.

See attached patch for this.

cheers,
 heikkih

-- System Information:
Debian Release: testing/unstable
  APT prefers experimental
  APT policy: (501, 'experimental'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)

Versions of packages devilspie depends on:
ii  libatk1.0-0              1.10.1-2        The ATK accessibility toolkit
hi  libc6                    2.3.2.ds1-22    GNU C Library: Shared libraries an
ii  libglib2.0-0             2.6.5-1         The GLib library of C routines
ii  libgtk2.0-0              2.6.7-2         The GTK+ graphical user interface 
ii  libpango1.0-0            1.8.1-1         Layout and rendering of internatio
ii  libpopt0                 1.7-5           lib for parsing cmdline parameters
ii  libwnck16                2.10.0-2        Window Navigator Construction Kit 
ii  libx11-6                 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxml2                  2.6.16-7        GNOME XML library
ii  sgml-base                1.26            SGML infrastructure and SGML catal
ii  xlibs                    4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g                   1:1.2.2-4       compression library - runtime

-- no debconf information
diff -ru devilspie-0.8/debian/control devilspie-0.8.mine/debian/control
--- devilspie-0.8/debian/control	2005-06-14 22:46:25.000000000 +0200
+++ devilspie-0.8.mine/debian/control	2005-06-14 22:45:21.000000000 +0200
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Ross Burton <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.0), cdbs, autotools-dev, intltool, libpopt-dev, libgtk2.0-dev, libwnck-dev (>> 0.17), libglade2-dev, xsltproc
+Build-Depends: debhelper (>= 4.1.0), cdbs, autotools-dev, intltool, libpopt-dev, libgtk2.0-dev, libwnck-dev (>= 2.10), libglade2-dev, xsltproc
 Standards-Version: 3.6.1
 
 Package: devilspie
diff -ru devilspie-0.8/src/devilspie-action-resize.gob devilspie-0.8.mine/src/devilspie-action-resize.gob
--- devilspie-0.8/src/devilspie-action-resize.gob	2004-10-01 08:56:28.000000000 +0200
+++ devilspie-0.8.mine/src/devilspie-action-resize.gob	2005-06-14 22:46:09.000000000 +0200
@@ -71,7 +71,7 @@
     if (a->minimized == TRI_TRUE)
       wnck_window_minimize(window);
     else if (a->minimized == TRI_FALSE)
-      wnck_window_unminimize(window);
+      wnck_window_unminimize(window, gtk_get_current_event_time ());
     /* Handle full screen */
     if (a->fullscreen != TRI_UNSET) {
         g_print("fullscreen\n");

Reply via email to