Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f767bae956 | |||
| 107993d40f | |||
| 1a19b03371 | |||
| d396ecbfaf | |||
| 6e82715ba1 | |||
| c2ed527c98 | |||
| 009790605a | |||
| 8faa70972f |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:216eb9a703183d8e7e9129a626b8ea0719f26e08e4d009bf91b890a71afcb9e4
|
||||
size 27594424
|
||||
3
switcheroo-2.5.1.tar.xz
Normal file
3
switcheroo-2.5.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3394030b9aa8d3c70652d917d71951f462cda52a658cc98b5dc74a8ac2f3aaef
|
||||
size 30180536
|
||||
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 23 11:30:44 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- Update to version 2.5.1
|
||||
* Fix wrong check to ghostscript
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 17 09:15:13 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- Update to version 2.5.0
|
||||
* Update runtime to GNOME 49 and simplify dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 19 21:54:35 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- Update to version 2.4.0
|
||||
* rewrite naming logic to ensure no collisions or omission
|
||||
* add remove alpha when input does not support alpha but output
|
||||
does
|
||||
* put an arbitrary limit on 4M pixels for thumbnail generation
|
||||
and only load 10...
|
||||
* mark heic and heif as supports animation
|
||||
* check for gs and zip and let user know what's wrong gracefully
|
||||
* don't add images that already exist
|
||||
* add warning about unsupported files
|
||||
* simplify input formatting for magick command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 07:18:18 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- Update to version 2.3.1
|
||||
* Update runtime to GNOME 47.
|
||||
* Don't panic when opening image.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 22 15:53:16 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package switcheroo
|
||||
#
|
||||
# Copyright (c) 2025 mantarimay
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -17,21 +18,21 @@
|
||||
|
||||
|
||||
%define appid io.gitlab.adhami3310.Converter
|
||||
%define rurl d9666e26d4a8a183ea1b1ca5d9b6cd1a
|
||||
%define rurl 1018de59a8ec3466929ed0bfb428b255
|
||||
Name: switcheroo
|
||||
Version: 2.2.0
|
||||
Version: 2.5.1
|
||||
Release: 0
|
||||
Summary: Convert and manipulate images
|
||||
License: GPL-3.0-only
|
||||
URL: https://gitlab.com/adhami3310/Switcheroo
|
||||
Source: %{url}/uploads/%{rurl}/%{name}-%{version}.tar.xz
|
||||
Source: https://gitlab.com/-/project/41292464/uploads/%{rurl}/%{name}-%{version}.tar.xz
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: blueprint-compiler
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.8
|
||||
|
||||
%description
|
||||
Switcheroo is designed to give you a simple, quick, and easy-to-use tool
|
||||
@@ -61,6 +62,7 @@ built on top of the most advanced image editing libraries, ImageMagick.
|
||||
%{_datadir}/icons/hicolor/*/apps/%{appid}*svg
|
||||
%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
|
||||
%{_datadir}/metainfo/%{appid}.metainfo.xml
|
||||
%{_datadir}/dbus-1/services/%{appid}.service
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
||||
Reference in New Issue
Block a user