Github messages for voidlinux
 help / color / mirror / Atom feed
From: subnut <subnut@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] swayimg: update to 1.10, orphan
Date: Mon, 30 Jan 2023 17:59:10 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41975@inbox.vuxu.org> (raw)

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

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

https://github.com/subnut/void-packages swayimg
https://github.com/void-linux/void-packages/pull/41975

swayimg: update to 1.10, orphan
<!-- 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, (x86_64-glibc)
<!--
- 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/41975.patch is attached

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

From 33134e66822e94d972f47db2aefd32157aa99716 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 22:27:20 +0530
Subject: [PATCH] swayimg: update to 1.10, orphan

---
 .../patches/0001-fix-zsh-completion.patch     | 23 -----------------
 srcpkgs/swayimg/patches/0002-fix-help.patch   | 25 -------------------
 srcpkgs/swayimg/template                      |  6 ++---
 3 files changed, 3 insertions(+), 51 deletions(-)
 delete mode 100644 srcpkgs/swayimg/patches/0001-fix-zsh-completion.patch
 delete mode 100644 srcpkgs/swayimg/patches/0002-fix-help.patch

diff --git a/srcpkgs/swayimg/patches/0001-fix-zsh-completion.patch b/srcpkgs/swayimg/patches/0001-fix-zsh-completion.patch
deleted file mode 100644
index b9360242ee42..000000000000
--- a/srcpkgs/swayimg/patches/0001-fix-zsh-completion.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From e938dc5b04bb54dd3f3a89a71d46c7a53ac087bd Mon Sep 17 00:00:00 2001
-From: Leon <adigitoleo@dissimulo.com>
-Date: Wed, 31 Aug 2022 23:07:23 +1000
-Subject: [PATCH] Fix typo in zsh completion
-
-Signed-off-by: Leon <adigitoleo@dissimulo.com>
----
- extra/zsh.completion | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/extra/zsh.completion b/extra/zsh.completion
-index a690528..32b159b 100644
---- a/extra/zsh.completion
-+++ b/extra/zsh.completion
-@@ -8,7 +8,7 @@ _arguments \
-   '(-r --recursive)'{-r,--recursive}'[read directories recursively]' \
-   '(-a --all)'{-a,--all}'[open all files from the same directory]' \
-   '(-m --mark)'{-m,--mark}'[enable marking mode]' \
--  '(-l --slideshow)'{-l --slideshow}'[activate slideshow mode on startup]' \
-+  '(-l --slideshow)'{-l,--slideshow}'[activate slideshow mode on startup]' \
-   '(-f --fullscreen)'{-f,--fullscreen}'[show image in full screen mode]' \
-   '(-s --scale=SCALE)'{-s,--scale=}'[set initial image scale]:scale:(optimal fit real)' \
-   '(-b --background)'{-b,--background=}'[set image background color]:bkg:(none grid)' \
diff --git a/srcpkgs/swayimg/patches/0002-fix-help.patch b/srcpkgs/swayimg/patches/0002-fix-help.patch
deleted file mode 100644
index b735d938d1ad..000000000000
--- a/srcpkgs/swayimg/patches/0002-fix-help.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 1cbbe5e6e0cc3f7fb26055e952153c3a23bfad45 Mon Sep 17 00:00:00 2001
-From: Artem Senichev <artemsen@gmail.com>
-Date: Sat, 17 Sep 2022 11:57:10 +0300
-Subject: [PATCH] Allow long option `--help`
-
-Fix error when `--help` is not accepted by getopt.
-
-Signed-off-by: Artem Senichev <artemsen@gmail.com>
----
- src/main.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/main.c b/src/main.c
-index 3939ccb..4eecd12 100644
---- a/src/main.c
-+++ b/src/main.c
-@@ -93,7 +93,7 @@ static int parse_cmdargs(int argc, char* argv[], struct config* cfg)
-     }
-     // add terminations
-     *short_opts_ptr = 0;
--    memset(&options[(sizeof(arguments) / sizeof(arguments[0])) - 1], 0,
-+    memset(&options[(sizeof(arguments) / sizeof(arguments[0]))], 0,
-            sizeof(struct option));
- 
-     // parse arguments
diff --git a/srcpkgs/swayimg/template b/srcpkgs/swayimg/template
index bfdc3a496d21..073ba379db14 100644
--- a/srcpkgs/swayimg/template
+++ b/srcpkgs/swayimg/template
@@ -1,6 +1,6 @@
 # Template file for 'swayimg'
 pkgname=swayimg
-version=1.9
+version=1.10
 revision=1
 build_style=meson
 hostmakedepends="pkg-config wayland-devel"
@@ -8,11 +8,11 @@ makedepends="wayland-devel cairo-devel json-c-devel libxkbcommon-devel
  wayland-protocols libheif-devel giflib-devel libjpeg-turbo-devel
  libpng-devel librsvg-devel libwebp-devel libexif-devel"
 short_desc="Image viewer for Sway/Wayland"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphan <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/artemsen/swayimg"
 distfiles="https://github.com/artemsen/swayimg/archive/v${version}.tar.gz"
-checksum=693a23a7755ebedb144271b2b674980a1c51a2036dabcff9697c3e3c6258f108
+checksum=fa20e9d5e260ca45ca3fb83343a6c7e7c93bcdb1184a99b19b630aec598f4b17
 
 post_install() {
 	vcompletion extra/bash.completion bash

             reply	other threads:[~2023-01-30 16:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-30 16:59 subnut [this message]
2023-01-30 17:06 ` subnut
2023-02-05 10:21 ` [PR PATCH] [Merged]: " paper42

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