Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] terminator: update to 1.92. switch to python 3 fork
@ 2020-10-04  2:16 sgn
  2020-10-04 14:38 ` [PR PATCH] [Updated] " sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sgn @ 2020-10-04  2:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 340 bytes --]

There is a new pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages terminator-python-3
https://github.com/void-linux/void-packages/pull/25321

terminator: update to 1.92. switch to python 3 fork


A patch file from https://github.com/void-linux/void-packages/pull/25321.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-terminator-python-3-25321.patch --]
[-- Type: text/x-diff, Size: 2472 bytes --]

From f75f8941fe52bb1d5ccb383e8a90539d26ac1214 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sun, 4 Oct 2020 08:18:53 +0700
Subject: [PATCH] terminator: update to 1.92.

---
 .../terminator/files/terminator.desktop.in    | 16 --------------
 srcpkgs/terminator/template                   | 22 +++++++------------
 2 files changed, 8 insertions(+), 30 deletions(-)
 delete mode 100644 srcpkgs/terminator/files/terminator.desktop.in

diff --git a/srcpkgs/terminator/files/terminator.desktop.in b/srcpkgs/terminator/files/terminator.desktop.in
deleted file mode 100644
index 9bfe69b2021..00000000000
--- a/srcpkgs/terminator/files/terminator.desktop.in
+++ /dev/null
@@ -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
-
diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template
index bc95ee7924b..a96189ac064 100644
--- a/srcpkgs/terminator/template
+++ b/srcpkgs/terminator/template
@@ -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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-07  0:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-04  2:16 [PR PATCH] terminator: update to 1.92. switch to python 3 fork sgn
2020-10-04 14:38 ` [PR PATCH] [Updated] " sgn
2020-10-04 23:56 ` sgn
2020-10-07  0:42 ` [PR PATCH] [Merged]: " sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).