Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lowdown: move unversioned library to -devel
@ 2023-04-24 16:21 sgn
  2023-04-24 20:41 ` Duncaen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sgn @ 2023-04-24 16:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages lowdown-shlibs
https://github.com/void-linux/void-packages/pull/43595

lowdown: move unversioned library to -devel
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From 5a0f17601abd6d423015748bf489d521abe46648 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Mon, 24 Apr 2023 23:17:46 +0700
Subject: [PATCH] lowdown: move unversioned library to -devel

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

diff --git a/common/shlibs b/common/shlibs
index 21cafd798519..7f91aa2dfccc 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4192,7 +4192,7 @@ libTMVA.so root-6.24.06_1
 libMathCore.so root-6.24.06_1
 libCore.so root-6.24.06_1
 libCore.so qtcreator-7.0.2_1
-liblowdown.so lowdown-0.11.2_1
+liblowdown.so.2 lowdown-1.0.1_1
 libjaylink.so.0 libjaylink-0.2.0_1
 libnvidia-container.so.1 libnvidia-container-1.10.0_1
 libnvidia-container-go.so.1 libnvidia-container-1.10.0_1
diff --git a/srcpkgs/lowdown/template b/srcpkgs/lowdown/template
index 8ebe438e5d13..a9453fd359e2 100644
--- a/srcpkgs/lowdown/template
+++ b/srcpkgs/lowdown/template
@@ -1,7 +1,7 @@
 # Template file for 'lowdown'
 pkgname=lowdown
 version=1.0.1
-revision=1
+revision=2
 build_style=configure
 configure_args="PREFIX=/usr MANDIR=/usr/share/man"
 make_install_target="install install_shared install_static"
@@ -13,7 +13,6 @@ homepage="https://kristaps.bsd.lv/lowdown/"
 changelog="https://kristaps.bsd.lv/lowdown/archive.html"
 distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz"
 checksum=447b0a783d7beb1d82d9c40ea0395063535f2651e611b0662ebcfa687bf7906a
-shlib_provides="liblowdown.so"
 
 post_install() {
 	vlicense LICENSE.md
@@ -26,6 +25,7 @@ lowdown-devel_package() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 		vmove "usr/share/man/man3/*.3"
 	}
 }

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

* Re: lowdown: move unversioned library to -devel
  2023-04-24 16:21 [PR PATCH] lowdown: move unversioned library to -devel sgn
@ 2023-04-24 20:41 ` Duncaen
  2023-04-24 20:48 ` Duncaen
  2023-04-24 20:48 ` [PR PATCH] [Closed]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-04-24 20:41 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/43595#issuecomment-1520798557

Comment:
LGTM, not sure why this was added this way, was merged from a PR with a bunch of things without tagging me. https://github.com/void-linux/void-packages/pull/37040

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

* Re: lowdown: move unversioned library to -devel
  2023-04-24 16:21 [PR PATCH] lowdown: move unversioned library to -devel sgn
  2023-04-24 20:41 ` Duncaen
@ 2023-04-24 20:48 ` Duncaen
  2023-04-24 20:48 ` [PR PATCH] [Closed]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-04-24 20:48 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/43595#issuecomment-1520805254

Comment:
Merged in https://github.com/void-linux/void-packages/commit/b45187c95c1e0d63e398558cabe1e8cccbf35cce.

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

* Re: [PR PATCH] [Closed]: lowdown: move unversioned library to -devel
  2023-04-24 16:21 [PR PATCH] lowdown: move unversioned library to -devel sgn
  2023-04-24 20:41 ` Duncaen
  2023-04-24 20:48 ` Duncaen
@ 2023-04-24 20:48 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-04-24 20:48 UTC (permalink / raw)
  To: ml

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

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

lowdown: move unversioned library to -devel
https://github.com/void-linux/void-packages/pull/43595

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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] 4+ messages in thread

end of thread, other threads:[~2023-04-24 20:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-24 16:21 [PR PATCH] lowdown: move unversioned library to -devel sgn
2023-04-24 20:41 ` Duncaen
2023-04-24 20:48 ` Duncaen
2023-04-24 20:48 ` [PR PATCH] [Closed]: " 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).