Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: libuninum-2.7
Date: Sun, 28 Jul 2019 03:09:12 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13378@inbox.vuxu.org> (raw)

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

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

https://github.com/abenson/void-packages numconv
https://github.com/void-linux/void-packages/pull/13378

New package: libuninum-2.7


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

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

From 4253fb471c0815343304f64adedd0ce9dd41e8bf Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Sun, 20 Jan 2019 15:11:48 -0700
Subject: [PATCH] New package: libuninum-2.7

---
 common/shlibs              |  1 +
 srcpkgs/libuninum-devel    |  1 +
 srcpkgs/libuninum/template | 31 +++++++++++++++++++++++++++++++
 srcpkgs/numconv            |  1 +
 4 files changed, 34 insertions(+)
 create mode 120000 srcpkgs/libuninum-devel
 create mode 100644 srcpkgs/libuninum/template
 create mode 120000 srcpkgs/numconv

diff --git a/common/shlibs b/common/shlibs
index be6f9fc3676..2dec43f9edc 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -558,6 +558,7 @@ libpackagekit-glib2.so.18 PackageKit-1.1.12_1
 libpsl.so.5 libpsl-0.20.2_1
 libsoup-2.4.so.1 libsoup-2.34.0_1
 libsoup-gnome-2.4.so.1 libsoup-gnome-2.34.0_1
+libuninum.so.5 libuninum-2.7_1
 libunique-3.0.so.0 libunique-2.91.4_1
 libwebkit2gtk-4.0.so.37 webkit2gtk-2.6.2_1
 libjavascriptcoregtk-4.0.so.18 webkit2gtk-2.6.2_1
diff --git a/srcpkgs/libuninum-devel b/srcpkgs/libuninum-devel
new file mode 120000
index 00000000000..7e5cfee93cd
--- /dev/null
+++ b/srcpkgs/libuninum-devel
@@ -0,0 +1 @@
+libuninum
\ No newline at end of file
diff --git a/srcpkgs/libuninum/template b/srcpkgs/libuninum/template
new file mode 100644
index 00000000000..e66a1df67ec
--- /dev/null
+++ b/srcpkgs/libuninum/template
@@ -0,0 +1,31 @@
+# Template file for 'libuninum'
+pkgname=libuninum
+version=2.7
+revision=1
+build_style=gnu-configure
+makedepends="gmp-devel"
+short_desc="Library for converting between numbers and strings"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="LGPL-2.1-only"
+homepage="http://billposer.org/Software/libuninum.html"
+distfiles="http://billposer.org/Software/Downloads/libuninum-${version}.tar.bz2"
+checksum=e704983c3c00e9b76bd836b8b83ce31bfe4eb1752eee8be123cf97c1275076ea
+
+libuninum-devel_package() {
+	short_desc+=" - development files"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/lib/*.a"
+	}
+}
+
+numconv_package() {
+	short_desc="Utility for converting between numbers and strings"
+	license="GPL-2.0-only"
+	pkg_install() {
+		vmove usr/bin
+		vmove usr/share
+	}
+}
diff --git a/srcpkgs/numconv b/srcpkgs/numconv
new file mode 120000
index 00000000000..7e5cfee93cd
--- /dev/null
+++ b/srcpkgs/numconv
@@ -0,0 +1 @@
+libuninum
\ No newline at end of file

             reply	other threads:[~2019-07-28  1:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-28  1:09 voidlinux-github [this message]
2019-07-28 18:57 ` [NOMERGE] " voidlinux-github
2019-07-28 19:08 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-28 19:08 ` voidlinux-github
2019-07-28 19:18 ` voidlinux-github
2019-07-28 19:19 ` voidlinux-github

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13378@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).