Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6c2045ec66 | |||
|
|
1e0eb43846 | ||
| b7c3ea9ac1 | |||
|
|
b8f0495f79 | ||
| dc5fedccc0 | |||
|
|
fe01ab123b | ||
|
|
ada749443e | ||
|
|
60e9022e38 | ||
|
|
ccbdc700d1 | ||
|
|
2a751ae2d0 | ||
|
|
2bb99ba987 | ||
|
|
36780f1ec2 |
8
_service
8
_service
@@ -1,10 +1,12 @@
|
||||
<services>
|
||||
<service name="download_files" mode="manual" />
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srctar">wayshot-*.tar.gz</param>
|
||||
<param name="url">https://github.com/waycrate/wayshot</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
<param name="changesgenerate">true</param>
|
||||
<param name="changesauthor">Soc Virnyl Estela</param>
|
||||
<param name="changesemail">uncomfyhalomacro@opensuse.org</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual" />
|
||||
</services>
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e41f685c37aab118391d877914e923a8ad97bd9377427b12514973372a288f5d
|
||||
size 22805801
|
||||
oid sha256:d172b74302a50f52bd7b7b8fc69a14b78e2906a57792e30e5219b6f3d98c05ab
|
||||
size 22983513
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4003f65d72aadc65ee2aa12f1bd0460e4d20880d4cc07a80d5966fc946df07aa
|
||||
size 69079
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b4f17be902e0b9e2eb2bbc23224e6b39a1759ae1aa35f5c9828bb8f83e71ac6
|
||||
size 48123
|
||||
@@ -1,3 +1,79 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 16 23:26:33 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 1.3.1+git62.g4f130921361abcbf23159478ebb16c25c808f442:
|
||||
* clippy: apply "collapsible if" suggestion here too
|
||||
* clippy: apply more "collapsible if" suggestions
|
||||
* clippy: apply "collapsible if" suggestion
|
||||
* clippy: apply "collapsible if" suggestion
|
||||
* clippy: apply clippy fixes
|
||||
* fix: logic for argument `-` will not produce a file at the current directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 02:24:13 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 1.3.1+git56.g28331dcc3886f8b9e6bc09f9951fe59744c16acf:
|
||||
* fix: not work on niri
|
||||
* chore: fmt fix
|
||||
* refactor: update to new waysip api
|
||||
* Revert "refactor: update code to match new API from libwaysip 0.4"
|
||||
* refactor: update code to match new API from libwaysip 0.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 18 02:46:29 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 1.3.1+git50.gf7dee21c16980eaabd1394b79ec42710e00bf6e5:
|
||||
* chore(deps): bump rustix from 1.0.5 to 1.0.7
|
||||
* chore(deps): bump chrono from 0.4.40 to 0.4.41
|
||||
* chore(deps): bump libloading from 0.8.6 to 0.8.8
|
||||
* chore(deps): bump wayland-backend from 0.3.8 to 0.3.10
|
||||
* chore(deps): bump toml from 0.8.21 to 0.8.23
|
||||
* chore(deps): bump crate-ci/typos from 1.31.1 to 1.33.1
|
||||
* feat: upward transfer the features of image (#179)
|
||||
* chore: update Nix flake (#166)
|
||||
* chore(deps): bump toml from 0.8.20 to 0.8.21
|
||||
* chore(deps): bump rustix from 1.0.3 to 1.0.5
|
||||
* chore(deps): bump flate2 from 1.1.0 to 1.1.1
|
||||
* chore(deps): bump shellexpand from 3.1.0 to 3.1.1
|
||||
* chore(deps): bump clap from 4.5.34 to 4.5.37
|
||||
* chore(deps): bump crate-ci/typos from 1.31.0 to 1.31.1
|
||||
* chore: clippyfix for 1.86 (#167)
|
||||
* chore(deps): bump clap from 4.5.32 to 4.5.34
|
||||
* chore(deps): bump image from 0.25.5 to 0.25.6
|
||||
* chore(deps): bump crate-ci/typos from 1.30.2 to 1.31.0
|
||||
* feat: use libwaysip instead of slurp (#152)
|
||||
* feat: implement config file (2) (#154)
|
||||
* chore(deps): bump crate-ci/typos from 1.30.1 to 1.30.2 (#155)
|
||||
* chore(deps): bump rustix from 1.0.2 to 1.0.3 (#156)
|
||||
* chore: expose capture_output_frame_get_state_shm (#151)
|
||||
* feat: file-name-format (#145)
|
||||
* chore: improvements in waymirror-egl example (#146)
|
||||
* fix: failed test and add ci for test (#149)
|
||||
* feat: use generics instead every time pass a box (#150)
|
||||
* chore: add missing doc entry for avif encoding
|
||||
* Friendly cli (#134)
|
||||
* Updated wayshot devel for NixOS (#130)
|
||||
* feat: fix typos and add typos ci (#133)
|
||||
* chore: run cargo fmt
|
||||
* chore: run cargo clippy --fix
|
||||
* chore: edition 2024 migration
|
||||
* chore(deps): bump clap from 4.5.31 to 4.5.32
|
||||
* chore(deps): bump wl-clipboard-rs from 0.9.1 to 0.9.2
|
||||
* fix: minor docs and tracing message fix
|
||||
* chore: use ok_or_else to find frame format
|
||||
* feat: add avif extension support (#141)
|
||||
* Bump rustix from 1.0.1 to 1.0.2 (#138)
|
||||
* Bump actions/checkout from 2 to 4 (#137)
|
||||
* ci: add dependabot scans (#135)
|
||||
* dependencies: bump rustix to 1.0 (#136)
|
||||
* Update dependencies (#129)
|
||||
* chore: ci fix (#131)
|
||||
* Dev branch rebase ( freeze feat, etc ) (#90)
|
||||
* feat: add support for BGR888 image format (#82)
|
||||
* chore: Change versioning system in Cargo.toml
|
||||
* feat: use workspace package control global values
|
||||
* [bump] wayshot and libwayshot `-dev` tag
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 02:17:55 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
@@ -209,4 +285,3 @@ Fri Mar 11 13:35:54 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
Fri Feb 25 14:45:37 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Initial spec
|
||||
|
||||
|
||||
17
wayshot.spec
17
wayshot.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wayshot
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,20 +19,31 @@
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
|
||||
Name: wayshot
|
||||
Version: 1.3.1
|
||||
Version: 1.3.1+git62.g4f130921361abcbf23159478ebb16c25c808f442
|
||||
Release: 0
|
||||
Summary: Screenshot tool for wlroots based compositors
|
||||
License: (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND BSD-3-Clause AND ISC AND MIT AND Zlib AND BSD-2-Clause
|
||||
Group: Productivity/Graphics/Other
|
||||
URL: https://github.com/waycrate/wayshot
|
||||
Source0: https://github.com/waycrate/wayshot/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
%if 0%{?suse_version} >= 1500
|
||||
BuildRequires: cargo-packaging
|
||||
%else
|
||||
BuildRequires: cargo
|
||||
%endif
|
||||
BuildRequires: Mesa-libEGL-devel
|
||||
BuildRequires: libgbm-devel
|
||||
BuildRequires: zstd
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(pango)
|
||||
BuildRequires: pkgconfig(pangocairo)
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-cursor)
|
||||
BuildRequires: pkgconfig(wayland-egl)
|
||||
BuildRequires: pkgconfig(wayland-protocols)
|
||||
BuildRequires: pkgconfig(wayland-server)
|
||||
|
||||
%description
|
||||
A screenshot tool for wlroots based compositors implementing zwlr_screencopy_v1
|
||||
|
||||
Reference in New Issue
Block a user