Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glade3: switch to python3
@ 2019-10-20 10:46 voidlinux-github
  2019-10-23 13:51 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-20 10:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages xfce4-terminal-python3
https://github.com/void-linux/void-packages/pull/15638

glade3: switch to python3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-terminal-python3-15638.patch --]
[-- Type: text/x-diff, Size: 1209 bytes --]

From c41854107d307be74f79b25e33d6ad6988cb5005 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 20 Oct 2019 12:46:31 +0200
Subject: [PATCH] glade3: switch to python3

---
 srcpkgs/glade3/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index 4b104ffc73a..f03bec62948 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,13 +1,13 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.22.1
-revision=3
+revision=4
 wrksrc="glade-${version}"
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="glib-devel gnome-doc-utils intltool itstool pkg-config"
-makedepends="gtk+3-devel python-gobject-devel"
+makedepends="gtk+3-devel python3-gobject-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="User Interface Designer for GTK+3"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -27,7 +27,7 @@ do_check() {
 }
 
 libgladeui3_package() {
-	depends="python-gobject"
+	depends="python3-gobject"
 	short_desc="GTK+ User Interface Build core library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"

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

* Re: [PR PATCH] [Updated] glade3: switch to python3
  2019-10-20 10:46 [PR PATCH] glade3: switch to python3 voidlinux-github
  2019-10-23 13:51 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-23 13:51 ` voidlinux-github
  2019-10-29  8:34 ` voidlinux-github
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-23 13:51 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages xfce4-terminal-python3
https://github.com/void-linux/void-packages/pull/15638

glade3: switch to python3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-terminal-python3-15638.patch --]
[-- Type: text/x-diff, Size: 1209 bytes --]

From f29796c8705e617ed944b4c32fe17884fc761f83 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 20 Oct 2019 12:46:31 +0200
Subject: [PATCH] glade3: switch to python3

---
 srcpkgs/glade3/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index 4b104ffc73a..f03bec62948 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,13 +1,13 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.22.1
-revision=3
+revision=4
 wrksrc="glade-${version}"
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="glib-devel gnome-doc-utils intltool itstool pkg-config"
-makedepends="gtk+3-devel python-gobject-devel"
+makedepends="gtk+3-devel python3-gobject-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="User Interface Designer for GTK+3"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -27,7 +27,7 @@ do_check() {
 }
 
 libgladeui3_package() {
-	depends="python-gobject"
+	depends="python3-gobject"
 	short_desc="GTK+ User Interface Build core library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"

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

* Re: [PR PATCH] [Updated] glade3: switch to python3
  2019-10-20 10:46 [PR PATCH] glade3: switch to python3 voidlinux-github
@ 2019-10-23 13:51 ` voidlinux-github
  2019-10-23 13:51 ` voidlinux-github
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-23 13:51 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages xfce4-terminal-python3
https://github.com/void-linux/void-packages/pull/15638

glade3: switch to python3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-terminal-python3-15638.patch --]
[-- Type: text/x-diff, Size: 1209 bytes --]

From f29796c8705e617ed944b4c32fe17884fc761f83 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 20 Oct 2019 12:46:31 +0200
Subject: [PATCH] glade3: switch to python3

---
 srcpkgs/glade3/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index 4b104ffc73a..f03bec62948 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,13 +1,13 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.22.1
