Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xdgmenumaker: update to 2.0
@ 2023-01-16  2:44 bugcrazy
  2023-01-16  2:51 ` bugcrazy
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: bugcrazy @ 2023-01-16  2:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-33
https://github.com/void-linux/void-packages/pull/41673

xdgmenumaker: update to 2.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/41673.patch is attached

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

From 6436a9c8e63e400ac3d65a9371dbdc91b445d05e Mon Sep 17 00:00:00 2001
From: bugcrazy <39757967+bugcrazy@users.noreply.github.com>
Date: Sun, 15 Jan 2023 23:42:58 -0300
Subject: [PATCH] xdgmenumaker: update to 2.0

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

diff --git a/srcpkgs/xdgmenumaker/template b/srcpkgs/xdgmenumaker/template
index 7dd2087bf7df..2c41ba58895a 100644
--- a/srcpkgs/xdgmenumaker/template
+++ b/srcpkgs/xdgmenumaker/template
@@ -1,7 +1,7 @@
 # Template file for 'xdgmenumaker'
 pkgname=xdgmenumaker
-version=1.6
-revision=2
+version=2.0
+revision=1
 build_style=gnu-makefile
 hostmakedepends="txt2tags"
 depends="python3-xdg python3-gobject gobject-introspection python3-Pillow"
@@ -10,7 +10,7 @@ maintainer="reback00 <reback00@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/gapan/xdgmenumaker"
 distfiles="https://github.com/gapan/${pkgname}/archive/${version}.tar.gz"
-checksum=46192e7e4e25b024c0516d83e8fc2c503dd1ac8e5f8c1998d3e9e4b3cbf8919b
+checksum=eda8f25a09131db2186035d660fea8ae13f016c0f4a51f7bb52a39c7deb9e328
 python_version=3
 
 pre_build() {

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

* Re: xdgmenumaker: update to 2.0
  2023-01-16  2:44 [PR PATCH] xdgmenumaker: update to 2.0 bugcrazy
@ 2023-01-16  2:51 ` bugcrazy
  2023-01-16  5:30 ` paper42
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2023-01-16  2:51 UTC (permalink / raw)
  To: ml

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

New comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/41673#issuecomment-1383397067

Comment:
This is xlint CI error message "authored by noreply email".

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

* Re: xdgmenumaker: update to 2.0
  2023-01-16  2:44 [PR PATCH] xdgmenumaker: update to 2.0 bugcrazy
  2023-01-16  2:51 ` bugcrazy
@ 2023-01-16  5:30 ` paper42
  2023-01-16 23:55 ` [PR PATCH] [Updated] " bugcrazy
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2023-01-16  5:30 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41673#issuecomment-1383514425

Comment:
> This is xlint CI error message "authored by noreply email".

Correct, please fix that

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

* Re: [PR PATCH] [Updated] xdgmenumaker: update to 2.0
  2023-01-16  2:44 [PR PATCH] xdgmenumaker: update to 2.0 bugcrazy
  2023-01-16  2:51 ` bugcrazy
  2023-01-16  5:30 ` paper42
@ 2023-01-16 23:55 ` bugcrazy
  2023-01-17  0:06 ` bugcrazy
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2023-01-16 23:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-33
https://github.com/void-linux/void-packages/pull/41673

xdgmenumaker: update to 2.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/41673.patch is attached

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

From ec866be3acfee0fa5945c53c34f489945527232c Mon Sep 17 00:00:00 2001
From: bugcrazy <39757967+bugcrazy@users.noreply.github.com>
Date: Sun, 15 Jan 2023 23:42:58 -0300
Subject: [PATCH] xdgmenumaker: update to 2.0

Fixing CI error in email
---
 srcpkgs/xdgmenumaker/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/xdgmenumaker/template b/srcpkgs/xdgmenumaker/template
index 7dd2087bf7df..cb7341b9c743 100644
--- a/srcpkgs/xdgmenumaker/template
+++ b/srcpkgs/xdgmenumaker/template
@@ -1,16 +1,16 @@
 # Template file for 'xdgmenumaker'
 pkgname=xdgmenumaker
-version=1.6
-revision=2
+version=2.0
+revision=1
 build_style=gnu-makefile
 hostmakedepends="txt2tags"
 depends="python3-xdg python3-gobject gobject-introspection python3-Pillow"
 short_desc="Automatic menu generator for WMs, such as, fluxbox, icewm, jwm, pekwm"
-maintainer="reback00 <reback00@protonmail.com>"
+maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/gapan/xdgmenumaker"
 distfiles="https://github.com/gapan/${pkgname}/archive/${version}.tar.gz"
