Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mate-desktop: update to 1.22.1.
@ 2019-06-05  0:15 voidlinux-github
  2019-06-05  1:45 ` voidlinux-github
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-05  0:15 UTC (permalink / raw)
  To: ml

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

There is a new pull request by thomas-t-w against master on the void-packages repository

https://github.com/thomas-t-w/void-packages desktop
https://github.com/void-linux/void-packages/pull/12157

mate-desktop: update to 1.22.1.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-desktop-12157.patch --]
[-- Type: application/text/x-diff, Size: 1522 bytes --]

From b384785848cc003bd2ffb74795cde75e5e83e13d Mon Sep 17 00:00:00 2001
From: Thomas <thomasw@fastmail.cn>
Date: Tue, 4 Jun 2019 19:20:41 -0400
Subject: [PATCH] mate-desktop: update to 1.22.1.

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

diff --git a/srcpkgs/mate-desktop/template b/srcpkgs/mate-desktop/template
index 38facbcd4b6..dc3b02fafa5 100644
--- a/srcpkgs/mate-desktop/template
+++ b/srcpkgs/mate-desktop/template
@@ -1,20 +1,20 @@
 # Template file for 'mate-desktop'
 pkgname=mate-desktop
-version=1.20.4
-revision=3
+version=1.22.1
+revision=1
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static --enable-mpaste
  --disable-schemas-compile $(vopt_enable gir introspection)"
 hostmakedepends="pkg-config intltool itstool glib-devel"
-makedepends="gtk+3-devel dconf-devel libXrandr-devel startup-notification-devel"
+makedepends="gtk+3-devel dconf-devel libXrandr-devel startup-notification-devel librsvg-utils"
 depends="dconf hicolor-icon-theme dejavu-fonts-ttf"
 short_desc="Library with common API for various MATE modules"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://mate-desktop.org"
 distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=b9bbb086c352764a6bf01a3c792a2858336b3a28a82ffb818b509de290b1701c
+checksum=203be6a518a1c0f9afd077a977be939c11afe9f56c5dac58c69a958292c924c3
 
 # Package build options
 build_options="gir"

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

* Re: mate-desktop: update to 1.22.1.
  2019-06-05  0:15 [PR PATCH] mate-desktop: update to 1.22.1 voidlinux-github
@ 2019-06-05  1:45 ` voidlinux-github
  2019-06-05 12:06 ` voidlinux-github
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-05  1:45 UTC (permalink / raw)
  To: ml

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

New comment by thomas-t-w on void-packages repository

https://github.com/void-linux/void-packages/pull/12157#issuecomment-498906412
Comment:
I am not sure why this is failing but I will keep looking. I did have to add the librsvg-utils package as a dependency. It seems like it has something to do with cross building. I am making sure these build and run locally before I submit a pull request but I only have x86 based hardware.

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

* Re: mate-desktop: update to 1.22.1.
  2019-06-05  0:15 [PR PATCH] mate-desktop: update to 1.22.1 voidlinux-github
  2019-06-05  1:45 ` voidlinux-github
@ 2019-06-05 12:06 ` voidlinux-github
  2019-06-05 12:31 ` voidlinux-github
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-05 12:06 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/12157#issuecomment-499055487
Comment:
cross builds fail because configre can't find `rsvg-converts`, so add `librsvg-utils` to hostmakedepends

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

* Re: mate-desktop: update to 1.22.1.
  2019-06-05  0:15 [PR PATCH] mate-desktop: update to 1.22.1 voidlinux-github
  2019-06-05  1:45 ` voidlinux-github
  2019-06-05 12:06 ` voidlinux-github
@ 2019-06-05 12:31 ` voidlinux-github
  2019-06-05 12:41 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-05 12:31 UTC (permalink / raw)
  To: ml

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

New comment by thomas-t-w on void-packages repository

https://github.com/void-linux/void-packages/pull/12157#issuecomment-499063249
Comment:
Oh I think I understand. Because rsg-convert is a program that is run during the build as opposed to a library that is being linked in, it needs to be the same as the host archetecture not the target architecture being built for. Thanks for the help on this. This is my first time working with cross compiling so I am wrapping my head around how it works still.

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

* Re: [PR PATCH] [Updated] mate-desktop: update to 1.22.1.
  2019-06-05  0:15 [PR PATCH] mate-desktop: update to 1.22.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-05 12:31 ` voidlinux-github
