SHA256
1
0
forked from pool/hypridle

Accepting request 1169770 from home:smolsheep:upgrades

- 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

OBS-URL: https://build.opensuse.org/request/show/1169770
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hypridle?expand=0&rev=4
This commit is contained in:
Michal Hrusecky 2024-04-23 07:06:05 +00:00 committed by Git OBS Bridge
parent a969293a72
commit c60b374126
6 changed files with 22 additions and 8 deletions

View File

@ -7,8 +7,8 @@
<param name="revision">@PARENT_TAG@</param>
<param name="submodule">enable</param>
</service>
<service name="tar" mode="manual" />
<service name="recompress" mode="manual">
<service name="tar" mode="buildtime" />
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>

View File

@ -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
View File

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

View File

@ -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>

4
hypridle.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: hypridle
version: 0.1.2
mtime: 1713472482
commit: 7cff4581a3753154fc5b41f39a098fad49b777b1

View File

@ -17,7 +17,7 @@
Name: hypridle
Version: 0.1.1
Version: 0.1.2
Release: 0
Summary: Hyprland's idle daemon
License: BSD-3-Clause
@ -26,11 +26,11 @@ Source0: %{name}-%{version}.tar.xz
Source1: hypridle.conf
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: pkg-config
BuildRequires: pkgconfig(hyprlang) >= 0.4.2
BuildRequires: pkgconfig(sdbus-c++)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkg-config
%description
Hyprland's idle daemon
@ -54,6 +54,6 @@ install -Dm 0644 %{SOURCE1} %buildroot/%_docdir/%name/hypridle.conf.example
%license LICENSE
%doc README.md hypridle.conf.example
%{_bindir}/hypridle
%{_userunitdir}/hypridle.service
%changelog