Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] glade3: switch to python3
Date: Tue, 29 Oct 2019 09:34:24 +0100	[thread overview]
Message-ID: <20191029083424.YAccg4j2V9pxW4Ic-n8PAB0nM0dtPKd04BjwHonH35w@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15638@inbox.vuxu.org>

[-- 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.*"

  parent reply	other threads:[~2019-10-29  8:34 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-20 10:46 [PR PATCH] " 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191029083424.YAccg4j2V9pxW4Ic-n8PAB0nM0dtPKd04BjwHonH35w@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).