Skip to content
Snippets Groups Projects
Commit 18295953 authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

Fix missing psutil dependency

parent e48b33da
No related branches found
No related tags found
No related merge requests found
......@@ -6,14 +6,14 @@
pkgname=terminator
pkgver=1.0
pkgrel=1
pkgrel=2
pkgdesc='Terminal emulator that supports tabs and grids'
arch=('any')
url='http://gnometerminator.blogspot.fr/p/introduction.html'
license=('GPL2')
# Note: the package named 'vte3' is actually vte for GTK 3
# and terminator seems to require vte for GTK 2
depends=('vte' 'pygtk' 'dbus-glib' 'xdg-utils' 'python2-notify' 'python2-keybinder2')
depends=('vte' 'pygtk' 'dbus-glib' 'xdg-utils' 'python2-psutil' 'python2-notify' 'python2-keybinder2')
makedepends=('desktop-file-utils' 'gettext' 'intltool')
source=("https://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"
"https://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz.asc")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment