Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] profanity: update to 0.12.1. libstrophe: update to 0.11.0.
@ 2022-04-21 15:08 mhmdanas
  2022-04-21 15:14 ` classabbyamp
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: mhmdanas @ 2022-04-21 15:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages profanity-0.12.1
https://github.com/void-linux/void-packages/pull/36803

profanity: update to 0.12.1. libstrophe: update to 0.11.0.
I got this warning when I ran `./xbps-src pkg profanity`, not sure if it's
important:

```
=> WARNING: profanity-0.12.1_1: libprofanity.so.0 not found in common/shlibs!
```

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36803.patch is attached

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

From 446f165cf686d59293e06baadffe520c490b753c Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 21 Apr 2022 18:02:47 +0300
Subject: [PATCH 1/2] libstrophe: update to 0.11.0.

---
 common/shlibs               | 2 +-
 srcpkgs/libstrophe/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index ae4bb44c57a3..e943ea547586 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1784,7 +1784,7 @@ libfcgi.so.0 fcgi-2.4.0_2
 libdshconfig.so.1 libdshconfig-0.20.13_1
 libpar2.so.1 libpar2-0.4_1
 libsodium.so.23 libsodium-1.0.15_1
-libstrophe.so.0 libstrophe-0.10.1_2
+libstrophe.so.0 libstrophe-0.11.0_1
 libganv-1.so.1 ganv-1.4.2_1
 libblas.so.3 blas-3.5.0_1
 libcblas.so.3 cblas-3.6.0_1
diff --git a/srcpkgs/libstrophe/template b/srcpkgs/libstrophe/template
index 5dad32e38267..d7d246755450 100644
--- a/srcpkgs/libstrophe/template
+++ b/srcpkgs/libstrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'libstrophe'
 pkgname=libstrophe
-version=0.10.1
-revision=2
+version=0.11.0
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable cares) $(vopt_enable tls)"
 hostmakedepends="automake libtool pkg-config"
@@ -13,7 +13,7 @@ license="GPL-3.0-only"
 homepage="http://strophe.im/libstrophe/"
 changelog="https://raw.githubusercontent.com/strophe/libstrophe/master/ChangeLog"
 distfiles="https://github.com/strophe/libstrophe/archive/${version}.tar.gz"
-checksum=5bf0bbc555cb6059008f1b748370d4d2ee1e1fabd3eeab68475263556405ba39
+checksum=090185bcf5800663e18340313410e3b6e4e742e065daac9e7cfa5dbb83dab8f5
 
 build_options="cares tls"
 build_options_default="tls"

From 2c9fa4878555be08aa1c2f574d23951ab05d1427 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 21 Apr 2022 18:04:35 +0300
Subject: [PATCH 2/2] profanity: update to 0.12.1.

---
 srcpkgs/profanity/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index 959da4cedb93..d5004820bcce 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,6 +1,6 @@
 # Template file for 'profanity'
 pkgname=profanity
-version=0.11.1
+version=0.12.1
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
@@ -20,7 +20,7 @@ license="GPL-3.0-or-later"
 homepage="https://profanity-im.github.io/"
 changelog="https://raw.githubusercontent.com/profanity-im/profanity/master/CHANGELOG"
 distfiles="https://github.com/boothj5/profanity/releases/download/${version}/profanity-${version}.tar.gz"
-checksum=6f1b4df6c2971f51d03d48d2bfd4f69b4404410d800b43f029ea1cf08a02bd45
+checksum=e344481e7bf3b16baf58a169d321b809c4700becffb70db6f1c39adc3fad306e
 
 case "$XBPS_TARGET_MACHINE" in
 	arm*)

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

* Re: profanity: update to 0.12.1. libstrophe: update to 0.11.0.
  2022-04-21 15:08 [PR PATCH] profanity: update to 0.12.1. libstrophe: update to 0.11.0 mhmdanas
@ 2022-04-21 15:14 ` classabbyamp
  2022-04-21 15:16 ` mhmdanas
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2022-04-21 15:14 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36803#issuecomment-1105361346

Comment:
> I got this warning

it's fine to ignore if no other package needs libprofanity

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

* Re: profanity: update to 0.12.1. libstrophe: update to 0.11.0.
  2022-04-21 15:08 [PR PATCH] profanity: update to 0.12.1. libstrophe: update to 0.11.0 mhmdanas
  2022-04-21 15:14 ` classabbyamp
@ 2022-04-21 15:16 ` mhmdanas
  2022-04-22 10:00 ` paper42
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mhmdanas @ 2022-04-21 15:16 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/36803#issuecomment-1105364202

