aboutsummaryrefslogtreecommitdiffstats
path: root/community/terminator
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-04-17 12:46:38 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-17 12:47:12 +0000
commit878a957bfc97bd6f2c15e363deb13f3c29a791c0 (patch)
tree1c5fe9a95797af99516f4b6b78e18afbfc98fa44 /community/terminator
parent87f53cd01e81d8f0f5a5647bf37582887284e818 (diff)
downloadaports-878a957bfc97bd6f2c15e363deb13f3c29a791c0.tar.bz2
aports-878a957bfc97bd6f2c15e363deb13f3c29a791c0.tar.xz
community/terminator: one more depends missing
Diffstat (limited to 'community/terminator')
-rw-r--r--community/terminator/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/terminator/APKBUILD b/community/terminator/APKBUILD
index c80a8c1fe4..9e4a1ebc3b 100644
--- a/community/terminator/APKBUILD
+++ b/community/terminator/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=terminator
pkgver=1.91
-pkgrel=1
+pkgrel=2
pkgdesc="Terminal emulator that supports tabs and grids"
url="http://gnometerminator.blogspot.fr/p/introduction.html"
arch="noarch"
license="GPL2"
depends="py-gtk xdg-utils vte dbus-glib gettext intltool keybinder3
- gsettings-desktop-schemas"
+ gconf gsettings-desktop-schemas"
makedepends=""
install=""
subpackages="$pkgname-doc $pkgname-lang"