Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ipe: generate complete documentation
@ 2021-05-17 23:58 mkohlhaas
  2021-05-18  7:26 ` FollieHiyuki
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mkohlhaas @ 2021-05-17 23:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mkohlhaas/void-packages ipe_documentation
https://github.com/void-linux/void-packages/pull/30959

ipe: generate complete documentation
https://github.com/otfried/ipe-issues/issues/389

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

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

From e64ecb54b2b376bae760e09be59b069c3f91db52 Mon Sep 17 00:00:00 2001
From: "Hans-J. Schmid" <knock@myopendoor.de>
Date: Tue, 18 May 2021 01:56:40 +0200
Subject: [PATCH] ipe: generate complete documentation

---
 srcpkgs/ipe/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/ipe/template b/srcpkgs/ipe/template
index 1917a94ebf4e..9b4e00a9f56c 100644
--- a/srcpkgs/ipe/template
+++ b/srcpkgs/ipe/template
@@ -27,6 +27,7 @@ post_extract() {
 do_build() {
 	export CXX CXXFLAGS
 	make ${makejobs} -k -C src IPEPREFIX=/usr LUA_PACKAGE=lua5.3 -k
+	make ${makejobs} -k -C src IPEPREFIX=/usr documentation
 	make ${makejobs} -k -C ipe-tools/figtoipe
 	make ${makejobs} -k -C ipe-tools/pdftoipe
 }

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

* Re: ipe: generate complete documentation
  2021-05-17 23:58 [PR PATCH] ipe: generate complete documentation mkohlhaas
@ 2021-05-18  7:26 ` FollieHiyuki
  2021-05-18 10:08 ` [PR PATCH] [Updated] " mkohlhaas
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: FollieHiyuki @ 2021-05-18  7:26 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/30959#issuecomment-842926180

Comment:
Please add `doxygen` to `hostmakedepends`

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

* Re: [PR PATCH] [Updated] ipe: generate complete documentation
  2021-05-17 23:58 [PR PATCH] ipe: generate complete documentation mkohlhaas
  2021-05-18  7:26 ` FollieHiyuki
@ 2021-05-18 10:08 ` mkohlhaas
  2021-05-20  2:45 ` mkohlhaas
  2021-05-21  5:08 ` [PR PATCH] [Closed]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: mkohlhaas @ 2021-05-18 10:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mkohlhaas/void-packages ipe_documentation
https://github.com/void-linux/void-packages/pull/30959

ipe: generate complete documentation
https://github.com/otfried/ipe-issues/issues/389

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

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

From 6a6d9a48ab6c1670792da9b9697f536a57a9a2f7 Mon Sep 17 00:00:00 2001
From: "Hans-J. Schmid" <knock@myopendoor.de>
Date: Tue, 18 May 2021 01:56:40 +0200
Subject: [PATCH] ipe: generate complete documentation

---
 srcpkgs/ipe/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/ipe/template b/srcpkgs/ipe/template
index 1917a94ebf4e..b2f741382d9d 100644
--- a/srcpkgs/ipe/template
+++ b/srcpkgs/ipe/template
@@ -3,7 +3,7 @@ pkgname=ipe
 version=7.2.24
 revision=2
 _tools_commit=v7.2.20.1
-hostmakedepends="pkg-config qt5-qmake qt5-tools qt5-host-tools"
+hostmakedepends="pkg-config qt5-qmake qt5-tools qt5-host-tools doxygen"
 makedepends="cairo-devel gsl-devel libcurl-devel libjpeg-turbo-devel
  lua53-devel poppler-devel qt5-devel libspiro-devel"
 short_desc="Drawing editor for creating figures in PDF or EPS formats"
@@ -27,6 +27,7 @@ post_extract() {
 do_build() {
 	export CXX CXXFLAGS
 	make ${makejobs} -k -C src IPEPREFIX=/usr LUA_PACKAGE=lua5.3 -k
+	make ${makejobs} -k -C src IPEPREFIX=/usr documentation
 	make ${makejobs} -k -C ipe-tools/figtoipe
 	make ${makejobs} -k -C ipe-tools/pdftoipe
 }

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

* Re: [PR PATCH] [Updated] ipe: generate complete documentation
  2021-05-17 23:58 [PR PATCH] ipe: generate complete documentation mkohlhaas
  2021-05-18  7:26 ` FollieHiyuki
  2021-05-18 10:08 ` [PR PATCH] [Updated] " mkohlhaas
@ 2021-05-20  2:45 ` mkohlhaas
  2021-05-21  5:08 ` [PR PATCH] [Closed]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: mkohlhaas @ 2021-05-20  2:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mkohlhaas/void-packages ipe_documentation
https://github.com/void-linux/void-packages/pull/30959

ipe: generate complete documentation
https://github.com/otfried/ipe-issues/issues/389

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

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

From 81403b0d1ae88432c865b5b66a118cdd600c155d Mon Sep 17 00:00:00 2001
From: "Hans-J. Schmid" <knock@myopendoor.de>
Date: Tue, 18 May 2021 01:56:40 +0200
Subject: [PATCH] ipe: generate complete documentation

---
 srcpkgs/ipe/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/ipe/template b/srcpkgs/ipe/template
index 1917a94ebf4e..13b915a72113 100644
--- a/srcpkgs/ipe/template
+++ b/srcpkgs/ipe/template
@@ -3,7 +3,7 @@ pkgname=ipe
 version=7.2.24
 revision=2
 _tools_commit=v7.2.20.1
-hostmakedepends="pkg-config qt5-qmake qt5-tools qt5-host-tools"
+hostmakedepends="pkg-config doxygen qt5-qmake qt5-tools qt5-host-tools"
 makedepends="cairo-devel gsl-devel libcurl-devel libjpeg-turbo-devel
  lua53-devel poppler-devel qt5-devel libspiro-devel"
 short_desc="Drawing editor for creating figures in PDF or EPS formats"
@@ -27,6 +27,7 @@ post_extract() {
 do_build() {
 	export CXX CXXFLAGS
 	make ${makejobs} -k -C src IPEPREFIX=/usr LUA_PACKAGE=lua5.3 -k
+	make ${makejobs} -k -C src IPEPREFIX=/usr documentation
 	make ${makejobs} -k -C ipe-tools/figtoipe
 	make ${makejobs} -k -C ipe-tools/pdftoipe
 }

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

* Re: [PR PATCH] [Closed]: ipe: generate complete documentation
  2021-05-17 23:58 [PR PATCH] ipe: generate complete documentation mkohlhaas
                   ` (2 preceding siblings ...)
  2021-05-20  2:45 ` mkohlhaas
@ 2021-05-21  5:08 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-05-21  5:08 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

ipe: generate complete documentation
https://github.com/void-linux/void-packages/pull/30959

Description:
https://github.com/otfried/ipe-issues/issues/389

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

end of thread, other threads:[~2021-05-21  5:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-17 23:58 [PR PATCH] ipe: generate complete documentation mkohlhaas
2021-05-18  7:26 ` FollieHiyuki
2021-05-18 10:08 ` [PR PATCH] [Updated] " mkohlhaas
2021-05-20  2:45 ` mkohlhaas
2021-05-21  5:08 ` [PR PATCH] [Closed]: " ericonr

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