This commit is contained in:
parent
8c6b7d195b
commit
55c4b5abb5
7
_service
7
_service
@ -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
4
_servicedata
Normal 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>
|
3
cosmic-idle-1.0.0~alpha4+0.tar.zst
Normal file
3
cosmic-idle-1.0.0~alpha4+0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3fa166fce9e002c611b1f09728a8969218690874c51aff423b6f2d90056289a3
|
||||
size 97215
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0daf82e209fb3829bd4c40c488714acd6769e992923bc597afb7161f04ed5b20
|
||||
size 38316315
|
||||
oid sha256:9f8d1c37f123bf90dcdba3c1e47f34a633943e8a2349ffe4ce1454c39d9c2814
|
||||
size 23362009
|
||||
|
Loading…
Reference in New Issue
Block a user