-
Notifications
You must be signed in to change notification settings - Fork 1
/
org.gnu.Emacs.json
127 lines (121 loc) · 3.22 KB
/
org.gnu.Emacs.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
116
117
118
119
120
121
122
123
124
125
126
127
{
"app-id": "org.gnu.Emacs",
"runtime": "org.gnome.Platform",
"runtime-version": "3.26",
"sdk": "org.gnome.Sdk",
"command": "emacs",
"rename-appdata-file": "emacs.appdata.xml",
"rename-desktop-file": "emacs.desktop",
"rename-icon": "emacs",
"finish-args": [
"--socket=x11",
"--socket=wayland",
"--share=network",
"--share=ipc",
"--filesystem=host",
"--filesystem=/tmp/"
],
"modules": [
{
"name": "zlib",
"buildsystem" : "autotools",
"config-opts" : ["--prefix=/app"],
"sources": [
{
"type": "archive",
"url": "https://www.zlib.net/zlib-1.2.11.tar.xz",
"sha256": "4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066"
}
]
},
{
"name": "isync",
"buildsystem": "autotools",
"config-opts": ["--prefix=/app"],
"sources": [
{
"type": "archive",
"url": "https://downloads.sourceforge.net/sourceforge/isync/isync-1.3.0.tar.gz",
"sha256": "8d5f583976e3119705bdba27fa4fc962e807ff5996f24f354957178ffa697c9c"
}
]
},
{
"name": "gmime",
"buildsystem": "autotools",
"config-opts": ["--prefix=/app"],
"sources": [
{
"type": "archive",
"url": "http://ftp.gnome.org/pub/GNOME/sources/gmime/2.6/gmime-2.6.23.tar.xz",
"sha256": "7149686a71ca42a1390869b6074815106b061aaeaaa8f2ef8c12c191d9a79f6a"
}
]
},
{
"name": "xapian-core",
"buildsystem": "autotools",
"config-opts": ["--prefix=/app"],
"sources": [
{
"type": "archive",
"url": "https://oligarchy.co.uk/xapian/1.4.5/xapian-core-1.4.5.tar.xz",
"sha256": "85b5f952de9df925fd13e00f6e82484162fd506d38745613a50b0a2064c6b02b"
}
]
},
{
"name": "openssh",
"buildsystem" : "autotools",
"config-opts" : ["--prefix=/app"],
"sources": [
{
"type": "archive",
"url": "https://cloudflare.cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.6p1.tar.gz",
"sha256": "a323caeeddfe145baaa0db16e98d784b1fbc7dd436a6bf1f479dfd5cd1d21723"
}
]
},
{
"name": "git",
"buildsystem" : "autotools",
"config-opts" : ["--prefix=/app"],
"sources": [
{
"type": "archive",
"url": "https://www.kernel.org/pub/software/scm/git/git-2.9.5.tar.xz",
"sha256": "a4bea37ecb9a3fb5c0c8ef18c2f7eeaf8ccbcfec91f72f3bccfc6bf72a3e3902"
}
]
},
{
"name": "emacs",
"buildsystem": "autotools",
"config-opts": ["--with-dbus", "--with-gif", "--with-jpeg", "--with-png", "--with-rsvg",
"--with-tiff", "--with-xft", "--with-xpm", "--with-x-toolkit=gtk3", "--with-gpm=no",
"--with-xwidgets", "--with-modules", "--prefix=/app"],
"make-args": ["RUN_TEMACS= setarch `arch` -R ./temacs"],
"sources": [
{
"type": "git",
"tag": "emacs-26.0.91",
"commit": "752fba992b793a74d202c9cfc3e1a92fd458e748",
"url": "git://git.sv.gnu.org/emacs.git"
}
]
},
{
"name": "mu",
"buildsystem": "autotools",
"config-opts": ["--prefix=/app"],
"sources": [
{
"type": "archive",
"url": "https://github.com/djcb/mu/archive/v1.0.tar.gz",
"sha256": "533149abab967e2809f72e9fe62c6deb71d45b6ad2a5846247733a1dd2de69a0"
}
]
},
"pdftools.json"
]
}