summarylogtreecommitdiffstats
path: root/build-pacman.patch
diff options
context:
space:
mode:
authorLorian Coltof2020-09-15 13:19:48 +0200
committerLorian Coltof2020-09-15 13:19:48 +0200
commit155b6286984df31ecfcc926a4c10a814edcb41d1 (patch)
tree817e20e916a1aad924bcb9fd6d04f4238e1c89e8 /build-pacman.patch
parent7912395b1dd10fcfd798e07226cd883b37694521 (diff)
downloadaur-155b6286984df31ecfcc926a4c10a814edcb41d1.tar.gz
Fix dependencies of package
Diffstat (limited to 'build-pacman.patch')
-rw-r--r--build-pacman.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/build-pacman.patch b/build-pacman.patch
new file mode 100644
index 000000000000..89191ebd40f6
--- /dev/null
+++ b/build-pacman.patch
@@ -0,0 +1,37 @@
+diff --git a/package.json b/package.json
+index d587088..764bcad 100644
+--- a/package.json
++++ b/package.json
+@@ -93,7 +93,7 @@
+ },
+ "linux": {
+ "icon": "static/icons",
+- "target": "deb",
++ "target": "pacman",
+ "category": "Education"
+ },
+ "deb": {
+@@ -106,6 +106,14 @@
+ "libnss3",
+ "python3-codegrade-fs"
+ ]
++ },
++ "pacman": {
++ "depends": [
++ "gtk3",
++ "nss",
++ "libxss",
++ "libnotify"
++ ]
+ }
+ },
+ "dependencies": {
+@@ -141,7 +149,7 @@
+ "css-loader": "^0.28.11",
+ "del": "^3.0.0",
+ "devtron": "^1.4.0",
+- "electron": "^2.0.4",
++ "electron": "^3.0.0",
+ "electron-builder": "^20.19.2",
+ "electron-debug": "^1.5.0",
+ "electron-devtools-installer": "^2.2.4",