* [PR PATCH] pan: update to 0.160.
@ 2024-08-15 11:24 Emru1
2024-08-15 14:25 ` [PR PATCH] [Updated] " Emru1
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Emru1 @ 2024-08-15 11:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1144 bytes --]
There is a new pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages pan
https://github.com/void-linux/void-packages/pull/51861
pan: update to 0.160.
<!-- 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
There are some problems with cross compilation, I'm working on it
A patch file from https://github.com/void-linux/void-packages/pull/51861.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pan-51861.patch --]
[-- Type: text/x-diff, Size: 1956 bytes --]
From e8b8fe56f3ac886e1823f91b1eedf2b4e413eb3d Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Thu, 15 Aug 2024 13:14:25 +0200
Subject: [PATCH] pan: update to 0.160.
---
srcpkgs/pan/template | 30 ++++++++++++++----------------
1 file changed, 14 insertions(+), 16 deletions(-)
diff --git a/srcpkgs/pan/template b/srcpkgs/pan/template
index 75a2aa17ebad16..9f240c966fadbf 100644
--- a/srcpkgs/pan/template
+++ b/srcpkgs/pan/template
@@ -1,12 +1,19 @@
# Template file for 'pan'
pkgname=pan
-version=0.155
+version=0.160
revision=1
-build_style=gnu-configure
-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 enchant2-devel gcr-devel"
+build_style=cmake
+configure_args="
+ -DWANT_GMIME_CRYPTO=ON
+ -DWANT_GKR=ON
+ -DWANT_GNUTLS=ON
+ -DWANT_GTKSPELL=ON
+ -DWANT_NOTIFY=ON
+ -DENABLE_MANUAL=ON
+"
+hostmakedepends="pkg-config gettext itstool"
+makedepends="gtk+3-devel gmime3-devel gtkspell3-devel libnotify-devel
+ libsecret-devel gcr-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,13 +21,4 @@ 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=3624ac3171fa8089825ce55b62b053db4f86d592f717c4d874c48ce0e885dff2
-
-if [ -n "$CROSS_BUILD" ]; then
- hostmakedepends+=" gdk-pixbuf-devel"
-fi
-
-pre_configure() {
- export ACLOCAL='aclocal -I ${XBPS_CROSS_BASE}/usr/share/aclocal'
- NOCONFIGURE=1 ./autogen.sh
-}
+checksum=6506955fc3c94a7e395f82763f45a63dcb564028419ea32249090997c08962a9
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] pan: update to 0.160.
2024-08-15 11:24 [PR PATCH] pan: update to 0.160 Emru1
@ 2024-08-15 14:25 ` Emru1
2024-08-18 22:11 ` [PR REVIEW] " classabbyamp
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Emru1 @ 2024-08-15 14:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1149 bytes --]
There is an updated pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages pan
https://github.com/void-linux/void-packages/pull/51861
pan: update to 0.160.
<!-- 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
There are some problems with cross compilation, I'm working on it
A patch file from https://github.com/void-linux/void-packages/pull/51861.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pan-51861.patch --]
[-- Type: text/x-diff, Size: 1976 bytes --]
From f0a78395b9086ec119e4dee45483af1b6753d4ce Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Thu, 15 Aug 2024 13:14:25 +0200
Subject: [PATCH] pan: update to 0.160.
---
srcpkgs/pan/template | 31 +++++++++++++++----------------
1 file changed, 15 insertions(+), 16 deletions(-)
diff --git a/srcpkgs/pan/template b/srcpkgs/pan/template
index 75a2aa17ebad16..d3a796f378f613 100644
--- a/srcpkgs/pan/template
+++ b/srcpkgs/pan/template
@@ -1,12 +1,20 @@
# Template file for 'pan'
pkgname=pan
-version=0.155
+version=0.160
revision=1
-build_style=gnu-configure
-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 enchant2-devel gcr-devel"
+build_style=cmake
+build_helper=qemu
+configure_args="
+ -DWANT_GMIME_CRYPTO=ON
+ -DWANT_GKR=ON
+ -DWANT_GNUTLS=ON
+ -DWANT_GTKSPELL=ON
+ -DWANT_NOTIFY=ON
+ -DENABLE_MANUAL=ON
+"
+hostmakedepends="pkg-config gettext itstool"
+makedepends="gtk+3-devel gmime3-devel gtkspell3-devel libnotify-devel
+ libsecret-devel gcr-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,13 +22,4 @@ 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=3624ac3171fa8089825ce55b62b053db4f86d592f717c4d874c48ce0e885dff2
-
-if [ -n "$CROSS_BUILD" ]; then
- hostmakedepends+=" gdk-pixbuf-devel"
-fi
-
-pre_configure() {
- export ACLOCAL='aclocal -I ${XBPS_CROSS_BASE}/usr/share/aclocal'
- NOCONFIGURE=1 ./autogen.sh
-}
+checksum=6506955fc3c94a7e395f82763f45a63dcb564028419ea32249090997c08962a9
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR REVIEW] pan: update to 0.160.
2024-08-15 11:24 [PR PATCH] pan: update to 0.160 Emru1
2024-08-15 14:25 ` [PR PATCH] [Updated] " Emru1
@ 2024-08-18 22:11 ` classabbyamp
2024-08-21 10:09 ` [PR PATCH] [Updated] " Emru1
2024-08-21 10:15 ` [PR PATCH] [Merged]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-08-18 22:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 300 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/51861#discussion_r1721074215
Comment:
```suggestion
configure_args="-DWANT_GMIME_CRYPTO=ON -DWANT_GKR=ON -DWANT_GNUTLS=ON
-DWANT_GTKSPELL=ON -DWANT_NOTIFY=ON -DENABLE_MANUAL=ON"
```
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] pan: update to 0.160.
2024-08-15 11:24 [PR PATCH] pan: update to 0.160 Emru1
2024-08-15 14:25 ` [PR PATCH] [Updated] " Emru1
2024-08-18 22:11 ` [PR REVIEW] " classabbyamp
@ 2024-08-21 10:09 ` Emru1
2024-08-21 10:15 ` [PR PATCH] [Merged]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: Emru1 @ 2024-08-21 10:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1168 bytes --]
There is an updated pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages pan
https://github.com/void-linux/void-packages/pull/51861
pan: update to 0.160.
<!-- 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
armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/51861.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pan-51861.patch --]
[-- Type: text/x-diff, Size: 1956 bytes --]
From 1d7a092955e1aa6ad66e4a3a359bcdd8a6c54270 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Thu, 15 Aug 2024 13:14:25 +0200
Subject: [PATCH] pan: update to 0.160.
---
srcpkgs/pan/template | 25 +++++++++----------------
1 file changed, 9 insertions(+), 16 deletions(-)
diff --git a/srcpkgs/pan/template b/srcpkgs/pan/template
index 75a2aa17ebad16..cb8e6f275be7d0 100644
--- a/srcpkgs/pan/template
+++ b/srcpkgs/pan/template
@@ -1,12 +1,14 @@
# Template file for 'pan'
pkgname=pan
-version=0.155
+version=0.160
revision=1
-build_style=gnu-configure
-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 enchant2-devel gcr-devel"
+build_style=cmake
+build_helper=qemu
+configure_args="-DWANT_GMIME_CRYPTO=ON -DWANT_GKR=ON -DWANT_GNUTLS=ON
+ -DWANT_GTKSPELL=ON -DWANT_NOTIFY=ON -DENABLE_MANUAL=ON"
+hostmakedepends="pkg-config gettext itstool"
+makedepends="gtk+3-devel gmime3-devel gtkspell3-devel libnotify-devel
+ libsecret-devel gcr-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,13 +16,4 @@ 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=3624ac3171fa8089825ce55b62b053db4f86d592f717c4d874c48ce0e885dff2
-
-if [ -n "$CROSS_BUILD" ]; then
- hostmakedepends+=" gdk-pixbuf-devel"
-fi
-
-pre_configure() {
- export ACLOCAL='aclocal -I ${XBPS_CROSS_BASE}/usr/share/aclocal'
- NOCONFIGURE=1 ./autogen.sh
-}
+checksum=6506955fc3c94a7e395f82763f45a63dcb564028419ea32249090997c08962a9
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Merged]: pan: update to 0.160.
2024-08-15 11:24 [PR PATCH] pan: update to 0.160 Emru1
` (2 preceding siblings ...)
2024-08-21 10:09 ` [PR PATCH] [Updated] " Emru1
@ 2024-08-21 10:15 ` classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-08-21 10:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1020 bytes --]
There's a merged pull request on the void-packages repository
pan: update to 0.160.
https://github.com/void-linux/void-packages/pull/51861
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
armv6l-musl
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-08-21 10:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-15 11:24 [PR PATCH] pan: update to 0.160 Emru1
2024-08-15 14:25 ` [PR PATCH] [Updated] " Emru1
2024-08-18 22:11 ` [PR REVIEW] " classabbyamp
2024-08-21 10:09 ` [PR PATCH] [Updated] " Emru1
2024-08-21 10:15 ` [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).