* [PR PATCH] shortwave: update to 4.0.0
@ 2024-10-18 4:57 chrysos349
2024-10-19 3:54 ` [PR PATCH] [Updated] " chrysos349
2024-10-27 9:47 ` [PR PATCH] [Merged]: shortwave: update to 4.0.1 Johnnynator
0 siblings, 2 replies; 3+ messages in thread
From: chrysos349 @ 2024-10-18 4:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 479 bytes --]
There is a new pull request by chrysos349 against master on the void-packages repository
https://github.com/chrysos349/void-packages shortwave
https://github.com/void-linux/void-packages/pull/52672
shortwave: update to 4.0.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)
A patch file from https://github.com/void-linux/void-packages/pull/52672.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shortwave-52672.patch --]
[-- Type: text/x-diff, Size: 3778 bytes --]
From f3d6749c7eca74c96c5169f96be9d15084636311 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Fri, 18 Oct 2024 07:49:49 +0300
Subject: [PATCH 1/2] libshumate: update to 1.3.0
---
srcpkgs/libshumate/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/libshumate/template b/srcpkgs/libshumate/template
index c83a7641bf37a5..14ca73687f112a 100644
--- a/srcpkgs/libshumate/template
+++ b/srcpkgs/libshumate/template
@@ -1,6 +1,6 @@
# Template file for 'libshumate'
pkgname=libshumate
-version=1.2.2
+version=1.3.0
revision=1
build_style=meson
build_helper="gir"
@@ -18,7 +18,7 @@ homepage="https://wiki.gnome.org/Projects/libshumate"
#changelog="https://gitlab.gnome.org/GNOME/libshumate/-/raw/main/NEWS"
changelog="https://gitlab.gnome.org/GNOME/libshumate/-/raw/libshumate-1-2/NEWS"
distfiles="${GNOME_SITE}/libshumate/${version%.*}/libshumate-${version}.tar.xz"
-checksum=6f587579f7f2d60b38d3f4727eb1a8d2feac9cbdc018e53ff5f772a8608fa44b
+checksum=8227a6e8281cde12232894fef83760d44fa66b39ef033c61ed934a86c6dc75d4
make_check_pre="dbus-run-session xvfb-run"
build_options="gir"
From 8adf2e6814e4ad220e75a3e3c9c40d75fda9af11 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Fri, 18 Oct 2024 07:50:13 +0300
Subject: [PATCH 2/2] shortwave: update to 4.0.0
---
srcpkgs/shortwave/patches/no-git.patch | 12 ------------
srcpkgs/shortwave/template | 18 +++++++++++-------
2 files changed, 11 insertions(+), 19 deletions(-)
delete mode 100644 srcpkgs/shortwave/patches/no-git.patch
diff --git a/srcpkgs/shortwave/patches/no-git.patch b/srcpkgs/shortwave/patches/no-git.patch
deleted file mode 100644
index 43f197af970829..00000000000000
--- a/srcpkgs/shortwave/patches/no-git.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru a/meson.build b/meson.build
---- a/meson.build 2023-02-07 02:12:17.000000000 +0300
-+++ b/meson.build 2023-04-27 23:57:14.057890647 +0300
-@@ -31,7 +31,7 @@
- base_id = 'de.haeckerfelix.Shortwave'
- path_id = '/de/haeckerfelix/Shortwave'
- app_id = base_id
--vcs_tag = run_command('git', 'rev-parse', '--short', 'HEAD').stdout().strip()
-+vcs_tag = 'none'
- profile = get_option('profile')
- datadir = join_paths(get_option('prefix'), get_option('datadir'))
- localedir = join_paths(get_option('prefix'), get_option('localedir'))
diff --git a/srcpkgs/shortwave/template b/srcpkgs/shortwave/template
index 0fb0d706556450..510b70c2178ea7 100644
--- a/srcpkgs/shortwave/template
+++ b/srcpkgs/shortwave/template
@@ -1,23 +1,27 @@
# Template file for 'shortwave'
pkgname=shortwave
-version=3.2.0
-revision=2
+version=4.0.0
+revision=1
build_style=meson
build_helper=rust
-hostmakedepends="pkg-config cargo gettext desktop-file-utils glib-devel
- gtk-update-icon-cache"
-makedepends="libadwaita-devel libshumate-devel rust-std"
+hostmakedepends="cargo desktop-file-utils gettext glib-devel
+ gtk4-update-icon-cache pkg-config"
+makedepends="lcms-devel libadwaita-devel libseccomp-devel libshumate-devel
+ rust-std"
depends="gst-plugins-good1"
short_desc="Listen to internet radio"
maintainer="chrysos349 <chrysostom349@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://gitlab.gnome.org/World/Shortwave"
distfiles="https://gitlab.gnome.org/World/Shortwave/-/archive/${version}/${pkgname}-${version}.tar.gz"
-checksum=b1d5272d41bf6dd2d7b578e3c352a0f3ca3e502cd3ec0c28ba8153c8887d08b9
+checksum=da4ea7cd42ce9e5c86a58ca00c0195e1c59d4b78a0439ae93fb41627a966410e
post_patch() {
+ # remove git dep
+ ln -sf /bin/false ${XBPS_WRAPPERDIR}/git
+
if [ "$CROSS_BUILD" ]; then
vsed -i src/meson.build \
- -e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
+ -e "s%rust_target /%'${RUST_TARGET}' / &%"
fi
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] shortwave: update to 4.0.0
2024-10-18 4:57 [PR PATCH] shortwave: update to 4.0.0 chrysos349
@ 2024-10-19 3:54 ` chrysos349
2024-10-27 9:47 ` [PR PATCH] [Merged]: shortwave: update to 4.0.1 Johnnynator
1 sibling, 0 replies; 3+ messages in thread
From: chrysos349 @ 2024-10-19 3:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 484 bytes --]
There is an updated pull request by chrysos349 against master on the void-packages repository
https://github.com/chrysos349/void-packages shortwave
https://github.com/void-linux/void-packages/pull/52672
shortwave: update to 4.0.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)
A patch file from https://github.com/void-linux/void-packages/pull/52672.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shortwave-52672.patch --]
[-- Type: text/x-diff, Size: 3778 bytes --]
From 10c639fa9b9efdbb4bfd3b8263ec9cc5ff4dbd45 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Fri, 18 Oct 2024 07:49:49 +0300
Subject: [PATCH 1/2] libshumate: update to 1.3.0
---
srcpkgs/libshumate/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/libshumate/template b/srcpkgs/libshumate/template
index c83a7641bf37a5..14ca73687f112a 100644
--- a/srcpkgs/libshumate/template
+++ b/srcpkgs/libshumate/template
@@ -1,6 +1,6 @@
# Template file for 'libshumate'
pkgname=libshumate
-version=1.2.2
+version=1.3.0
revision=1
build_style=meson
build_helper="gir"
@@ -18,7 +18,7 @@ homepage="https://wiki.gnome.org/Projects/libshumate"
#changelog="https://gitlab.gnome.org/GNOME/libshumate/-/raw/main/NEWS"
changelog="https://gitlab.gnome.org/GNOME/libshumate/-/raw/libshumate-1-2/NEWS"
distfiles="${GNOME_SITE}/libshumate/${version%.*}/libshumate-${version}.tar.xz"
-checksum=6f587579f7f2d60b38d3f4727eb1a8d2feac9cbdc018e53ff5f772a8608fa44b
+checksum=8227a6e8281cde12232894fef83760d44fa66b39ef033c61ed934a86c6dc75d4
make_check_pre="dbus-run-session xvfb-run"
build_options="gir"
From 78afd04aeaadecdbbb2c01ff7b653b06cb5ce223 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Fri, 18 Oct 2024 07:50:13 +0300
Subject: [PATCH 2/2] shortwave: update to 4.0.1
---
srcpkgs/shortwave/patches/no-git.patch | 12 ------------
srcpkgs/shortwave/template | 18 +++++++++++-------
2 files changed, 11 insertions(+), 19 deletions(-)
delete mode 100644 srcpkgs/shortwave/patches/no-git.patch
diff --git a/srcpkgs/shortwave/patches/no-git.patch b/srcpkgs/shortwave/patches/no-git.patch
deleted file mode 100644
index 43f197af970829..00000000000000
--- a/srcpkgs/shortwave/patches/no-git.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru a/meson.build b/meson.build
---- a/meson.build 2023-02-07 02:12:17.000000000 +0300
-+++ b/meson.build 2023-04-27 23:57:14.057890647 +0300
-@@ -31,7 +31,7 @@
- base_id = 'de.haeckerfelix.Shortwave'
- path_id = '/de/haeckerfelix/Shortwave'
- app_id = base_id
--vcs_tag = run_command('git', 'rev-parse', '--short', 'HEAD').stdout().strip()
-+vcs_tag = 'none'
- profile = get_option('profile')
- datadir = join_paths(get_option('prefix'), get_option('datadir'))
- localedir = join_paths(get_option('prefix'), get_option('localedir'))
diff --git a/srcpkgs/shortwave/template b/srcpkgs/shortwave/template
index 0fb0d706556450..0147b612555b97 100644
--- a/srcpkgs/shortwave/template
+++ b/srcpkgs/shortwave/template
@@ -1,23 +1,27 @@
# Template file for 'shortwave'
pkgname=shortwave
-version=3.2.0
-revision=2
+version=4.0.1
+revision=1
build_style=meson
build_helper=rust
-hostmakedepends="pkg-config cargo gettext desktop-file-utils glib-devel
- gtk-update-icon-cache"
-makedepends="libadwaita-devel libshumate-devel rust-std"
+hostmakedepends="cargo desktop-file-utils gettext glib-devel
+ gtk4-update-icon-cache pkg-config"
+makedepends="lcms-devel libadwaita-devel libseccomp-devel libshumate-devel
+ rust-std"
depends="gst-plugins-good1"
short_desc="Listen to internet radio"
maintainer="chrysos349 <chrysostom349@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://gitlab.gnome.org/World/Shortwave"
distfiles="https://gitlab.gnome.org/World/Shortwave/-/archive/${version}/${pkgname}-${version}.tar.gz"
-checksum=b1d5272d41bf6dd2d7b578e3c352a0f3ca3e502cd3ec0c28ba8153c8887d08b9
+checksum=2233ccb845be1b104dbf637ef1db99b2a2f29a51270b47d0894c03048ac0637c
post_patch() {
+ # remove git dep
+ ln -sf /bin/false ${XBPS_WRAPPERDIR}/git
+
if [ "$CROSS_BUILD" ]; then
vsed -i src/meson.build \
- -e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
+ -e "s%rust_target /%'${RUST_TARGET}' / &%"
fi
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: shortwave: update to 4.0.1
2024-10-18 4:57 [PR PATCH] shortwave: update to 4.0.0 chrysos349
2024-10-19 3:54 ` [PR PATCH] [Updated] " chrysos349
@ 2024-10-27 9:47 ` Johnnynator
1 sibling, 0 replies; 3+ messages in thread
From: Johnnynator @ 2024-10-27 9:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 320 bytes --]
There's a merged pull request on the void-packages repository
shortwave: update to 4.0.1
https://github.com/void-linux/void-packages/pull/52672
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)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-27 9:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-18 4:57 [PR PATCH] shortwave: update to 4.0.0 chrysos349
2024-10-19 3:54 ` [PR PATCH] [Updated] " chrysos349
2024-10-27 9:47 ` [PR PATCH] [Merged]: shortwave: update to 4.0.1 Johnnynator
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).