Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pan: update to 0.153.
@ 2023-02-26 20:54 mobinmob
  2023-02-27 10:31 ` Emru1
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mobinmob @ 2023-02-26 20:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages pan
https://github.com/void-linux/void-packages/pull/42473

pan: update to 0.153.
Also:
- remove --enable-gtk3 (removed upstream, the default)
- add enchant2-devel in makedepends
- remove vsed lines, no longer needed.

<!-- 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, (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/42473.patch is attached

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

From ea6068fb1fe6dcf5b6ef938b543c2beec76fe539 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Feb 2023 22:50:10 +0200
Subject: [PATCH] pan: update to 0.153.

Also:
- remove --enable-gtk3 (removed upstream, the default)
- add enchant2-devel in makedepends
- remove vsed lines, no longer needed.
---
 srcpkgs/pan/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/pan/template b/srcpkgs/pan/template
index 8db13dd2f7df..4b5967729b45 100644
--- a/srcpkgs/pan/template
+++ b/srcpkgs/pan/template
@@ -1,12 +1,12 @@
 # Template file for 'pan'
 pkgname=pan
-version=0.150
+version=0.153
 revision=1
 build_style=gnu-configure
-configure_args="--with-gnutls --with-gtk3 --enable-libnotify --enable-gkr"
+configure_args="--with-gnutls --enable-libnotify --enable-gkr"
 hostmakedepends="gettext pkg-config yelp-tools autoconf gettext-devel-tools automake libtool"
 makedepends="gmime3-devel gnutls-devel gtk+3-devel libsecret-devel gtkspell3-devel libnotify-devel
- glib-devel"
+ glib-devel enchant2-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Usenet newsreader that's good at both text and binaries"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -14,15 +14,13 @@ license="GFDL-1.1-or-later, GPL-2.0-only"
 homepage="http://pan.rebelbase.com"
 changelog="https://gitlab.gnome.org/GNOME/pan/-/raw/master/NEWS"
 distfiles="https://gitlab.gnome.org/GNOME/pan/-/archive/v${version}/pan-v${version}.tar.bz2"
-checksum=bdce5ee7fa28dcac1be6aa2110dc74cc85a62fb29b17b8ae1644cf4df11fed2f
+checksum=bc0f1a0872683f0d75f777056b9a25957eda54cf20244ea89e521dfdf9e5b921
 
 if [ -n "$CROSS_BUILD" ]; then
 		hostmakedepends+=" gdk-pixbuf-devel"
 fi
 
 pre_configure() {
-	vsed -e 's/enchant/enchant-2/g' -i configure.ac
-	vsed -e 's|enchant/enchant.h|enchant-2/enchant.h|' -i pan/gui/group-prefs-dialog.cc
 	export ACLOCAL='aclocal -I ${XBPS_CROSS_BASE}/usr/share/aclocal'
 	NOCONFIGURE=1 ./autogen.sh
 }

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

* Re: pan: update to 0.153.
  2023-02-26 20:54 [PR PATCH] pan: update to 0.153 mobinmob
@ 2023-02-27 10:31 ` Emru1
  2023-02-27 10:33 ` mobinmob
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Emru1 @ 2023-02-27 10:31 UTC (permalink / raw)
  To: ml

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

New comment by Emru1 on void-packages repository

https://github.com/void-linux/void-packages/pull/42473#issuecomment-1446078573

Comment:
https://github.com/void-linux/void-packages/pull/42366

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

* Re: pan: update to 0.153.
  2023-02-26 20:54 [PR PATCH] pan: update to 0.153 mobinmob
  2023-02-27 10:31 ` Emru1
@ 2023-02-27 10:33 ` mobinmob
  2023-02-27 10:33 ` [PR PATCH] [Closed]: " mobinmob
  2023-02-27 10:36 ` Emru1
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2023-02-27 10:33 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/42473#issuecomment-1446081689

Comment:
> https://github.com/void-linux/void-packages/pull/42366

Oh, did not see that.. 
Closing, thank you!

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

* Re: [PR PATCH] [Closed]: pan: update to 0.153.
  2023-02-26 20:54 [PR PATCH] pan: update to 0.153 mobinmob
  2023-02-27 10:31 ` Emru1
  2023-02-27 10:33 ` mobinmob
@ 2023-02-27 10:33 ` mobinmob
  2023-02-27 10:36 ` Emru1
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2023-02-27 10:33 UTC (permalink / raw)
  To: ml

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

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

pan: update to 0.153.
https://github.com/void-linux/void-packages/pull/42473

Description:
Also:
- remove --enable-gtk3 (removed upstream, the default)
- add enchant2-devel in makedepends
- remove vsed lines, no longer needed.

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: pan: update to 0.153.
  2023-02-26 20:54 [PR PATCH] pan: update to 0.153 mobinmob
                   ` (2 preceding siblings ...)
  2023-02-27 10:33 ` [PR PATCH] [Closed]: " mobinmob
@ 2023-02-27 10:36 ` Emru1
  3 siblings, 0 replies; 5+ messages in thread
From: Emru1 @ 2023-02-27 10:36 UTC (permalink / raw)
  To: ml

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

New comment by Emru1 on void-packages repository

https://github.com/void-linux/void-packages/pull/42473#issuecomment-1446086453

Comment:
Thanks for pointing out that `--enable-gtk3` is default by now, I'll remove that also ;)

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

end of thread, other threads:[~2023-02-27 10:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-26 20:54 [PR PATCH] pan: update to 0.153 mobinmob
2023-02-27 10:31 ` Emru1
2023-02-27 10:33 ` mobinmob
2023-02-27 10:33 ` [PR PATCH] [Closed]: " mobinmob
2023-02-27 10:36 ` Emru1

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