diff options
-rw-r--r-- | community/terminator/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/terminator/APKBUILD b/community/terminator/APKBUILD index 0e064c8b2c..c80a8c1fe4 100644 --- a/community/terminator/APKBUILD +++ b/community/terminator/APKBUILD @@ -2,12 +2,13 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=terminator pkgver=1.91 -pkgrel=0 +pkgrel=1 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" +depends="py-gtk xdg-utils vte dbus-glib gettext intltool keybinder3 + gsettings-desktop-schemas" makedepends="" install="" subpackages="$pkgname-doc $pkgname-lang" |