From 7b5945175e7aa98ad602f50fa6158385f5a53e01 Mon Sep 17 00:00:00 2001 From: zorn-v Date: Wed, 12 Feb 2020 19:49:54 +1000 Subject: [PATCH 1/3] Fix .deb install on ubuntu 20.04 --- resources/linux/debian/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/linux/debian/control.in b/resources/linux/debian/control.in index 4e33e5823..ecce49251 100644 --- a/resources/linux/debian/control.in +++ b/resources/linux/debian/control.in @@ -1,6 +1,6 @@ Package: <%= appFileName %> Version: <%= version %> -Depends: git, libgconf-2-4 (>= 3.2.5) | libgconf2-4, libgtk-3-0 (>= 3.9.10), libgcrypt11 | libgcrypt20, libnotify4, libxtst6, libnss3 (>= 2:3.22), python, gvfs-bin, xdg-utils, libx11-xcb1, libxss1, libasound2 (>= 1.0.16), libxkbfile1, libcurl3 | libcurl4, policykit-1 +Depends: git, libgconf-2-4 (>= 3.2.5) | libgconf2-4, libgtk-3-0 (>= 3.9.10), libgcrypt11 | libgcrypt20, libnotify4, libxtst6, libnss3 (>= 2:3.22), python | python2, gvfs-bin, xdg-utils, libx11-xcb1, libxss1, libasound2 (>= 1.0.16), libxkbfile1, libcurl3 | libcurl4, policykit-1 Recommends: lsb-release Suggests: libsecret-1-0, gir1.2-gnomekeyring-1.0 Section: devel From 09a6af97cf18cbe50436aedb626fed41006fcc21 Mon Sep 17 00:00:00 2001 From: zorn-v Date: Sat, 28 Mar 2020 16:54:44 +1000 Subject: [PATCH 2/3] Dummy --- resources/linux/debian/control.in | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/linux/debian/control.in b/resources/linux/debian/control.in index ecce49251..b78d37de0 100644 --- a/resources/linux/debian/control.in +++ b/resources/linux/debian/control.in @@ -10,3 +10,4 @@ Installed-Size: <%= installedSize %> Maintainer: GitHub Description: <%= description %> Atom is a free and open source text editor that is modern, approachable, and hackable to the core. + From 75bad87791c4b60e04c0348449a0fc8f02bf9bdb Mon Sep 17 00:00:00 2001 From: zorn-v Date: Sat, 28 Mar 2020 16:54:59 +1000 Subject: [PATCH 3/3] Dummy --- resources/linux/debian/control.in | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/linux/debian/control.in b/resources/linux/debian/control.in index b78d37de0..ecce49251 100644 --- a/resources/linux/debian/control.in +++ b/resources/linux/debian/control.in @@ -10,4 +10,3 @@ Installed-Size: <%= installedSize %> Maintainer: GitHub Description: <%= description %> Atom is a free and open source text editor that is modern, approachable, and hackable to the core. -