diff options
Diffstat (limited to 'ubuntu/lucid_automake/applications/kerry')
-rw-r--r-- | ubuntu/lucid_automake/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/lucid_automake/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch b/ubuntu/lucid_automake/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch index cbd096957..cc63155f2 100644 --- a/ubuntu/lucid_automake/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch +++ b/ubuntu/lucid_automake/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch @@ -2,7 +2,7 @@ diff -Nur kerry-0.2.1/kerry/src/Makefile.am kerry-0.2.1.new/kerry/src/Makefile.a --- kerry-0.2.1/kerry/src/Makefile.am 2006-12-05 18:28:31.000000000 +0100 +++ kerry-0.2.1.new/kerry/src/Makefile.am 2006-12-05 18:28:53.000000000 +0100 @@ -31,7 +31,7 @@ - kerry_la_LIBADD = -lkio -lkonq $(LIB_KDEUI) $(LIBBEAGLE_LIBADD) $(GLIB_LIBADD) $(LIB_KABC) + kerry_la_LIBADD = -lkio -lkonq $(LIB_KDEUI) $(LIBBEAGLE_LIBADD) $(GLIB_LIBADD) $(LIB_TDEABC) autostartdir = $(datadir)/autostart -autostart_DATA = kerry.autostart.desktop beagled.desktop |