-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcom.github.bajoja.indicator-kdeconnect.json
115 lines (115 loc) · 3.91 KB
/
com.github.bajoja.indicator-kdeconnect.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"id": "com.github.bajoja.indicator-kdeconnect",
"runtime": "org.gnome.Platform",
"runtime-version": "3.36",
"sdk": "org.gnome.Sdk",
"command": "indicator-kdeconnect",
"rename-desktop-file": "indicator-kdeconnect.desktop",
"rename-icon": "kdeconnect",
"finish-args": [
"--filesystem=host",
"--socket=x11",
"--share=ipc",
"--socket=pulseaudio",
"--share=network",
"--device=all",
"--talk-name=org.kde.kdeconnect",
"--talk-name=org.kde.kdeconnectd",
"--talk-name=org.kde.StatusNotifierWatcher",
"--talk-name=org.freedesktop.DBus.Proprieties",
"--talk-name=org.freedesktop.IBus",
"--talk-name=org.freedesktop.Notifications"
],
"modules": [
"shared-modules/libappindicator/libappindicator-gtk3-introspection-12.10.json",
{
"name": "python-requests",
"buildsystem": "simple",
"build-commands": [
"pip3 install --prefix=/app requests-2.14.2-py2.py3-none-any.whl"
],
"sources": [
{
"type": "file",
"url": "https://pypi.python.org/packages/e4/b0/286e8a936158e5cc5791d5fa3bc4b1d5a7e1ff4e5b3f3766b63d8e97708a/requests-2.14.2-py2.py3-none-any.whl#md5=a1b2f02e7ba45dff7c76f621cde042c4",
"sha256": "3b39cde35be51762885631cf586f4dc2284951b44d479a4454020758d767cc2f"
}
]
},
{
"name": "python-oauthlib",
"buildsystem": "simple",
"build-commands": ["python3 setup.py install --prefix=/app --root=/"],
"sources": [
{
"type": "archive",
"url": "https://pypi.python.org/packages/fa/2e/25f25e6c69d97cf921f0a8f7d520e0ef336dd3deca0142c0b634b0236a90/oauthlib-2.0.2.tar.gz#md5=f59b448a30684347e00f369bc3542abc",
"sha256": "b3b9b47f2a263fe249b5b48c4e25a5bce882ff20a0ac34d553ce43cff55b53ac"
}
]
},
{
"name": "python-request_oauthlib",
"buildsystem": "simple",
"build-commands": [
"pip3 install --prefix=/app requests_oauthlib-0.8.0-py2.py3-none-any.whl"
],
"sources": [
{
"type": "file",
"url": "https://pypi.python.org/packages/77/34/d0957563f20b259a31c12f14e858d79f2e66eb539d3c1b9ab7077ef030ca/requests_oauthlib-0.8.0-py2.py3-none-any.whl#md5=3dd6a56cde1e4b86cbdec252b95efd8c",
"sha256": "50a8ae2ce8273e384895972b56193c7409601a66d4975774c60c2aed869639ca"
}
]
},
{
"name": "indicator-kdeconnect",
"buildsystem": "cmake",
"post-install": [
"cp -R data/icons/ /app/share/icons/",
"cp data/desktop/indicator-kdeconnect-settings.desktop /app/share/applications/com.github.bajoja.indicator-kdeconnect.settings.desktop",
"rm /app/share/applications/indicator-kdeconnect-settings.desktop"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/b4j4/indicator-kdeconnect/archive/refs/tags/0.9.4.tar.gz",
"sha256": "416510171e6c2a7a87f7b0b43e2ddf135b152952c5032aecd82880ba88f9c2e0"
},
{
"type": "patch",
"path": "indicatorkdeconnect-fixes.patch"
}
]
},
{
"name": "appdata",
"buildsystem": "simple",
"build-commands": [
"install -Dm644 com.github.bajoja.indicator-kdeconnect.appdata.xml /app/share/appdata/com.github.bajoja.indicator-kdeconnect.appdata.xml"
],
"sources": [
{
"type": "file",
"path": "com.github.bajoja.indicator-kdeconnect.appdata.xml"
}
]
},
{
"name": "kde-icons",
"buildsystem": "simple",
"build-commands": ["sh kde-icons.sh"],
"sources": [
{
"type": "archive",
"url": "https://invent.kde.org/network/kdeconnect-kde/-/archive/v1.4/kdeconnect-kde-v1.4.tar.gz",
"sha256": "60aac1fc8d310fd6e5fed6018cf9fdd2bc8025a43a8806e11deebba4487faac0"
},
{
"type": "file",
"path": "kde-icons.sh"
}
]
}
]
}