Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: reduce-algebra-bin-20190413
Date: Thu, 24 Oct 2019 13:49:36 +0200	[thread overview]
Message-ID: <20191024114936.fFQ2po_KYy64-nQFdNQ8xywafTUsWVBdva8OjNQkRt0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14099@inbox.vuxu.org>

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

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

https://github.com/mobinmob/void-packages xtra-templates
https://github.com/void-linux/void-packages/pull/14099

New package: reduce-algebra-bin-20190413


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

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

From 4f1b58c2caa65a518edf78b2f5a8c1fbccafbeb5 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 31 Aug 2019 15:30:12 +0300
Subject: [PATCH] New package: reduce-algebra-bin-20190413

---
 srcpkgs/reduce-algebra-bin/template | 42 +++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
 create mode 100644 srcpkgs/reduce-algebra-bin/template

diff --git a/srcpkgs/reduce-algebra-bin/template b/srcpkgs/reduce-algebra-bin/template
new file mode 100644
index 00000000000..75180529cd6
--- /dev/null
+++ b/srcpkgs/reduce-algebra-bin/template
@@ -0,0 +1,42 @@
+# Template file for 'reduce-algebra-bin'
+pkgname=reduce-algebra-bin
+version=20190413
+revision=1
+archs="i686 x86_64"
+_svnrev=4961
+_upstr_version=snapshot_2019-04-13
+wrksrc="reduce"
+create_wrksrc="yes"
+makedepends="patchelf"
+depends="gnuplot texlive-bin ImageMagick ncurses-libs"
+short_desc="Portable general-purpose computer algebra system"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="BSD-2-Clause"
+homepage="https://reduce-algebra.sourceforge.io/"
+# Strip when used after patchelf messes some executables.
+nostrip="yes"
+# libncurses.so.6.1 is not in shlibs
+allow_unknown_shlibs=yes
+
+
+if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
+	distfiles="$SOURCEFORGE_SITE/reduce-algebra/${_upstr_version}/linux64/reduce-complete_${_svnrev}_amd64.tgz"
+	checksum="ee611fb08179e9b78ca0904177afb65ba16e35c60cecafb12d4bfd0d2df94897"
+else
+	distfiles="https://sourceforge.net/projects/reduce-algebra/files/${_upstr_version}/linux32/reduce-complete_${_svnrev}_i386.tgz"
+	checksum="67fc8ff83df08b90d72ba168b0b12b125a427c7477d87d67883a25a21d948371"
+fi
+
+do_install() {
+	# Patch elf headers
+	patchelf --replace-needed libtinfo.so.5 libncurses.so.6.1 usr/lib/reduce/cslbuild/csl/reduce
+	patchelf --replace-needed libtinfo.so.5 libncurses.so.6.1 usr/lib/reduce/cslbuild/csl/csl
+	patchelf --replace-needed libtinfo.so.5 libncurses.so.6.1 usr/lib/reduce/pslbuild/psl/bpsl
+	patchelf --replace-needed libtinfo.so.5 libncurses.so.6.1 usr/lib/reduce/cslbuild/csl/bootstrapreduce
+	patchelf --replace-needed libtinfo.so.5 libncurses.so.6.1 usr/bin/rfcsl
+	patchelf --replace-needed libtinfo.so.5 libncurses.so.6.1 usr/bin/rfpsl
+	# Copy all files and folders
+	vcopy *  .
+	# Install license
+	vlicense usr/share/reduce/packages/LICENSE
+}

  parent reply	other threads:[~2019-10-24 11:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14099@inbox.vuxu.org>
2019-09-01 14:29 ` voidlinux-github
2019-10-24 11:49 ` voidlinux-github [this message]
2019-10-24 11:49 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-24 11:51 ` New package: reduce-algebra-bin-20190915 voidlinux-github
2019-10-24 12:00 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-24 12:00 ` voidlinux-github
2020-01-19 20:23 ` voidlinux-github
2020-01-19 20:25 ` New package: reduce-algebra-bin-20200101 voidlinux-github
2020-03-16 12:34 ` mobinmob

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=20191024114936.fFQ2po_KYy64-nQFdNQ8xywafTUsWVBdva8OjNQkRt0@z \
    --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).