mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
terminator: update to 1.92.
This commit is contained in:
parent
b625d66327
commit
65ab6cc6fc
2 changed files with 8 additions and 30 deletions
|
@ -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'
|
# Template file for 'terminator'
|
||||||
pkgname=terminator
|
pkgname=terminator
|
||||||
version=1.91
|
version=1.92
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
build_style=python3-module
|
||||||
build_style=python2-module
|
hostmakedepends="intltool python3-setuptools"
|
||||||
pycompile_module="terminatorlib"
|
|
||||||
hostmakedepends="intltool python"
|
|
||||||
depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify
|
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"
|
short_desc="Tiling terminal emulator application"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://gnometerminator.blogspot.de/"
|
homepage="https://gnome-terminator.org"
|
||||||
distfiles="https://launchpad.net/${pkgname}/gtk3/${version}/+download/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/gnome-terminator/terminator/releases/download/v$version/terminator-$version.tar.gz"
|
||||||
checksum=95f76e3c0253956d19ceab2f8da709a496f1b9cf9b1c5b8d3cd0b6da3cc7be69
|
checksum=1f94d676ad42c814e159e6374dca81e4e68ac1f03f2013395ba99b69c17573f1
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
cp $FILESDIR/terminator.desktop.in data
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue