Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Packages: Evolution-DecSync and libdecsync
@ 2021-12-28 10:36 eoli3n
  2021-12-28 10:44 ` eoli3n
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: eoli3n @ 2021-12-28 10:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eoli3n/void-packages evolution-decsync
https://github.com/void-linux/void-packages/pull/34731

New Packages: Evolution-DecSync and libdecsync
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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
-->


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

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

From 399a15ff7f7d234a30453592382a0827f48290b2 Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Sun, 26 Dec 2021 23:44:58 +0100
Subject: [PATCH 1/2] New package: libdecsync-2.2.1

---
 common/shlibs               |  1 +
 srcpkgs/libdecsync-devel    |  1 +
 srcpkgs/libdecsync/INSTALL  |  1 +
 srcpkgs/libdecsync/template | 27 +++++++++++++++++++++++++++
 4 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/libdecsync-devel
 create mode 100644 srcpkgs/libdecsync/INSTALL
 create mode 100644 srcpkgs/libdecsync/template

diff --git a/common/shlibs b/common/shlibs
index e1a175684656..9311b09871e9 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4096,3 +4096,4 @@ libkaddressbookmergelibprivate.so.5 kdepim-addons-21.08.3_1
 libkmailconfirmbeforedeleting.so.5 kdepim-addons-21.08.3_1
 libkaddressbookprivate.so.5 kaddressbook-21.08.3_1
 libcodec2.so.1.0 codec2-1.0.1_1
+libdecsync.so.0 libdecsync-2.2.1_1
diff --git a/srcpkgs/libdecsync-devel b/srcpkgs/libdecsync-devel
new file mode 120000
index 000000000000..e72513c6dcf1
--- /dev/null
+++ b/srcpkgs/libdecsync-devel
@@ -0,0 +1 @@
+libdecsync
\ No newline at end of file
diff --git a/srcpkgs/libdecsync/INSTALL b/srcpkgs/libdecsync/INSTALL
new file mode 100644
index 000000000000..543ab488da9e
--- /dev/null
+++ b/srcpkgs/libdecsync/INSTALL
@@ -0,0 +1 @@
+ln -rs /usr/lib/libdecsync.so /usr/lib/libdecsync.so.0
diff --git a/srcpkgs/libdecsync/template b/srcpkgs/libdecsync/template
new file mode 100644
index 000000000000..f49d9493d661
--- /dev/null
+++ b/srcpkgs/libdecsync/template
@@ -0,0 +1,27 @@
+# Template file for 'libdecsync'
+pkgname=libdecsync
+version=2.2.1
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config openjdk8 tar patchelf"
+makedepends="ncurses-devel"
+short_desc="Multiplatform library for synchronizing using DecSync"
+maintainer="eoli3n <jonathan.kirszling@runbox.com>"
+license="LGPL-2.0-or-later"
+homepage="https://github.com/39aldo39/libdecsync"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=3e08b35efed3bafb079aa52a8dcd51217f6602cde64accba1a10cf5c25029d45
+
+export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+
+pre_install() {
+	patchelf --set-soname libdecsync.so.0 build/bin/linuxX64/releaseShared/libdecsync.so
+}
+
+libdecsync-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/share/pkgconfig
+	}
+}

From 3c3a861337d75623974a071f29fcfa78a3379cd8 Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Mon, 27 Dec 2021 00:33:13 +0100
Subject: [PATCH 2/2] New package: Evolution-DecSync-2.0.0

---
 srcpkgs/Evolution-DecSync/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/Evolution-DecSync/template

diff --git a/srcpkgs/Evolution-DecSync/template b/srcpkgs/Evolution-DecSync/template
new file mode 100644
index 000000000000..f745769dd017
--- /dev/null
+++ b/srcpkgs/Evolution-DecSync/template
@@ -0,0 +1,15 @@
+# Template file for 'Evolution-DecSync'
+pkgname=Evolution-DecSync
+version=2.0.0
+revision=1
+_evolution_version=3.40
+wrksrc="${pkgname}-${version}-evolution-${_evolution_version}"
+build_style=meson
+hostmakedepends="cmake meson ninja pkg-config libdecsync"
+makedepends="json-c-devel evolution-data-server-devel evolution-devel gnome-desktop-devel libdecsync-devel"
+short_desc="Evolution plugin which synchronizes contacts/calendars using DecSync"
+maintainer="eoli3n <jonathan.kirszling@runbox.com>"
+license="LGPL-2.0-or-later"
+homepage="https://github.com/39aldo39/Evolution-DecSync"
+distfiles="${homepage}/archive/refs/tags/v${version}-evolution-${_evolution_version}.tar.gz"
+checksum=8772a8fcaf07cffe15163cf4d0b598d2cb8806bea4ddaa9ddfe150771da1679b

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

end of thread, other threads:[~2022-07-04  2:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-28 10:36 [PR PATCH] New Packages: Evolution-DecSync and libdecsync eoli3n
2021-12-28 10:44 ` eoli3n
2021-12-28 10:46 ` eoli3n
2022-01-07  7:05 ` eoli3n
2022-01-07  7:06 ` eoli3n
2022-01-07  7:07 ` eoli3n
2022-01-07  7:08 ` eoli3n
2022-01-07  7:08 ` eoli3n
2022-01-10 10:28 ` eoli3n
2022-01-10 13:57 ` eoli3n
2022-06-20  2:13 ` github-actions
2022-07-04  2:15 ` [PR PATCH] [Closed]: " github-actions

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