Github messages for voidlinux
 help / color / mirror / Atom feed
From: anjandev <anjandev@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Manual: added link to xtools' xbump
Date: Sun, 19 Apr 2020 03:15:52 +0200	[thread overview]
Message-ID: <20200419011552.9reasnbGE4ltwBZcUVu-wSVtHsVpPOMOKAHtCH9IkJ8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21087@inbox.vuxu.org>

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

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

https://github.com/anjandev/void-packages manual
https://github.com/void-linux/void-packages/pull/21087

Manual: added link to xtools' xbump


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

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

From ae73be344f02b0b3ea37fbf4192cb93d8444faa0 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Wed, 8 Apr 2020 23:44:22 +0200
Subject: [PATCH 1/2] nodejs-lts-10: fix build

---
 Manual.md                      | 24 ++++++++----------------
 srcpkgs/nodejs-lts-10/template |  2 +-
 2 files changed, 9 insertions(+), 17 deletions(-)

diff --git a/Manual.md b/Manual.md
index 92b57b1b2c2..ba2b1edb7b0 100644
--- a/Manual.md
+++ b/Manual.md
@@ -1960,29 +1960,21 @@ otherwise the `debug` packages won't have debugging symbols.
 
 Fork the voidlinux `void-packages` git repository on github and clone it:
 
-    $ git clone git@github.com:<user>/void-packages.git
-
-You can now make your own commits to the `forked` repository:
-
-    $ git add ...
-    $ git commit ...
-    $ git push ...
+  $ git clone git@github.com:<user>/void-packages.git
+    
+See [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md)
+for information on how to format your commits and other tips for 
+contributing.
 
 To keep your forked repository always up to date, setup the `upstream` remote
 to pull in new changes:
-
-    $ git remote add upstream git://github.com/void-linux/void-packages.git
-    $ git pull upstream master
+                
+  $ git remote add upstream git://github.com/void-linux/void-packages.git
+  $ git pull upstream master
 
 Once you've made changes to your `forked` repository you can submit
 a github pull request; see https://help.github.com/articles/fork-a-repo for more information.
 
-For commit messages please use the following rules:
-
-- If you've imported a new package use `"New package: <pkgname>-<version>"`.
-- If you've updated a package use `"<pkgname>: update to <version>."`.
-- If you've removed a package use `"<pkgname>: removed ..."`.
-- If you've modified a package use `"<pkgname>: ..."`.
 
 <a id="help"></a>
 ## Help
diff --git a/srcpkgs/nodejs-lts-10/template b/srcpkgs/nodejs-lts-10/template
index ea689c6e118..9c5bff96322 100644
--- a/srcpkgs/nodejs-lts-10/template
+++ b/srcpkgs/nodejs-lts-10/template
@@ -3,7 +3,7 @@ pkgname=nodejs-lts-10
 version=10.19.0
 revision=1
 wrksrc="node-v${version}"
-hostmakedepends="pkg-config python zlib-devel $(vopt_if icu icu-devel)
+hostmakedepends="pkg-config python zlib-devel which $(vopt_if icu icu-devel)
  $(vopt_if ssl libressl-devel) $(vopt_if libuv libuv-devel)
  $(vopt_if http_parser http-parser-devel) $(vopt_if nghttp2 nghttp2-devel)
  $(vopt_if cares c-ares-devel)"

From 5f1782c97f3fc4354900ee2c3a5f4ce897469948 Mon Sep 17 00:00:00 2001
From: Duncaen <duncaen@voidlinux.org>
Date: Wed, 8 Apr 2020 23:40:49 +0200
Subject: [PATCH 2/2] botan: fix shlib entry in common/shlibs

---
 Manual.md | 24 ++++++++----------------
 1 file changed, 8 insertions(+), 16 deletions(-)

diff --git a/Manual.md b/Manual.md
index 92b57b1b2c2..ba2b1edb7b0 100644
--- a/Manual.md
+++ b/Manual.md
@@ -1960,29 +1960,21 @@ otherwise the `debug` packages won't have debugging symbols.
 
 Fork the voidlinux `void-packages` git repository on github and clone it:
 
-    $ git clone git@github.com:<user>/void-packages.git
-
-You can now make your own commits to the `forked` repository:
-
-    $ git add ...
-    $ git commit ...
-    $ git push ...
+  $ git clone git@github.com:<user>/void-packages.git
+    
+See [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md)
+for information on how to format your commits and other tips for 
+contributing.
 
 To keep your forked repository always up to date, setup the `upstream` remote
 to pull in new changes:
-
-    $ git remote add upstream git://github.com/void-linux/void-packages.git
-    $ git pull upstream master
+                
+  $ git remote add upstream git://github.com/void-linux/void-packages.git
+  $ git pull upstream master
 
 Once you've made changes to your `forked` repository you can submit
 a github pull request; see https://help.github.com/articles/fork-a-repo for more information.
 
-For commit messages please use the following rules:
-
-- If you've imported a new package use `"New package: <pkgname>-<version>"`.
-- If you've updated a package use `"<pkgname>: update to <version>."`.
-- If you've removed a package use `"<pkgname>: removed ..."`.
-- If you've modified a package use `"<pkgname>: ..."`.
 
 <a id="help"></a>
 ## Help

  parent reply	other threads:[~2020-04-19  1:15 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-17 17:44 [PR PATCH] " anjandev
2020-04-17 19:39 ` Chocimier
2020-04-17 21:07 ` [PR PATCH] [Updated] " anjandev
2020-04-17 21:08 ` anjandev
2020-04-17 21:28 ` Chocimier
2020-04-17 22:05 ` [PR PATCH] [Updated] " anjandev
2020-04-19  1:11 ` anjandev
2020-04-19  1:15 ` anjandev [this message]
2020-04-19  1:16 ` anjandev
2020-04-19  1:18 ` anjandev
2020-04-19  1:18 ` anjandev
2020-04-19  1:19 ` [PR PATCH] [Updated] " anjandev
2020-04-20 18:43 ` Chocimier
2020-04-20 18:43 ` [PR PATCH] [Closed]: " Chocimier

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=20200419011552.9reasnbGE4ltwBZcUVu-wSVtHsVpPOMOKAHtCH9IkJ8@z \
    --to=anjandev@users.noreply.github.com \
    --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).