Github messages for voidlinux
 help / color / mirror / Atom feed
From: marmeladema <marmeladema@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: libjcat-0.1.2
Date: Fri, 01 May 2020 22:33:33 +0200	[thread overview]
Message-ID: <20200501203333.HSo_jyySrM3ulc6lhrZyquqi3oaZ9I_KJJXicD47khM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21533@inbox.vuxu.org>

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

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

https://github.com/marmeladema/void-packages libjcat
https://github.com/void-linux/void-packages/pull/21533

New package: libjcat-0.1.2
This package is required to update `fwupd`

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

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

From c35300ff21d5a677a84c78d89cce9b216638e54c Mon Sep 17 00:00:00 2001
From: marmeladema <xademax@gmail.com>
Date: Fri, 1 May 2020 21:25:32 +0100
Subject: [PATCH] New package: libjcat-0.1.2

---
 common/shlibs            |  1 +
 srcpkgs/libjcat-devel    |  1 +
 srcpkgs/libjcat/template | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+)
 create mode 120000 srcpkgs/libjcat-devel
 create mode 100644 srcpkgs/libjcat/template

diff --git a/common/shlibs b/common/shlibs
index 820f037f267..4450886ecc6 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3860,3 +3860,4 @@ libtagparser.so.9 tagparser-9.1.2_1
 libqtutilities.so.6 qtutilities-6.0.4_1
 libkdsoap.so.1.9.0 KDSoap-1.9.0_1
 libstoken.so.1 stoken-0.92_1
+libjcat.so.1 libjcat-0.1.2_1
diff --git a/srcpkgs/libjcat-devel b/srcpkgs/libjcat-devel
new file mode 120000
index 00000000000..8e69447bddf
--- /dev/null
+++ b/srcpkgs/libjcat-devel
@@ -0,0 +1 @@
+libjcat
\ No newline at end of file
diff --git a/srcpkgs/libjcat/template b/srcpkgs/libjcat/template
new file mode 100644
index 00000000000..631d158870e
--- /dev/null
+++ b/srcpkgs/libjcat/template
@@ -0,0 +1,32 @@
+# Template file for 'libjcat'
+pkgname=libjcat
+version=0.1.2
+revision=1
+build_style=meson
+build_helper="gir"
+hostmakedepends="gnutls-tools pkg-config vala"
+makedepends="json-glib-devel gnutls-devel gpgme-devel"
+short_desc="Library for reading and writing Jcat files"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/hughsie/libjcat"
+distfiles="https://github.com/hughsie/libjcat/archive/${version}.tar.gz"
+checksum=b80a31a872d5612fa98ac0cfe483e4d33f5b02777427864ff5305bfd33a11aa0
+
+if [ -n "$XBPS_CROSS_BUILD" ]; then
+	configure_args="-Dman=false"
+else
+	hostmakedepends+=" help2man"
+fi
+
+libjcat-devel_package() {
+	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+		vmove usr/share/vala
+		vmove "usr/share/gir-*"
+	}
+}

  reply	other threads:[~2020-05-01 20:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-01 20:28 [PR PATCH] " marmeladema
2020-05-01 20:33 ` marmeladema [this message]
2020-05-01 21:14 ` [PR PATCH] [Closed]: " marmeladema
2020-05-01 21:14 ` marmeladema

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=20200501203333.HSo_jyySrM3ulc6lhrZyquqi3oaZ9I_KJJXicD47khM@z \
    --to=marmeladema@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).