Github messages for voidlinux
 help / color / mirror / Atom feed
From: chrysos349 <chrysos349@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] swell-foop: update to 46.0
Date: Mon, 15 Apr 2024 08:42:20 +0200	[thread overview]
Message-ID: <20240415064220.C92B722800@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49639@inbox.vuxu.org>

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

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

https://github.com/chrysos349/void-packages swell-foop
https://github.com/void-linux/void-packages/pull/49639

swell-foop: update to 46.0
#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 696408cab15046d95cd4fc527e81bfeb6af65321 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Mon, 1 Apr 2024 00:42:16 +0300
Subject: [PATCH 1/2] New package: libgnome-games-support2-2.0.0

---
 common/shlibs                            |  1 +
 srcpkgs/libgnome-games-support2-devel    |  1 +
 srcpkgs/libgnome-games-support2/template | 25 ++++++++++++++++++++++++
 3 files changed, 27 insertions(+)
 create mode 120000 srcpkgs/libgnome-games-support2-devel
 create mode 100644 srcpkgs/libgnome-games-support2/template

diff --git a/common/shlibs b/common/shlibs
index 39099f6d426750..60179b1306b770 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2618,6 +2618,7 @@ libvidstab.so.1.1 libvidstab-1.1.0_1
 libxdo.so.3 xdotool-3.20150503.1_1
 libabigail.so.3 libabigail-2.4_1
 libgnome-games-support-1.so.3 libgnome-games-support-1.4.0_1
+libgnome-games-support-2.so.4 libgnome-games-support2-2.0.0_1
 libKDevCMakeCommon.so.512 kdevelop-23.08.2_1
 libKDevClangPrivate.so.512 kdevelop-23.08.2_1
 libKDevCompileAnalyzerCommon.so.512 kdevelop-23.08.2_1
diff --git a/srcpkgs/libgnome-games-support2-devel b/srcpkgs/libgnome-games-support2-devel
new file mode 120000
index 00000000000000..342beaf0340669
--- /dev/null
+++ b/srcpkgs/libgnome-games-support2-devel
@@ -0,0 +1 @@
+libgnome-games-support2
\ No newline at end of file
diff --git a/srcpkgs/libgnome-games-support2/template b/srcpkgs/libgnome-games-support2/template
new file mode 100644
index 00000000000000..61e9236382a2a1
--- /dev/null
+++ b/srcpkgs/libgnome-games-support2/template
@@ -0,0 +1,25 @@
+# Template file for 'libgnome-games-support2'
+pkgname=libgnome-games-support2
+version=2.0.0
+revision=1
+build_style=meson
+hostmakedepends="gettext glib-devel pkg-config vala"
+makedepends="gtk4-devel libgee-devel"
+short_desc="Code shared between GNOME games"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.gnome.org/GNOME/libgnome-games-support/"
+changelog="https://gitlab.gnome.org/GNOME/libgnome-games-support/-/raw/master/NEWS"
+distfiles="${GNOME_SITE}/libgnome-games-support/${version%.*}/libgnome-games-support-${version}.tar.xz"
+checksum=53821f6fe32eddcb9eef3324f646aaac83cc6d3de0937dfd5f266470d453d2a4
+
+libgnome-games-support2-devel_package() {
+	short_desc+=" - development files"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+		vmove usr/share/vala
+	}
+}

From e82c5ebd99cde3b6159fc2ac53dc2ef55511d935 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Mon, 1 Apr 2024 00:42:54 +0300
Subject: [PATCH 2/2] swell-foop: update to 46.0

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

diff --git a/srcpkgs/swell-foop/template b/srcpkgs/swell-foop/template
index 819bf396ffd3ab..5d24d45ffd8924 100644
--- a/srcpkgs/swell-foop/template
+++ b/srcpkgs/swell-foop/template
@@ -1,14 +1,15 @@
 # Template file for 'swell-foop'
 pkgname=swell-foop
-version=41.1
+version=46.0
 revision=1
 build_style=meson
-hostmakedepends="gettext glib-devel itstool pkg-config vala"
-makedepends="clutter-gtk-devel libgnome-games-support-devel"
+hostmakedepends="gettext glib-devel itstool pkg-config vala
+ gtk4-update-icon-cache"
+makedepends="libgnome-games-support2-devel librsvg-devel"
 short_desc="GNOME puzzle game where you remove similar objects"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Swell%20Foop"
 changelog="https://gitlab.gnome.org/GNOME/swell-foop/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=243f7a55e5e753a51086eec2568320d7692d5b15a66a723ab591705e0d8ef6dd
+checksum=06f8ab7807d71cec948b868371f47fbadeefccb5c357e13d1ef3c8481891fca3

  parent reply	other threads:[~2024-04-15  6:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-31 21:52 [PR PATCH] " chrysos349
2024-04-15  1:19 ` [PR REVIEW] " oreo639
2024-04-15  6:42 ` chrysos349 [this message]
2024-04-15  6:42 ` chrysos349
2024-04-16  9:22 ` [PR PATCH] [Merged]: " oreo639

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240415064220.C92B722800@inbox.vuxu.org \
    --to=chrysos349@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).