-revision=3
+revision=4
 wrksrc="glade-${version}"
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="glib-devel gnome-doc-utils intltool itstool pkg-config"
-makedepends="gtk+3-devel python-gobject-devel"
+makedepends="gtk+3-devel python3-gobject-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="User Interface Designer for GTK+3"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -27,7 +27,7 @@ do_check() {
 }
 
 libgladeui3_package() {
-	depends="python-gobject"
+	depends="python3-gobject"
 	short_desc="GTK+ User Interface Build core library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"

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

* Re: [PR PATCH] [Updated] glade3: switch to python3
  2019-10-20 10:46 [PR PATCH] glade3: switch to python3 voidlinux-github
  2019-10-23 13:51 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-23 13:51 ` voidlinux-github
@ 2019-10-29  8:34 ` voidlinux-github
  2019-10-29  8:34 ` voidlinux-github
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-29  8:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages xfce4-terminal-python3
https://github.com/void-linux/void-packages/pull/15638

glade3: switch to python3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-terminal-python3-15638.patch --]
[-- Type: text/x-diff, Size: 1400 bytes --]

From d81f33d1bfcb49668af54dd35177ee168e1191d5 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 20 Oct 2019 12:46:31 +0200
Subject: [PATCH] glade3: switch to python3

---
 srcpkgs/glade3/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index 4b104ffc73a..3cdc9cd196b 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,13 +1,13 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.22.1
-revision=3
+revision=4
 wrksrc="glade-${version}"
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="glib-devel gnome-doc-utils intltool itstool pkg-config"
-makedepends="gtk+3-devel python-gobject-devel"
+makedepends="gtk+3-devel python3-gobject-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="User Interface Designer for GTK+3"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -21,13 +21,17 @@ lib32disabled=yes
 build_options="gir"
 build_options_default="gir"
 
+do_prebuild() {
+	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+}
+
 do_check() {
 	# Require running xserver
 	:
 }
 
 libgladeui3_package() {
-	depends="python-gobject"
+	depends="python3-gobject"
 	short_desc="GTK+ User Interface Build core library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"

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

* Re: [PR PATCH] [Updated] glade3: switch to python3
  2019-10-20 10:46 [PR PATCH] glade3: switch to python3 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-29  8:34 ` voidlinux-github
@ 2019-10-29  8:34 ` voidlinux-github
  2019-10-29  8:49 ` voidlinux-github
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-29  8:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages xfce4-terminal-python3
https://github.com/void-linux/void-packages/pull/15638

glade3: switch to python3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-terminal-python3-15638.patch --]
[-- Type: text/x-diff, Size: 1400 bytes --]

From d81f33d1bfcb49668af54dd35177ee168e1191d5 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 20 Oct 2019 12:46:31 +0200
Subject: [PATCH] glade3: switch to python3

---
 srcpkgs/glade3/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index 4b104ffc73a..3cdc9cd196b 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,13 +1,13 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.22.1
-revision=3
+revision=4
 wrksrc="glade-${version}"
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="glib-devel gnome-doc-utils intltool itstool pkg-config"
-makedepends="gtk+3-devel python-gobject-devel"
+makedepends="gtk+3-devel python3-gobject-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="User Interface Designer for GTK+3"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -21,13 +21,17 @@ lib32disabled=yes
 build_options="gir"
 build_options_default="gir"
 
+do_prebuild() {
+	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+}
+
 do_check() {
 	# Require running xserver
 	:
 }
 
 libgladeui3_package() {
-	depends="python-gobject"
+	depends="python3-gobject"
 	short_desc="GTK+ User Interface Build core library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"

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

* Re: [PR PATCH] [Updated] glade3: switch to python3
  2019-10-20 10:46 [PR PATCH] glade3: switch to python3 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-29  8:34 ` voidlinux-github
@ 2019-10-29  8:49 ` voidlinux-github
  2019-10-29  8:49 ` voidlinux-github
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-29  8:49 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages xfce4-terminal-python3
https://github.com/void-linux/void-packages/pull/15638

glade3: switch to python3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-terminal-python3-15638.patch --]
[-- Type: text/x-diff, Size: 1209 bytes --]

From 9e07a4282ead61fe9467612d4235021c814ce081 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 20 Oct 2019 12:46:31 +0200
Subject: [PATCH] glade3: switch to python3

---
 srcpkgs/glade3/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index 4b104ffc73a..f03bec62948 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,13 +1,13 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.22.1
-revision=3
+revision=4
 wrksrc="glade-${version}"
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="glib-devel gnome-doc-utils intltool itstool pkg-config"
-makedepends="gtk+3-devel python-gobject-devel"
+makedepends="gtk+3-devel python3-gobject-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="User Interface Designer for GTK+3"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -27,7 +27,7 @@ do_check() {
 }
 
 libgladeui3_package() {
-	depends="python-gobject"
+	depends="python3-gobject"
 	short_desc="GTK+ User Interface Build core library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"

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

* Re: [PR PATCH] [Updated] glade3: switch to python3
  2019-10-20 10:46 [PR PATCH] glade3: switch to python3 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-29  8:49 ` voidlinux-github
@ 2019-10-29  8:49 ` voidlinux-github
  2019-10-29  9:28 ` voidlinux-github
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-29  8:49 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages xfce4-terminal-python3
https://github.com/void-linux/void-packages/pull/15638

glade3: switch to python3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-terminal-python3-15638.patch --]
[-- Type: text/x-diff, Size: 1209 bytes --]

