Github messages for voidlinux
 help / color / mirror / Atom feed
From: paxet <paxet@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] evolution: fix expose shared lib
Date: Tue, 11 Apr 2023 11:15:03 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43388@inbox.vuxu.org> (raw)

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

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

https://github.com/paxet/void-packages master
https://github.com/void-linux/void-packages/pull/43388

evolution: fix expose shared lib
The package 'evolution-ews' cannot neither be installed nor updated because cannot resolve a shared lib.
In the [evolution: update to 3.48.0](https://github.com/void-linux/void-packages/commit/e8be9699344508280a43193b9a7e20b2632e4aae) an evolution lib was included in common/shlibs but is not exposed in the package template, thus 'evolution-ews' cannot find the package that provides it.

#### 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-LIBC)


A patch file from https://github.com/void-linux/void-packages/pull/43388.patch is attached

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

From 139bb68577233835a27756ea4132f28c1b7314b2 Mon Sep 17 00:00:00 2001
From: Javier Caballero <jacallo@protonmail.com>
Date: Tue, 11 Apr 2023 11:04:47 +0200
Subject: [PATCH] evolution: fix expose shared lib

---
 srcpkgs/evolution/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template
index f271618e8976..b306b79e349d 100644
--- a/srcpkgs/evolution/template
+++ b/srcpkgs/evolution/template
@@ -1,7 +1,7 @@
 # Template file for 'evolution'
 pkgname=evolution
 version=3.48.0
-revision=1
+revision=2
 build_style=cmake
 build_helper="qemu"
 configure_args="-DSYSCONF_INSTALL_DIR=/etc
@@ -22,7 +22,8 @@ changelog="https://gitlab.gnome.org/GNOME/evolution/-/raw/gnome-44/NEWS"
 distfiles="${GNOME_SITE}/evolution/${version%.*}/evolution-${version}.tar.xz"
 checksum=2d8472819589e92efcce4f2dc3bd124e93d379d3300978f69a9653c592a60ef6
 shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so
- libevolution-mail.so libevolution-shell.so libevolution-mail-formatter.so"
+ libevolution-mail.so libevolution-shell.so libevolution-mail-formatter.so
+ libevolution-mail-composer.so"
 
 evolution-devel_package() {
 	depends="libwebkit2gtk41-devel gtk+3-devel libglib-devel evolution-data-server-devel

             reply	other threads:[~2023-04-11  9:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-11  9:15 paxet [this message]
2023-04-11 18:20 ` oreo639
2023-04-11 20:20 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43388@inbox.vuxu.org \
    --to=paxet@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).