diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 23:32:07 -0300 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-02-26 06:30:23 +0000 |
commit | 1470a6c8e76491a8d059ebd4b7521c4bf20b837c (patch) | |
tree | 2a09efa241e36b3317bed71e49a7dce3cb36ffc0 /community/gnome-terminal | |
parent | 56aa7795fecc48561deb095995abd335e16ba515 (diff) | |
download | aports-1470a6c8e76491a8d059ebd4b7521c4bf20b837c.tar.bz2 aports-1470a6c8e76491a8d059ebd4b7521c4bf20b837c.tar.xz |
{main,community,testing}: make terminals depend on ncurses-terminfo-base
Diffstat (limited to 'community/gnome-terminal')
-rw-r--r-- | community/gnome-terminal/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-terminal/APKBUILD b/community/gnome-terminal/APKBUILD index c20e3a7e2c..1bf7881e27 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=2 +pkgrel=3 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 ncurses-terminfo" +depends="dbus desktop-file-utils gsettings-desktop-schemas ncurses-terminfo-base" makedepends="dconf-dev gnome-shell gsettings-desktop-schemas-dev nautilus-dev vte3-dev glib-dev intltool itstool pcre2-dev" subpackages="$pkgname-doc $pkgname-lang" |