mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-18 11:06:23 +00:00
test(tray): add system tray tests (#4221)
This commit is contained in:
@ -36,6 +36,7 @@ cleanup:
|
||||
|
||||
modules:
|
||||
# Test dependencies
|
||||
- "modules/imagemagick.json"
|
||||
- "modules/xvfb/xvfb.json"
|
||||
|
||||
# Build dependencies
|
||||
|
||||
20
packaging/linux/flatpak/modules/imagemagick.json
Normal file
20
packaging/linux/flatpak/modules/imagemagick.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "imagemagick",
|
||||
"cleanup": [
|
||||
"*"
|
||||
],
|
||||
"config-opts": [
|
||||
"--disable-docs",
|
||||
"--disable-static",
|
||||
"--with-modules=no",
|
||||
"--with-perl=no",
|
||||
"--with-x"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://download.imagemagick.org/archive/releases/ImageMagick-7.1.2-29.tar.xz",
|
||||
"sha256": "bab096dc4b3089be4c0ebfdb90a232b85b7d982a99f722b30512fb243ea1e4ce"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user