Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] paper-icon-theme: update to 1.5.0.20200312.
@ 2022-04-25 23:23 dmarto
  2022-04-25 23:24 ` dmarto
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: dmarto @ 2022-04-25 23:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages paper-icons
https://github.com/void-linux/void-packages/pull/36861

paper-icon-theme: update to 1.5.0.20200312.
#### Testing the changes
- I tested the changes in this PR: **YES**

---

Closes: #21895

Have been using this template for close to 2 years (something broke then - symlinks/svgs metadata/both/something like that), after that never looked at upstream again - turns out development of the icons set got frozen and the upstream github repo is archived. 

I know Void usually doesn't include non tagged releases, but I think this falls under the exceptions.

For the record, if I recall just around 100-150 files got broken (so not a lot of icons, as they are included in several sizes) and probably not a lot of people use it, that can explain why there weren't more complains.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-paper-icons-36861.patch --]
[-- Type: text/x-diff, Size: 1220 bytes --]

From 897007d93726dc37fc9009bfefc7ce2403186c12 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Wed, 23 Mar 2022 00:37:59 +0200
Subject: [PATCH] paper-icon-theme: update to 1.5.0.20200312.

---
 srcpkgs/paper-icon-theme/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/paper-icon-theme/template b/srcpkgs/paper-icon-theme/template
index 03cc7d412f61..bbd844d0c0a6 100644
--- a/srcpkgs/paper-icon-theme/template
+++ b/srcpkgs/paper-icon-theme/template
@@ -1,12 +1,13 @@
 # Template file for 'paper-icon-theme'
 pkgname=paper-icon-theme
-version=1.5.0
-revision=2
-wrksrc="${pkgname}-v.${version}"
+version=1.5.0.20200312
+revision=1
+_commit=aa3e8af7a1f0831a51fd7e638a4acb077a1e5188
+wrksrc="${pkgname}-${_commit}"
 build_style=meson
 short_desc="Modern freedesktop icon theme"
 maintainer="travankor <travankor@tuta.io>"
 license="CC-BY-SA-4.0"
 homepage="https://github.com/snwh/paper-icon-theme"
-distfiles="${homepage}/archive/v.${version}.tar.gz"
-checksum=62f21dfe95ece481e5c635480f32347f1ad27ea66b2ef0526fe799090b298ece
+distfiles="${homepage}/archive/${_commit}.tar.gz"
+checksum=ad76f45266693666df43fab5a381a60899de99e21a85961fa24d60f4cb639b27

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

* Re: paper-icon-theme: update to 1.5.0.20200312.
  2022-04-25 23:23 [PR PATCH] paper-icon-theme: update to 1.5.0.20200312 dmarto
@ 2022-04-25 23:24 ` dmarto
  2022-04-25 23:26 ` [PR PATCH] [Updated] " dmarto
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dmarto @ 2022-04-25 23:24 UTC (permalink / raw)
  To: ml

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

New comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/36861#issuecomment-1109134486

Comment:
Ops, I guess I should have rebased the 2 year old branch :D 

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

* Re: [PR PATCH] [Updated] paper-icon-theme: update to 1.5.0.20200312.
  2022-04-25 23:23 [PR PATCH] paper-icon-theme: update to 1.5.0.20200312 dmarto
  2022-04-25 23:24 ` dmarto
@ 2022-04-25 23:26 ` dmarto
  2022-04-25 23:32 ` dmarto
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dmarto @ 2022-04-25 23:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages paper-icons
https://github.com/void-linux/void-packages/pull/36861

paper-icon-theme: update to 1.5.0.20200312.
#### Testing the changes
- I tested the changes in this PR: **YES**

---

Closes: #21895

Have been using this template for close to 2 years (something broke then - symlinks/svgs metadata/both/something like that), after that never looked at upstream again - turns out development of the icons set got frozen and the upstream github repo is archived. 

I know Void usually doesn't include non tagged releases, but I think this falls under the exceptions.

