| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
CMake 3.9 has been proven to successfully unpack 7z archives.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a missing runtime library for gettext-tools.
- Remove the no longer necessary customized FindGettext.cmake,
since the downloaded gettext binaries are new enough.
- Make the installer at least ask to uninstall previous versions.
- Adjust the PATH of tests so that they'll run on Windows directly.
- Fix quoting so that the project will build inside paths with spaces.
- Resolve a GSettings deprecation warning.
- Update the README's build instructions as appropriate.
- Require CMake 3.9 because of the README's suggestion to fix
FindPkgConfig.cmake manually using separate_arguments(UNIX_COMMAND).
Tested build configurations:
- native Arch Linux,
- native Windows XP with the newest NSIS,
- Arch Linux Mingw-w64 i686 Win32Depends.cmake NSIS cross-build + XP,
- Arch Linux Mingw-w64 x86_64 MSYS2 NSIS cross-build + Windows 10.
Detected issues:
- The file save dialog will not add the extension automatically,
seen with MSYS2.
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|