Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] duplicity: update to 0.8.23, split subpkgs, update homepage
Date: Mon, 06 Jun 2022 16:33:31 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37421@inbox.vuxu.org> (raw)

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

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

https://github.com/dkwo/void-packages dupli
https://github.com/void-linux/void-packages/pull/37421

duplicity: update to 0.8.23, split subpkgs, update homepage
- I tested the changes in this PR: briefly
- I built this PR locally for my native architecture, x86-64-musl.

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

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

From cd7b1ccc62fbc9380ad81955e91170b2a11c8a10 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Mon, 6 Jun 2022 16:17:55 +0200
Subject: [PATCH] duplicity: update to 0.8.23, split subpkgs, update homepage

---
 srcpkgs/duplicity-doc      |  1 +
 srcpkgs/duplicity-lang     |  1 +
 srcpkgs/duplicity/template | 29 ++++++++++++++++++++---------
 3 files changed, 22 insertions(+), 9 deletions(-)
 create mode 120000 srcpkgs/duplicity-doc
 create mode 120000 srcpkgs/duplicity-lang

diff --git a/srcpkgs/duplicity-doc b/srcpkgs/duplicity-doc
new file mode 120000
index 000000000000..3c49d7bc8b8b
--- /dev/null
+++ b/srcpkgs/duplicity-doc
@@ -0,0 +1 @@
+duplicity
\ No newline at end of file
diff --git a/srcpkgs/duplicity-lang b/srcpkgs/duplicity-lang
new file mode 120000
index 000000000000..3c49d7bc8b8b
--- /dev/null
+++ b/srcpkgs/duplicity-lang
@@ -0,0 +1 @@
+duplicity
\ No newline at end of file
diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template
index 7098a587a79d..16b494e27b8c 100644
--- a/srcpkgs/duplicity/template
+++ b/srcpkgs/duplicity/template
@@ -1,7 +1,7 @@
 # Template file for 'duplicity'
 pkgname=duplicity
-version=0.8.20
-revision=2
+version=0.8.23
+revision=1
 build_style=python3-module
 hostmakedepends="gettext python3-setuptools_scm"
 makedepends="python3-devel librsync-devel"
@@ -11,12 +11,23 @@ checkdepends="$depends python3-pytest python3-mock python3-pexpect
 short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="http://duplicity.nongnu.org/"
-changelog="http://duplicity.nongnu.org/vers8/CHANGELOG.md"
-distfiles="http://launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
-checksum=bbe4679d37cc5523c2302d6d7933d32f365f7c9aea7ffc7827c45e3b7b2d2234
+homepage="https://duplicity.gitlab.io"
+changelog="${homepage}/vers8/CHANGELOG.html"
+distfiles="https://launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
+checksum=b24aec0df4849a71de64b743fe9957f09bb80259898e455bdc612c78bdb374e2
 
-post_install() {
-	# drop doc
-	rm -rf ${DESTDIR}/usr/share/doc
+duplicity-doc_package() {
+	short_desc+=" - documentation"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share/doc
+	}
+}
+
+duplicity-lang_package() {
+	short_desc+=" - languages"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/share/locale
+	}
 }

             reply	other threads:[~2022-06-06 14:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-06 14:33 dkwo [this message]
2022-06-06 17:44 ` [PR REVIEW] " Chocimier
2022-06-06 18:37 ` [PR PATCH] [Updated] " dkwo
2022-06-06 18:38 ` [PR REVIEW] " dkwo
2022-06-25  0:10 ` [PR PATCH] [Merged]: " classabbyamp

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-37421@inbox.vuxu.org \
    --to=dkwo@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).