* Re: [PR PATCH] [Updated] New package: libomemo-c-0.5.0
2025-01-20 9:26 [PR PATCH] New package: libomemo-c-0.5.0 worf1337
@ 2025-01-20 23:12 ` worf1337
2025-01-21 1:31 ` worf1337
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: worf1337 @ 2025-01-20 23:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1240 bytes --]
There is an updated 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 #54049
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: 2661 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 1/2] 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"
+ }
+}
From 5e64c5366f60921ae92b8f54375f7d16609af2cc Mon Sep 17 00:00:00 2001
From: worf1337 <me@worf.win>
Date: Tue, 21 Jan 2025 10:12:14 +1100
Subject: [PATCH 2/2] libomemo-c: fix hostmakedepends
---
srcpkgs/libomemo-c/template | 1 +
1 file changed, 1 insertion(+)
diff --git a/srcpkgs/libomemo-c/template b/srcpkgs/libomemo-c/template
index 3cb8b80252f462..981d945e9df850 100644
--- a/srcpkgs/libomemo-c/template
+++ b/srcpkgs/libomemo-c/template
@@ -4,6 +4,7 @@ version=0.5.0
revision=1
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=on"
+hostmakedepends="cmake"
makedepends="openssl-devel"
short_desc="Fork of libsignal-protocol-c adding support for OMEMO XEP-0384"
maintainer="Worf <me@worf.win>"
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PR PATCH] [Updated] New package: libomemo-c-0.5.0
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
3 siblings, 0 replies; 5+ messages in thread
From: worf1337 @ 2025-01-21 1:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1240 bytes --]
There is an updated 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 #54049
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 a4e1d87b63f8e6d207fe8c7cedfd6ce89ea72700 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* Re: [PR PATCH] [Updated] New package: libomemo-c-0.5.0
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
3 siblings, 0 replies; 5+ messages in thread
From: worf1337 @ 2025-02-20 4:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1240 bytes --]
There is an updated 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 #54049
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: 1925 bytes --]
From 6bb22c8ceb5142509cb6899ba30f1fb8ca5f4371 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 54a0371f306f1c..2e150c8820dc3e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4538,3 +4538,4 @@ 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
libSDL3.so.0 SDL3-3.2.2_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* Re: [PR PATCH] [Closed]: New package: libomemo-c-0.5.0
2025-01-20 9:26 [PR PATCH] New package: libomemo-c-0.5.0 worf1337
` (2 preceding siblings ...)
2025-02-20 4:15 ` worf1337
@ 2025-05-01 2:07 ` worf1337
3 siblings, 0 replies; 5+ messages in thread
From: worf1337 @ 2025-05-01 2:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1079 bytes --]
There's a closed pull request on the void-packages repository
New package: libomemo-c-0.5.0
https://github.com/void-linux/void-packages/pull/54048
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**
<!-- 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 #54049
^ permalink raw reply [flat|nested] 5+ messages in thread