freerdp refactor to mirror official package build process

This commit is contained in:
2025-02-19 12:29:58 +01:00
parent 259b3fb58d
commit ef4f0f3e18
12 changed files with 280 additions and 153 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "SDL2_ttf",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_VERBOSE_MAKEFILE=ON",
"-DCMAKE_BUILD_TYPE:STRING=Release",
"-DCMAKE_INSTALL_LIBDIR:PATH=lib"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.24.0/SDL2_ttf-2.24.0.tar.gz",
"sha256": "0b2bf1e7b6568adbdbc9bb924643f79d9dedafe061fa1ed687d1d9ac4e453bfd",
"x-checker-data": {
"type": "anitya",
"project-id": 4784,
"stable-only": true,
"url-template": "https://github.com/libsdl-org/SDL_ttf/releases/download/release-${version0}.${version1}.${version2}/SDL2_ttf-${version0}.${version1}.${version2}.tar.gz"
}
}
],
"cleanup": [
"/include",
"/lib/*.la",
"/lib/*.a",
"/lib/cmake",
"/share/aclocal",
"/lib/pkgconfig"
]
}