From 9e07a4282ead61fe9467612d4235021c814ce081 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 20 Oct 2019 12:46:31 +0200
Subject: [PATCH] glade3: switch to python3

---
 srcpkgs/glade3/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index 4b104ffc73a..f03bec62948 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,13 +1,13 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.22.1
-revision=3
+revision=4
 wrksrc="glade-${version}"
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="glib-devel gnome-doc-utils intltool itstool pkg-config"
-makedepends="gtk+3-devel python-gobject-devel"
+makedepends="gtk+3-devel python3-gobject-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="User Interface Designer for GTK+3"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -27,7 +27,7 @@ do_check() {
 }
 
 libgladeui3_package() {
-	depends="python-gobject"
+	depends="python3-gobject"
 	short_desc="GTK+ User Interface Build core library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"

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

* Re: [PR PATCH] [Updated] glade3: switch to python3
  2019-10-20 10:46 [PR PATCH] glade3: switch to python3 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-29  8:49 ` voidlinux-github
@ 2019-10-29  9:28 ` voidlinux-github
  2019-10-29  9:28 ` voidlinux-github
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-29  9:28 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages xfce4-terminal-python3
https://github.com/void-linux/void-packages/pull/15638

glade3: switch to python3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-terminal-python3-15638.patch --]
[-- Type: text/x-diff, Size: 1110 bytes --]

From 164888badf60907f6d0f7d90367d53f00208d121 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 20 Oct 2019 12:46:31 +0200
Subject: [PATCH] glade3: switch to python3

---
 srcpkgs/glade3/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index 4b104ffc73a..2d400f10673 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -4,13 +4,13 @@ version=3.22.1
 revision=3
 wrksrc="glade-${version}"
 build_style=gnu-configure
-build_helper="gir"
+build_helper="gir qemu"
 configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="glib-devel gnome-doc-utils intltool itstool pkg-config"
 makedepends="gtk+3-devel python-gobject-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="User Interface Designer for GTK+3"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://glade.gnome.org/"
 distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"

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

* Re: [PR PATCH] [Updated] glade3: switch to python3
  2019-10-20 10:46 [PR PATCH] glade3: switch to python3 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-29  9:28 ` voidlinux-github
@ 2019-10-29  9:28 ` voidlinux-github
  2019-10-29 10:08 ` voidlinux-github
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-29  9:28 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages xfce4-terminal-python3
https://github.com/void-linux/void-packages/pull/15638

glade3: switch to python3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-terminal-python3-15638.patch --]
[-- Type: text/x-diff, Size: 1110 bytes --]

From 164888badf60907f6d0f7d90367d53f00208d121 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 20 Oct 2019 12:46:31 +0200
Subject: [PATCH] glade3: switch to python3

---
 srcpkgs/glade3/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index 4b104ffc73a..2d400f10673 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -4,13 +4,13 @@ version=3.22.1
 revision=3
 wrksrc="glade-${version}"
 build_style=gnu-configure
-build_helper="gir"
+build_helper="gir qemu"
 configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="glib-devel gnome-doc-utils intltool itstool pkg-config"
 makedepends="gtk+3-devel python-gobject-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="User Interface Designer for GTK+3"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://glade.gnome.org/"
 distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz"

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

