Skip to content
Snippets Groups Projects
Commit 1492aebf authored by Balló György's avatar Balló György :flag_hu:
Browse files

Fix dependencies

parent 7a23f3f8
No related branches found
No related tags found
No related merge requests found
......@@ -6,13 +6,13 @@
pkgname=terminator
pkgver=1.90
pkgrel=1
pkgrel=2
pkgdesc='Terminal emulator that supports tabs and grids'
arch=('any')
url='http://gnometerminator.blogspot.fr/p/introduction.html'
url='https://gnometerminator.blogspot.com/p/introduction.html'
license=('GPL2')
depends=('vte3' 'gconf' 'pygtk' 'xdg-utils' 'python2-notify' 'python2-psutil' 'python2-gobject' 'libkeybinder3')
makedepends=('desktop-file-utils' 'gettext' 'intltool')
depends=('libkeybinder3' 'libnotify' 'python2-cairo' 'python2-dbus' 'python2-psutil' 'python2-gobject' 'vte3' 'xdg-utils')
makedepends=('intltool')
source=("https://launchpad.net/terminator/gtk3/${pkgver:0:3}/+download/${pkgname}-${pkgver}.tar.gz"
"https://launchpad.net/terminator/gtk3/${pkgver:0:3}/+download/${pkgname}-${pkgver}.tar.gz.asc")
md5sums=('7159b1e63e44184ddabdca023d41f763'
......@@ -21,7 +21,7 @@ sha512sums=('bd4a7b3b204bc497462fa4c957442d02ade3f161e5f79314f5c698aa5b186dcfac1
'SKIP')
validpgpkeys=('FE67C001C72200A71DE9EFA5DB69E1780B95EF32')
build() {
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
# python2 fix
......@@ -30,6 +30,13 @@ build() {
sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
done
# fix run without gconf
sed -i 's/except ImportError:/except ValueError:/' terminatorlib/config.py
}
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
python2 setup.py build
}
......
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