Flatpak: Add appindicator plugin

Modules are copied from https://github.com/flathub/shared-modules
This commit is contained in:
André Apitzsch
2020-08-11 22:35:13 +02:00
parent 237ceb11d0
commit 2c83bd4725
9 changed files with 1202 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "dbus-glib",
"cleanup": [
"*.la",
"/bin",
"/etc",
"/include",
"/libexec",
"/share/gtk-doc",
"/share/man"
],
"config-opts": [
"--disable-static",
"--disable-gtk-doc"
],
"sources": [
{
"type": "archive",
"url": "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.110.tar.gz",
"sha256": "7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825"
}
]
}