Richard Rahl 2024-08-07 07:04:06 +00:00 committed by Git OBS Bridge
parent 089adfb64e
commit ca790cd7f3
5 changed files with 17 additions and 8 deletions

View File

@ -3,8 +3,8 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/pop-os/cosmic-screenshot.git</param>
<param name="scm">git</param>
<param name="revision">master</param>
<param name="versionformat">0.1.0+git%cd.%h</param>
<param name="revision">@PARENT_TAG@</param>
<param name="versionformat">1.0.0.a1</param>
<param name="package-meta">yes</param>
</service>
<service name="recompress" mode="manual">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:247da837e8506e3e80cddb665867864bee687e63bcad40ae90ede16f32ece52a
size 96145

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49b9a57aa508d8e8dbf6ffac0405147787236281874110bab33a2e18a8d45a97
size 96785

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Aug 7 01:49:31 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 1.0.0-alpha1:
* update icon
* chore: update notification icon and text
* Update justfile
- enable leap (thanks to vyvir)
-------------------------------------------------------------------
Thu Mar 14 02:27:03 UTC 2024 - Richard Rahl <rrahl0@proton.me>

View File

@ -18,7 +18,7 @@
%define appname com.system76.CosmicScreenshot
Name: cosmic-screenshot
Version: 0.1.0+git20240725.031eb66
Version: 1.0.0.a1
Release: 0
Summary: Utility for capturing screenshots via XDG Desktop Portal
License: GPL-3.0-only
@ -51,7 +51,7 @@ just rootdir=%{buildroot} prefix=%{_prefix} install
%doc README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{appname}.desktop
%{_iconsdir}/hicolor/??x??/apps/%{appname}.svg
%{_iconsdir}/hicolor/???x???/apps/%{appname}.svg
%{_datadir}/icons/hicolor/??x??/apps/%{appname}.svg
%{_datadir}/icons/hicolor/???x???/apps/%{appname}.svg
%changelog