For the record, if I recall just around 100-150 files got broken (so not a lot of icons, as they are included in several sizes) and probably not a lot of people use it, that can explain why there weren't more complains.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-paper-icons-36861.patch --]
[-- Type: text/x-diff, Size: 1220 bytes --]

From 374c317baf72268fb6b7a0ee544cae7c9bd295b1 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Wed, 23 Mar 2022 00:37:59 +0200
Subject: [PATCH] paper-icon-theme: update to 1.5.0.20200312.

---
 srcpkgs/paper-icon-theme/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/paper-icon-theme/template b/srcpkgs/paper-icon-theme/template
index 03cc7d412f61..bbd844d0c0a6 100644
--- a/srcpkgs/paper-icon-theme/template
+++ b/srcpkgs/paper-icon-theme/template
@@ -1,12 +1,13 @@
 # Template file for 'paper-icon-theme'
 pkgname=paper-icon-theme
-version=1.5.0
-revision=2
-wrksrc="${pkgname}-v.${version}"
+version=1.5.0.20200312
+revision=1
+_commit=aa3e8af7a1f0831a51fd7e638a4acb077a1e5188
+wrksrc="${pkgname}-${_commit}"
 build_style=meson
 short_desc="Modern freedesktop icon theme"
 maintainer="travankor <travankor@tuta.io>"
 license="CC-BY-SA-4.0"
 homepage="https://github.com/snwh/paper-icon-theme"
-distfiles="${homepage}/archive/v.${version}.tar.gz"
-checksum=62f21dfe95ece481e5c635480f32347f1ad27ea66b2ef0526fe799090b298ece
+distfiles="${homepage}/archive/${_commit}.tar.gz"
+checksum=ad76f45266693666df43fab5a381a60899de99e21a85961fa24d60f4cb639b27

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

* Re: paper-icon-theme: update to 1.5.0.20200312.
  2022-04-25 23:23 [PR PATCH] paper-icon-theme: update to 1.5.0.20200312 dmarto
  2022-04-25 23:24 ` dmarto
  2022-04-25 23:26 ` [PR PATCH] [Updated] " dmarto
@ 2022-04-25 23:32 ` dmarto
  2022-04-26 15:39 ` [PR REVIEW] " classabbyamp
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dmarto @ 2022-04-25 23:32 UTC (permalink / raw)
  To: ml

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

New comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/36861#issuecomment-1109134486

Comment:
~~Ops, I guess I should have rebased the 2 year old branch :D~~ All good now.

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

* Re: [PR REVIEW] paper-icon-theme: update to 1.5.0.20200312.
  2022-04-25 23:23 [PR PATCH] paper-icon-theme: update to 1.5.0.20200312 dmarto
                   ` (2 preceding siblings ...)
  2022-04-25 23:32 ` dmarto
@ 2022-04-26 15:39 ` classabbyamp
  2022-04-26 22:10 ` dmarto
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-04-26 15:39 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36861#discussion_r858873949

Comment:
expand homepage here

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

* Re: [PR REVIEW] paper-icon-theme: update to 1.5.0.20200312.
  2022-04-25 23:23 [PR PATCH] paper-icon-theme: update to 1.5.0.20200312 dmarto
                   ` (3 preceding siblings ...)
  2022-04-26 15:39 ` [PR REVIEW] " classabbyamp
