Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Upgrade Yaru++ to the new version 4.0
@ 2020-08-23 20:11 gusbemacbe
  2020-08-23 20:14 ` [PR PATCH] [Merged]: " pullmoll
  2020-08-23 20:14 ` pullmoll
  0 siblings, 2 replies; 4+ messages in thread
From: gusbemacbe @ 2020-08-23 20:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gusbemacbe/void-packages yaru-plus
https://github.com/void-linux/void-packages/pull/24441

Upgrade Yaru++ to the new version 4.0
Hello @pullmoll 

In reference to #24125, in which I did something wrong.

But I unbderstood the squash, ran correctly the commands. I am not sure if I did something correct in this new PR.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yaru-plus-24441.patch --]
[-- Type: text/x-diff, Size: 1067 bytes --]

From 0a7991dda340ead1aab96a4ba89275177379ab34 Mon Sep 17 00:00:00 2001
From: Gustavo Reis <gusbemacbe@gmail.com>
Date: Fri, 7 Aug 2020 04:34:58 -0300
Subject: [PATCH] yaru-plus: update to 4.0.

---
 srcpkgs/yaru-plus/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/yaru-plus/template b/srcpkgs/yaru-plus/template
index 72c63ec663b..c4cebdb389e 100644
--- a/srcpkgs/yaru-plus/template
+++ b/srcpkgs/yaru-plus/template
@@ -1,14 +1,15 @@
 # Template file for 'yaru-plus'
 pkgname=yaru-plus
-version=3.0
+version=4.0
 revision=1
 archs=noarch
+depends="yaru"
 short_desc="Elegant Canonical's Yaru-based third-party icons theme"
 maintainer="Gustavo Costa <gusbemacbe@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Bonandry/yaru-plus"
 distfiles="https://github.com/Bonandry/${pkgname}/archive/v${version}.tar.gz"
-checksum=02491bd251358bd5b6dab89a910c274ba8dbf081dd5b5db5757a0a3c6bdcf618
+checksum=74b2bf4b13b29ddad51cf948afa928af35d5199effa4be01323c8a1aad7224a6
 
 do_install() {
 	vmkdir usr/share/icons

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

* Re: [PR PATCH] [Merged]: Upgrade Yaru++ to the new version 4.0
  2020-08-23 20:11 [PR PATCH] Upgrade Yaru++ to the new version 4.0 gusbemacbe
@ 2020-08-23 20:14 ` pullmoll
  2020-08-23 20:14 ` pullmoll
  1 sibling, 0 replies; 4+ messages in thread
From: pullmoll @ 2020-08-23 20:14 UTC (permalink / raw)
  To: ml

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

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

Upgrade Yaru++ to the new version 4.0
https://github.com/void-linux/void-packages/pull/24441

Description:
Hello @pullmoll 

In reference to #24125, in which I did something wrong.

But I unbderstood the squash, ran correctly the commands. I am not sure if I did something correct in this new PR.

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

* Re: Upgrade Yaru++ to the new version 4.0
  2020-08-23 20:11 [PR PATCH] Upgrade Yaru++ to the new version 4.0 gusbemacbe
  2020-08-23 20:14 ` [PR PATCH] [Merged]: " pullmoll
@ 2020-08-23 20:14 ` pullmoll
  1 sibling, 0 replies; 4+ messages in thread
From: pullmoll @ 2020-08-23 20:14 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/24441#issuecomment-678819408

Comment:
Perfect.

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

* [PR PATCH] Upgrade Yaru++ to the new version 4.0
@ 2020-08-07  8:37 gusbemacbe
  0 siblings, 0 replies; 4+ messages in thread
From: gusbemacbe @ 2020-08-07  8:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gusbemacbe/void-packages yaru-plus
https://github.com/void-linux/void-packages/pull/24125

Upgrade Yaru++ to the new version 4.0
Hello!

Days ago I have released a new version at the releases list (I refer to the tag), so I upgrade Void's package `yaru-plus`.

Observe that there's a problem, Yaru++ Minimal requires original Yaru to be installed, I am not sure that it is correct to apply `depends` on the template.

cc: @DarthWound, @k4leg and @pullmoll. 

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yaru-plus-24125.patch --]
[-- Type: text/x-diff, Size: 1812 bytes --]

From 7583c6483be471cccf7f189f6ff99bb67a89453a Mon Sep 17 00:00:00 2001
From: Gustavo Reis <gusbemacbe@gmail.com>
Date: Fri, 7 Aug 2020 04:34:58 -0300
Subject: [PATCH 1/2] yaru-plus: update to 4.0.

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

diff --git a/srcpkgs/yaru-plus/template b/srcpkgs/yaru-plus/template
index 72c63ec663b..9c36727430b 100644
--- a/srcpkgs/yaru-plus/template
+++ b/srcpkgs/yaru-plus/template
@@ -1,14 +1,14 @@
 # Template file for 'yaru-plus'
 pkgname=yaru-plus
-version=3.0
-revision=1
+version=4.0
+revision=0
 archs=noarch
 short_desc="Elegant Canonical's Yaru-based third-party icons theme"
 maintainer="Gustavo Costa <gusbemacbe@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Bonandry/yaru-plus"
 distfiles="https://github.com/Bonandry/${pkgname}/archive/v${version}.tar.gz"
-checksum=02491bd251358bd5b6dab89a910c274ba8dbf081dd5b5db5757a0a3c6bdcf618
+checksum=74b2bf4b13b29ddad51cf948afa928af35d5199effa4be01323c8a1aad7224a6
 
 do_install() {
 	vmkdir usr/share/icons

From 48ad0a2833a5855209932f8372286d5267850789 Mon Sep 17 00:00:00 2001
From: Gustavo Reis <gusbemacbe@gmail.com>
Date: Fri, 7 Aug 2020 05:32:46 -0300
Subject: [PATCH 2/2] yaru-plus: update to 4.0.

---
 srcpkgs/yaru-plus/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/yaru-plus/template b/srcpkgs/yaru-plus/template
index 9c36727430b..c4cebdb389e 100644
--- a/srcpkgs/yaru-plus/template
+++ b/srcpkgs/yaru-plus/template
@@ -1,8 +1,9 @@
 # Template file for 'yaru-plus'
 pkgname=yaru-plus
 version=4.0
-revision=0
+revision=1
 archs=noarch
+depends="yaru"
 short_desc="Elegant Canonical's Yaru-based third-party icons theme"
 maintainer="Gustavo Costa <gusbemacbe@gmail.com>"
 license="GPL-3.0-or-later"

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

end of thread, other threads:[~2020-08-23 20:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-23 20:11 [PR PATCH] Upgrade Yaru++ to the new version 4.0 gusbemacbe
2020-08-23 20:14 ` [PR PATCH] [Merged]: " pullmoll
2020-08-23 20:14 ` pullmoll
  -- strict thread matches above, loose matches on Subject: below --
2020-08-07  8:37 [PR PATCH] " gusbemacbe

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