Revert "manifest updates from the Flathub's PR (#9581)" (#9585)

This reverts commit e06f456bbd.
This commit is contained in:
RustDesk
2024-10-07 21:50:01 +08:00
committed by GitHub
parent 28b6bc186f
commit 5555ba6b2f
4 changed files with 37 additions and 72 deletions

15
flatpak/xdotool.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "xdotool",
"buildsystem": "simple",
"build-commands": [
"make -j4 && PREFIX=./build make install",
"cp -r ./build/* /app/"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/jordansissel/xdotool/releases/download/v3.20211022.1/xdotool-3.20211022.1.tar.gz",
"sha256": "96f0facfde6d78eacad35b91b0f46fecd0b35e474c03e00e30da3fdd345f9ada"
}
]
}