Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] New package: texmacs-1.99.11
@ 2019-09-02 20:50 voidlinux-github
  2019-09-17 19:07 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-02 20:50 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1685 bytes --]

From 4794d599721c0a15be207ebc1b084dc9db883325 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 | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/texmacs/template

diff --git a/srcpkgs/texmacs/template b/srcpkgs/texmacs/template
new file mode 100644
index 00000000000..513b44e7013
--- /dev/null
+++ b/srcpkgs/texmacs/template
@@ -0,0 +1,27 @@
+# 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"
+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
+
+
+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/
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] New package: texmacs-1.99.11
  2019-09-02 20:50 [PR PATCH] [WIP] New package: texmacs-1.99.11 voidlinux-github
@ 2019-09-17 19:07 ` voidlinux-github
  2019-09-17 19:07 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-17 19:07 UTC (permalink / raw)
  To: ml

[-- 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/
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] New package: texmacs-1.99.11
  2019-09-02 20:50 [PR PATCH] [WIP] New package: texmacs-1.99.11 voidlinux-github
  2019-09-17 19:07 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-17 19:07 ` voidlinux-github
  2019-10-28 20:39 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-17 19:07 UTC (permalink / raw)
  To: ml

[-- 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/
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] New package: texmacs-1.99.11
  2019-09-02 20:50 [PR PATCH] [WIP] New package: texmacs-1.99.11 voidlinux-github
  2019-09-17 19:07 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-17 19:07 ` voidlinux-github
@ 2019-10-28 20:39 ` voidlinux-github
  2019-10-28 20:39 ` voidlinux-github
  2019-10-28 20:41 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-28 20:39 UTC (permalink / raw)
  To: ml

[-- 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: 1953 bytes --]

From 1cd0c0e1947f5025abbac6403a02fb04d9b31a89 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 | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100644 srcpkgs/texmacs/template

diff --git a/srcpkgs/texmacs/template b/srcpkgs/texmacs/template
new file mode 100644
index 00000000000..f2823f7aec1
--- /dev/null
+++ b/srcpkgs/texmacs/template
@@ -0,0 +1,39 @@
+# Template file for 'texmacs'
+pkgname=texmacs
+version=1.99.11
+revision=1
+archs="x86_64"
+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/
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] [WIP] New package: texmacs-1.99.11
  2019-09-02 20:50 [PR PATCH] [WIP] New package: texmacs-1.99.11 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-28 20:39 ` voidlinux-github
@ 2019-10-28 20:39 ` voidlinux-github
  2019-10-28 20:41 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-28 20:39 UTC (permalink / raw)
  To: ml

[-- 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: 1953 bytes --]

From 1cd0c0e1947f5025abbac6403a02fb04d9b31a89 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 | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100644 srcpkgs/texmacs/template

diff --git a/srcpkgs/texmacs/template b/srcpkgs/texmacs/template
new file mode 100644
index 00000000000..f2823f7aec1
--- /dev/null
+++ b/srcpkgs/texmacs/template
@@ -0,0 +1,39 @@
+# Template file for 'texmacs'
+pkgname=texmacs
+version=1.99.11
+revision=1
+archs="x86_64"
+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/
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: New package: texmacs-1.99.11
  2019-09-02 20:50 [PR PATCH] [WIP] New package: texmacs-1.99.11 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-28 20:39 ` voidlinux-github
@ 2019-10-28 20:41 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-28 20:41 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/14172#issuecomment-547136358

Comment:
archs="x86_64" for now.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-10-28 20:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-02 20:50 [PR PATCH] [WIP] New package: texmacs-1.99.11 voidlinux-github
2019-09-17 19:07 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-17 19:07 ` voidlinux-github
2019-10-28 20:39 ` voidlinux-github
2019-10-28 20:39 ` voidlinux-github
2019-10-28 20:41 ` voidlinux-github

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).