KOffice Alpha 6

Nicolas Lécureuil neoclust.kde at gmail.com
Sat Feb 9 00:19:29 CET 2008


On Feb 8, 2008 8:11 PM, Dirk Mueller <mueller at kde.org> wrote:
> On Friday 08 February 2008, Boudewijn Rempt wrote:
>
> > I don't have compilation problems very often myself, so I don't dare
> > guarantee that r772083 will compile for everyone, but I think that's a good
> > release.
>
> I've made 1.9.95.3 from that svn revision and it is uploaded to
> ftp.kde.org/pub/kde/stable/koffice-1.9.95.3
>
> please let me know if you find issues.
>
> @kde-packager: 1.9.95.2 was scratched because of a show stopper bug, please
> try 1.9.95.3.
>

This is still not ok :

CMake Error: Error in cmake code at
/home/neoclust/rpm/BUILD/koffice-1.9.95.3/filters/krita/CMakeLists.txt:21:
endif An ENDIF command was found outside of a proper IF ENDIF
structure. Or its arguments did not match the opening IF command.
   Called from: [1]
/home/neoclust/rpm/BUILD/koffice-1.9.95.3/filters/krita/CMakeLists.txt

This patch fixes the issue :


--- filters/krita/CMakeLists.txt~       2008-02-08 18:17:31.000000000 +0100
+++ filters/krita/CMakeLists.txt        2008-02-09 00:13:22.000000000 +0100
@@ -17,7 +17,7 @@
       set(EXIV2_FOUND FALSE)
       message(STATUS "Found Exiv2 release < 0.16")
     endif(_return_VALUE STREQUAL "0")
-  endif(_EXIV2LinkFlags)
+
 endif(EXIV2_FOUND)

 macro_log_feature(JPEG_FOUND "jpeg" "The Krita JPEG filter will not
be built" "http://www.ijg.org" FALSE "")


More information about the release-team mailing list