This commit is contained in:
parent
acf45b58bb
commit
705b3ee2fd
4
_service
4
_service
@ -3,8 +3,8 @@
|
||||
<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">@PARENT_TAG@</param>
|
||||
<param name="versionformat">1.0.0.a1</param>
|
||||
<param name="package-meta">yes</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0fffb78636d55cd3ab01ed1d2c44cc895d9e44ebc49728d5b50e041da32effa
|
||||
size 156104
|
3
cosmic-bg-1.0.0.a1.tar.zst
Normal file
3
cosmic-bg-1.0.0.a1.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80f231fab73d886394d92de140ef6d84429b292356febef11fcfa3203a9328b7
|
||||
size 157111
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define appname com.system76.CosmicBackground
|
||||
Name: cosmic-bg
|
||||
Version: 0.1.0+git20240704.343410f
|
||||
Version: 1.0.0.a1
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user