terminator: update to 0.98.

This commit is contained in:
Enno Boland 2015-09-08 10:58:28 +02:00
parent 5ba2008d65
commit 2900ba1e59
2 changed files with 24 additions and 3 deletions

View File

@ -0,0 +1,16 @@
[Desktop Entry]
_Name=Terminator
_Comment=Multiple terminals in one window
TryExec=terminator
Exec=terminator
Icon=terminator
Type=Application
Categories=GNOME;GTK;Utility;TerminalEmulator;System;
StartupNotify=true
X-Ubuntu-Gettext-Domain=terminator
X-Ayatana-Desktop-Shortcuts=NewWindow;
[NewWindow Shortcut Group]
Name=Open a New Window
Exec=terminator
TargetEnvironment=Unity

View File

@ -1,7 +1,7 @@
# Template file for 'terminator'
pkgname=terminator
version=0.97
revision=3
version=0.98
revision=1
build_style=python-module
hostmakedepends="python intltool"
makedepends="vte-python"
@ -12,5 +12,10 @@ 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=9131847023fa22f11cf812f6ceff51b5d66d140b6518ad41d7fa8b0742bfd3f7
checksum=076c8a9de27e40afbf8fccd94191558d7dbba4409d5cc8fb30dba5346ea55ddb
noarch=yes
wrksrc=Terminator-$version
pre_configure() {
cp $FILESDIR/terminator.desktop.in data
}