Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rofi-emoji: update to 2.3.0.
@ 2022-02-04 13:15 UsernameRandomlyGenerated
  2022-02-04 23:41 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: UsernameRandomlyGenerated @ 2022-02-04 13:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages rofie23
https://github.com/void-linux/void-packages/pull/35395

rofi-emoji: update to 2.3.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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/35395.patch is attached

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

From 7b82b7b969d14e86f15de0a8465552a0a53141b5 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <overtwist_wt@aleeas.com>
Date: Fri, 4 Feb 2022 15:13:52 +0100
Subject: [PATCH] rofi-emoji: update to 2.3.0.

---
 srcpkgs/rofi-emoji/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rofi-emoji/template b/srcpkgs/rofi-emoji/template
index f51cb871e46a..e7b49897378c 100644
--- a/srcpkgs/rofi-emoji/template
+++ b/srcpkgs/rofi-emoji/template
@@ -1,6 +1,6 @@
 # Template file for 'rofi-emoji'
 pkgname=rofi-emoji
-version=2.2.0
+version=2.3.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="autoconf automake libtool pkg-config"
@@ -11,7 +11,7 @@ maintainer="Wilson Birney <wpb@360scada.com>"
 license="MIT"
 homepage="https://github.com/Mange/rofi-emoji"
 distfiles="https://github.com/Mange/rofi-emoji/archive/v${version}.tar.gz"
-checksum=7e2b008458a3bad1bcd9bfd11a34ecff816a3ca2b453f0136d59646cdddba9e5
+checksum=7c5e16c48e37cb94fb057c7d2eb9b1df87b964f8f2998ca1df97481813449d51
 
 pre_configure() {
 	autoreconf -i

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

* Re: [PR REVIEW] rofi-emoji: update to 2.3.0.
  2022-02-04 13:15 [PR PATCH] rofi-emoji: update to 2.3.0 UsernameRandomlyGenerated
@ 2022-02-04 23:41 ` paper42
  2022-02-05 14:26 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-04 23:41 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35395#discussion_r799883011

Comment:
```suggestion
homepage="https://github.com/Mange/rofi-emoji"
changelog="https://raw.githubusercontent.com/Mange/rofi-emoji/master/Changelog.md"
distfiles="https://github.com/Mange/rofi-emoji/archive/v${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] rofi-emoji: update to 2.3.0.
  2022-02-04 13:15 [PR PATCH] rofi-emoji: update to 2.3.0 UsernameRandomlyGenerated
  2022-02-04 23:41 ` [PR REVIEW] " paper42
@ 2022-02-05 14:26 ` UsernameRandomlyGenerated
  2022-02-05 14:27 ` [PR REVIEW] " UsernameRandomlyGenerated
  2022-02-05 14:32 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: UsernameRandomlyGenerated @ 2022-02-05 14:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages rofie23
https://github.com/void-linux/void-packages/pull/35395

rofi-emoji: update to 2.3.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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/35395.patch is attached

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

From 8c2bc418435a1de9f21ec468688c006e47172c2e Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <overtwist_wt@aleeas.com>
Date: Fri, 4 Feb 2022 15:13:52 +0100
Subject: [PATCH] rofi-emoji: update to 2.3.0.

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

diff --git a/srcpkgs/rofi-emoji/template b/srcpkgs/rofi-emoji/template
index f51cb871e46a..f372e5481cd4 100644
--- a/srcpkgs/rofi-emoji/template
+++ b/srcpkgs/rofi-emoji/template
@@ -1,6 +1,6 @@
 # Template file for 'rofi-emoji'
 pkgname=rofi-emoji
-version=2.2.0
+version=2.3.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="autoconf automake libtool pkg-config"
@@ -10,8 +10,9 @@ short_desc="Emoji selector plugin for Rofi"
 maintainer="Wilson Birney <wpb@360scada.com>"
 license="MIT"
 homepage="https://github.com/Mange/rofi-emoji"
+changelog="https://raw.githubusercontent.com/Mange/rofi-emoji/master/Changelog.md"
 distfiles="https://github.com/Mange/rofi-emoji/archive/v${version}.tar.gz"
-checksum=7e2b008458a3bad1bcd9bfd11a34ecff816a3ca2b453f0136d59646cdddba9e5
+checksum=7c5e16c48e37cb94fb057c7d2eb9b1df87b964f8f2998ca1df97481813449d51
 
 pre_configure() {
 	autoreconf -i

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

* Re: [PR REVIEW] rofi-emoji: update to 2.3.0.
  2022-02-04 13:15 [PR PATCH] rofi-emoji: update to 2.3.0 UsernameRandomlyGenerated
  2022-02-04 23:41 ` [PR REVIEW] " paper42
  2022-02-05 14:26 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
@ 2022-02-05 14:27 ` UsernameRandomlyGenerated
  2022-02-05 14:32 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: UsernameRandomlyGenerated @ 2022-02-05 14:27 UTC (permalink / raw)
  To: ml

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

New review comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/35395#discussion_r800063151

Comment:
Done, thanks!

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

* Re: [PR PATCH] [Merged]: rofi-emoji: update to 2.3.0.
  2022-02-04 13:15 [PR PATCH] rofi-emoji: update to 2.3.0 UsernameRandomlyGenerated
                   ` (2 preceding siblings ...)
  2022-02-05 14:27 ` [PR REVIEW] " UsernameRandomlyGenerated
@ 2022-02-05 14:32 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-05 14:32 UTC (permalink / raw)
  To: ml

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

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

rofi-emoji: update to 2.3.0.
https://github.com/void-linux/void-packages/pull/35395

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

Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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-02-05 14:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04 13:15 [PR PATCH] rofi-emoji: update to 2.3.0 UsernameRandomlyGenerated
2022-02-04 23:41 ` [PR REVIEW] " paper42
2022-02-05 14:26 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
2022-02-05 14:27 ` [PR REVIEW] " UsernameRandomlyGenerated
2022-02-05 14:32 ` [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).