Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] newsflash: update to 3.3.5.
@ 2025-04-18  4:51 oreo639
  2025-04-18  4:53 ` [PR PATCH] [Updated] " oreo639
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: oreo639 @ 2025-04-18  4:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages newsflash
https://github.com/void-linux/void-packages/pull/55102

newsflash: update to 3.3.5.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/55102.patch is attached

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

From 2f67f9d1cf193b5a5228cea31fec1d534574c2f4 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 17 Apr 2025 21:47:46 -0700
Subject: [PATCH 1/2] New package: clapper-0.8.0

---
 common/shlibs            |  2 ++
 srcpkgs/clapper-devel    |  1 +
 srcpkgs/clapper-libs     |  1 +
 srcpkgs/clapper/template | 38 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 42 insertions(+)
 create mode 120000 srcpkgs/clapper-devel
 create mode 120000 srcpkgs/clapper-libs
 create mode 100644 srcpkgs/clapper/template

diff --git a/common/shlibs b/common/shlibs
index bec2f470613330..bb42ef221ad2a4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4540,3 +4540,5 @@ libmaliit-plugins.so.2 maliit-keyboard-2.3.1_1
 libSDL3.so.0 SDL3-3.2.2_1
 libiconv.so.2 libiconv-1.18_1
 libcharset.so.1 libiconv-1.18_1
+libclapper-gtk-0.0.so.0 clapper-libs-0.8.0_1
+libclapper-0.0.so.0 clapper-libs-0.8.0_1
diff --git a/srcpkgs/clapper-devel b/srcpkgs/clapper-devel
new file mode 120000
index 00000000000000..f739d81f9a4f83
--- /dev/null
+++ b/srcpkgs/clapper-devel
@@ -0,0 +1 @@
+clapper
\ No newline at end of file
diff --git a/srcpkgs/clapper-libs b/srcpkgs/clapper-libs
new file mode 120000
index 00000000000000..f739d81f9a4f83
--- /dev/null
+++ b/srcpkgs/clapper-libs
@@ -0,0 +1 @@
+clapper
\ No newline at end of file
diff --git a/srcpkgs/clapper/template b/srcpkgs/clapper/template
new file mode 100644
index 00000000000000..df972dfef28b6b
--- /dev/null
+++ b/srcpkgs/clapper/template
@@ -0,0 +1,38 @@
+# Template file for 'clapper'
+pkgname=clapper
+version=0.8.0
+revision=1
+build_style=meson
+build_helper=gir
+hostmakedepends="pkg-config gettext glib-devel vala 
+ gtk4-update-icon-cache desktop-file-utils"
+makedepends="gtk4-devel gstreamer1-devel gst-plugins-base1-devel libadwaita-devel
+ libsoup3-devel libmicrodns-devel libpeas2-devel"
+short_desc="Modern and user-friendly media player"
+maintainer="deimonn <deimonn@outlook.com>"
+license="GPL-3.0-or-later, LGPL-2.1-or-later"
+homepage="https://github.com/Rafostar/clapper"
+distfiles="https://github.com/Rafostar/clapper/archive/refs/tags/${version}.tar.gz"
+checksum=f0d6faea1285ff4b3a1c3c758181cd1b501cd066f87afd0d6fde5fc7e83eba60
+
+clapper-libs_package() {
+	short_desc+=" - libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+		vmove usr/lib/clapper-0.0
+		vmove usr/lib/girepository-1.0
+		vmove usr/lib/gstreamer-1.0
+	}
+}
+
+clapper-devel_package() {
+	depends="clapper-libs>=${version}_${revision} ${makedepends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+		vmove usr/share/gir-1.0
+		vmove usr/share/vala
+	}
+}

From 4a97f4a68cda23f4509c92b223f0716a2d2005cf Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 17 Apr 2025 21:48:11 -0700
Subject: [PATCH 2/2] newsflash: update to 3.3.5.

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

diff --git a/srcpkgs/newsflash/template b/srcpkgs/newsflash/template
index 61639800ae3420..0efe7228c3de21 100644
--- a/srcpkgs/newsflash/template
+++ b/srcpkgs/newsflash/template
@@ -1,19 +1,18 @@
 # Template file for 'newsflash'
 pkgname=newsflash
-version=3.1.3
+version=3.3.5
 revision=1
 build_style=meson
 build_helper=rust
 hostmakedepends="cargo pkg-config glib-devel sqlite-devel gettext-devel
- desktop-file-utils gtk4-update-icon-cache blueprint-compiler
- gtk4-devel libadwaita-devel"
-makedepends="rust-std libwebkitgtk60-devel libadwaita-devel openssl-devel"
+ desktop-file-utils gtk4-update-icon-cache blueprint-compiler"
+makedepends="rust-std libwebkitgtk60-devel libadwaita-devel openssl-devel clapper-devel"
 short_desc="RSS feed reader that supports various web based services"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/news-flash/news_flash_gtk"
 distfiles="https://gitlab.com/news-flash/news_flash_gtk/-/archive/v.${version}/news_flash_gtk-v.${version}.tar.gz"
-checksum=5c9e6d01de0b3503186a125e5edbba425c1193e7e0f3c45a737d53b82bb54106
+checksum=7333e88187f022c0a6ba72e0d6943c1602acde19b646c38e202606cac3a965f7
 
 post_patch() {
 	if [ -n "$CROSS_BUILD" ]; then
@@ -21,3 +20,9 @@ post_patch() {
 			-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
 	fi
 }
+
+pre_build() {
+	if [ "$CROSS_BUILD" ]; then
+		export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+	fi
+}

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

end of thread, other threads:[~2025-05-03  5:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-18  4:51 [PR PATCH] newsflash: update to 3.3.5 oreo639
2025-04-18  4:53 ` [PR PATCH] [Updated] " oreo639
2025-04-19 21:26 ` oreo639
2025-05-03  4:47 ` oreo639
2025-05-03  5:26 ` oreo639
2025-05-03  5:52 ` [PR PATCH] [Merged]: " oreo639

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