diff --git a/_service b/_service index 1093e93..4a57cee 100644 --- a/_service +++ b/_service @@ -3,9 +3,11 @@ https://github.com/pop-os/cosmic-bg.git git - master - 0.1.0+git%cd.%h + refs/tags/epoch-1.0.0-alpha.1 + epoch-(.*) + 1.0.0~alpha1 yes + cosmic-bg *.tar diff --git a/cosmic-bg-0.1.0+git20240704.343410f.tar.zst b/cosmic-bg-0.1.0+git20240704.343410f.tar.zst deleted file mode 100644 index f88490a..0000000 --- a/cosmic-bg-0.1.0+git20240704.343410f.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0fffb78636d55cd3ab01ed1d2c44cc895d9e44ebc49728d5b50e041da32effa -size 156104 diff --git a/cosmic-bg-1.0.0~alpha1.tar.zst b/cosmic-bg-1.0.0~alpha1.tar.zst new file mode 100644 index 0000000..cc2f987 --- /dev/null +++ b/cosmic-bg-1.0.0~alpha1.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4f3ec3c98999fc3449e1eea1427656f9b2d40f159b75b33292eacd02ed4b13 +size 156998 diff --git a/cosmic-bg.changes b/cosmic-bg.changes index 2f4fc6d..1afed39 100644 --- a/cosmic-bg.changes +++ b/cosmic-bg.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Aug 8 00:58:41 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:01:10 UTC 2024 - Richard Rahl + +- update to 1.0.0~alpha1: + * fix malloc_trim + * fix gradient match preview + * reduce memory usage + * add translations +- enable leap (thanks to vyvir) + ------------------------------------------------------------------- Wed Mar 13 21:36:37 UTC 2024 - Richard Rahl diff --git a/cosmic-bg.spec b/cosmic-bg.spec index 82bb628..9d58ec7 100644 --- a/cosmic-bg.spec +++ b/cosmic-bg.spec @@ -18,7 +18,7 @@ %define appname com.system76.CosmicBackground Name: cosmic-bg -Version: 0.1.0+git20240704.343410f +Version: 1.0.0~alpha1 Release: 0 Summary: COSMIC service for backgrounds License: MPL-2.0 @@ -45,7 +45,6 @@ Supports the following features: Per-display background application Wallpaper slideshows that alternate between backgrounds periodically - %prep %autosetup -a1 @@ -65,8 +64,8 @@ just rootdir=%{buildroot} prefix=%{_prefix} install %{_bindir}/%{name} %{_datadir}/applications/%{appname}.desktop %{_datadir}/cosmic -%{_iconsdir}/hicolor/scalable/apps/%{appname}.svg -%{_iconsdir}/hicolor/symbolic/apps/%{appname}-symbolic.svg +%{_datadir}/icons/hicolor/scalable/apps/%{appname}.svg +%{_datadir}/icons/hicolor/symbolic/apps/%{appname}-symbolic.svg %{_datadir}/metainfo/%{appname}.metainfo.xml %changelog