diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 16:11:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 16:11:00 -0600 |
commit | ececdc858f22069c896fcc65f091ad098048f69c (patch) | |
tree | 05e23975f54097354fea995d8f157f8fc596051e /ubuntu/maverick/applications/kerry/debian | |
parent | a4a159783f44fec03921e23f58f2625290e8f728 (diff) | |
download | tde-packaging-ececdc858f22069c896fcc65f091ad098048f69c.tar.gz tde-packaging-ececdc858f22069c896fcc65f091ad098048f69c.zip |
Rename some instances of kde to tde in Ubuntu and Debian
Diffstat (limited to 'ubuntu/maverick/applications/kerry/debian')
-rw-r--r-- | ubuntu/maverick/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch | 2 | ||||
-rwxr-xr-x | ubuntu/maverick/applications/kerry/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch b/ubuntu/maverick/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch index cbd096957..2dc15fe7f 100644 --- a/ubuntu/maverick/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch +++ b/ubuntu/maverick/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_TDEUI) $(LIBBEAGLE_LIBADD) $(GLIB_LIBADD) $(LIB_KABC) autostartdir = $(datadir)/autostart -autostart_DATA = kerry.autostart.desktop beagled.desktop diff --git a/ubuntu/maverick/applications/kerry/debian/rules b/ubuntu/maverick/applications/kerry/debian/rules index e3861ca8d..0d08e83f9 100755 --- a/ubuntu/maverick/applications/kerry/debian/rules +++ b/ubuntu/maverick/applications/kerry/debian/rules @@ -23,7 +23,7 @@ clean:: rm -f kerry.1 binary-post-install/kerry-trinity:: - chrpath -d debian/kerry-trinity/opt/trinity/lib/libkdeinit_kerry.so + chrpath -d debian/kerry-trinity/opt/trinity/lib/libtdeinit_kerry.so chrpath -d debian/kerry-trinity/opt/trinity/bin/kerry chrpath -d debian/kerry-trinity/opt/trinity/lib/trinity/kerry.so chrpath -d debian/kerry-trinity/opt/trinity/lib/trinity/kcm_beagle.so |