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

@@ -1,14 +1,20 @@
{
"name": "xprop",
"sources": [
{
"type": "archive",
"url": "https://xorg.freedesktop.org/releases/individual/app/xprop-1.2.7.tar.xz",
"sha256": "4436e3148bb91a162406230d9f736a49ca8b50b74790015dc15d78d6ce8e825f"
}
],
"cleanup": [
"/share/doc",
"/share/man"
]
}
"name": "xprop",
"sources": [
{
"type": "archive",
"url": "https://xorg.freedesktop.org/releases/individual/app/xprop-1.2.8.tar.xz",
"sha256": "d689e2adb7ef7b439f6469b51cda8a7daefc83243854c2a3b8f84d0f029d67ee",
"x-checker-data": {
"type": "anitya",
"project-id": 14958,
"stable-only": true,
"url-template": "https://xorg.freedesktop.org/releases/individual/app/xprop-${version0}.${version1}.${version2}.tar.xz"
}
}
],
"cleanup": [
"/share/doc",
"/share/man"
]
}