[packages/swayimg] up to 5.4
atler
atler at pld-linux.org
Sun Jun 21 13:14:50 CEST 2026
commit f667334703402414a480f9b4b8ef9d183e96edb9
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Jun 21 13:14:36 2026 +0200
up to 5.4
swayimg.spec | 8 +++-----
types.patch | 11 -----------
2 files changed, 3 insertions(+), 16 deletions(-)
---
diff --git a/swayimg.spec b/swayimg.spec
index 7bc0b50..ad29e96 100644
--- a/swayimg.spec
+++ b/swayimg.spec
@@ -1,12 +1,11 @@
Summary: Image viewer for Wayland
Name: swayimg
-Version: 5.3
-Release: 2
+Version: 5.4
+Release: 1
License: MIT
Group: Applications
Source0: https://github.com/artemsen/swayimg/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 0cc279a07fc1c91ee0dc5f3d4d572ea5
-Patch0: types.patch
+# Source0-md5: e6ee494a4aebf7a2260a46173bfeb902
URL: https://github.com/artemsen/swayimg
BuildRequires: OpenEXR-devel >= 3.4
BuildRequires: bash-completion-devel
@@ -52,7 +51,6 @@ display servers.
%prep
%setup -q
-%patch -P0 -p1
%build
%meson \
diff --git a/types.patch b/types.patch
deleted file mode 100644
index 8a1d586..0000000
--- a/types.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- swayimg-5.3/src/formats/xbm.cpp.orig 2026-06-16 12:09:37.000000000 +0200
-+++ swayimg-5.3/src/formats/xbm.cpp 2026-06-19 01:35:21.095322264 +0200
-@@ -22,7 +22,7 @@
- size_t height = 0;
- std::stringstream ss(
- std::string(reinterpret_cast<const char*>(data.data),
-- std::min(data.size, 512UL)));
-+ std::min(data.size, (size_t) 512)));
- std::string line;
- while ((width == 0 || height == 0) && std::getline(ss, line)) {
- if (width == 0) {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/swayimg.git/commitdiff/f667334703402414a480f9b4b8ef9d183e96edb9
More information about the pld-cvs-commit
mailing list