Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [NOMERGE] gnome-terminal: update to 3.36.1.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20176@inbox.vuxu.org>
@ 2020-03-29  5:04 ` mnabid
  2020-03-29  5:25 ` mnabid
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: mnabid @ 2020-03-29  5:04 UTC (permalink / raw)
  To: ml

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

New comment by mnabid on void-packages repository

https://github.com/void-linux/void-packages/pull/20176#issuecomment-605559780

Comment:
gnome-terminal 3.36.* needs vte3>=0.60.1. I submitted a PR #20437 .

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

* Re: [NOMERGE] gnome-terminal: update to 3.36.1.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20176@inbox.vuxu.org>
  2020-03-29  5:04 ` [NOMERGE] gnome-terminal: update to 3.36.1.1 mnabid
@ 2020-03-29  5:25 ` mnabid
  2020-03-30 22:31 ` [PR PATCH] [Updated] " mnabid
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: mnabid @ 2020-03-29  5:25 UTC (permalink / raw)
  To: ml

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

New comment by mnabid on void-packages repository

https://github.com/void-linux/void-packages/pull/20176#issuecomment-605559780

Comment:
@pullmoll  `gnome-terminal 3.36.*` needs `vte3 >= 0.60.1`. I submitted a PR #20437 .

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

* Re: [PR PATCH] [Updated] gnome-terminal: update to 3.36.1.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20176@inbox.vuxu.org>
  2020-03-29  5:04 ` [NOMERGE] gnome-terminal: update to 3.36.1.1 mnabid
  2020-03-29  5:25 ` mnabid
@ 2020-03-30 22:31 ` mnabid
  2020-03-31  8:27 ` mnabid
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: mnabid @ 2020-03-30 22:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mnabid/void-packages gnome-terminal
https://github.com/void-linux/void-packages/pull/20176

gnome-terminal: update to 3.36.1.1


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

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

From 4596a10719fbf321be6d01f133c8bfc404c45143 Mon Sep 17 00:00:00 2001
From: Nafis <mnabid.25@outlook.com>
Date: Wed, 18 Mar 2020 07:40:13 +0600
Subject: [PATCH] gnome-terminal: update to 3.36.1.1

---
 srcpkgs/gnome-terminal/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gnome-terminal/template b/srcpkgs/gnome-terminal/template
index 2c9530ecc2c..bf3d5bcdd42 100644
--- a/srcpkgs/gnome-terminal/template
+++ b/srcpkgs/gnome-terminal/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-terminal'
 pkgname=gnome-terminal
-version=3.32.2
+version=3.36.1.1
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --with-nautilus-extension"
@@ -13,6 +13,11 @@ short_desc="GNOME terminal emulator application"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, GFDL-1.3-only"
 homepage="https://wiki.gnome.org/Apps/Terminal"
-distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=759a2b093ca606107eb8fb53e407cdf9adce76ccee33f9fa0cd76bf594bd106a
+distfiles="${GNOME_SITE}/${pkgname}/${version:0:4}/${pkgname}-${version}.tar.xz"
+checksum=f3d708a1e76d77c1c85b126f6e003220a15d4a46a50fd8070e1a3aabe678a376
 lib32disabled=yes
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" --disable-search-provider"
+	hostmakedepends+=" desktop-file-utils"
+fi

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

* Re: gnome-terminal: update to 3.36.1.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20176@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-03-30 22:31 ` [PR PATCH] [Updated] " mnabid
@ 2020-03-31  8:27 ` mnabid
  2020-03-31  8:42 ` xtraeme
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: mnabid @ 2020-03-31  8:27 UTC (permalink / raw)
  To: ml

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

New comment by mnabid on void-packages repository

https://github.com/void-linux/void-packages/pull/20176#issuecomment-606477643

Comment:
@xtraeme cross build fixed.

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

* Re: gnome-terminal: update to 3.36.1.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20176@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-03-31  8:27 ` mnabid
@ 2020-03-31  8:42 ` xtraeme
  2020-03-31  8:46 ` xtraeme
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: xtraeme @ 2020-03-31  8:42 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/20176#issuecomment-606484594

Comment:
hold on, I'm pushing new gnome updates

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

* Re: gnome-terminal: update to 3.36.1.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20176@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-03-31  8:42 ` xtraeme
@ 2020-03-31  8:46 ` xtraeme
  2020-03-31 10:09 ` mnabid
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: xtraeme @ 2020-03-31  8:46 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/20176#issuecomment-606486901

Comment:
While you are at it, please change `build_style` to `meson`

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

* Re: gnome-terminal: update to 3.36.1.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20176@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-03-31  8:46 ` xtraeme
@ 2020-03-31 10:09 ` mnabid
  2020-03-31 10:11 ` xtraeme
  2020-03-31 10:41 ` [PR PATCH] [Merged]: " xtraeme
  8 siblings, 0 replies; 9+ messages in thread
From: mnabid @ 2020-03-31 10:09 UTC (permalink / raw)
  To: ml

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

New comment by mnabid on void-packages repository

https://github.com/void-linux/void-packages/pull/20176#issuecomment-606528609

Comment:
`gnome-terminal` doesn't support meson build system, but there's a [discussion](https://gitlab.gnome.org/GNOME/gnome-terminal/issues/227) about it. 

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

* Re: gnome-terminal: update to 3.36.1.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20176@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2020-03-31 10:09 ` mnabid
@ 2020-03-31 10:11 ` xtraeme
  2020-03-31 10:41 ` [PR PATCH] [Merged]: " xtraeme
  8 siblings, 0 replies; 9+ messages in thread
From: xtraeme @ 2020-03-31 10:11 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/20176#issuecomment-606529745

Comment:
oh ok

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

* Re: [PR PATCH] [Merged]: gnome-terminal: update to 3.36.1.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20176@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2020-03-31 10:11 ` xtraeme
@ 2020-03-31 10:41 ` xtraeme
  8 siblings, 0 replies; 9+ messages in thread
From: xtraeme @ 2020-03-31 10:41 UTC (permalink / raw)
  To: ml

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

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

gnome-terminal: update to 3.36.1.1
https://github.com/void-linux/void-packages/pull/20176

Description:


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

end of thread, other threads:[~2020-03-31 10:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20176@inbox.vuxu.org>
2020-03-29  5:04 ` [NOMERGE] gnome-terminal: update to 3.36.1.1 mnabid
2020-03-29  5:25 ` mnabid
2020-03-30 22:31 ` [PR PATCH] [Updated] " mnabid
2020-03-31  8:27 ` mnabid
2020-03-31  8:42 ` xtraeme
2020-03-31  8:46 ` xtraeme
2020-03-31 10:09 ` mnabid
2020-03-31 10:11 ` xtraeme
2020-03-31 10:41 ` [PR PATCH] [Merged]: " xtraeme

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