mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/terminator: added missing dependencies, added check()
This commit is contained in:
parent
5b6f6cc791
commit
4cb1f8767e
@ -2,20 +2,24 @@
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=terminator
|
||||
pkgver=1.91
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
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
|
||||
gconf gsettings-desktop-schemas"
|
||||
makedepends=""
|
||||
install=""
|
||||
depends="python2 py-gtk xdg-utils vte3 dbus-glib gettext intltool keybinder3
|
||||
gconf gsettings-desktop-schemas py2-gobject3 py2-cairo py-dbus py-psutil"
|
||||
makedepends="python2-dev"
|
||||
subpackages="$pkgname-doc $pkgname-lang"
|
||||
source="https://launchpad.net/$pkgname/gtk3/$pkgver/+download/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
python2 setup.py check
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
python2 setup.py build
|
||||
|
Loading…
Reference in New Issue
Block a user