-checksum=46192e7e4e25b024c0516d83e8fc2c503dd1ac8e5f8c1998d3e9e4b3cbf8919b
+checksum=eda8f25a09131db2186035d660fea8ae13f016c0f4a51f7bb52a39c7deb9e328
 python_version=3
 
 pre_build() {

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

* Re: [PR PATCH] [Updated] xdgmenumaker: update to 2.0
  2023-01-16  2:44 [PR PATCH] xdgmenumaker: update to 2.0 bugcrazy
                   ` (2 preceding siblings ...)
  2023-01-16 23:55 ` [PR PATCH] [Updated] " bugcrazy
@ 2023-01-17  0:06 ` bugcrazy
  2023-01-17  0:08 ` bugcrazy
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2023-01-17  0:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-33
https://github.com/void-linux/void-packages/pull/41673

xdgmenumaker: update to 2.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/41673.patch is attached

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

From 0cbd49851055fc7d854b5e3dd3a8be8710567322 Mon Sep 17 00:00:00 2001
From: bugcrazy <marcoaureliopc@gmail.com>
Date: Mon, 16 Jan 2023 21:03:07 -0300
Subject: [PATCH] xdgmenumaker: update to 2.0

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

diff --git a/srcpkgs/xdgmenumaker/template b/srcpkgs/xdgmenumaker/template
index 7dd2087bf7df..2c41ba58895a 100644
--- a/srcpkgs/xdgmenumaker/template
+++ b/srcpkgs/xdgmenumaker/template
@@ -1,7 +1,7 @@
 # Template file for 'xdgmenumaker'
 pkgname=xdgmenumaker
-version=1.6
-revision=2
+version=2.0
+revision=1
 build_style=gnu-makefile
 hostmakedepends="txt2tags"
 depends="python3-xdg python3-gobject gobject-introspection python3-Pillow"
@@ -10,7 +10,7 @@ maintainer="reback00 <reback00@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/gapan/xdgmenumaker"
 distfiles="https://github.com/gapan/${pkgname}/archive/${version}.tar.gz"
-checksum=46192e7e4e25b024c0516d83e8fc2c503dd1ac8e5f8c1998d3e9e4b3cbf8919b
+checksum=eda8f25a09131db2186035d660fea8ae13f016c0f4a51f7bb52a39c7deb9e328
 python_version=3
 
 pre_build() {

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

* Re: xdgmenumaker: update to 2.0
  2023-01-16  2:44 [PR PATCH] xdgmenumaker: update to 2.0 bugcrazy
                   ` (3 preceding siblings ...)
  2023-01-17  0:06 ` bugcrazy
@ 2023-01-17  0:08 ` bugcrazy
  2023-01-17  3:23 ` [PR REVIEW] " kruceter
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2023-01-17  0:08 UTC (permalink / raw)
  To: ml

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

New comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/41673#issuecomment-1384686094

Comment:
> > This is xlint CI error message "authored by noreply email".
> 
> Correct, please fix that

Done!

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

* Re: [PR REVIEW] xdgmenumaker: update to 2.0
  2023-01-16  2:44 [PR PATCH] xdgmenumaker: update to 2.0 bugcrazy
                   ` (4 preceding siblings ...)
  2023-01-17  0:08 ` bugcrazy
@ 2023-01-17  3:23 ` kruceter
  2023-01-17 22:30 ` [PR PATCH] [Updated] " bugcrazy
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: kruceter @ 2023-01-17  3:23 UTC (permalink / raw)
  To: ml

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

New review comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/pull/41673#discussion_r1071702950

Comment:
```suggestion
distfiles="https://github.com/gapan/xdgmenumaker/archive/${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] xdgmenumaker: update to 2.0
  2023-01-16  2:44 [PR PATCH] xdgmenumaker: update to 2.0 bugcrazy
                   ` (5 preceding siblings ...)
  2023-01-17  3:23 ` [PR REVIEW] " kruceter
@ 2023-01-17 22:30 ` bugcrazy
  2023-01-17 22:30 ` [PR REVIEW] " bugcrazy
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2023-01-17 22:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-33
https://github.com/void-linux/void-packages/pull/41673

xdgmenumaker: update to 2.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/41673.patch is attached

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

From 47ad500792978695b4e07ed7241323c38ee185cb Mon Sep 17 00:00:00 2001
From: bugcrazy <marcoaureliopc@gmail.com>
Date: Tue, 17 Jan 2023 19:29:17 -0300
Subject: [PATCH] xdgmenumaker: update to 2.0

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

diff --git a/srcpkgs/xdgmenumaker/template b/srcpkgs/xdgmenumaker/template
index 7dd2087bf7df..6d35c0d36d64 100644
--- a/srcpkgs/xdgmenumaker/template
+++ b/srcpkgs/xdgmenumaker/template
@@ -1,7 +1,7 @@
 # Template file for 'xdgmenumaker'
 pkgname=xdgmenumaker
-version=1.6
-revision=2
+version=2.0
+revision=1
 build_style=gnu-makefile
 hostmakedepends="txt2tags"
 depends="python3-xdg python3-gobject gobject-introspection python3-Pillow"
@@ -9,8 +9,8 @@ short_desc="Automatic menu generator for WMs, such as, fluxbox, icewm, jwm, pekw
 maintainer="reback00 <reback00@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/gapan/xdgmenumaker"
-distfiles="https://github.com/gapan/${pkgname}/archive/${version}.tar.gz"
-checksum=46192e7e4e25b024c0516d83e8fc2c503dd1ac8e5f8c1998d3e9e4b3cbf8919b
+distfiles="https://github.com/gapan/xdgmenumaker/archive/${version}.tar.gz"
+checksum=eda8f25a09131db2186035d660fea8ae13f016c0f4a51f7bb52a39c7deb9e328
 python_version=3
 
 pre_build() {

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

* Re: [PR REVIEW] xdgmenumaker: update to 2.0
  2023-01-16  2:44 [PR PATCH] xdgmenumaker: update to 2.0 bugcrazy
                   ` (6 preceding siblings ...)
  2023-01-17 22:30 ` [PR PATCH] [Updated] " bugcrazy
@ 2023-01-17 22:30 ` bugcrazy
  2023-01-17 23:03 ` bugcrazy
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2023-01-17 22:30 UTC (permalink / raw)
  To: ml

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

New review comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/41673#discussion_r1072893958

Comment:
Done!

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

* Re: xdgmenumaker: update to 2.0
  2023-01-16  2:44 [PR PATCH] xdgmenumaker: update to 2.0 bugcrazy
                   ` (7 preceding siblings ...)
  2023-01-17 22:30 ` [PR REVIEW] " bugcrazy
@ 2023-01-17 23:03 ` bugcrazy
  2023-01-18  9:17 ` [PR REVIEW] " paper42
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2023-01-17 23:03 UTC (permalink / raw)
  To: ml

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

New comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/41673#issuecomment-1386201149

Comment:
> Looks alright to me. 2.0 goes right after 1.6.
> 
> The log contains 7 commits, most of them drop python 2 support and replace deprecated functions. No change in dependencies took place.

Version 1.6 has obsolete functions, version 2.0 fixes it, this is the reason for the template update!

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

* Re: [PR REVIEW] xdgmenumaker: update to 2.0
  2023-01-16  2:44 [PR PATCH] xdgmenumaker: update to 2.0 bugcrazy
                   ` (8 preceding siblings ...)
  2023-01-17 23:03 ` bugcrazy
@ 2023-01-18  9:17 ` paper42
  2023-01-18 19:17 ` bugcrazy
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2023-01-18  9:17 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41673#discussion_r1073279127

Comment:
```suggestion
depends="python3-xdg python3-gobject gobject-introspection python3-Pillow gtk+3"
```

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

* Re: [PR REVIEW] xdgmenumaker: update to 2.0
  2023-01-16  2:44 [PR PATCH] xdgmenumaker: update to 2.0 bugcrazy
                   ` (9 preceding siblings ...)
  2023-01-18  9:17 ` [PR REVIEW] " paper42
@ 2023-01-18 19:17 ` bugcrazy
  2023-01-18 20:56 ` paper42
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2023-01-18 19:17 UTC (permalink / raw)
  To: ml

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

New review comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/41673#discussion_r1073971720

Comment:
It is not required dependency for build, the software does not use gtk+3. What is the reason for using gtk+3?

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

* Re: [PR REVIEW] xdgmenumaker: update to 2.0
  2023-01-16  2:44 [PR PATCH] xdgmenumaker: update to 2.0 bugcrazy
                   ` (10 preceding siblings ...)
  2023-01-18 19:17 ` bugcrazy
@ 2023-01-18 20:56 ` paper42
  2023-01-18 23:48 ` [PR PATCH] [Updated] " bugcrazy
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2023-01-18 20:56 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41673#discussion_r1080545806

Comment:
`$depends` is a list of runtime dependencies, not build dependencies. xdgmenumaker uses it [here](https://github.com/gapan/xdgmenumaker/blob/7dd8a63abd0de0151708339532c6a717b2741328/src/xdgmenumaker#L311) to figure out the icon path.

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

* Re: [PR PATCH] [Updated] xdgmenumaker: update to 2.0
  2023-01-16  2:44 [PR PATCH] xdgmenumaker: update to 2.0 bugcrazy
                   ` (11 preceding siblings ...)
  2023-01-18 20:56 ` paper42
@ 2023-01-18 23:48 ` bugcrazy
  2023-01-18 23:49 ` [PR REVIEW] " bugcrazy
  2023-01-18 23:58 ` [PR PATCH] [Merged]: " paper42
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2023-01-18 23:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-33
https://github.com/void-linux/void-packages/pull/41673

xdgmenumaker: update to 2.0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/41673.patch is attached

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

From f54199fa889ee5f99daccca7739a78c3404d48d6 Mon Sep 17 00:00:00 2001
From: bugcrazy <marcoaureliopc@gmail.com>
Date: Wed, 18 Jan 2023 20:47:58 -0300
Subject: [PATCH] xdgmenumaker: update to 2.0

---
 srcpkgs/xdgmenumaker/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/xdgmenumaker/template b/srcpkgs/xdgmenumaker/template
index 7dd2087bf7df..2235ed1a02f8 100644
--- a/srcpkgs/xdgmenumaker/template
+++ b/srcpkgs/xdgmenumaker/template
@@ -1,16 +1,16 @@
 # Template file for 'xdgmenumaker'
 pkgname=xdgmenumaker
-version=1.6
-revision=2
+version=2.0
+revision=1
 build_style=gnu-makefile
 hostmakedepends="txt2tags"
-depends="python3-xdg python3-gobject gobject-introspection python3-Pillow"
+depends="python3-xdg python3-gobject gobject-introspection python3-Pillow gtk+3"
 short_desc="Automatic menu generator for WMs, such as, fluxbox, icewm, jwm, pekwm"
 maintainer="reback00 <reback00@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/gapan/xdgmenumaker"
-distfiles="https://github.com/gapan/${pkgname}/archive/${version}.tar.gz"
-checksum=46192e7e4e25b024c0516d83e8fc2c503dd1ac8e5f8c1998d3e9e4b3cbf8919b
+distfiles="https://github.com/gapan/xdgmenumaker/archive/${version}.tar.gz"
+checksum=eda8f25a09131db2186035d660fea8ae13f016c0f4a51f7bb52a39c7deb9e328
 python_version=3
 
 pre_build() {

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

* Re: [PR REVIEW] xdgmenumaker: update to 2.0
  2023-01-16  2:44 [PR PATCH] xdgmenumaker: update to 2.0 bugcrazy
                   ` (12 preceding siblings ...)
  2023-01-18 23:48 ` [PR PATCH] [Updated] " bugcrazy
@ 2023-01-18 23:49 ` bugcrazy
  2023-01-18 23:58 ` [PR PATCH] [Merged]: " paper42
  14 siblings, 0 replies; 16+ messages in thread
From: bugcrazy @ 2023-01-18 23:49 UTC (permalink / raw)
  To: ml

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

New review comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/41673#discussion_r1080676053

Comment:
Done!

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

* Re: [PR PATCH] [Merged]: xdgmenumaker: update to 2.0
  2023-01-16  2:44 [PR PATCH] xdgmenumaker: update to 2.0 bugcrazy
                   ` (13 preceding siblings ...)
  2023-01-18 23:49 ` [PR REVIEW] " bugcrazy
@ 2023-01-18 23:58 ` paper42
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2023-01-18 23:58 UTC (permalink / raw)
  To: ml

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

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

xdgmenumaker: update to 2.0
https://github.com/void-linux/void-packages/pull/41673

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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] 16+ messages in thread

end of thread, other threads:[~2023-01-18 23:58 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16  2:44 [PR PATCH] xdgmenumaker: update to 2.0 bugcrazy
2023-01-16  2:51 ` bugcrazy
2023-01-16  5:30 ` paper42
2023-01-16 23:55 ` [PR PATCH] [Updated] " bugcrazy
2023-01-17  0:06 ` bugcrazy
2023-01-17  0:08 ` bugcrazy
2023-01-17  3:23 ` [PR REVIEW] " kruceter
2023-01-17 22:30 ` [PR PATCH] [Updated] " bugcrazy
2023-01-17 22:30 ` [PR REVIEW] " bugcrazy
2023-01-17 23:03 ` bugcrazy
2023-01-18  9:17 ` [PR REVIEW] " paper42
2023-01-18 19:17 ` bugcrazy
2023-01-18 20:56 ` paper42
2023-01-18 23:48 ` [PR PATCH] [Updated] " bugcrazy
2023-01-18 23:49 ` [PR REVIEW] " bugcrazy
2023-01-18 23:58 ` [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).