Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] arc-theme: update to 20220223.
@ 2022-03-01 19:58 tibequadorian
  2022-03-06 19:30 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tibequadorian @ 2022-03-01 19:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages arc-theme
https://github.com/void-linux/void-packages/pull/35909

arc-theme: update to 20220223.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arc-theme-35909.patch --]
[-- Type: text/x-diff, Size: 1236 bytes --]

From 765ee654c869ae40c28bcdd25a4b98ca0355d92f Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 1 Mar 2022 20:52:26 +0100
Subject: [PATCH] arc-theme: update to 20220223, orphan.

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

diff --git a/srcpkgs/arc-theme/template b/srcpkgs/arc-theme/template
index 070f1b9a4c7c..d6974926e024 100644
--- a/srcpkgs/arc-theme/template
+++ b/srcpkgs/arc-theme/template
@@ -1,14 +1,14 @@
 # Template file for 'arc-theme'
 pkgname=arc-theme
-version=20211018
+version=20220223
 revision=1
 build_style=meson
 hostmakedepends="glib-devel pkg-config gnome-shell sassc inkscape cinnamon"
 makedepends="gtk+3-devel gtk4-devel"
 depends="gnome-themes-extra gtk-engine-murrine"
 short_desc="Flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell"
-maintainer="jtalowell <jtalowell@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/jnsh/arc-theme"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=8cdb73dcd3d6651c84c54847596d840f31d6f422b385f5dadfdcf5af5305dc77
+checksum=b9a58efc296c3036905b9f8d19518c5c815e5140dd399ad9b81cc17d319a9093

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

* Re: [PR REVIEW] arc-theme: update to 20220223.
  2022-03-01 19:58 [PR PATCH] arc-theme: update to 20220223 tibequadorian
@ 2022-03-06 19:30 ` paper42
  2022-03-07  0:16 ` [PR PATCH] [Updated] " tibequadorian
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-03-06 19:30 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35909#discussion_r820276669

Comment:
because it has gtk4-devel in makedepends, I don't think it's just for gtk3 and gtk2, am I right?
```suggestion
short_desc="Flat theme with transparent elements for GTK and GNOME Shell"
```

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

* Re: [PR PATCH] [Updated] arc-theme: update to 20220223.
  2022-03-01 19:58 [PR PATCH] arc-theme: update to 20220223 tibequadorian
  2022-03-06 19:30 ` [PR REVIEW] " paper42
@ 2022-03-07  0:16 ` tibequadorian
  2022-03-07  0:16 ` [PR REVIEW] " tibequadorian
  2022-03-07  8:28 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: tibequadorian @ 2022-03-07  0:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages arc-theme
https://github.com/void-linux/void-packages/pull/35909

arc-theme: update to 20220223.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-arc-theme-35909.patch --]
[-- Type: text/x-diff, Size: 1313 bytes --]

From 628a287d4773c602aa8b3368c9832bb7df466045 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 1 Mar 2022 20:52:26 +0100
Subject: [PATCH] arc-theme: update to 20220223, orphan.

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

diff --git a/srcpkgs/arc-theme/template b/srcpkgs/arc-theme/template
index 070f1b9a4c7c..4839b87942fe 100644
--- a/srcpkgs/arc-theme/template
+++ b/srcpkgs/arc-theme/template
@@ -1,14 +1,14 @@
 # Template file for 'arc-theme'
 pkgname=arc-theme
-version=20211018
+version=20220223
 revision=1
 build_style=meson
 hostmakedepends="glib-devel pkg-config gnome-shell sassc inkscape cinnamon"
 makedepends="gtk+3-devel gtk4-devel"
 depends="gnome-themes-extra gtk-engine-murrine"
-short_desc="Flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell"
-maintainer="jtalowell <jtalowell@protonmail.com>"
+short_desc="Flat theme with transparent elements for GTK and GNOME Shell"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/jnsh/arc-theme"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=8cdb73dcd3d6651c84c54847596d840f31d6f422b385f5dadfdcf5af5305dc77
+checksum=b9a58efc296c3036905b9f8d19518c5c815e5140dd399ad9b81cc17d319a9093

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

* Re: [PR REVIEW] arc-theme: update to 20220223.
  2022-03-01 19:58 [PR PATCH] arc-theme: update to 20220223 tibequadorian
  2022-03-06 19:30 ` [PR REVIEW] " paper42
  2022-03-07  0:16 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-07  0:16 ` tibequadorian
  2022-03-07  8:28 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: tibequadorian @ 2022-03-07  0:16 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35909#discussion_r820310823

Comment:
sure, should be fine

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

* Re: [PR PATCH] [Merged]: arc-theme: update to 20220223.
  2022-03-01 19:58 [PR PATCH] arc-theme: update to 20220223 tibequadorian
                   ` (2 preceding siblings ...)
  2022-03-07  0:16 ` [PR REVIEW] " tibequadorian
@ 2022-03-07  8:28 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-03-07  8:28 UTC (permalink / raw)
  To: ml

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

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

arc-theme: update to 20220223.
https://github.com/void-linux/void-packages/pull/35909

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-03-07  8:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01 19:58 [PR PATCH] arc-theme: update to 20220223 tibequadorian
2022-03-06 19:30 ` [PR REVIEW] " paper42
2022-03-07  0:16 ` [PR PATCH] [Updated] " tibequadorian
2022-03-07  0:16 ` [PR REVIEW] " tibequadorian
2022-03-07  8:28 ` [PR PATCH] [Merged]: " paper42

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