terminator: update to 1.92.
This commit is contained in:
parent
b625d66327
commit
65ab6cc6fc
@ -1,16 +0,0 @@
|
||||
[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,20 +1,14 @@
|
||||
# Template file for 'terminator'
|
||||
pkgname=terminator
|
||||
version=1.91
|
||||
revision=2
|
||||
archs=noarch
|
||||
build_style=python2-module
|
||||
pycompile_module="terminatorlib"
|
||||
hostmakedepends="intltool python"
|
||||
version=1.92
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="intltool python3-setuptools"
|
||||
depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify
|
||||
python-dbus python-gobject python-psutil vte3"
|
||||
python3-dbus python3-gobject python3-psutil vte3 pango"
|
||||
short_desc="Tiling terminal emulator application"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
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
|
||||
}
|
||||
homepage="https://gnome-terminator.org"
|
||||
distfiles="https://github.com/gnome-terminator/terminator/releases/download/v$version/terminator-$version.tar.gz"
|
||||
checksum=1f94d676ad42c814e159e6374dca81e4e68ac1f03f2013395ba99b69c17573f1
|
||||
|
Loading…
x
Reference in New Issue
Block a user