Skip to content

Commit ce19535

Browse files
committed
tree-wide: switch deps with metapackage
1 parent e31a50f commit ce19535

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tur-electron/electron-12.1.0/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TERMUX_PKG_MAINTAINER="Chongyun Lee <[email protected]>"
55
_CHROMIUM_VERSION=89.0.4389.128
66
TERMUX_PKG_VERSION=12.1.0
77
TERMUX_PKG_SRCURL=git+https://github.com/electron/electron
8-
TERMUX_PKG_DEPENDS="atk, cups, dbus, fontconfig, freetype, gtk3, krb5, libc++, libffi, libxkbcommon, libnss, libwayland, libx11, mesa, openssl, pango, pulseaudio"
8+
TERMUX_PKG_DEPENDS="electron-deps"
99
TERMUX_PKG_BUILD_DEPENDS="libnotify"
1010

1111
termux_step_get_source() {

tur-electron/electron-13.6.9/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TERMUX_PKG_MAINTAINER="Chongyun Lee <[email protected]>"
55
_CHROMIUM_VERSION=91.0.4472.164
66
TERMUX_PKG_VERSION=13.6.9
77
TERMUX_PKG_SRCURL=git+https://github.com/electron/electron
8-
TERMUX_PKG_DEPENDS="atk, cups, dbus, fontconfig, freetype, gtk3, krb5, libc++, libffi, libxkbcommon, libnss, libwayland, libx11, mesa, openssl, pango, pulseaudio"
8+
TERMUX_PKG_DEPENDS="electron-deps"
99
TERMUX_PKG_BUILD_DEPENDS="libnotify"
1010

1111
termux_step_get_source() {

tur-electron/electron-21.3.3/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TERMUX_PKG_MAINTAINER="Chongyun Lee <[email protected]>"
55
_CHROMIUM_VERSION=106.0.5249.199
66
TERMUX_PKG_VERSION=21.3.3
77
TERMUX_PKG_SRCURL=git+https://github.com/electron/electron
8-
TERMUX_PKG_DEPENDS="atk, cups, dbus, fontconfig, freetype, gtk3, krb5, libc++, libffi, libxkbcommon, libnss, libwayland, libx11, mesa, openssl, pango, pulseaudio"
8+
TERMUX_PKG_DEPENDS="electron-deps"
99
TERMUX_PKG_BUILD_DEPENDS="libnotify"
1010
# Chromium doesn't support i686 on Linux.
1111
TERMUX_PKG_BLACKLISTED_ARCHES="i686"

0 commit comments

Comments
 (0)