Github messages for voidlinux
 help / color / mirror / Atom feed
From: cinerea0 <cinerea0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] jdupes: update to 1.22.0, adopt; New package: libjodycode-1.0
Date: Fri, 21 Apr 2023 04:05:00 +0200	[thread overview]
Message-ID: <20230421020500.4olj3z8MSYel2vZpzswvCUmiVq5vmwkPKib3dKgUe-A@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43425@inbox.vuxu.org>

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

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

https://github.com/cinerea0/void-packages jdupes
https://github.com/void-linux/void-packages/pull/43425

jdupes: update to 1.22.0, adopt; New package: libjodycode-1.0
#### 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**


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

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

From edd85822d0cd0a93d4035f6dcbdd82aa56e61724 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 20 Apr 2023 22:04:07 -0400
Subject: [PATCH 1/2] New package: libjodycode-1.1

---
 common/shlibs                |  1 +
 srcpkgs/libjodycode/template | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/libjodycode/template

diff --git a/common/shlibs b/common/shlibs
index 0b05cd99d6b3..d23f0ef52005 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4244,3 +4244,4 @@ libdate-tz.so.3 chrono-date-3.0.1_1
 libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
 libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
+libjodycode.so.1 libjodycode-1.1_1
diff --git a/srcpkgs/libjodycode/template b/srcpkgs/libjodycode/template
new file mode 100644
index 000000000000..a2de08201de8
--- /dev/null
+++ b/srcpkgs/libjodycode/template
@@ -0,0 +1,26 @@
+# Template file for 'libjodycode'
+pkgname=libjodycode
+version=1.1
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Shared code used by several utilities written by Jody Bruchon"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="MIT"
+homepage="https://github.com/jbruchon/libjodycode"
+changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES"
+distfiles="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${version}.tar.gz"
+checksum=c4b5dbc20f39800bd774afb6b5d709ce90fe4482a44ea19ff24a2e27466729c8
+
+post_install() {
+	vlicense LICENSE
+}
+
+libjodycode-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+	}
+}

From 15ee1473749e72b803c056271152c90e5a3f94a5 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 20 Apr 2023 22:04:32 -0400
Subject: [PATCH 2/2] jdupes: update to 1.22.0, adopt

---
 srcpkgs/jdupes/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template
index 15a749997c40..ab64aa4cc1d6 100644
--- a/srcpkgs/jdupes/template
+++ b/srcpkgs/jdupes/template
@@ -1,18 +1,18 @@
 # Template file for 'jdupes'
 pkgname=jdupes
-version=1.21.3
+version=1.22.0
 revision=1
 build_style=gnu-makefile
-make_build_args="ENABLE_BTRFS=1"
+make_build_args="ENABLE_BTRFS=1 ENABLE_DEDUPE=1"
+make_use_env=yes
+makedepends="libjodycode-devel"
 short_desc="Powerful duplicate file finder and an enhanced fork of fdupes"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jbruchon/jdupes"
 changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES"
 distfiles="https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz"
-checksum=8992d0ff1fe135c685063ce3c9d69d54f1f19f1b32845e84441f888218063cc0
-
-CFLAGS="-DENABLE_DEDUPE"
+checksum=945b69f1570d058b70c40d144c5dfa9d5769f43e9488e8ac4f47bbb9ac973df7
 
 post_install() {
 	vlicense LICENSE

  reply	other threads:[~2023-04-21  2:05 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-13 13:46 [PR PATCH] " cinerea0
2023-04-21  2:05 ` cinerea0 [this message]
2023-04-21  2:10 ` [PR PATCH] [Updated] jdupes: update to 1.22.0, adopt; New package: libjodycode-1.1 cinerea0
2023-04-25 14:48 ` cinerea0
2023-04-25 19:52 ` [PR PATCH] [Updated] jdupes: update to 1.22.0, adopt; New package: libjodycode-1.2 cinerea0
2023-04-26 15:01 ` cinerea0
2023-05-10  2:13 ` cinerea0
2023-05-10  3:32 ` jdupes: update to 1.23.0, adopt; New package: libjodycode-2.0 jbruchon
2023-05-10 13:47 ` leahneukirchen
2023-05-10 15:01 ` jbruchon
2023-05-10 15:48 ` leahneukirchen
2023-05-10 15:56 ` jbruchon
2023-05-10 15:56 ` jbruchon
2023-05-17  3:30 ` [PR PATCH] [Updated] " cinerea0
2023-05-17 11:34 ` [PR PATCH] [Merged]: jdupes: update to 1.23.0, adopt; New package: libjodycode-2.0.1 leahneukirchen

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=20230421020500.4olj3z8MSYel2vZpzswvCUmiVq5vmwkPKib3dKgUe-A@z \
    --to=cinerea0@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).