"v1.17.0"

This commit is contained in:
plrigaux 2025-03-06 17:28:00 -05:00
parent 1c66921baa
commit 811e1efd7f
3 changed files with 17 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = sysd-manager
pkgdesc = A systemd GUI to manage your Services, Timers, Sockets and other units. You can enable, disable, stop and start them. Also, you can view their config file and peak at their journal logs.
pkgver = 1.16.0
pkgver = 1.17.0
pkgrel = 1
url = https://github.com/plrigaux/sysd-manager
install = sysd-manager.install
@ -13,7 +13,7 @@ pkgbase = sysd-manager
depends = gtk4
depends = libadwaita
depends = systemd-libs
source = git+https://github.com/plrigaux/sysd-manager.git#commit=8e54ff306e1562e62d308130df4adcccb8daae28
sha256sums = 4e7875c41f250924f9e5dbb7aebaef4ce04fec7f273b0eaf9481dd1f7c23f931
source = git+https://github.com/plrigaux/sysd-manager.git#commit=f807dc52d3ba505d0354b5f0c5966179d0ec40c0
sha256sums = ff983b4d55804c3cbb27a780c160cbbb7e7f5044433338cb709dfd3d9af642dd
pkgname = sysd-manager

View file

@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.17.0] - 2025-03-06
### Added
- Feature: Queue signal (sigqueue)
- Feature: Clean unit (access rights not working, but provide workaround)
### Changed
- Side menu to control unit
- Send kill signal interface improved
## [1.16.0] - 2025-02-24
### Added

View file

@ -1,7 +1,7 @@
# Maintainer: Pierre-Luc Rigaux
pkgname=sysd-manager
pkgver=1.16.0
pkgver=1.17.0
pkgrel=1
epoch=
pkgdesc="A systemd GUI to manage your Services, Timers, Sockets and other units. You can enable, disable, stop and start them. Also, you can view their config file and peak at their journal logs."
@ -20,10 +20,10 @@ backup=()
options=()
install=$pkgname.install
changelog=CHANGELOG.md
_commit=8e54ff306e1562e62d308130df4adcccb8daae28
_commit=f807dc52d3ba505d0354b5f0c5966179d0ec40c0
source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit")
noextract=()
sha256sums=('4e7875c41f250924f9e5dbb7aebaef4ce04fec7f273b0eaf9481dd1f7c23f931')
sha256sums=('ff983b4d55804c3cbb27a780c160cbbb7e7f5044433338cb709dfd3d9af642dd')
validpgpkeys=()
prepare() {