diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-09-27 18:41:41 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-09-27 18:41:41 +0200 |
commit | 664e69f664b133c1c34d2086d25f9adb0705f73d (patch) | |
tree | 37534705f4ff44d94280034ef59a786ad58e87af /ubuntu/maverick | |
parent | 65819a747773a6eee57c9d01eeae668cedcdca3b (diff) | |
download | tde-packaging-664e69f664b133c1c34d2086d25f9adb0705f73d.tar.gz tde-packaging-664e69f664b133c1c34d2086d25f9adb0705f73d.zip |
DEB kerry: Refresh patches for recent QT => TQT renaming
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/maverick')
-rw-r--r-- | ubuntu/maverick/applications/kerry/debian/patches/kubuntu_03_no_beagle_autostart.patch | 2 |
1 files changed, 1 insertions, 1 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 7b06f8128..346e147c8 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 @@ -3,7 +3,7 @@ Index: b/kerry/src/Makefile.am --- a/kerry/src/Makefile.am +++ b/kerry/src/Makefile.am @@ -31,7 +31,7 @@ - kerry_la_LIBADD = -ltdeio -lkonq $(LIB_TDEUI) $(LIBBEAGLE_LIBADD) $(GLIB_LIBADD) $(LIB_TDEABC) -lDCOP $(LIB_QT) $(LIB_TDECORE) + kerry_la_LIBADD = -ltdeio -lkonq $(LIB_TDEUI) $(LIBBEAGLE_LIBADD) $(GLIB_LIBADD) $(LIB_TDEABC) -lDCOP $(LIB_TQT) $(LIB_TDECORE) autostartdir = $(datadir)/autostart -autostart_DATA = kerry.autostart.desktop beagled.desktop |