* Re: [PR PATCH] [Updated] glade3: switch to python3
  2019-10-20 10:46 [PR PATCH] glade3: switch to python3 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-29  9:28 ` voidlinux-github
@ 2019-10-29 10:08 ` voidlinux-github
  2019-10-29 10:08 ` voidlinux-github
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-29 10:08 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages xfce4-terminal-python3
https://github.com/void-linux/void-packages/pull/15638

glade3: switch to python3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-terminal-python3-15638.patch --]
[-- Type: text/x-diff, Size: 1236 bytes --]

From 7751ae158f1763839e3b3610de76762820d57581 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 20 Oct 2019 12:46:31 +0200
Subject: [PATCH] glade3: switch to python3

---
 srcpkgs/glade3/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index 4b104ffc73a..21889189893 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,13 +1,13 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.22.1
-revision=3
+revision=4
 wrksrc="glade-${version}"
 build_style=gnu-configure
-build_helper="gir"
+build_helper="gir qemu"
 configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="glib-devel gnome-doc-utils intltool itstool pkg-config"
-makedepends="gtk+3-devel python-gobject-devel"
+makedepends="gtk+3-devel python3-gobject-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="User Interface Designer for GTK+3"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -27,7 +27,7 @@ do_check() {
 }
 
 libgladeui3_package() {
-	depends="python-gobject"
+	depends="python3-gobject"
 	short_desc="GTK+ User Interface Build core library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"

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

* Re: [PR PATCH] [Updated] glade3: switch to python3
  2019-10-20 10:46 [PR PATCH] glade3: switch to python3 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-10-29 10:08 ` voidlinux-github
@ 2019-10-29 10:08 ` voidlinux-github
  2019-10-29 10:37 ` voidlinux-github
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-29 10:08 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages xfce4-terminal-python3
https://github.com/void-linux/void-packages/pull/15638

glade3: switch to python3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-terminal-python3-15638.patch --]
[-- Type: text/x-diff, Size: 1236 bytes --]

From 7751ae158f1763839e3b3610de76762820d57581 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 20 Oct 2019 12:46:31 +0200
Subject: [PATCH] glade3: switch to python3

---
 srcpkgs/glade3/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index 4b104ffc73a..21889189893 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,13 +1,13 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.22.1
-revision=3
+revision=4
 wrksrc="glade-${version}"
 build_style=gnu-configure
-build_helper="gir"
+build_helper="gir qemu"
 configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="glib-devel gnome-doc-utils intltool itstool pkg-config"
