Merge pull request #12065 from akallabeth/rm-xprop

[packaging,flatpak] remove xprop
This commit is contained in:
akallabeth
2025-12-11 09:54:41 +01:00
committed by GitHub
4 changed files with 0 additions and 50 deletions

View File

@@ -39,7 +39,6 @@ jobs:
v4l_compat \
libv4l \
uriparser \
pkcs11-helper \
ffmpeg \
pulseaudio \
pcsc-lite \

View File

@@ -45,11 +45,9 @@
"modules/libusb.json",
"modules/uriparser.json",
"modules/cJSON.json",
"modules/xprop.json",
"modules/pcsc.json",
"modules/krb5.json",
"modules/opensc.json",
"modules/pkcs11-helper.json",
"modules/SDL3.json",
"modules/SDL3_image.json",
"modules/SDL3_ttf.json",

View File

@@ -1,26 +0,0 @@
{
"buildsystem": "autotools",
"name": "pkcs11-helper",
"sources": [
{
"sha256": "076c9f664812a45f2da25efc157338b0b8bb1949117f0144050fec176b6fdf78",
"type": "archive",
"url":
"https://github.com/OpenSC/pkcs11-helper/archive/refs/tags/pkcs11-helper-1.30.0.tar.gz",
"x-checker-data": {
"project-id": 91990,
"stable-only": true,
"type": "anitya",
"url-template":
"https://github.com/OpenSC/pkcs11-helper/archive/refs/tags/pkcs11-helper-$version.tar.gz"
}
},
{
"commands": [
"autoreconf -vfi"
],
"dest-filename": "autogen.sh",
"type": "script"
}
]
}

View File

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