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] [WIP] New package: texmacs-1.99.11
Date: Tue, 17 Sep 2019 21:07:48 +0200	[thread overview]
Message-ID: <20190917190748.Yz_bbxmkdxenA_0CJzbKuRLmMmS_Wr8Mfi1XVuz0YFQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14172@inbox.vuxu.org>

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

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

https://github.com/mobinmob/void-packages texmacs
https://github.com/void-linux/void-packages/pull/14172

[WIP] New package: texmacs-1.99.11


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

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

From 06290859ba8157671b0ec67289006cd7dbd1088c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 29 Aug 2019 20:34:42 +0300
Subject: [PATCH] New package: texmacs-1.99.11

---
 srcpkgs/texmacs/template | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
 create mode 100644 srcpkgs/texmacs/template

diff --git a/srcpkgs/texmacs/template b/srcpkgs/texmacs/template
new file mode 100644
index 00000000000..351c0d7dbfe
--- /dev/null
+++ b/srcpkgs/texmacs/template
@@ -0,0 +1,38 @@
+# Template file for 'texmacs'
+pkgname=texmacs
+version=1.99.11
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=RELEASE \
+	-DCMAKE_INSTALL_PREFIX=/usr \
+	-DGUILECONFIG_EXECUTABLE=/usr/bin/guile-config-1.8"
+hostmakedepends="pkg-config extra-cmake-modules"
+makedepends="freetype-devel qt5-devel guile1.8-devel libjpeg-turbo-devel libXext-devel python-devel sqlite-devel"
+depends="ImageMagick aspell texlive-bin ghostscript"
+short_desc="Free scientific editing platform"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://www.texmacs.org"
+distfiles="https://github.com/texmacs/texmacs/archive/v$version.tar.gz"
+checksum=5b18e6d685dad08737eea7d2d4a0b3d3fb8a2d73f30b7b19b67288824d3a5e27
+
+case "$XBPS_TARGET_MACHINE" in
+*-musl)
+	makedepends+=" libexecinfo-devel"
+	depends+=" libexecinfo"
+	LDFLAGS="-lexecinfo -lc"
+esac
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-host-tools qt5-qmake"
+fi
+
+
+post_install() {
+	# Move binary plugins to /usr/bin.
+	mv $DESTDIR/usr/share/TeXmacs/plugins/axiom/bin/tm_axiom $DESTDIR/usr/bin/
+	mv $DESTDIR/usr/share/TeXmacs/plugins/coq/bin/tm_coq $DESTDIR/usr/bin/
+	mv $DESTDIR/usr/share/TeXmacs/plugins/maple/bin/tm_maple_5 $DESTDIR/usr/bin/
+	mv $DESTDIR/usr/share/TeXmacs/plugins/r/bin/tm_r $DESTDIR/usr/bin/
+	mv $DESTDIR/usr/share/TeXmacs/plugins/shell/bin/tm_shell $DESTDIR/usr/bin/
+}

  parent reply	other threads:[~2019-09-17 19:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-02 20:50 [PR PATCH] " voidlinux-github
2019-09-17 19:07 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-17 19:07 ` voidlinux-github [this message]
2019-10-28 20:39 ` voidlinux-github
2019-10-28 20:39 ` voidlinux-github
2019-10-28 20:41 ` 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=20190917190748.Yz_bbxmkdxenA_0CJzbKuRLmMmS_Wr8Mfi1XVuz0YFQ@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).