Package: idesk / 0.7.5-9

Metadata

Package Version Patches format
idesk 0.7.5-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10 bug 552572.patch | (download)

examples/default.lnk | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 use xmessage


20 sys stat.patch | (download)

src/DesktopConfig.cpp | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 includes the sys/stat.h header (closes: #624983).


30_imlib2_pkg_config.diff | (download)

configure.in | 17 5 12 - 0 !
1 file changed, 5 insertions( ), 12 deletions(-)

 use pkg-config to locate imlib2
40_cross.patch | (download)

acinclude.m4 | 11 1 10 - 0 !
configure.in | 6 3 3 - 0 !
2 files changed, 4 insertions( ), 13 deletions(-)

 fix ftcbfs caused by using build architecture pkg-config
50_missing_sentinel.patch | (download)

src/XDesktopContainer.cpp | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 avoid compiler warning missing sentinel
 This change get rid of this compiler warning:

  XDesktopContainer.cpp: In member function virtual void XDesktopContainer::runCommand(const std::string&):
  XDesktopContainer.cpp:599:25: warning: missing sentinel in function call [-Wformat=]
    599 |                 if(execl("/bin/sh", "/bin/sh", "-c", command.c_str(), 0) == -1){
        |                    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~