Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mate-menu: update to 22.04.2.
@ 2023-11-13 12:52 Luciogi
  2023-11-13 12:55 ` [PR PATCH] [Updated] " Luciogi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luciogi @ 2023-11-13 12:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages mate-menu
https://github.com/void-linux/void-packages/pull/47193

mate-menu: update to 22.04.2.
#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

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

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

From e310faf21c5394e568960009fea70311a93f8a6b Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Mon, 13 Nov 2023 17:47:25 +0500
Subject: [PATCH] mate-menu: update to 22.04.2.

---
 srcpkgs/mate-menu/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index de88b1382a015..065ce1dca355a 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,13 +1,14 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
-version=20.04.3
-revision=6
+version=22.04.2
+revision=1
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
-depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"
+depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib python3-configobj python3-cario"
 short_desc="Advanced Menu for the MATE Desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ubuntu-mate/mate-menu"
 distfiles="https://github.com/ubuntu-mate/mate-menu/archive/${version}.tar.gz"
-checksum=7cba18164cf52e11c2ab8d11b0861a54e9f9f495f66df3f491c1b2edab0c49e4
+checksum=36aa865b72664b8cc90d9c1c429fd3c44e2c198369aae4eaaa87228a5add075c
+make_check=no # no tests to run

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

* Re: [PR PATCH] [Updated] mate-menu: update to 22.04.2.
  2023-11-13 12:52 [PR PATCH] mate-menu: update to 22.04.2 Luciogi
@ 2023-11-13 12:55 ` Luciogi
  2023-11-13 12:59 ` Luciogi
  2023-12-03 20:03 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Luciogi @ 2023-11-13 12:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages mate-menu
https://github.com/void-linux/void-packages/pull/47193

mate-menu: update to 22.04.2.
#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

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

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

From 950b198d6efba4b6b42405eb7f508cf145b992ac Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Mon, 13 Nov 2023 17:47:25 +0500
Subject: [PATCH] mate-menu: update to 22.04.2.

---
 srcpkgs/mate-menu/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index de88b1382a015..065ce1dca355a 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,13 +1,14 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
-version=20.04.3
-revision=6
+version=22.04.2
+revision=1
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
-depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"
+depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib python3-configobj python3-cario"
 short_desc="Advanced Menu for the MATE Desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ubuntu-mate/mate-menu"
 distfiles="https://github.com/ubuntu-mate/mate-menu/archive/${version}.tar.gz"
-checksum=7cba18164cf52e11c2ab8d11b0861a54e9f9f495f66df3f491c1b2edab0c49e4
+checksum=36aa865b72664b8cc90d9c1c429fd3c44e2c198369aae4eaaa87228a5add075c
+make_check=no # no tests to run

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

* Re: [PR PATCH] [Updated] mate-menu: update to 22.04.2.
  2023-11-13 12:52 [PR PATCH] mate-menu: update to 22.04.2 Luciogi
  2023-11-13 12:55 ` [PR PATCH] [Updated] " Luciogi
@ 2023-11-13 12:59 ` Luciogi
  2023-12-03 20:03 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Luciogi @ 2023-11-13 12:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages mate-menu
https://github.com/void-linux/void-packages/pull/47193

mate-menu: update to 22.04.2.
#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

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

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

From 544c51f96fcf373657c303cfa4813c7d26e561e9 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Mon, 13 Nov 2023 17:47:25 +0500
Subject: [PATCH] mate-menu: update to 22.04.2.

---
 srcpkgs/mate-menu/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template
index de88b1382a015..cdab2848f90b3 100644
--- a/srcpkgs/mate-menu/template
+++ b/srcpkgs/mate-menu/template
@@ -1,13 +1,14 @@
 # Template file for 'mate-menu'
 pkgname=mate-menu
-version=20.04.3
-revision=6
+version=22.04.2
+revision=1
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra python3-setuptools"
-depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib"
+depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib python3-configobj python3-cairo"
 short_desc="Advanced Menu for the MATE Desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ubuntu-mate/mate-menu"
 distfiles="https://github.com/ubuntu-mate/mate-menu/archive/${version}.tar.gz"
-checksum=7cba18164cf52e11c2ab8d11b0861a54e9f9f495f66df3f491c1b2edab0c49e4
+checksum=36aa865b72664b8cc90d9c1c429fd3c44e2c198369aae4eaaa87228a5add075c
+make_check=no # no tests to run

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

* Re: [PR PATCH] [Merged]: mate-menu: update to 22.04.2.
  2023-11-13 12:52 [PR PATCH] mate-menu: update to 22.04.2 Luciogi
  2023-11-13 12:55 ` [PR PATCH] [Updated] " Luciogi
  2023-11-13 12:59 ` Luciogi
@ 2023-12-03 20:03 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-12-03 20:03 UTC (permalink / raw)
  To: ml

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

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

mate-menu: update to 22.04.2.
https://github.com/void-linux/void-packages/pull/47193

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

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

end of thread, other threads:[~2023-12-03 20:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-13 12:52 [PR PATCH] mate-menu: update to 22.04.2 Luciogi
2023-11-13 12:55 ` [PR PATCH] [Updated] " Luciogi
2023-11-13 12:59 ` Luciogi
2023-12-03 20:03 ` [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).