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

* Re: [PR PATCH] [Updated] terminator: update to 1.92. switch to python 3 fork
  2020-10-04  2:16 [PR PATCH] terminator: update to 1.92. switch to python 3 fork sgn
@ 2020-10-04 14:38 ` sgn
  2020-10-04 23:56 ` sgn
  2020-10-07  0:42 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2020-10-04 14:38 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 5073 bytes --]

From 152881fd298fbee707ad53dd27cdc34fb3e73908 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 1/2] 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

From 630c7d847b1d93e90acbbb98db62fdb9acebb75f 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 21:35:48 +0700
Subject: [PATCH 2/2] python-psutil: drop package

---
 srcpkgs/python-psutil/template  | 27 ---------------------------
 srcpkgs/python3-psutil          |  1 -
 srcpkgs/python3-psutil/template | 18 ++++++++++++++++++
 3 files changed, 18 insertions(+), 28 deletions(-)
 delete mode 100644 srcpkgs/python-psutil/template
 delete mode 120000 srcpkgs/python3-psutil
 create mode 100644 srcpkgs/python3-psutil/template

diff --git a/srcpkgs/python-psutil/template b/srcpkgs/python-psutil/template
deleted file mode 100644
index 50a07660278..00000000000
--- a/srcpkgs/python-psutil/template
+++ /dev/null
@@ -1,27 +0,0 @@
-# Template file for 'python-psutil'
-pkgname=python-psutil
-version=5.7.0
-revision=2
-wrksrc="psutil-${version}"
-build_style=python-module
-hostmakedepends="python-setuptools python3-setuptools"
-makedepends="python-devel python3-devel"
-short_desc="Cross-platform process and system utilities module for Python2"
-maintainer="Alessio Sergi <al3hex@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://github.com/giampaolo/psutil"
-distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
-checksum=685ec16ca14d079455892f25bd124df26ff9137664af445563c1bd36629b5e0e
-
-post_install() {
-	vlicense LICENSE
-}
-
-python3-psutil_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	depends="python3"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-psutil b/srcpkgs/python3-psutil
deleted file mode 120000
index f07be36627e..00000000000
--- a/srcpkgs/python3-psutil
+++ /dev/null
@@ -1 +0,0 @@
-python-psutil
\ No newline at end of file
diff --git a/srcpkgs/python3-psutil/template b/srcpkgs/python3-psutil/template
new file mode 100644
index 00000000000..bda856953bf
--- /dev/null
+++ b/srcpkgs/python3-psutil/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-psutil'
+pkgname=python3-psutil
+version=5.7.0
+revision=3
+wrksrc="psutil-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+short_desc="Cross-platform process and system utilities module for Python3"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/giampaolo/psutil"
+distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
+checksum=685ec16ca14d079455892f25bd124df26ff9137664af445563c1bd36629b5e0e
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] terminator: update to 1.92. switch to python 3 fork
  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
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2020-10-04 23:56 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 5093 bytes --]

From 36acffcd0d6341e3b1d1260999c69547572a61fc 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 1/2] 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

From ec1581715e04746f069083f1cef60e20f83a5e25 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 21:35:48 +0700
Subject: [PATCH 2/2] python-psutil: drop package

---
 srcpkgs/python-psutil/template  | 27 ---------------------------
 srcpkgs/python3-psutil          |  1 -
 srcpkgs/python3-psutil/template | 19 +++++++++++++++++++
 3 files changed, 19 insertions(+), 28 deletions(-)
 delete mode 100644 srcpkgs/python-psutil/template
 delete mode 120000 srcpkgs/python3-psutil
 create mode 100644 srcpkgs/python3-psutil/template

diff --git a/srcpkgs/python-psutil/template b/srcpkgs/python-psutil/template
deleted file mode 100644
index 50a07660278..00000000000
--- a/srcpkgs/python-psutil/template
+++ /dev/null
@@ -1,27 +0,0 @@
-# Template file for 'python-psutil'
-pkgname=python-psutil
-version=5.7.0
-revision=2
-wrksrc="psutil-${version}"
-build_style=python-module
-hostmakedepends="python-setuptools python3-setuptools"
-makedepends="python-devel python3-devel"
-short_desc="Cross-platform process and system utilities module for Python2"
-maintainer="Alessio Sergi <al3hex@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://github.com/giampaolo/psutil"
-distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
-checksum=685ec16ca14d079455892f25bd124df26ff9137664af445563c1bd36629b5e0e
-
-post_install() {
-	vlicense LICENSE
-}
-
-python3-psutil_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	depends="python3"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-psutil b/srcpkgs/python3-psutil
deleted file mode 120000
index f07be36627e..00000000000
--- a/srcpkgs/python3-psutil
+++ /dev/null
@@ -1 +0,0 @@
-python-psutil
\ No newline at end of file
diff --git a/srcpkgs/python3-psutil/template b/srcpkgs/python3-psutil/template
new file mode 100644
index 00000000000..1f89ed410c9
--- /dev/null
+++ b/srcpkgs/python3-psutil/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-psutil'
+pkgname=python3-psutil
+version=5.7.0
+revision=3
+wrksrc="psutil-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+depends="python3"
+short_desc="Cross-platform process and system utilities module for Python3"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/giampaolo/psutil"
+distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
+checksum=685ec16ca14d079455892f25bd124df26ff9137664af445563c1bd36629b5e0e
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: terminator: update to 1.92. switch to python 3 fork
  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 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2020-10-07  0:42 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

terminator: update to 1.92. switch to python 3 fork
https://github.com/void-linux/void-packages/pull/25321

Description:


^ 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).