Accepting request 1192451 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: * Show volume as muted if mute is active * Update cosmic-settings-subscription for integer keyboard brightness * Divide display brighness by maximum * Move settings_daemon subscription to cosmic-settings-subscriptions * Use power for keyboard brightness * Use cosmic-settings-subscriptions for some iced subscriptions * Change OSD close timer to be 3 secs - enable leap (thanks to vyvir) OBS-URL: https://build.opensuse.org/request/show/1192451 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cosmic-osd?expand=0&rev=2
This commit is contained in:
commit
3bd0fffdbd
6
_service
6
_service
@ -3,9 +3,11 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/pop-os/cosmic-osd.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-osd</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d48b89e4cc52339e271204029e62fcc266f2849a1db4ddd851d9127e0ba09fa
|
||||
size 173892
|
3
cosmic-osd-1.0.0~alpha1.tar.zst
Normal file
3
cosmic-osd-1.0.0~alpha1.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f310ad5ea5e824bc11365ea3bf98b8fc71d6088ee6feb04c5df4098cac398ce6
|
||||
size 173838
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 01:00:08 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:38:01 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 1.0.0~alpha1:
|
||||
* Show volume as muted if mute is active
|
||||
* Update cosmic-settings-subscription for integer keyboard brightness
|
||||
* Divide display brighness by maximum
|
||||
* Move settings_daemon subscription to cosmic-settings-subscriptions
|
||||
* Use power for keyboard brightness
|
||||
* Use cosmic-settings-subscriptions for some iced subscriptions
|
||||
* Change OSD close timer to be 3 secs
|
||||
- enable leap (thanks to vyvir)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 01:35:21 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cosmic-osd
|
||||
Version: 0.1.0+git20240715.27fc5e5
|
||||
Version: 1.0.0~alpha1
|
||||
Release: 0
|
||||
Summary: COSMIC OSD
|
||||
License: GPL-3.0-only
|
||||
@ -42,7 +42,7 @@ BuildRequires: pkgconfig(xkbcommon)
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install prefix=%{_prefix}
|
||||
%make_install DESTDIR=%{buildroot} prefix=%{_prefix}
|
||||
|
||||
%check
|
||||
%{cargo_test}
|
||||
|
Loading…
Reference in New Issue
Block a user