terminator: update to 0.98.
This commit is contained in:
parent
5ba2008d65
commit
2900ba1e59
|
@ -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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'terminator'
|
# Template file for 'terminator'
|
||||||
pkgname=terminator
|
pkgname=terminator
|
||||||
version=0.97
|
version=0.98
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python intltool"
|
hostmakedepends="python intltool"
|
||||||
makedepends="vte-python"
|
makedepends="vte-python"
|
||||||
|
@ -12,5 +12,10 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
homepage="http://gnometerminator.blogspot.de/"
|
homepage="http://gnometerminator.blogspot.de/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://launchpad.net/$pkgname/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
|
distfiles="http://launchpad.net/$pkgname/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
|
||||||
checksum=9131847023fa22f11cf812f6ceff51b5d66d140b6518ad41d7fa8b0742bfd3f7
|
checksum=076c8a9de27e40afbf8fccd94191558d7dbba4409d5cc8fb30dba5346ea55ddb
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
wrksrc=Terminator-$version
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
cp $FILESDIR/terminator.desktop.in data
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue