parent
a119210a33
commit
de3b52f369
1 changed files with 10 additions and 10 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'terminator'
|
||||
pkgname=terminator
|
||||
version=1.0
|
||||
revision=2
|
||||
version=1.91
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python2-module
|
||||
hostmakedepends="python intltool"
|
||||
makedepends="vte-python"
|
||||
depends="desktop-file-utils vte-python python-psutil"
|
||||
pycompile_module="terminatorlib"
|
||||
hostmakedepends="intltool python"
|
||||
depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify
|
||||
python-dbus python-gobject python-psutil vte3"
|
||||
short_desc="Tiling terminal emulator application"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
homepage="http://gnometerminator.blogspot.de/"
|
||||
license="GPL-2"
|
||||
distfiles="http://launchpad.net/$pkgname/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
|
||||
checksum=88aa09e96591c4fd7ff2765617acee6c9bae9c188db2590652a8aba53bbbdadd
|
||||
noarch=yes
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://gnometerminator.blogspot.de/"
|
||||
distfiles="https://launchpad.net/${pkgname}/gtk3/${version}/+download/${pkgname}-${version}.tar.gz"
|
||||
checksum=95f76e3c0253956d19ceab2f8da709a496f1b9cf9b1c5b8d3cd0b6da3cc7be69
|
||||
|
||||
pre_configure() {
|
||||
cp $FILESDIR/terminator.desktop.in data
|
||||
|
|
Loading…
Reference in a new issue