Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: fvwm3-1.0.0
Date: Mon, 26 Oct 2020 16:49:43 +0100	[thread overview]
Message-ID: <20201026154943.-DW4b1OVV2wu7ezIcDWA2RvS7eo-fv8zEbkETeDoFgU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24649@inbox.vuxu.org>

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

There is an updated pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages np_fvwm3
https://github.com/void-linux/void-packages/pull/24649

New package: fvwm3-1.0.0


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

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

From 4caf851cdddc59c49f4ccc3be0546a83af74700c Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 3 Sep 2020 16:41:22 -0500
Subject: [PATCH 1/2] New package: mongo-c-driver-1.17.0

---
 common/shlibs                   |  1 +
 srcpkgs/libbson                 |  1 +
 srcpkgs/libbson-devel           |  1 +
 srcpkgs/mongo-c-driver-devel    |  1 +
 srcpkgs/mongo-c-driver/template | 46 +++++++++++++++++++++++++++++++++
 5 files changed, 50 insertions(+)
 create mode 120000 srcpkgs/libbson
 create mode 120000 srcpkgs/libbson-devel
 create mode 120000 srcpkgs/mongo-c-driver-devel
 create mode 100644 srcpkgs/mongo-c-driver/template

diff --git a/common/shlibs b/common/shlibs
index 45814400bd1..2fd749cde4d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3992,3 +3992,4 @@ libsignal-protocol-c.so.2 libsignal-protocol-c-2.3.3_2
 libSeExpr2Editor.so.3 seexpr-krita-3.4.4.0_1
 libSeExpr2.so.3 seexpr-krita-3.4.4.0_1
 liburing.so.1 liburing-0.7_1
+libbson-1.0.so.0 libbson-1.17.0_1
diff --git a/srcpkgs/libbson b/srcpkgs/libbson
new file mode 120000
index 00000000000..5623f965aec
--- /dev/null
+++ b/srcpkgs/libbson
@@ -0,0 +1 @@
+mongo-c-driver
\ No newline at end of file
diff --git a/srcpkgs/libbson-devel b/srcpkgs/libbson-devel
new file mode 120000
index 00000000000..5623f965aec
--- /dev/null
+++ b/srcpkgs/libbson-devel
@@ -0,0 +1 @@
+mongo-c-driver
\ No newline at end of file
diff --git a/srcpkgs/mongo-c-driver-devel b/srcpkgs/mongo-c-driver-devel
new file mode 120000
index 00000000000..5623f965aec
--- /dev/null
+++ b/srcpkgs/mongo-c-driver-devel
@@ -0,0 +1 @@
+mongo-c-driver
\ No newline at end of file
diff --git a/srcpkgs/mongo-c-driver/template b/srcpkgs/mongo-c-driver/template
new file mode 100644
index 00000000000..9b8f4b48b1a
--- /dev/null
+++ b/srcpkgs/mongo-c-driver/template
@@ -0,0 +1,46 @@
+# Template file for 'mongo-c-driver'
+pkgname=mongo-c-driver
+version=1.17.1
+revision=1
+build_style=cmake
+configure_args="-DENABLE_TESTS=OFF"
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
+short_desc="High-performance MongoDB driver for C"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://mongoc.org"
+distfiles="https://github.com/mongodb/mongo-c-driver/releases/download/${version}/mongo-c-driver-${version}.tar.gz"
+checksum=de0f2d3cdaa2a88918abb9b88a41032f82782e0074ed042fff1955471c52586a
+
+mongo-c-driver-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/bin
+		vmove "usr/include/libmongoc*"
+		vmove "usr/lib/cmake/*mongoc*"
+		vmove "usr/lib/pkgconfig/libmongoc*"
+		vmove "usr/lib/libmongoc*.so"
+		vmove "usr/lib/libmongoc*.a"
+	}
+}
+
+libbson_package() {
+	short_desc="Cross Platform BSON Library for C"
+	pkg_install() {
+		vmove "usr/lib/libbson*.so.*"
+	}
+}
+
+libbson-devel_package() {
+	short_desc="Cross Platform BSON Library for C - development files"
+	depends="libbson>=${version}_${revision}"
+	pkg_install() {
+		vmove "usr/include/libbson*"
+		vmove "usr/lib/cmake/*bson*"
+		vmove "usr/lib/pkgconfig/libbson*"
+		vmove "usr/lib/libbson*.so"
+		vmove "usr/lib/libbson*.a"
+	}
+}

From 6765b42d2caa1eb5824cba0b9878b8139fa61af1 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 3 Sep 2020 16:54:08 -0500
Subject: [PATCH 2/2] New package: fvwm3-1.0.1

Closes #24646
---
 srcpkgs/fvwm3/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/fvwm3/template

diff --git a/srcpkgs/fvwm3/template b/srcpkgs/fvwm3/template
new file mode 100644
index 00000000000..6dd42180073
--- /dev/null
+++ b/srcpkgs/fvwm3/template
@@ -0,0 +1,20 @@
+# Template file for 'fvwm3'
+pkgname=fvwm3
+version=1.0.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config automake"
+makedepends="libXrandr-devel libbson-devel libevent-devel libXt-devel
+ libpng-devel fribidi-devel libXft-devel libXcursor-devel libXpm-devel
+ fribidi-devel librsvg-devel"
+short_desc="Multiple large virtual desktop window manager"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.fvwm.org/"
+distfiles="https://github.com/fvwmorg/fvwm3/releases/download/${version}/fvwm3-${version}.tar.gz"
+checksum=377263b0a6f86578aacc9e86e77cd1af7c21669367140496daa2a668ff2869e3
+nocross=yes
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" musl-legacy-compat"
+fi

  parent reply	other threads:[~2020-10-26 15:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-03 21:56 [PR PATCH] " abenson
2020-09-04 23:00 ` 7185
2020-09-06  1:21 ` abenson
2020-09-06  1:24 ` abenson
2020-09-06 10:25 ` 7185
2020-09-27 15:46 ` [PR PATCH] [Updated] " abenson
2020-10-14  0:04 ` 7185
2020-10-24 15:06 ` leahneukirchen
2020-10-24 17:56 ` abenson
2020-10-24 18:25 ` leahneukirchen
2020-10-26 12:45 ` [PR PATCH] [Updated] " abenson
2020-10-26 15:49 ` abenson [this message]
2020-10-27 12:41 ` [PR PATCH] [Merged]: " abenson

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=20201026154943.-DW4b1OVV2wu7ezIcDWA2RvS7eo-fv8zEbkETeDoFgU@z \
    --to=abenson@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).