test(tray): add system tray tests (#4221)
This commit is contained in:
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