diff options
author | François Andriot <albator78@libertysurf.fr> | 2015-03-29 14:31:07 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2015-03-29 14:31:07 +0200 |
commit | fdf9448db901f04f52a2d778fe818b932d27a6b0 (patch) | |
tree | 10da40822ee3f21243ad9862cff5e9f0e4853708 /redhat/applications/kasablanca/kasablanca-14.0.0.patch | |
parent | 0d20c471418c80fbd4e2c2da4039f8e01331eaf0 (diff) | |
download | tde-packaging-fdf9448db901f04f52a2d778fe818b932d27a6b0.tar.gz tde-packaging-fdf9448db901f04f52a2d778fe818b932d27a6b0.zip |
RPM Packaging: update kasablanca
Diffstat (limited to 'redhat/applications/kasablanca/kasablanca-14.0.0.patch')
-rw-r--r-- | redhat/applications/kasablanca/kasablanca-14.0.0.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/redhat/applications/kasablanca/kasablanca-14.0.0.patch b/redhat/applications/kasablanca/kasablanca-14.0.0.patch new file mode 100644 index 000000000..3f592be5a --- /dev/null +++ b/redhat/applications/kasablanca/kasablanca-14.0.0.patch @@ -0,0 +1,27 @@ +--- trinity-kasablanca-14.0.0~pre22+07aa7379/src/ftpthread.cpp.ORI 2014-02-19 22:52:20.875005485 +0100 ++++ trinity-kasablanca-14.0.0~pre22+07aa7379/src/ftpthread.cpp 2014-02-19 22:53:01.488995960 +0100 +@@ -1094,8 +1094,8 @@ + + bool FtpThread::FormatFilelist(const char *filename, TQString current, filist *dirtable, filist *filetable) + { +- int i, blocks, space, month_int = 1; +- unsigned int loc, fileloc, datebegin, sizebegin = 0; ++ int i, blocks, space, month_int = 1, loc; ++ unsigned int fileloc, datebegin, sizebegin = 0; + string buffer, filestring; + + FILE* dirfile; +diff --git a/src/Makefile.am b/src/Makefile.am +index 0b6b597..8cf8cb2 100644 +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -25,8 +25,7 @@ kasablanca_LDFLAGS = $(TDE_RPATH) $(all_libraries) + kasablanca_LDADD = -lssl $(LIB_TDEUI) -lcrypto $(LIB_TDECORE) -lDCOP $(LIB_QT) + + # this is where the desktop file will go +-shelldesktopdir = $(kde_appsdir)/Utilities +-shelldesktop_DATA = kasablanca.desktop ++xdg_apps_DATA = kasablanca.desktop + + # this is where the shell's XML-GUI resource file goes + shellrcdir = $(kde_datadir)/kasablanca |