Comment:
It doesn't seem like any other package depends on libprofanity, according to my quick `grep` search.

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

* Re: profanity: update to 0.12.1. libstrophe: update to 0.11.0.
  2022-04-21 15:08 [PR PATCH] profanity: update to 0.12.1. libstrophe: update to 0.11.0 mhmdanas
  2022-04-21 15:14 ` classabbyamp
  2022-04-21 15:16 ` mhmdanas
@ 2022-04-22 10:00 ` paper42
  2022-04-25 14:32 ` paper42
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-04-22 10:00 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36803#issuecomment-1106311427

Comment:
> It doesn't seem like any other package depends on libprofanity, according to my quick `grep` search.

If it did, it would have to be already added to shlibs, so you don't have to care about it.

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

* Re: profanity: update to 0.12.1. libstrophe: update to 0.11.0.
  2022-04-21 15:08 [PR PATCH] profanity: update to 0.12.1. libstrophe: update to 0.11.0 mhmdanas
                   ` (2 preceding siblings ...)
  2022-04-22 10:00 ` paper42
@ 2022-04-25 14:32 ` paper42
  2022-04-25 14:45 ` mhmdanas
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-04-25 14:32 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36803#issuecomment-1108655781

Comment:
```diff
%: xpkgdiff -x profanity
--- /tmp/xpkgdiff.WS87U/profanity.repo	2022-04-25 16:25:30.834045647 +0200
+++ /tmp/xpkgdiff.WS87U/profanity.local	2022-04-25 16:25:30.839045662 +0200
@@ -1,8 +1,6 @@
-glib>=2.70.0_1
+glib>=2.72.0_1
 glibc>=2.32_1
 gtk+3>=3.0.0_1
-libX11>=1.2_1
-libXScrnSaver>=1.1.3_1
 libcurl>=7.75.0_2
 libgcrypt>=1.6.1_1
 libgpgme>=1.12.0_2
```
It seems like the xscreensaver option doesn't work anymore. And we should replace gtk+-devel with gtk+3-devel.

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

* Re: profanity: update to 0.12.1. libstrophe: update to 0.11.0.
  2022-04-21 15:08 [PR PATCH] profanity: update to 0.12.1. libstrophe: update to 0.11.0 mhmdanas
                   ` (3 preceding siblings ...)
  2022-04-25 14:32 ` paper42
@ 2022-04-25 14:45 ` mhmdanas
  2022-04-25 15:15 ` [PR PATCH] [Updated] " mhmdanas
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mhmdanas @ 2022-04-25 14:45 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/36803#issuecomment-1108671012

Comment:
> It seems like the xscreensaver option doesn't work anymore.

That sounds like https://github.com/profanity-im/profanity/issues/1695.

> And we should replace gtk+-devel with gtk+3-devel.

Sure.

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

* Re: [PR PATCH] [Updated] profanity: update to 0.12.1. libstrophe: update to 0.11.0.
  2022-04-21 15:08 [PR PATCH] profanity: update to 0.12.1. libstrophe: update to 0.11.0 mhmdanas
                   ` (4 preceding siblings ...)
  2022-04-25 14:45 ` mhmdanas