-makedepends="gtk+3-devel python-gobject-devel"
+makedepends="gtk+3-devel python3-gobject-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="User Interface Designer for GTK+3"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -27,7 +27,7 @@ do_check() {
 }
 
 libgladeui3_package() {
-	depends="python-gobject"
+	depends="python3-gobject"
 	short_desc="GTK+ User Interface Build core library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"

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

* Re: [PR PATCH] [Updated] glade3: switch to python3
  2019-10-20 10:46 [PR PATCH] glade3: switch to python3 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-10-29 10:08 ` voidlinux-github
@ 2019-10-29 10:37 ` voidlinux-github
  2019-10-29 10:37 ` voidlinux-github
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-29 10:37 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages xfce4-terminal-python3
https://github.com/void-linux/void-packages/pull/15638

glade3: switch to python3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-terminal-python3-15638.patch --]
[-- Type: text/x-diff, Size: 1209 bytes --]

From 6a2cfcc092223fc1eb6a8c9d1de2b6b7169da129 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 20 Oct 2019 12:46:31 +0200
Subject: [PATCH] glade3: switch to python3

---
 srcpkgs/glade3/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index 4b104ffc73a..f03bec62948 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,13 +1,13 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.22.1
-revision=3
+revision=4
 wrksrc="glade-${version}"
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="glib-devel gnome-doc-utils intltool itstool pkg-config"
-makedepends="gtk+3-devel python-gobject-devel"
+makedepends="gtk+3-devel python3-gobject-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="User Interface Designer for GTK+3"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -27,7 +27,7 @@ do_check() {
 }
 
 libgladeui3_package() {
-	depends="python-gobject"
+	depends="python3-gobject"
 	short_desc="GTK+ User Interface Build core library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"

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

* Re: [PR PATCH] [Updated] glade3: switch to python3
  2019-10-20 10:46 [PR PATCH] glade3: switch to python3 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-10-29 10:37 ` voidlinux-github
@ 2019-10-29 10:37 ` voidlinux-github
  2019-10-29 11:03 ` voidlinux-github
  2019-12-25  2:54 ` [PR PATCH] [Closed]: " voidlinux-github
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-29 10:37 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages xfce4-terminal-python3
https://github.com/void-linux/void-packages/pull/15638

glade3: switch to python3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-terminal-python3-15638.patch --]
[-- Type: text/x-diff, Size: 1209 bytes --]

From 6a2cfcc092223fc1eb6a8c9d1de2b6b7169da129 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 20 Oct 2019 12:46:31 +0200
Subject: [PATCH] glade3: switch to python3

---
 srcpkgs/glade3/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template
index 4b104ffc73a..f03bec62948 100644
--- a/srcpkgs/glade3/template
+++ b/srcpkgs/glade3/template
@@ -1,13 +1,13 @@
 # Template file for 'glade3'
 pkgname=glade3
 version=3.22.1
-revision=3
+revision=4
 wrksrc="glade-${version}"
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static $(vopt_enable gir introspection)"
 hostmakedepends="glib-devel gnome-doc-utils intltool itstool pkg-config"
-makedepends="gtk+3-devel python-gobject-devel"
+makedepends="gtk+3-devel python3-gobject-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="User Interface Designer for GTK+3"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -27,7 +27,7 @@ do_check() {
 }
 
 libgladeui3_package() {
-	depends="python-gobject"
+	depends="python3-gobject"
 	short_desc="GTK+ User Interface Build core library"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"

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

* Re: glade3: switch to python3
  2019-10-20 10:46 [PR PATCH] glade3: switch to python3 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-10-29 10:37 ` voidlinux-github
@ 2019-10-29 11:03 ` voidlinux-github
  2019-12-25  2:54 ` [PR PATCH] [Closed]: " voidlinux-github
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-29 11:03 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/15638#issuecomment-547367573

Comment:
I don't know, what to do here: https://travis-ci.org/void-linux/void-packages/jobs/604376101?utm_medium=notification&utm_source=github_status

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

* Re: [PR PATCH] [Closed]: glade3: switch to python3
  2019-10-20 10:46 [PR PATCH] glade3: switch to python3 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-10-29 11:03 ` voidlinux-github
@ 2019-12-25  2:54 ` voidlinux-github
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-12-25  2:54 UTC (permalink / raw)
  To: ml

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

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

glade3: switch to python3
https://github.com/void-linux/void-packages/pull/15638

Description:


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

end of thread, other threads:[~2019-12-25  2:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-20 10:46 [PR PATCH] glade3: switch to python3 voidlinux-github
2019-10-23 13:51 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-23 13:51 ` voidlinux-github
2019-10-29  8:34 ` voidlinux-github
2019-10-29  8:34 ` voidlinux-github
2019-10-29  8:49 ` voidlinux-github
2019-10-29  8:49 ` voidlinux-github
2019-10-29  9:28 ` voidlinux-github
2019-10-29  9:28 ` voidlinux-github
2019-10-29 10:08 ` voidlinux-github
2019-10-29 10:08 ` voidlinux-github
2019-10-29 10:37 ` voidlinux-github
2019-10-29 10:37 ` voidlinux-github
2019-10-29 11:03 ` voidlinux-github
2019-12-25  2:54 ` [PR PATCH] [Closed]: " voidlinux-github

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