Github messages for voidlinux
 help / color / mirror / Atom feed
From: rookiejet <rookiejet@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] chatty: update to 0.25
Date: Mon, 16 Oct 2023 01:35:37 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46708@inbox.vuxu.org> (raw)

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

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

https://github.com/rookiejet/void-packages chatty-0.25
https://github.com/void-linux/void-packages/pull/46708

chatty: update to 0.25
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 647c779c014f689147b357a5f49b8c3d5bcb03b2 Mon Sep 17 00:00:00 2001
From: Mazin Fadl <mazen@illumed.net>
Date: Sat, 14 Oct 2023 10:49:16 -0400
Subject: [PATCH] chatty: update to 0.25

---
 srcpkgs/chatty/patches/config_dir.patch | 19 -------------------
 srcpkgs/chatty/template                 |  4 ++--
 2 files changed, 2 insertions(+), 21 deletions(-)
 delete mode 100644 srcpkgs/chatty/patches/config_dir.patch

diff --git a/srcpkgs/chatty/patches/config_dir.patch b/srcpkgs/chatty/patches/config_dir.patch
deleted file mode 100644
index a159acba9c3b1..0000000000000
--- a/srcpkgs/chatty/patches/config_dir.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-*** a/src/chatty/Chatty.java	2017-12-26 11:56:51.000000000 -0500
---- a/src/chatty/Chatty.java	2018-02-19 04:41:33.348588121 -0500
-***************
-*** 91,97 ****
-       * Custom Settings directory, either the current working directory if the
-       * -cd parameter was used, or the directory specified with the -d parameter.
-       */
-!     private static String settingsDir = null;
-      
-      /**
-       * Parse the commandline arguments and start the actual chat client.
---- 91,97 ----
-       * Custom Settings directory, either the current working directory if the
-       * -cd parameter was used, or the directory specified with the -d parameter.
-       */
-!     private static String settingsDir = System.getProperty("user.home") + File.separator + ".config" + File.separator + "chatty";
-      
-      /**
-       * Parse the commandline arguments and start the actual chat client.
diff --git a/srcpkgs/chatty/template b/srcpkgs/chatty/template
index 80a7c3d5ea6fc..77e277dbecfce 100644
--- a/srcpkgs/chatty/template
+++ b/srcpkgs/chatty/template
@@ -1,6 +1,6 @@
 # Template file for 'chatty'
 pkgname=chatty
-version=0.22
+version=0.25
 revision=1
 hostmakedepends="gradle openjdk8"
 depends="virtual?java-runtime"
@@ -9,7 +9,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-3.0-or-later"
 homepage="https://chatty.github.io/"
 distfiles="https://github.com/chatty/chatty/archive/v${version}.tar.gz"
-checksum=4d5f4236bba0190608e825fa5baf11d718650bf83e6571ab83dd9457af9f888c
+checksum=44e07701885045e17e6871cb0cc58ff013c561a56b3108d51e770b4cb12c010f
 
 do_build() {
 	gradle shadowJar

             reply	other threads:[~2023-10-15 23:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-15 23:35 rookiejet [this message]
2023-10-15 23:46 ` [PR PATCH] [Updated] " rookiejet
2023-10-15 23:57 ` rookiejet
2023-11-18 16:39 ` yoshiyoshyosh
2023-11-18 16:39 ` yoshiyoshyosh
2023-11-18 17:21 ` [PR PATCH] [Closed]: " rookiejet
  -- strict thread matches above, loose matches on Subject: below --
2023-08-11 22:16 [PR PATCH] " yoshiyoshyosh

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46708@inbox.vuxu.org \
    --to=rookiejet@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).