Index: hspell-gui-0.2.6/configure.in
===================================================================
--- hspell-gui-0.2.6.orig/configure.in	2011-10-28 12:46:13.000000000 +0200
+++ hspell-gui-0.2.6/configure.in	2011-10-28 12:49:16.605787610 +0200
@@ -10,7 +10,7 @@
 AM_PROG_CC_STDC
 AC_HEADER_STDC
 
-pkg_modules="gtk+-2.0 >= 2.0.0 libpanelapplet-2.0"
+pkg_modules="gtk+-2.0 >= 2.0.0"
 PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
 AC_SUBST(PACKAGE_CFLAGS)
 AC_SUBST(PACKAGE_LIBS)
Index: hspell-gui-0.2.6/src/Makefile.am
===================================================================
--- hspell-gui-0.2.6.orig/src/Makefile.am	2011-10-28 12:46:13.000000000 +0200
+++ hspell-gui-0.2.6/src/Makefile.am	2011-10-28 12:49:16.605787610 +0200
@@ -9,17 +9,12 @@
 
 bin_PROGRAMS = hspell-gui
 
-libexec_PROGRAMS = hspell-applet
-
 hspell_gui_SOURCES = \
 	main.c \
 	support.c support.h \
 	interface.c interface.h \
 	callbacks.c callbacks.h
 
-hspell_applet_SOURCES = hspell-applet.c
-
 hspell_gui_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
-hspell_applet_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
 
 man_MANS = hspell-gui.1 hspell-gui-heb.1
Index: hspell-gui-0.2.6/Makefile.am
===================================================================
--- hspell-gui-0.2.6.orig/Makefile.am	2011-10-28 12:46:13.000000000 +0200
+++ hspell-gui-0.2.6/Makefile.am	2011-10-28 12:49:50.073366866 +0200
@@ -10,11 +10,8 @@
 	hspell_gui.gladep \
 	hspell-gui-heb
 
-install-data-local: hspell-applet.server
+install-data-local:
 	@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(libdir)/bonobo/servers; \
-	$(INSTALL_DATA) hspell-applet.server $(DESTDIR)$(libdir)/bonobo/servers; \
-	chmod ugo+wr hspell-applet.server; \
 	$(INSTALL_DATA) hspell-gui-heb $(DESTDIR)$(bindir);
 	chmod ugo+rx  $(DESTDIR)$(bindir)/hspell-gui-heb;
 	if test -d $(srcdir)/pixmaps; then \
@@ -36,8 +33,4 @@
 	  done \
 	fi
 
-serverdir       = $(libdir)/bonobo/servers
 server_in_files = hspell-applet.server.in.in
-
-hspell-applet.server:
-	sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" hspell-applet.server.in.in > hspell-applet.server
