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,23 +1,29 @@
{
"name": "pcsc",
"config-opts": [
"--disable-libsystemd",
"--enable-pic",
"--disable-libusb",
"--disable-polkit",
"--enable-shared",
"--with-systemdsystemunitdir=/app/lib/systemd/"
],
"sources": [
{
"type": "git",
"url": "https://github.com/LudovicRousseau/PCSC.git",
"tag": "2.0.3",
"commit": "c4e7f6f9c6fe56fafd3f13c31fcc4f670ad6d022"
}
],
"cleanup": [
"/share/doc",
"/share/man"
]
}
"name": "pcsc",
"config-opts": [
"--disable-libsystemd",
"--enable-pic",
"--disable-libusb",
"--enable-shared",
"--disable-polkit",
"--with-systemdsystemunitdir=/app/lib/systemd/"
],
"sources": [
{
"type": "git",
"url": "https://github.com/LudovicRousseau/PCSC.git",
"tag": "2.3.0",
"commit": "a2c25c5fa25b5e2400fe6a002ea2263069ebd94f",
"x-checker-data": {
"type": "anitya",
"project-id": 2611,
"stable-only": true,
"url-template": "https://github.com/LudovicRousseau/PCSC/tags/${version0}.${version1}.${version2}"
}
}
],
"cleanup": [
"/share/doc",
"/share/man"
]
}