forked from pool/hypridle
Accepting request 1169817 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/1169817 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hypridle?expand=0&rev=2
This commit is contained in:
commit
7aad5232b5
4
_service
4
_service
@ -7,8 +7,8 @@
|
|||||||
<param name="revision">@PARENT_TAG@</param>
|
<param name="revision">@PARENT_TAG@</param>
|
||||||
<param name="submodule">enable</param>
|
<param name="submodule">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="manual" />
|
<service name="tar" mode="buildtime" />
|
||||||
<service name="recompress" mode="manual">
|
<service name="recompress" mode="buildtime">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:94e5e7a196446ba337e591d376167075cb7dc5b147233b17f429d0443e3c9c2c
|
|
||||||
size 11616
|
|
3
hypridle-0.1.2.obscpio
Normal file
3
hypridle-0.1.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7160b1e80419e0dabf458173633a71619799199f9e0c94502f73f05c65652fe5
|
||||||
|
size 46602
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 22 23:05:09 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 0.1.2:
|
||||||
|
* Add a -c|--config flag to set a config path
|
||||||
|
* Fix typo and check correct grandchild PID in spawn()
|
||||||
|
* Added systemd service
|
||||||
|
* fix systemd service install path
|
||||||
|
* fix systemd service exec path
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 4 21:39:19 UTC 2024 - Michal Hrusecky <michal.hrusecky@opensuse.org>
|
Thu Apr 4 21:39:19 UTC 2024 - Michal Hrusecky <michal.hrusecky@opensuse.org>
|
||||||
|
|
||||||
|
4
hypridle.obsinfo
Normal file
4
hypridle.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: hypridle
|
||||||
|
version: 0.1.2
|
||||||
|
mtime: 1713472482
|
||||||
|
commit: 7cff4581a3753154fc5b41f39a098fad49b777b1
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: hypridle
|
Name: hypridle
|
||||||
Version: 0.1.1
|
Version: 0.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Hyprland's idle daemon
|
Summary: Hyprland's idle daemon
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -26,11 +26,11 @@ Source0: %{name}-%{version}.tar.xz
|
|||||||
Source1: hypridle.conf
|
Source1: hypridle.conf
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(hyprlang) >= 0.4.2
|
BuildRequires: pkgconfig(hyprlang) >= 0.4.2
|
||||||
BuildRequires: pkgconfig(sdbus-c++)
|
BuildRequires: pkgconfig(sdbus-c++)
|
||||||
BuildRequires: pkgconfig(wayland-client)
|
BuildRequires: pkgconfig(wayland-client)
|
||||||
BuildRequires: pkgconfig(wayland-protocols)
|
BuildRequires: pkgconfig(wayland-protocols)
|
||||||
BuildRequires: pkg-config
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Hyprland's idle daemon
|
Hyprland's idle daemon
|
||||||
@ -54,6 +54,6 @@ install -Dm 0644 %{SOURCE1} %buildroot/%_docdir/%name/hypridle.conf.example
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md hypridle.conf.example
|
%doc README.md hypridle.conf.example
|
||||||
%{_bindir}/hypridle
|
%{_bindir}/hypridle
|
||||||
|
%{_userunitdir}/hypridle.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user