Github messages for voidlinux
 help / color / mirror / Atom feed
From: Positive205 <Positive205@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: swww
Date: Fri, 14 Apr 2023 16:48:28 +0200	[thread overview]
Message-ID: <20230414144828.4MWvnH3IIfK3ygHtYdNwyPfblN48puxBgFkakqASJqs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43441@inbox.vuxu.org>

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

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

https://github.com/Positive205/void-packages new-packages
https://github.com/void-linux/void-packages/pull/43441

New package: swww
#### 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-glibc

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

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

From c0a8d4c276ee54a529b4ee9d53c546578c76297d Mon Sep 17 00:00:00 2001
From: Faizudin bin Taufik Tuah <faizudinproman@gmail.com>
Date: Fri, 14 Apr 2023 22:25:36 +0800
Subject: [PATCH 1/7] Added swww package

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

diff --git a/srcpkgs/swww/template b/srcpkgs/swww/template
new file mode 100644
index 000000000000..15c647d48547
--- /dev/null
+++ b/srcpkgs/swww/template
@@ -0,0 +1,35 @@
+# Template file for 'swww'
+pkgname=swww
+version=0.7.2
+revision=1
+build_style=cargo
+hostmakedepends=""
+makedepends="scdoc pkg-config libxkbcommon-devel"
+depends="lz4"
+short_desc="Efficient animated wallpaper daemon for wayland, controlled at runtime"
+maintainer="Posi+ive"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Horus645/swww"
+changelog="https://github.com/Horus645/swww/blob/main/CHANGELOG.md"
+distfiles="https://github.com/Horus645/swww/archive/refs/tags/v${version}.tar.gz"
+checksum=bb961577387aefd64b54090b3a7d0db5a393120edc24fe71d149e77fe132025c
+
+do_install() {
+	vbin target/x86_64-unknown-linux-gnu/release/swww
+	vbin target/x86_64-unknown-linux-gnu/release/swww-daemon
+
+	vman doc/generated/swww-clear.1
+	vman doc/generated/swww-daemon.1
+	vman doc/generated/swww-img.1
+	vman doc/generated/swww-init.1
+	vman doc/generated/swww-kill.1
+	vman doc/generated/swww-query.1
+	vman doc/generated/swww.1
+	
+	vcompletion completions/swww.bash bash
+	vcompletion completions/swww.fish fish
+}
+
+post_build() {
+	./doc/gen.sh
+}

From 3e9d1f8feafe63c025bc0e2148ec136c1965c5ba Mon Sep 17 00:00:00 2001
From: Andrea Brancaleoni <abc@pompel.me>
Date: Fri, 14 Apr 2023 16:14:46 +0200
Subject: [PATCH 2/7] terraform: update to 1.4.5.

---
 srcpkgs/terraform/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/terraform/template b/srcpkgs/terraform/template
index 4b39a9f7ed0a..a2546b11654d 100644
--- a/srcpkgs/terraform/template
+++ b/srcpkgs/terraform/template
@@ -1,7 +1,7 @@
 # Template file for 'terraform'
 pkgname=terraform
-version=1.4.4
-revision=2
+version=1.4.5
+revision=1
 build_style=go
 go_import_path="github.com/hashicorp/$pkgname"
 short_desc="Tool for building, changing, and combining infrastructure"
@@ -9,4 +9,4 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MPL-2.0"
 homepage="https://www.terraform.io/"
 distfiles="https://$go_import_path/archive/v$version.tar.gz"
-checksum=ab9e6d743c0a00be8c6c1a2723f39191e3cbd14517acbc3e6ff2baa753865074
+checksum=65c2ec58448fe22a72288430d44d3269db040f3c191500d35bd065e863b3bad7

From 5cb19c4fa6b0b66de068701e4d6770987bd0eb11 Mon Sep 17 00:00:00 2001
From: Andrea Brancaleoni <abc@pompel.me>
Date: Fri, 14 Apr 2023 16:16:10 +0200
Subject: [PATCH 3/7] terragrunt: update to 0.45.2.

---
 srcpkgs/terragrunt/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/terragrunt/template b/srcpkgs/terragrunt/template
index f22814663a5b..227c2bf3d373 100644
--- a/srcpkgs/terragrunt/template
+++ b/srcpkgs/terragrunt/template
@@ -1,7 +1,7 @@
 # Template file for 'terragrunt'
 pkgname=terragrunt
-version=0.45.0
-revision=2
+version=0.45.2
+revision=1
 build_style=go
 go_import_path="github.com/gruntwork-io/terragrunt"
 depends="terraform"
