From 2900ba1e5989a39deb857881aa226cf5d9530a76 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 8 Sep 2015 10:58:28 +0200 Subject: [PATCH] terminator: update to 0.98. --- srcpkgs/terminator/files/terminator.desktop.in | 16 ++++++++++++++++ srcpkgs/terminator/template | 11 ++++++++--- 2 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/terminator/files/terminator.desktop.in diff --git a/srcpkgs/terminator/files/terminator.desktop.in b/srcpkgs/terminator/files/terminator.desktop.in new file mode 100644 index 00000000000..9bfe69b2021 --- /dev/null +++ b/srcpkgs/terminator/files/terminator.desktop.in @@ -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 + diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template index b1132b951b2..ae4bc90465d 100644 --- a/srcpkgs/terminator/template +++ b/srcpkgs/terminator/template @@ -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 " 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 +}