Github messages for voidlinux
 help / color / mirror / Atom feed
From: bhepple <bhepple@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: gdcalc-3.4
Date: Sun, 13 Aug 2023 00:11:23 +0200	[thread overview]
Message-ID: <20230812221123.cE8vnwsrk7kl6zhZZbdPeVAFO6XjPp_XOYdA-QqrlqU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45560@inbox.vuxu.org>

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

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

https://github.com/bhepple/void-packages master
https://github.com/void-linux/void-packages/pull/45560

New package: gdcalc-3.4
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!--
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)
-->


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

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

From c93d67e7a4a984202fec7c0dd8056e4814a5f6e6 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Sat, 12 Aug 2023 17:44:51 +1000
Subject: [PATCH 1/5] Create template

---
 srcpkgs/gdcalc/template | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/gdcalc/template

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
new file mode 100644
index 0000000000000..8b137891791fe
--- /dev/null
+++ b/srcpkgs/gdcalc/template
@@ -0,0 +1 @@
+

From 94a6fbbd41b27e987dbf12809aae62b2812338b3 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Sat, 12 Aug 2023 17:45:31 +1000
Subject: [PATCH 2/5] Update template

---
 srcpkgs/gdcalc/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
index 8b137891791fe..491a8b2623f7a 100644
--- a/srcpkgs/gdcalc/template
+++ b/srcpkgs/gdcalc/template
@@ -1 +1,27 @@
+# Template file for 'gdcalc'
+pkgname=gdcalc
+version=3.4
+revision=1
+archs="x86_64"
+#build_wrksrc=
+build_style=gnu-configure
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="automake pkg-config libtool bison"
+makedepends="ncurses-devel gtk+3-devel"
+depends="units"
+short_desc="Financial, statistics, scientific and programmers calculator for GTK+"
+maintainer="Bob Hepple <bob.hepple@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://gitlab.com/wef/gdcalc"
+#changelog=""
+distfiles="https://gitlab.com/wef/gdcalc/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=c6d10a78e00c6d2d1f79771563fe1be6080d0d36e459451e1ab47dd935e7b4db
 
+pre_configure() {
+	./autogen.sh
+	vlicense COPYING LICENSE
+}

From c2272e44b7be8b02200319ca23bd1d84f64b9476 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Sat, 12 Aug 2023 21:44:20 +1000
Subject: [PATCH 3/5] gdcalc: response to PR review

gdcalc: remove GPL-2 license file and commented lines per response to PR
---
 srcpkgs/gdcalc/template | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/srcpkgs/gdcalc/template b/srcpkgs/gdcalc/template
index 491a8b2623f7a..aa9942b290cea 100644
--- a/srcpkgs/gdcalc/template
+++ b/srcpkgs/gdcalc/template
@@ -3,13 +3,7 @@ pkgname=gdcalc
 version=3.4
 revision=1
 archs="x86_64"
-#build_wrksrc=
 build_style=gnu-configure
-#configure_args=""
-#make_build_args=""
-#make_install_args=""
-#conf_files=""
-#make_dirs="/var/log/dir 0755 root root"
 hostmakedepends="automake pkg-config libtool bison"
 makedepends="ncurses-devel gtk+3-devel"
 depends="units"
@@ -17,11 +11,9 @@ short_desc="Financial, statistics, scientific and programmers calculator for GTK
 maintainer="Bob Hepple <bob.hepple@gmail.com>"
 license="GPL-2.0-only"
 homepage="https://gitlab.com/wef/gdcalc"
-#changelog=""
 distfiles="https://gitlab.com/wef/gdcalc/-/archive/${version}/${pkgname}-${version}.tar.gz"
 checksum=c6d10a78e00c6d2d1f79771563fe1be6080d0d36e459451e1ab47dd935e7b4db
 
 pre_configure() {
 	./autogen.sh
-	vlicense COPYING LICENSE
 }

From 60d41d7104cd948aec833f9e68f5721bf3325ce1 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Sun, 13 Aug 2023 05:58:49 +1000
Subject: [PATCH 4/5] New package: src-1.32

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

diff --git a/srcpkgs/src/template b/srcpkgs/src/template
new file mode 100644
index 0000000000000..e710d8ff1f722
--- /dev/null
+++ b/srcpkgs/src/template
@@ -0,0 +1,18 @@
+# Template file for 'src'
+pkgname=src
+version=1.32
+revision=1
+archs="x86_64"
+build_style=gnu-makefile
+hostmakedepends="asciidoc rcs"
+makedepends="python3-devel"
+depends="rcs"
+short_desc="RCS reloaded with a modern UI, designed to manage single-file projects"
+maintainer="Bob Hepple <bob.hepple@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://gitlab.com/esr/src"
+distfiles="${homepage}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=d2011a60e88ea40959266f47f1e1ec7a24149f4b98df2bb234bfc92d048e977b
+post_install() {
+	vlicense COPYING
+}

From afd9fe04fe2f18dc5554b7f899a35b4bb74f8561 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Sun, 13 Aug 2023 08:08:12 +1000
Subject: [PATCH 5/5] New package: src-1.32

---
 srcpkgs/src/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/src/template b/srcpkgs/src/template
index e710d8ff1f722..21f8b6de6e02f 100644
--- a/srcpkgs/src/template
+++ b/srcpkgs/src/template
@@ -6,7 +6,7 @@ archs="x86_64"
 build_style=gnu-makefile
 hostmakedepends="asciidoc rcs"
 makedepends="python3-devel"
-depends="rcs"
+depends="rcs git python3"
 short_desc="RCS reloaded with a modern UI, designed to manage single-file projects"
 maintainer="Bob Hepple <bob.hepple@gmail.com>"
 license="BSD-2-Clause"

  parent reply	other threads:[~2023-08-12 22:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-12  7:48 [PR PATCH] " bhepple
2023-08-12 11:22 ` Bnyro
2023-08-12 11:44 ` [PR PATCH] [Updated] " bhepple
2023-08-12 22:11 ` bhepple [this message]
2023-08-13 18:19 ` bhepple
2023-08-13 18:48 ` [PR PATCH] [Closed]: " bhepple
2023-08-14  0:15 [PR PATCH] " bhepple
2023-08-17  7:05 ` [PR PATCH] [Updated] " bhepple
2023-08-19  6:28 ` bhepple
2023-08-19  7:07 ` bhepple
2023-08-19  7:10 ` bhepple
2023-08-25 15:06 ` 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=20230812221123.cE8vnwsrk7kl6zhZZbdPeVAFO6XjPp_XOYdA-QqrlqU@z \
    --to=bhepple@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).