Accepting request 1228856 from X11:COSMIC:Factory

- Update to version 1.0.0~alpha4+0:
  * fix bug where screen off was triggered while in inhibit state
  * Set DPMS and remove fade surfaces in one place
  * Lock session on screen blanking
  * Load `system_actions` config, and refactor commmand spawning code
  * Use `zbus::connection::Builder`
  * Update default settings
  * Also expose screensaver DBus protocol at path `/ScreenSaver`
  * debian: Fix description
  * Destroy idle notifications when inhibited
  * Fixes for `freedesktop_screensaver`

OBS-URL: https://build.opensuse.org/request/show/1228856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cosmic-idle?expand=0&rev=2
This commit is contained in:
2024-12-09 20:10:22 +00:00
committed by Git OBS Bridge
9 changed files with 30 additions and 2732 deletions

2687
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,11 +3,12 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/pop-os/cosmic-idle.git</param>
<param name="scm">git</param>
<param name="revision">refs/tags/epoch-1.0.0-alpha.3</param>
<param name="versionrewrite-pattern">epoch-(.*)</param>
<param name="versionformat">1.0.0~alpha3</param>
<param name="revision">master</param>
<param name="versionrewrite-pattern">epoch-(.*)\+0</param>
<param name="versionformat">1.0.0~alpha4+@TAG_OFFSET@</param>
<param name="package-meta">yes</param>
<param name="filename">cosmic-idle</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>

4
_servicedata Normal file
View File

@@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/pop-os/cosmic-idle.git</param>
<param name="changesrevision">eaa09a6fef304ddc236709c111bb7b0c16883f7d</param></service></servicedata>

View File

@@ -1,31 +0,0 @@
[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://github.com/jackpot51/rust-atomicwrites"]
git = "https://github.com/jackpot51/rust-atomicwrites"
replace-with = "vendored-sources"
[source."git+https://github.com/pop-os/cosmic-settings-daemon"]
git = "https://github.com/pop-os/cosmic-settings-daemon"
replace-with = "vendored-sources"
[source."git+https://github.com/pop-os/dbus-settings-bindings"]
git = "https://github.com/pop-os/dbus-settings-bindings"
replace-with = "vendored-sources"
[source."git+https://github.com/pop-os/libcosmic"]
git = "https://github.com/pop-os/libcosmic"
replace-with = "vendored-sources"
[source."git+https://github.com/pop-os/smithay-clipboard?tag=pop-dnd-5"]
git = "https://github.com/pop-os/smithay-clipboard"
tag = "pop-dnd-5"
replace-with = "vendored-sources"
[source."git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13"]
git = "https://github.com/pop-os/window_clipboard.git"
tag = "pop-0.13"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"

View File

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

View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Dec 06 00:08:41 UTC 2024 - rrahl0@opensuse.org
- Update to version 1.0.0~alpha4+0:
* fix bug where screen off was triggered while in inhibit state
* Set DPMS and remove fade surfaces in one place
* Lock session on screen blanking
* Load `system_actions` config, and refactor commmand spawning code
* Use `zbus::connection::Builder`
* Update default settings
* Also expose screensaver DBus protocol at path `/ScreenSaver`
* debian: Fix description
* Destroy idle notifications when inhibited
* Fixes for `freedesktop_screensaver`
-------------------------------------------------------------------
Mon Nov 4 01:49:57 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

View File

@@ -6,6 +6,7 @@
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
@@ -16,15 +17,13 @@
Name: cosmic-idle
Version: 1.0.0~alpha3
Version: 1.0.0~alpha4+0
Release: 0
Summary: Idle notify manager for COSMIC
License: GPL-3.0-only
URL: https://github.com/pop-os/cosmic-idle
Source0: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
Source2: cargo_config
Source3: Cargo.lock
BuildRequires: cargo-packaging
BuildRequires: just
BuildRequires: pkgconfig
@@ -36,9 +35,6 @@ BuildRequires: pkgconfig(xkbcommon)
%prep
%autosetup -a1
cp %{SOURCE3} .
mkdir -p .cargo
cp %{SOURCE2} .cargo/config.toml
%build
just build-release

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0daf82e209fb3829bd4c40c488714acd6769e992923bc597afb7161f04ed5b20
size 38316315
oid sha256:9f8d1c37f123bf90dcdba3c1e47f34a633943e8a2349ffe4ce1454c39d9c2814
size 23362009