Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-mahjongg: update to 47.0
@ 2024-10-18 21:17 clyhtsuriva
  2024-10-18 21:26 ` [PR PATCH] [Updated] " clyhtsuriva
  2024-11-01  1:45 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: clyhtsuriva @ 2024-10-18 21:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages gnome-mahjongg-update
https://github.com/void-linux/void-packages/pull/52682

gnome-mahjongg: update to 47.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, x86_64
- I built this PR locally for these architectures :
  - armv7l
  - armv6l-musl
  - aarch64-musl

#### Notes
Added desktop-file-utils because of this new requirement :
> Program update-desktop-database found: NO
>
> meson.build:40:6: ERROR: Program 'update-desktop-database' not found or not executable




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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-mahjongg-update-52682.patch --]
[-- Type: text/x-diff, Size: 1306 bytes --]

From fcfa7b855da964820c8759a8ef09d8f08a42ccaf Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Fri, 18 Oct 2024 23:13:15 +0200
Subject: [PATCH] gnome-mahjongg: update to 47.0

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

diff --git a/srcpkgs/gnome-mahjongg/template b/srcpkgs/gnome-mahjongg/template
index ca77e5650d08e4..ad6f7eeb35d95c 100644
--- a/srcpkgs/gnome-mahjongg/template
+++ b/srcpkgs/gnome-mahjongg/template
@@ -1,10 +1,10 @@
 # Template file for 'gnome-mahjongg'
 pkgname=gnome-mahjongg
-version=3.40.1
+version=47.0
 revision=1
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config vala
- gtk4-update-icon-cache"
+ gtk4-update-icon-cache desktop-file-utils"
 makedepends="librsvg-devel libadwaita-devel"
 short_desc="GNOME Mahjongg solitaire game"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -12,4 +12,4 @@ license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Mahjongg"
 changelog="https://gitlab.gnome.org/GNOME/gnome-mahjongg/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=8ed54eecade36b08336906fd8e6c902a0d6f7bbbbb67653c23956a6b631223f6
+checksum=58f157f0bc5ec71ab8da35dce7e73ca2e8192c5b2f219167a926930b971da49b

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

* Re: [PR PATCH] [Updated] gnome-mahjongg: update to 47.0
  2024-10-18 21:17 [PR PATCH] gnome-mahjongg: update to 47.0 clyhtsuriva
@ 2024-10-18 21:26 ` clyhtsuriva
  2024-11-01  1:45 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: clyhtsuriva @ 2024-10-18 21:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages gnome-mahjongg-update
https://github.com/void-linux/void-packages/pull/52682

gnome-mahjongg: update to 47.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, x86_64
- I built this PR locally for these architectures :
  - armv7l
  - armv6l-musl
  - aarch64-musl

#### Notes
Added desktop-file-utils because of this new requirement :
> Program update-desktop-database found: NO
>
> meson.build:40:6: ERROR: Program 'update-desktop-database' not found or not executable




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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-mahjongg-update-52682.patch --]
[-- Type: text/x-diff, Size: 1306 bytes --]

From 3dee6f8d1c677ebc605036112c89829f6b9afcc3 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Fri, 18 Oct 2024 23:25:54 +0200
Subject: [PATCH] gnome-mahjongg: update to 47.0

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

diff --git a/srcpkgs/gnome-mahjongg/template b/srcpkgs/gnome-mahjongg/template
index ca77e5650d08e4..ad6f7eeb35d95c 100644
--- a/srcpkgs/gnome-mahjongg/template
+++ b/srcpkgs/gnome-mahjongg/template
@@ -1,10 +1,10 @@
 # Template file for 'gnome-mahjongg'
 pkgname=gnome-mahjongg
-version=3.40.1
+version=47.0
 revision=1
 build_style=meson
 hostmakedepends="gettext glib-devel itstool pkg-config vala
- gtk4-update-icon-cache"
+ gtk4-update-icon-cache desktop-file-utils"
 makedepends="librsvg-devel libadwaita-devel"
 short_desc="GNOME Mahjongg solitaire game"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -12,4 +12,4 @@ license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Mahjongg"
 changelog="https://gitlab.gnome.org/GNOME/gnome-mahjongg/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=8ed54eecade36b08336906fd8e6c902a0d6f7bbbbb67653c23956a6b631223f6
+checksum=58f157f0bc5ec71ab8da35dce7e73ca2e8192c5b2f219167a926930b971da49b

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

* Re: [PR PATCH] [Merged]: gnome-mahjongg: update to 47.0
  2024-10-18 21:17 [PR PATCH] gnome-mahjongg: update to 47.0 clyhtsuriva
  2024-10-18 21:26 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2024-11-01  1:45 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-11-01  1:45 UTC (permalink / raw)
  To: ml

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

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

gnome-mahjongg: update to 47.0
https://github.com/void-linux/void-packages/pull/52682

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, x86_64
- I built this PR locally for these architectures :
  - armv7l
  - armv6l-musl
  - aarch64-musl

#### Notes
Added desktop-file-utils because of this new requirement :
> Program update-desktop-database found: NO
>
> meson.build:40:6: ERROR: Program 'update-desktop-database' not found or not executable




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

end of thread, other threads:[~2024-11-01  1:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-18 21:17 [PR PATCH] gnome-mahjongg: update to 47.0 clyhtsuriva
2024-10-18 21:26 ` [PR PATCH] [Updated] " clyhtsuriva
2024-11-01  1:45 ` [PR PATCH] [Merged]: " classabbyamp

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