Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: mle-1.4.2
@ 2020-01-30  6:23 voidlinux-github
  2020-01-30 23:42 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-30  6:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages mle
https://github.com/void-linux/void-packages/pull/18652

New Package: mle-1.4.2
Resolves #18649

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

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

From a4e7e273bcfc0d2c3ebd901eb47bde41c2753b58 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 29 Jan 2020 22:21:30 -0800
Subject: [PATCH] New Package: mle-1.4.2

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

diff --git a/srcpkgs/mle/template b/srcpkgs/mle/template
new file mode 100644
index 00000000000..f2a424d159e
--- /dev/null
+++ b/srcpkgs/mle/template
@@ -0,0 +1,13 @@
+# Template file for 'mle'
+pkgname=mle
+version=1.4.2
+revision=1
+build_style=gnu-makefile
+make_install_args="prefix=/usr"
+makedepends="libtool termbox-devel uthash lua-devel pcre-devel"
+short_desc="Flexible terminal-based text editor \(C\)"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="Apache-2.0"
+homepage="https://github.com/adsr/mle"
+distfiles="https://github.com/adsr/mle/archive/v${version}.tar.gz"
+checksum=462e6095f5207a2959f2f6136ae6cacd473190d7f3f679741c26c98507341316

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

* Re: [PR PATCH] [Updated] New Package: mle-1.4.2
  2020-01-30  6:23 [PR PATCH] New Package: mle-1.4.2 voidlinux-github
@ 2020-01-30 23:42 ` voidlinux-github
  2020-01-30 23:44 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-30 23:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages mle
https://github.com/void-linux/void-packages/pull/18652

New Package: mle-1.4.2
Resolves #18649

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

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

From 45481ced000eb9078b1e8afed343a11c3cc7f710 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 29 Jan 2020 22:21:30 -0800
Subject: [PATCH] New Package: mle-1.4.2

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

diff --git a/srcpkgs/mle/template b/srcpkgs/mle/template
new file mode 100644
index 00000000000..9375b743ac9
--- /dev/null
+++ b/srcpkgs/mle/template
@@ -0,0 +1,14 @@
+# Template file for 'mle'
+pkgname=mle
+version=1.4.2
+revision=1
+build_style=gnu-makefile
+make_install_args="prefix=/usr"
+hostmakedepends="uthash libtool"
+makedepends="termbox-devel lua-devel pcre-devel"
+short_desc="Flexible terminal-based text editor \(C\)"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="Apache-2.0"
+homepage="https://github.com/adsr/mle"
+distfiles="https://github.com/adsr/mle/archive/v${version}.tar.gz"
+checksum=462e6095f5207a2959f2f6136ae6cacd473190d7f3f679741c26c98507341316

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

* Re: New Package: mle-1.4.2
  2020-01-30  6:23 [PR PATCH] New Package: mle-1.4.2 voidlinux-github
  2020-01-30 23:42 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-30 23:44 ` voidlinux-github
  2020-01-30 23:46 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-30 23:44 UTC (permalink / raw)
  To: ml

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

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/pull/18652#issuecomment-580514424

Comment:
Hello @Hoshpak thank you for your feedback, I have made your requested changes. I read the manual for xbps and I cannot really find more documentation on makedepends vs hostmakedepends.

Just to gain some insight, I ran `./xbps-src remove-autodeps`, checked out the template with your requested changes, and I moved `lua-devel` from makedepends to hostmakedepends. Running `./xbps-src pkg mle` gave no errors. Im just wondering what the rationale for keeping makedepends lean and how I can tell which packages to put where if there is not a unique place to put the package such that it compiles. If you could point me to documentation that would assist in this, I would be very grateful.

Thank you

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

* Re: New Package: mle-1.4.2
  2020-01-30  6:23 [PR PATCH] New Package: mle-1.4.2 voidlinux-github
  2020-01-30 23:42 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-30 23:44 ` voidlinux-github
@ 2020-01-30 23:46 ` voidlinux-github
  2020-01-30 23:48 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-31 11:40 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-30 23:46 UTC (permalink / raw)
  To: ml

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

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/pull/18652#issuecomment-580514424

Comment:
Hello @Hoshpak thank you for your feedback, I have made your requested changes. I read the manual for xbps and I cannot really find more documentation on makedepends vs hostmakedepends.

Just to gain some insight, I ran `./xbps-src remove-autodeps`, checked out the template with your requested changes, and I moved `lua-devel` from makedepends to hostmakedepends. Running `./xbps-src pkg mle` gave no errors. Im just wondering what the rationale for keeping makedepends lean and how I can tell which packages to put where if there is not a unique place to put the package such that it compiles. If you could point me to documentation that would assist in this, I would be very grateful.

Thank you

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

* Re: [PR PATCH] [Updated] New Package: mle-1.4.2
  2020-01-30  6:23 [PR PATCH] New Package: mle-1.4.2 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-30 23:46 ` voidlinux-github
@ 2020-01-30 23:48 ` voidlinux-github
  2020-01-31 11:40 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-30 23:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages mle
https://github.com/void-linux/void-packages/pull/18652

New Package: mle-1.4.2
Resolves #18649

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

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

From 407bd3023d4b888c1a0a66c62ce94e0dd9cc6115 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 29 Jan 2020 22:21:30 -0800
Subject: [PATCH] New Package: mle-1.4.2

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

diff --git a/srcpkgs/mle/template b/srcpkgs/mle/template
new file mode 100644
index 00000000000..064ea1d5289
--- /dev/null
+++ b/srcpkgs/mle/template
@@ -0,0 +1,14 @@
+# Template file for 'mle'
+pkgname=mle
+version=1.4.2
+revision=1
+build_style=gnu-makefile
+make_install_args="prefix=/usr"
+hostmakedepends="libtool"
+makedepends="termbox-devel lua-devel pcre-devel uthash"
+short_desc="Flexible terminal-based text editor \(C\)"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="Apache-2.0"
+homepage="https://github.com/adsr/mle"
+distfiles="https://github.com/adsr/mle/archive/v${version}.tar.gz"
+checksum=462e6095f5207a2959f2f6136ae6cacd473190d7f3f679741c26c98507341316

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

* Re: [PR PATCH] [Merged]: New Package: mle-1.4.2
  2020-01-30  6:23 [PR PATCH] New Package: mle-1.4.2 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-30 23:48 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-31 11:40 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-31 11:40 UTC (permalink / raw)
  To: ml

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

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

New Package: mle-1.4.2
https://github.com/void-linux/void-packages/pull/18652

Description:
Resolves #18649

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

end of thread, other threads:[~2020-01-31 11:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-30  6:23 [PR PATCH] New Package: mle-1.4.2 voidlinux-github
2020-01-30 23:42 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-30 23:44 ` voidlinux-github
2020-01-30 23:46 ` voidlinux-github
2020-01-30 23:48 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-31 11:40 ` [PR PATCH] [Merged]: " 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).