@ 2022-04-26 22:10 ` dmarto
  2022-04-26 22:13 ` [PR PATCH] [Updated] " dmarto
  2022-06-29 20:17 ` [PR PATCH] [Merged]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: dmarto @ 2022-04-26 22:10 UTC (permalink / raw)
  To: ml

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

New review comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/36861#discussion_r859185415

Comment:
sure

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

* Re: [PR PATCH] [Updated] paper-icon-theme: update to 1.5.0.20200312.
  2022-04-25 23:23 [PR PATCH] paper-icon-theme: update to 1.5.0.20200312 dmarto
                   ` (4 preceding siblings ...)
  2022-04-26 22:10 ` dmarto
@ 2022-04-26 22:13 ` dmarto
  2022-06-29 20:17 ` [PR PATCH] [Merged]: " Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: dmarto @ 2022-04-26 22:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages paper-icons
https://github.com/void-linux/void-packages/pull/36861

paper-icon-theme: update to 1.5.0.20200312.
#### Testing the changes
- I tested the changes in this PR: **YES**

---

Closes: #21895

Have been using this template for close to 2 years (something broke then - symlinks/svgs metadata/both/something like that), after that never looked at upstream again - turns out development of the icons set got frozen and the upstream github repo is archived. 

I know Void usually doesn't include non tagged releases, but I think this falls under the exceptions.

For the record, if I recall just around 100-150 files got broken (so not a lot of icons, as they are included in several sizes) and probably not a lot of people use it, that can explain why there weren't more complains.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-paper-icons-36861.patch --]
[-- Type: text/x-diff, Size: 1249 bytes --]

From d63ea9092f3968d829b08184af94090f5dba705c Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Wed, 23 Mar 2022 00:37:59 +0200
Subject: [PATCH] paper-icon-theme: update to 1.5.0.20200312.

---
 srcpkgs/paper-icon-theme/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/paper-icon-theme/template b/srcpkgs/paper-icon-theme/template
index 03cc7d412f61..b2b390bbf818 100644
--- a/srcpkgs/paper-icon-theme/template
+++ b/srcpkgs/paper-icon-theme/template
@@ -1,12 +1,13 @@
 # Template file for 'paper-icon-theme'
 pkgname=paper-icon-theme
-version=1.5.0
-revision=2
-wrksrc="${pkgname}-v.${version}"
+version=1.5.0.20200312
+revision=1
+_commit=aa3e8af7a1f0831a51fd7e638a4acb077a1e5188
+wrksrc="${pkgname}-${_commit}"
 build_style=meson
 short_desc="Modern freedesktop icon theme"
 maintainer="travankor <travankor@tuta.io>"
 license="CC-BY-SA-4.0"
 homepage="https://github.com/snwh/paper-icon-theme"
-distfiles="${homepage}/archive/v.${version}.tar.gz"
-checksum=62f21dfe95ece481e5c635480f32347f1ad27ea66b2ef0526fe799090b298ece
+distfiles="https://github.com/snwh/paper-icon-theme/archive/${_commit}.tar.gz"
+checksum=ad76f45266693666df43fab5a381a60899de99e21a85961fa24d60f4cb639b27

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

* Re: [PR PATCH] [Merged]: paper-icon-theme: update to 1.5.0.20200312.
  2022-04-25 23:23 [PR PATCH] paper-icon-theme: update to 1.5.0.20200312 dmarto
                   ` (5 preceding siblings ...)
  2022-04-26 22:13 ` [PR PATCH] [Updated] " dmarto
@ 2022-06-29 20:17 ` Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2022-06-29 20:17 UTC (permalink / raw)
  To: ml

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

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

paper-icon-theme: update to 1.5.0.20200312.
https://github.com/void-linux/void-packages/pull/36861

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

---

Closes: #21895

Have been using this template for close to 2 years (something broke then - symlinks/svgs metadata/both/something like that), after that never looked at upstream again - turns out development of the icons set got frozen and the upstream github repo is archived. 

I know Void usually doesn't include non tagged releases, but I think this falls under the exceptions.

For the record, if I recall just around 100-150 files got broken (so not a lot of icons, as they are included in several sizes) and probably not a lot of people use it, that can explain why there weren't more complains.

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

end of thread, other threads:[~2022-06-29 20:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25 23:23 [PR PATCH] paper-icon-theme: update to 1.5.0.20200312 dmarto
2022-04-25 23:24 ` dmarto
2022-04-25 23:26 ` [PR PATCH] [Updated] " dmarto
2022-04-25 23:32 ` dmarto
2022-04-26 15:39 ` [PR REVIEW] " classabbyamp
2022-04-26 22:10 ` dmarto
2022-04-26 22:13 ` [PR PATCH] [Updated] " dmarto
2022-06-29 20:17 ` [PR PATCH] [Merged]: " Duncaen

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