@@ -10,7 +10,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MIT"
 homepage="https://github.com/gruntwork-io/terragrunt"
 distfiles="$homepage/archive/v$version.tar.gz"
-checksum=e6161d99125a0116d0085bd1e875dd579ce88361f7bb5db29b5b7bce31015fdd
+checksum=a216317a7621013185c32bb4f68164ed32136e30242f64da61dcdbff845dfdc2
 
 post_install() {
 	vlicense LICENSE.txt

From 982ef18f32ebf0bc1b290e2f5a14084fdfc6c75f Mon Sep 17 00:00:00 2001
From: Andrea Brancaleoni <abc@pompel.me>
Date: Fri, 14 Apr 2023 16:17:06 +0200
Subject: [PATCH 4/7] moby: update to 23.0.3.

---
 srcpkgs/moby/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/moby/template b/srcpkgs/moby/template
index 4135a2493de7..6a72732456ea 100644
--- a/srcpkgs/moby/template
+++ b/srcpkgs/moby/template
@@ -1,8 +1,8 @@
 # Template file for 'moby'
 # should be kept in sync with docker-cli
 pkgname=moby
-version=23.0.2
-revision=2
+version=23.0.3
+revision=1
 # libnetwork commit is mentioned in vendor.conf
 _libnetwork_commit=05b93e0d3a95952f70c113b0bc5bdb538d7afdd7
 create_wrksrc=yes
@@ -18,7 +18,7 @@ homepage="https://www.docker.com"
 changelog="https://github.com/moby/moby/releases"
 distfiles="https://github.com/moby/moby/archive/v${version}.tar.gz>moby-$version.tar.gz
  https://github.com/moby/libnetwork/archive/$_libnetwork_commit.tar.gz>libnetwork-$_libnetwork_commit.tar.gz"
-checksum="4caca59c774445a5aad6114d89c97c88d9705f048704fecdd3f5712cb369dc39
+checksum="2f74aef0eadf5bfe652b1822f1349fa0baf7412f83b856a9cfb9a8fbfd686880
  5c5e3aa7599e85036438a65016796aa11df4afb44d13b5927dcfb0ec5947a86b"
 system_groups="docker"
 

From 6eae3f9e1575a552ac8986cc8aedfe46d12b52fb Mon Sep 17 00:00:00 2001
From: Andrea Brancaleoni <abc@pompel.me>
Date: Fri, 14 Apr 2023 16:18:34 +0200
Subject: [PATCH 5/7] kubernetes: update to 1.27.0.

---
 srcpkgs/kubernetes/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kubernetes/template b/srcpkgs/kubernetes/template
index 035b1408919c..6c3ccbff817c 100644
--- a/srcpkgs/kubernetes/template
+++ b/srcpkgs/kubernetes/template
@@ -1,7 +1,7 @@
 # Template file for 'kubernetes'
 pkgname=kubernetes
-version=1.26.3
-revision=2
+version=1.27.0
+revision=1
 archs="aarch64* x86_64* ppc64le*"
 build_style=go
 go_import_path="github.com/kubernetes/kubernetes"
@@ -12,7 +12,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="http://kubernetes.io"
 distfiles="https://$go_import_path/archive/v$version.tar.gz"
-checksum=e9db7e0a2e8cb40e478564de22530c5e582ae7136558994130b3ae7d8828ab31
+checksum=536025dba2714ee5e940bb0a6b1df9ca97c244fa5b00236e012776a69121c323
 nocross=yes
 system_accounts="kube"
 make_dirs="/var/lib/kubelet 0755 kube kube"

From 580e8dbfc157d6f890dbfd8c2e7872ac9c6ff8cc Mon Sep 17 00:00:00 2001
From: Andrea Brancaleoni <abc@pompel.me>
Date: Fri, 14 Apr 2023 16:23:59 +0200
Subject: [PATCH 6/7] docker-cli: update to 23.0.3.

---
 srcpkgs/docker-cli/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/docker-cli/template b/srcpkgs/docker-cli/template
index 02f8d107e6d3..4d71bd63623f 100644
--- a/srcpkgs/docker-cli/template
+++ b/srcpkgs/docker-cli/template
@@ -1,8 +1,8 @@
 # Template file for 'docker-cli'
 # should be kept in sync with moby
 pkgname=docker-cli
-version=23.0.2
-revision=2
+version=23.0.3
+revision=1
 build_style=go
 go_package="github.com/docker/cli/cmd/docker"
 go_import_path="github.com/docker/cli"
@@ -16,7 +16,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="Apache-2.0"
 homepage="https://www.docker.com"
 distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz"
-checksum=bef4fc68b9f81ab2ae8bb2605e16a0965a3c4a82f0c0cf9d9f5d2cee8e95415d
+checksum=7d67500372b560110e8200815f7111962ccec7d0eb3b743f80e262c38e2f7b82
 system_groups="docker"
 
 pre_build() {

From 6eb5c91bc50c4e08d3f491537eb363a757f690db Mon Sep 17 00:00:00 2001
From: Faizudin bin Taufik Tuah <faizudinproman@gmail.com>
Date: Fri, 14 Apr 2023 22:44:39 +0800
Subject: [PATCH 7/7] Changed maintainer variable

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

diff --git a/srcpkgs/swww/template b/srcpkgs/swww/template
index 15c647d48547..0ad70e794b1b 100644
--- a/srcpkgs/swww/template
+++ b/srcpkgs/swww/template
@@ -7,7 +7,7 @@ hostmakedepends=""
 makedepends="scdoc pkg-config libxkbcommon-devel"
 depends="lz4"
 short_desc="Efficient animated wallpaper daemon for wayland, controlled at runtime"
-maintainer="Posi+ive"
+maintainer="Posi+ive <faizudinproman@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Horus645/swww"
 changelog="https://github.com/Horus645/swww/blob/main/CHANGELOG.md"

  reply	other threads:[~2023-04-14 14:48 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-14 14:37 [PR PATCH] Added swww package Positive205
2023-04-14 14:48 ` Positive205 [this message]
2023-04-15  1:08 ` [PR PATCH] [Updated] New package: swww Positive205
2023-04-15 15:53 ` [PR PATCH] [Updated] New package: swww-v0.7.2 Positive205
2023-04-15 18:10 ` paper42
2023-04-15 18:33 ` Positive205
2023-04-15 18:34 ` Positive205
2023-04-15 22:08 ` [PR PATCH] [Updated] " Positive205
2023-04-15 22:09 ` Positive205
2023-04-15 22:10 ` [PR PATCH] [Updated] " Positive205
2023-04-15 22:26 ` Positive205
2023-04-15 22:41 ` Positive205
2023-04-16  2:41 ` [PR REVIEW] " classabbyamp
2023-04-16  2:41 ` classabbyamp
2023-04-16  2:41 ` classabbyamp
2023-04-16  2:41 ` classabbyamp
2023-04-16  2:41 ` classabbyamp
2023-04-16 11:39 ` Positive205
2023-04-16 12:11 ` classabbyamp
2023-04-16 13:00 ` Positive205
2023-04-16 13:00 ` Positive205
2023-04-16 14:19 ` classabbyamp
2023-04-16 16:37 ` Positive205
2023-04-16 16:40 ` [PR PATCH] [Updated] " Positive205
2023-04-16 16:47 ` Positive205
2023-04-16 17:31 ` Positive205
2023-04-16 18:24 ` classabbyamp
2023-04-16 22:57 ` Positive205
2023-04-17  0:12 ` [PR PATCH] [Updated] " Positive205
2023-04-20 12:26 ` abenson
2023-04-20 21:55 ` [PR PATCH] [Updated] " Positive205
2023-05-06 12:32 ` Positive205
2023-08-05  1:48 ` github-actions
2023-08-20  1:44 ` [PR PATCH] [Closed]: " github-actions
2023-11-02  3:41 ` Positive205
2023-11-02  3:46 ` [PR PATCH] [Updated] " classabbyamp
2023-11-02  4:11 ` Positive205
2023-11-02  4:47 ` [PR PATCH] [Updated] " Positive205
2023-11-02  4:50 ` New package: swww-v0.8.1 Positive205
2023-11-02 11:35 ` Positive205
2023-11-03 10:06 ` [PR PATCH] [Updated] " Positive205
2023-11-05  1:52 ` Positive205
2023-11-08  5:18 ` Positive205
2023-11-09 13:42 ` Positive205
2023-11-09 13:42 ` Positive205
2023-11-09 17:13 ` Positive205
2023-11-09 17:13 ` Positive205
2023-12-21  3:30 ` [PR PATCH] [Updated] " Positive205
2023-12-21  4:02 ` Positive205
2024-03-02 10:33 ` [PR PATCH] [Updated] " Posiplusive

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=20230414144828.4MWvnH3IIfK3ygHtYdNwyPfblN48puxBgFkakqASJqs@z \
    --to=positive205@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).