Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libomemo-c-0.5.0
@ 2025-01-20  9:26 worf1337
  2025-01-20 23:12 ` [PR PATCH] [Updated] " worf1337
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: worf1337 @ 2025-01-20  9:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/worf1337/void-packages libomemo-c
https://github.com/void-linux/void-packages/pull/54048

New package: libomemo-c-0.5.0
<!-- 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**


<!-- 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-glibc (crossbuild)

Dependency for psi-plus, which is soon to be PRed

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

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

From 0df5ec67deeef875f501e147748de5ea39676c44 Mon Sep 17 00:00:00 2001
From: worf1337 <me@worf.win>
Date: Mon, 20 Jan 2025 20:17:41 +1100
Subject: [PATCH] New package: libomemo-c-0.5.0

---
 common/shlibs               |  1 +
 srcpkgs/libomemo-c-devel    |  1 +
 srcpkgs/libomemo-c/template | 23 +++++++++++++++++++++++
 3 files changed, 25 insertions(+)
 create mode 120000 srcpkgs/libomemo-c-devel
 create mode 100644 srcpkgs/libomemo-c/template

diff --git a/common/shlibs b/common/shlibs
index 3dcacc7de76d9d..25b3c6c5207160 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4551,3 +4551,4 @@ libopencore-amrnb.so.0 opencore-amr-0.1.6_1
 libopencore-amrwb.so.0 opencore-amr-0.1.6_1
 libilbc.so.3 libilbc-3.0.4_1
 libmaliit-plugins.so.2 maliit-keyboard-2.3.1_1
+libomemo-c.so.0 libomemo-c-0.5.0_1
diff --git a/srcpkgs/libomemo-c-devel b/srcpkgs/libomemo-c-devel
new file mode 120000
index 00000000000000..744ed5bb717087
--- /dev/null
+++ b/srcpkgs/libomemo-c-devel
@@ -0,0 +1 @@
+libomemo-c
\ No newline at end of file
diff --git a/srcpkgs/libomemo-c/template b/srcpkgs/libomemo-c/template
new file mode 100644
index 00000000000000..3cb8b80252f462
--- /dev/null
+++ b/srcpkgs/libomemo-c/template
@@ -0,0 +1,23 @@
+# Template file for 'libomemo-c'
+pkgname=libomemo-c
+version=0.5.0
+revision=1
+build_style=cmake
+configure_args="-DBUILD_SHARED_LIBS=on"
+makedepends="openssl-devel"
+short_desc="Fork of libsignal-protocol-c adding support for OMEMO XEP-0384"
+maintainer="Worf <me@worf.win>"
+license="GPL-3.0-only"
+homepage="https://github.com/dino/libomemo-c"
+distfiles="https://github.com/dino/libomemo-c/archive/refs/tags/v${version}.tar.gz"
+checksum=03195a24ef7a86c339cdf9069d7f7569ed511feaf55e853bfcb797d2698ba983
+
+libomemo-c-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

end of thread, other threads:[~2025-05-01  2:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-20  9:26 [PR PATCH] New package: libomemo-c-0.5.0 worf1337
2025-01-20 23:12 ` [PR PATCH] [Updated] " worf1337
2025-01-21  1:31 ` worf1337
2025-02-20  4:15 ` worf1337
2025-05-01  2:07 ` [PR PATCH] [Closed]: " worf1337

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