@ 2019-06-05 12:41 ` voidlinux-github
  2019-06-05 12:41 ` voidlinux-github
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-05 12:41 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by thomas-t-w against master on the void-packages repository

https://github.com/thomas-t-w/void-packages desktop
https://github.com/void-linux/void-packages/pull/12157

mate-desktop: update to 1.22.1.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-desktop-12157.patch --]
[-- Type: application/text/x-diff, Size: 1515 bytes --]

From f96e3151e13289cea32a2af551c5a601b1d758a3 Mon Sep 17 00:00:00 2001
From: Thomas <thomasw@fastmail.cn>
Date: Tue, 4 Jun 2019 19:20:41 -0400
Subject: [PATCH] mate-desktop: update to 1.22.1.

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

diff --git a/srcpkgs/mate-desktop/template b/srcpkgs/mate-desktop/template
index 38facbcd4b6..ba5362c90b9 100644
--- a/srcpkgs/mate-desktop/template
+++ b/srcpkgs/mate-desktop/template
@@ -1,12 +1,12 @@
 # Template file for 'mate-desktop'
 pkgname=mate-desktop
-version=1.20.4
-revision=3
+version=1.22.1
+revision=1
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static --enable-mpaste
  --disable-schemas-compile $(vopt_enable gir introspection)"
-hostmakedepends="pkg-config intltool itstool glib-devel"
+hostmakedepends="pkg-config intltool itstool glib-devel librsvg-utils"
 makedepends="gtk+3-devel dconf-devel libXrandr-devel startup-notification-devel"
 depends="dconf hicolor-icon-theme dejavu-fonts-ttf"
 short_desc="Library with common API for various MATE modules"
@@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://mate-desktop.org"
 distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=b9bbb086c352764a6bf01a3c792a2858336b3a28a82ffb818b509de290b1701c
+checksum=203be6a518a1c0f9afd077a977be939c11afe9f56c5dac58c69a958292c924c3
 
 # Package build options
 build_options="gir"

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

* Re: [PR PATCH] [Updated] mate-desktop: update to 1.22.1.
  2019-06-05  0:15 [PR PATCH] mate-desktop: update to 1.22.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-05 12:41 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-05 12:41 ` voidlinux-github
  2019-06-05 15:20 ` voidlinux-github
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-05 12:41 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by thomas-t-w against master on the void-packages repository

https://github.com/thomas-t-w/void-packages desktop
https://github.com/void-linux/void-packages/pull/12157

mate-desktop: update to 1.22.1.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-desktop-12157.patch --]
[-- Type: application/text/x-diff, Size: 1515 bytes --]

From f96e3151e13289cea32a2af551c5a601b1d758a3 Mon Sep 17 00:00:00 2001
From: Thomas <thomasw@fastmail.cn>
Date: Tue, 4 Jun 2019 19:20:41 -0400
Subject: [PATCH] mate-desktop: update to 1.22.1.

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

diff --git a/srcpkgs/mate-desktop/template b/srcpkgs/mate-desktop/template
index 38facbcd4b6..ba5362c90b9 100644
--- a/srcpkgs/mate-desktop/template
+++ b/srcpkgs/mate-desktop/template
@@ -1,12 +1,12 @@
 # Template file for 'mate-desktop'
 pkgname=mate-desktop
-version=1.20.4
-revision=3
+version=1.22.1
+revision=1
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static --enable-mpaste
  --disable-schemas-compile $(vopt_enable gir introspection)"
-hostmakedepends="pkg-config intltool itstool glib-devel"
+hostmakedepends="pkg-config intltool itstool glib-devel librsvg-utils"
 makedepends="gtk+3-devel dconf-devel libXrandr-devel startup-notification-devel"
 depends="dconf hicolor-icon-theme dejavu-fonts-ttf"
 short_desc="Library with common API for various MATE modules"
