Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] swayimg: update to 1.10, orphan
@ 2023-01-30 16:59 subnut
  2023-01-30 17:06 ` subnut
  2023-02-05 10:21 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: subnut @ 2023-01-30 16:59 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: swayimg: update to 1.10, orphan
  2023-01-30 16:59 [PR PATCH] swayimg: update to 1.10, orphan subnut
@ 2023-01-30 17:06 ` subnut
  2023-02-05 10:21 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: subnut @ 2023-01-30 17:06 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/41975#issuecomment-1408995268

Comment:
I do not use this package anymore, so I am orphaning it.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: swayimg: update to 1.10, orphan
  2023-01-30 16:59 [PR PATCH] swayimg: update to 1.10, orphan subnut
  2023-01-30 17:06 ` subnut
@ 2023-02-05 10:21 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-02-05 10:21 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

swayimg: update to 1.10, orphan
https://github.com/void-linux/void-packages/pull/41975

Description:
<!-- 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
-->


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-05 10:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 16:59 [PR PATCH] swayimg: update to 1.10, orphan subnut
2023-01-30 17:06 ` subnut
2023-02-05 10:21 ` [PR PATCH] [Merged]: " paper42

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).