forked from pool/oculante
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
43a04afe58 | ||
|
a9a690fcdf | ||
|
54bfee815a | ||
|
2638e3217b | ||
|
0d1f9ab2b2 | ||
|
8274d0a44f |
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa3826727db01a6472762de2444c195bd0db31936f8041481c487029b7cf2b34
|
||||
size 59558845
|
3
oculante-0.9.1.tar.gz
Normal file
3
oculante-0.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d3b733492c75b5da5d83a2c879fb0d74545d46323030e7b64adce55a81aa23d
|
||||
size 60739840
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 20:48:21 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- Update to version 0.9.1:
|
||||
+ Bug Fixes
|
||||
- Prevent scrollbars from occluding info panel
|
||||
- Noise filter ui would extend panel too much
|
||||
+ Chore
|
||||
- Fix wronf icon for Rotate operator
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 22 00:07:11 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- add appstream-glib BuildRequires: for validate xml file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 12:23:35 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- Update to version 0.9.0:
|
||||
+ Bug Fixes
|
||||
- Flip operation would always flip horizontal
|
||||
- When pressing right mouse, panning operation got stuck.
|
||||
Panning is now only possible using left or middle mouse.
|
||||
+ Features
|
||||
- Show confirmation dialog when deleting a file
|
||||
- Stack Blur provides much faster blur performance for the blur
|
||||
filter
|
||||
- Visually indicate difference between operator types with a
|
||||
separator
|
||||
- Persistent and volatile settings are now split for easier
|
||||
versioning of configuration files
|
||||
- enable version control friendly settings
|
||||
- Use built in file browser
|
||||
+ Chore
|
||||
- deps: bump quinn-proto from 0.11.3 to 0.11.8
|
||||
- update turbojpeg and remove image dependency
|
||||
- Update gif/ gif-dispose
|
||||
- Update fast_image_resize, libavif-image, self_update,
|
||||
libheif-rs
|
||||
- update trash
|
||||
- Update webbrowser, wgpu, ruzstd
|
||||
- Update jpg2000 and add test image
|
||||
- update image and nalgebra
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 6 07:25:44 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
|
@ -18,14 +18,16 @@
|
||||
|
||||
%bcond_without test
|
||||
%define force_gcc_version 13
|
||||
%define appid io.github.woelper.Oculante
|
||||
Name: oculante
|
||||
Version: 0.8.23
|
||||
Version: 0.9.1
|
||||
Release: 0
|
||||
Summary: A minimalistic crossplatform image viewer written in rust
|
||||
License: MIT
|
||||
URL: https://github.com/woelper/oculante
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: cmake
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -61,8 +63,12 @@ export CXX="g++-%{?force_gcc_version}"
|
||||
|
||||
%install
|
||||
install -Dpm755 target/release/%{name} -t %{buildroot}%{_bindir}
|
||||
install -Dpm644 res/%{name}.png -t %{buildroot}%{_datadir}/pixmaps/
|
||||
install -Dpm644 res/%{name}.desktop -t %{buildroot}%{_datadir}/applications
|
||||
install -Dpm644 res/icons/icon.png \
|
||||
%{buildroot}%{_datadir}/pixmaps/%{appid}.png
|
||||
install -Dpm644 res/flathub/%{appid}.desktop -t \
|
||||
%{buildroot}%{_datadir}/applications
|
||||
install -Dpm644 res/flathub/%{appid}.metainfo.xml -t \
|
||||
%{buildroot}%{_datadir}/metainfo
|
||||
|
||||
%check
|
||||
%if %{with test}
|
||||
@ -70,16 +76,21 @@ install -Dpm644 res/%{name}.desktop -t %{buildroot}%{_datadir}/applications
|
||||
export CC="gcc-%{?force_gcc_version}"
|
||||
export CXX="g++-%{?force_gcc_version}"
|
||||
%endif
|
||||
%{cargo_test} -- --skip=tests::net --skip=bench
|
||||
%{cargo_test} -- \
|
||||
--skip=tests::net \
|
||||
--skip=bench \
|
||||
--skip=tests::flathub
|
||||
%endif
|
||||
|
||||
appstream-util validate-relax --nonet \
|
||||
%{buildroot}%{_datadir}/metainfo/%{appid}.metainfo.xml
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
|
||||
%files
|
||||
%license LICENSE*
|
||||
%doc README* CHANGELOG.md
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/pixmaps/%{name}.png
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/%{appid}.png
|
||||
%{_datadir}/applications/%{appid}.desktop
|
||||
%{_datadir}/metainfo
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89d18f213cb1f9879e8678f6728c50cc1d63aa2124cd9f55c8719a61ce675039
|
||||
size 110177087
|
||||
oid sha256:9ad5539f752c8f1d36b6d7ece0b900c155ddfca319ee424bf7b0b1bd6bd070d9
|
||||
size 107049410
|
||||
|
Loading…
Reference in New Issue
Block a user