@@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://mate-desktop.org"
 distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=b9bbb086c352764a6bf01a3c792a2858336b3a28a82ffb818b509de290b1701c
+checksum=203be6a518a1c0f9afd077a977be939c11afe9f56c5dac58c69a958292c924c3
 
 # Package build options
 build_options="gir"

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

* Re: mate-desktop: update to 1.22.1.
  2019-06-05  0:15 [PR PATCH] mate-desktop: update to 1.22.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-05 12:41 ` voidlinux-github
@ 2019-06-05 15:20 ` voidlinux-github
  2019-06-06  6:28 ` voidlinux-github
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-05 15:20 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/12157#issuecomment-499129431
Comment:
Right. This is how it works. Been watching at you and it's amazing, keep up
the good work

El mié., 5 jun. 2019 14:31, thomas-t-w <notifications@github.com> escribió:

> Oh I think I understand. Because rsg-convert is a program that is run
> during the build as opposed to a library that is being linked in, it needs
> to be the same as the host archetecture not the target architecture being
> built for. Thanks for the help on this. This is my first time working with
> cross compiling so I am wrapping my head around how it works still.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/void-linux/void-packages/pull/12157?email_source=notifications&email_token=AAGR7KMW4ESXTTEQDTKYYC3PY6W3ZA5CNFSM4HTI3WXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW7RTUI#issuecomment-499063249>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAGR7KJMCLUJVQP46DUGSYLPY6W3ZANCNFSM4HTI3WXA>
> .
>


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

* Re: mate-desktop: update to 1.22.1.
  2019-06-05  0:15 [PR PATCH] mate-desktop: update to 1.22.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-05 15:20 ` voidlinux-github
@ 2019-06-06  6:28 ` voidlinux-github
  2019-06-06  7:11 ` voidlinux-github
  2019-06-06  7:12 ` [PR PATCH] [Merged]: " voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-06  6:28 UTC (permalink / raw)
  To: ml

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

New comment by congdanhqx on void-packages repository

https://github.com/void-linux/void-packages/pull/12157#issuecomment-499366484
Comment:
Is it better to group all update to mate into one merge request? (With separated commit, of course)
Right now, there're a lot of PRs for Mate's components.

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

* Re: mate-desktop: update to 1.22.1.
  2019-06-05  0:15 [PR PATCH] mate-desktop: update to 1.22.1 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-06-06  6:28 ` voidlinux-github
@ 2019-06-06  7:11 ` voidlinux-github
  2019-06-06  7:12 ` [PR PATCH] [Merged]: " voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-06  7:11 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/12157#issuecomment-499377140
Comment:
I don't mind having a lot of PRs. Having them separated makes it easier to review one by one and also allows travis to pass. However packages that depend on each other should better be in the same PR. I have seen at least one component that depends on mate-desktop and won't build without a current version of it. 

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

* Re: [PR PATCH] [Merged]: mate-desktop: update to 1.22.1.
  2019-06-05  0:15 [PR PATCH] mate-desktop: update to 1.22.1 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-06-06  7:11 ` voidlinux-github
@ 2019-06-06  7:12 ` voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-06  7:12 UTC (permalink / raw)
  To: ml

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

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

mate-desktop: update to 1.22.1.
https://github.com/void-linux/void-packages/pull/12157
Description: 

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

end of thread, other threads:[~2019-06-06  7:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-05  0:15 [PR PATCH] mate-desktop: update to 1.22.1 voidlinux-github
2019-06-05  1:45 ` voidlinux-github
2019-06-05 12:06 ` voidlinux-github
2019-06-05 12:31 ` voidlinux-github
2019-06-05 12:41 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-05 12:41 ` voidlinux-github
2019-06-05 15:20 ` voidlinux-github
2019-06-06  6:28 ` voidlinux-github
2019-06-06  7:11 ` voidlinux-github
2019-06-06  7:12 ` [PR PATCH] [Merged]: " 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).