| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
It seems that I cannot win here. If I want XP to work, I need to keep
the old packages in place. This time the resulting program cannot
find _time32 in msvcrt.dll.
|
|
|
|
| |
Something has changed and it could no longer find the include files.
|
| |
|
|
|
|
| |
It has come to using pkg-config. :O
|
|
|
|
| |
Also fix the 7za download path in Win32Depends.cmake.
|
|
|
|
|
|
| |
Remove bsdtar, SVG libraries, openSUSE package sources.
Don't need those anymore.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The org.logdiag ID has been chosen as I haven't found any specific rules
and com.github.logdiag seems not to be future-proof. This domain remains
available so far, anyway.
The schemas are compiled only when installed directly to CMAKE_INSTALL_PREFIX
to the root filesystem. When invoking `make install` with DESTDIR, only
the XML files are copied over as the schemas would have to be recompiled
later anyway.
|
|
|
|
|
|
|
| |
* Update the link for libbz2.
* Retrieve URLs for openSUSE packages from the directory listing,
start using the stable openSUSE 11.4 repository.
* Check MD5 of packages that are already present.
|
| |
|
|
|
|
| |
The files have been rebuilt or repacked.
|
|
|
|
|
| |
* Require gettext-tools to build.
* Depend on libintl on Win32.
|
|
|
|
| |
I've known about this all the time, hoping it's not a problem.
|
| |
|
| |
|
|
* Add Win32Depends.cmake, which retrieves all dependencies from
the Internet. Other ways of building the application on Win32
are not supported.
* Install the application correctly on Win32.
* Make FindGTK2.cmake search for GIO.
* Make the project a C-only project, so g++ is not needed.
* Remove obsolete checks for strtok().
* Set WIN32_EXECUTABLE on the application.
|