Accepting request 1192445 from X11:COSMIC:Factory

- 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

- update to 1.0.0~alpha1:
  * fix malloc_trim
  * fix gradient match preview
  * reduce memory usage
  * add translations
- enable leap (thanks to vyvir)

OBS-URL: https://build.opensuse.org/request/show/1192445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cosmic-bg?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2024-08-12 10:30:01 +00:00 committed by Git OBS Bridge
commit d30012e45b
5 changed files with 28 additions and 9 deletions

View File

@ -3,9 +3,11 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/pop-os/cosmic-bg.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">refs/tags/epoch-1.0.0-alpha.1</param>
<param name="versionrewrite-pattern">epoch-(.*)</param>
<param name="versionformat">1.0.0~alpha1</param>
<param name="package-meta">yes</param>
<param name="filename">cosmic-bg</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>

View File

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Aug 8 00:58:41 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- 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 <rrahl0@opensuse.org>
- 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 <rrahl0@proton.me>

View File

@ -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