diff --git a/_service b/_service index e4de899..9143062 100644 --- a/_service +++ b/_service @@ -3,9 +3,11 @@ https://github.com/pop-os/cosmic-screenshot.git git - master - 0.1.0+git%cd.%h + refs/tags/epoch-1.0.0-alpha.1 + epoch-(.*) + 1.0.0~alpha1 yes + cosmic-screenshot *.tar diff --git a/cosmic-screenshot-0.1.0+git20240510.a8130eb.tar.zst b/cosmic-screenshot-0.1.0+git20240510.a8130eb.tar.zst deleted file mode 100644 index 348e81e..0000000 --- a/cosmic-screenshot-0.1.0+git20240510.a8130eb.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03cd80ccb6c45072d4b3cce645cfbf526f1f7896330adaa83051c0fb303e16be -size 81171 diff --git a/cosmic-screenshot-1.0.0~alpha1.tar.zst b/cosmic-screenshot-1.0.0~alpha1.tar.zst new file mode 100644 index 0000000..d68a83a --- /dev/null +++ b/cosmic-screenshot-1.0.0~alpha1.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d89da8f01d441a66b60903545db2f48474c606f772886c7fd6cf471aeda4fa +size 96499 diff --git a/cosmic-screenshot.changes b/cosmic-screenshot.changes index d7ba41f..6f7eaa4 100644 --- a/cosmic-screenshot.changes +++ b/cosmic-screenshot.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Aug 8 01:00:25 UTC 2024 - Richard Rahl + +- standardize packaging with also fixes for miscellaneous hardcoding + filenames, using @PARENT_TAG where applicable, and be more specific + with files in the %files section (so no non-wanted files are getting + added + +------------------------------------------------------------------- +Wed Aug 7 01:49:31 UTC 2024 - Richard Rahl + +- 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 diff --git a/cosmic-screenshot.spec b/cosmic-screenshot.spec index 406ecb8..e9711b0 100644 --- a/cosmic-screenshot.spec +++ b/cosmic-screenshot.spec @@ -18,7 +18,7 @@ %define appname com.system76.CosmicScreenshot Name: cosmic-screenshot -Version: 0.1.0+git20240510.a8130eb +Version: 1.0.0~alpha1 Release: 0 Summary: Utility for capturing screenshots via XDG Desktop Portal License: GPL-3.0-only @@ -26,6 +26,7 @@ URL: https://github.com/pop-os/cosmic-screenshot Source0: %{name}-%{version}.tar.zst Source1: vendor.tar.zst BuildRequires: cargo-packaging +BuildRequires: hicolor-icon-theme BuildRequires: just BuildRequires: update-desktop-files @@ -50,5 +51,7 @@ just rootdir=%{buildroot} prefix=%{_prefix} install %doc README.md %{_bindir}/%{name} %{_datadir}/applications/%{appname}.desktop +%{_datadir}/icons/hicolor/??x??/apps/%{appname}.svg +%{_datadir}/icons/hicolor/???x???/apps/%{appname}.svg %changelog