@ 2022-04-25 15:15 ` mhmdanas
  2022-05-26 14:33 ` mhmdanas
  2022-06-30 14:58 ` [PR PATCH] [Merged]: profanity: update to 0.12.1. libstrophe: update to 0.12.0 Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: mhmdanas @ 2022-04-25 15:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages profanity-0.12.1
https://github.com/void-linux/void-packages/pull/36803

profanity: update to 0.12.1. libstrophe: update to 0.11.0.
I got this warning when I ran `./xbps-src pkg profanity`, not sure if it's
important:

```
=> WARNING: profanity-0.12.1_1: libprofanity.so.0 not found in common/shlibs!
```

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36803.patch is attached

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

From 352623ad0e7554d290a38b3ad5c7a0e227b00c08 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 21 Apr 2022 18:02:47 +0300
Subject: [PATCH 1/2] libstrophe: update to 0.11.0.

---
 srcpkgs/libstrophe/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libstrophe/template b/srcpkgs/libstrophe/template
index 5dad32e38267..d7d246755450 100644
--- a/srcpkgs/libstrophe/template
+++ b/srcpkgs/libstrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'libstrophe'
 pkgname=libstrophe
-version=0.10.1
-revision=2
+version=0.11.0
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable cares) $(vopt_enable tls)"
 hostmakedepends="automake libtool pkg-config"
@@ -13,7 +13,7 @@ license="GPL-3.0-only"
 homepage="http://strophe.im/libstrophe/"
 changelog="https://raw.githubusercontent.com/strophe/libstrophe/master/ChangeLog"
 distfiles="https://github.com/strophe/libstrophe/archive/${version}.tar.gz"
-checksum=5bf0bbc555cb6059008f1b748370d4d2ee1e1fabd3eeab68475263556405ba39
+checksum=090185bcf5800663e18340313410e3b6e4e742e065daac9e7cfa5dbb83dab8f5
 
 build_options="cares tls"
 build_options_default="tls"

From 683f6f936b4078a9c2069d6160435dc02759e07e Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 21 Apr 2022 18:04:35 +0300
Subject: [PATCH 2/2] profanity: update to 0.12.1.

---
 srcpkgs/profanity/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index 959da4cedb93..3aec13a9115e 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,16 +1,16 @@
 # Template file for 'profanity'
 pkgname=profanity
-version=0.11.1
+version=0.12.1
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)
  $(vopt_with xscreensaver) $(vopt_enable omemo) $(vopt_enable cplugins c-plugins)
  ac_cv_prog_PYTHON_CONFIG_EXISTS=yes PYTHON_VERSION=3"
-hostmakedepends="pkg-config $(vopt_if python python3-devel) $(vopt_if gtk gtk+-devel)"
+hostmakedepends="pkg-config $(vopt_if python python3-devel) $(vopt_if gtk gtk+3-devel)"
 makedepends="libcurl-devel libglib-devel libstrophe-devel readline-devel sqlite-devel
  $(vopt_if notify libnotify-devel) $(vopt_if otr 'libotr-devel libgcrypt-devel')
- $(vopt_if pgp gpgme-devel) $(vopt_if python python3-devel) $(vopt_if gtk gtk+-devel)
+ $(vopt_if pgp gpgme-devel) $(vopt_if python python3-devel) $(vopt_if gtk gtk+3-devel)
  $(vopt_if xscreensaver libXScrnSaver-devel)
  $(vopt_if omemo 'libsignal-protocol-c-devel libgcrypt-devel')"
 checkdepends="cmocka-devel"
@@ -20,7 +20,7 @@ license="GPL-3.0-or-later"
 homepage="https://profanity-im.github.io/"
 changelog="https://raw.githubusercontent.com/profanity-im/profanity/master/CHANGELOG"
 distfiles="https://github.com/boothj5/profanity/releases/download/${version}/profanity-${version}.tar.gz"
-checksum=6f1b4df6c2971f51d03d48d2bfd4f69b4404410d800b43f029ea1cf08a02bd45
+checksum=e344481e7bf3b16baf58a169d321b809c4700becffb70db6f1c39adc3fad306e
 
 case "$XBPS_TARGET_MACHINE" in
 	arm*)

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

* Re: [PR PATCH] [Updated] profanity: update to 0.12.1. libstrophe: update to 0.11.0.
  2022-04-21 15:08 [PR PATCH] profanity: update to 0.12.1. libstrophe: update to 0.11.0 mhmdanas
                   ` (5 preceding siblings ...)
  2022-04-25 15:15 ` [PR PATCH] [Updated] " mhmdanas
@ 2022-05-26 14:33 ` mhmdanas
  2022-06-30 14:58 ` [PR PATCH] [Merged]: profanity: update to 0.12.1. libstrophe: update to 0.12.0 Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: mhmdanas @ 2022-05-26 14:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages profanity-0.12.1
https://github.com/void-linux/void-packages/pull/36803

profanity: update to 0.12.1. libstrophe: update to 0.11.0.
I got this warning when I ran `./xbps-src pkg profanity`, not sure if it's
important:

```
=> WARNING: profanity-0.12.1_1: libprofanity.so.0 not found in common/shlibs!
```

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36803.patch is attached

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

From e48fd243dd5c39ee155012b67e857dbbf6ff5627 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 21 Apr 2022 18:02:47 +0300
Subject: [PATCH 1/2] libstrophe: update to 0.12.0.

---
 srcpkgs/libstrophe/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libstrophe/template b/srcpkgs/libstrophe/template
index 5dad32e38267..b3947a91e381 100644
--- a/srcpkgs/libstrophe/template
+++ b/srcpkgs/libstrophe/template
@@ -1,7 +1,7 @@
 # Template file for 'libstrophe'
 pkgname=libstrophe
-version=0.10.1
-revision=2
+version=0.12.0
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable cares) $(vopt_enable tls)"
 hostmakedepends="automake libtool pkg-config"
@@ -13,7 +13,7 @@ license="GPL-3.0-only"
 homepage="http://strophe.im/libstrophe/"
 changelog="https://raw.githubusercontent.com/strophe/libstrophe/master/ChangeLog"
 distfiles="https://github.com/strophe/libstrophe/archive/${version}.tar.gz"
-checksum=5bf0bbc555cb6059008f1b748370d4d2ee1e1fabd3eeab68475263556405ba39
+checksum=f645819d8d93711c92454974dd9007c9b9e98ea0b59cb708dc626dd4c6b9d0a8
 
 build_options="cares tls"
 build_options_default="tls"

From 1290866bd8203dbb591447f6803dda9f28190058 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 21 Apr 2022 18:04:35 +0300
Subject: [PATCH 2/2] profanity: update to 0.12.1.

---
 srcpkgs/profanity/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index 959da4cedb93..3aec13a9115e 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,16 +1,16 @@
 # Template file for 'profanity'
 pkgname=profanity
-version=0.11.1
+version=0.12.1
 revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)
  $(vopt_with xscreensaver) $(vopt_enable omemo) $(vopt_enable cplugins c-plugins)
  ac_cv_prog_PYTHON_CONFIG_EXISTS=yes PYTHON_VERSION=3"
-hostmakedepends="pkg-config $(vopt_if python python3-devel) $(vopt_if gtk gtk+-devel)"
+hostmakedepends="pkg-config $(vopt_if python python3-devel) $(vopt_if gtk gtk+3-devel)"
 makedepends="libcurl-devel libglib-devel libstrophe-devel readline-devel sqlite-devel
  $(vopt_if notify libnotify-devel) $(vopt_if otr 'libotr-devel libgcrypt-devel')
- $(vopt_if pgp gpgme-devel) $(vopt_if python python3-devel) $(vopt_if gtk gtk+-devel)
+ $(vopt_if pgp gpgme-devel) $(vopt_if python python3-devel) $(vopt_if gtk gtk+3-devel)
  $(vopt_if xscreensaver libXScrnSaver-devel)
  $(vopt_if omemo 'libsignal-protocol-c-devel libgcrypt-devel')"
 checkdepends="cmocka-devel"
@@ -20,7 +20,7 @@ license="GPL-3.0-or-later"
 homepage="https://profanity-im.github.io/"
 changelog="https://raw.githubusercontent.com/profanity-im/profanity/master/CHANGELOG"
 distfiles="https://github.com/boothj5/profanity/releases/download/${version}/profanity-${version}.tar.gz"
-checksum=6f1b4df6c2971f51d03d48d2bfd4f69b4404410d800b43f029ea1cf08a02bd45
+checksum=e344481e7bf3b16baf58a169d321b809c4700becffb70db6f1c39adc3fad306e
 
 case "$XBPS_TARGET_MACHINE" in
 	arm*)

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

* Re: [PR PATCH] [Merged]: profanity: update to 0.12.1. libstrophe: update to 0.12.0.
  2022-04-21 15:08 [PR PATCH] profanity: update to 0.12.1. libstrophe: update to 0.11.0 mhmdanas
                   ` (6 preceding siblings ...)
  2022-05-26 14:33 ` mhmdanas
@ 2022-06-30 14:58 ` Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2022-06-30 14:58 UTC (permalink / raw)
  To: ml

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

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

profanity: update to 0.12.1. libstrophe: update to 0.12.0.
https://github.com/void-linux/void-packages/pull/36803

Description:
I got this warning when I ran `./xbps-src pkg profanity`, not sure if it's
important:

```
=> WARNING: profanity-0.12.1_1: libprofanity.so.0 not found in common/shlibs!
```

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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] 9+ messages in thread

end of thread, other threads:[~2022-06-30 14:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 15:08 [PR PATCH] profanity: update to 0.12.1. libstrophe: update to 0.11.0 mhmdanas
2022-04-21 15:14 ` classabbyamp
2022-04-21 15:16 ` mhmdanas
2022-04-22 10:00 ` paper42
2022-04-25 14:32 ` paper42
2022-04-25 14:45 ` mhmdanas
2022-04-25 15:15 ` [PR PATCH] [Updated] " mhmdanas
2022-05-26 14:33 ` mhmdanas
2022-06-30 14:58 ` [PR PATCH] [Merged]: profanity: update to 0.12.1. libstrophe: update to 0.12.0 Duncaen

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