We have created a script to build fixed 'gnome-packagekit' package from Debian sources. Download files attached and run the build_gpk.sh' script.
$ sh build_gpk.sh

Patch:
diff -uNr gnome-packagekit-3.14.0.orig/src/gpk-update-viewer.c gnome-packagekit-3.14.0/src/gpk-update-viewer.c --- gnome-packagekit-3.14.0.orig/src/gpk-update-viewer.c 2014-05-24 12:08:10.000000000 +0000 +++ gnome-packagekit-3.14.0/src/gpk-update-viewer.c 2016-04-20 12:54:21.075646355 +0000
@@ -3006,6 +3006,7 @@
                g_debug ("ignoring");
                return;
        }
+       ignore_updates_changed = TRUE;
        gpk_update_viewer_get_new_update_array ();
 }


Build script:
#!/bin/sh
sudo apt-get build-dep gnome-packagekit
apt-get source gnome-packagekit
cd gnome-packagekit-3.14.0
debchange --nmu
patch -p1 < ../doublebox.patch
read xyz
( dpkg-buildpackage -rfakeroot -uc -b 2>&1 ) | tee build1.log

Attachment: build_gpk.sh
Description: application/shellscript

diff -uNr gnome-packagekit-3.14.0.orig/src/gpk-update-viewer.c gnome-packagekit-3.14.0/src/gpk-update-viewer.c
--- gnome-packagekit-3.14.0.orig/src/gpk-update-viewer.c	2014-05-24 12:08:10.000000000 +0000
+++ gnome-packagekit-3.14.0/src/gpk-update-viewer.c	2016-04-20 12:54:21.075646355 +0000
@@ -3006,6 +3006,7 @@
 		g_debug ("ignoring");
 		return;
 	}
+	ignore_updates_changed = TRUE;
 	gpk_update_viewer_get_new_update_array ();
 }
 

Reply via email to