aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-25 18:57:36 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-25 18:57:36 -0300
commitfe3e369f38c9d2646b61f9a451e57e8245b30486 (patch)
treeada17ed6ad7d55d760f5f4485438a49f67bf6a82
parent30417415599e1be7e8aa5d61dabd982f7d69728c (diff)
downloadaports-fe3e369f38c9d2646b61f9a451e57e8245b30486.tar.bz2
aports-fe3e369f38c9d2646b61f9a451e57e8245b30486.tar.xz
community/gnome-terminal: depend on ncurses-terminfo
-rw-r--r--community/gnome-terminal/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-terminal/APKBUILD b/community/gnome-terminal/APKBUILD
index 533fd8fff9..c20e3a7e2c 100644
--- a/community/gnome-terminal/APKBUILD
+++ b/community/gnome-terminal/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-terminal
pkgver=3.34.2
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME terminal emulator application"
url="https://wiki.gnome.org/Apps/Terminal"
arch="all !s390x !armhf !ppc64le" # limited by gnome-shell
license="GPL-2.0-or-later AND GFDL-1.3-only"
-depends="dbus desktop-file-utils gsettings-desktop-schemas"
+depends="dbus desktop-file-utils gsettings-desktop-schemas ncurses-terminfo"
makedepends="dconf-dev gnome-shell gsettings-desktop-schemas-dev nautilus-dev vte3-dev
glib-dev intltool itstool pcre2-dev"
subpackages="$pkgname-doc $pkgname-lang"