mirror of
https://github.com/archlinux/aur.git
synced 2026-02-19 19:13:21 +01:00
"v1.14.1"
This commit is contained in:
parent
70d3514c94
commit
eb54b16224
3 changed files with 16 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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.14.0
|
||||
pkgver = 1.14.1
|
||||
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=ea1b7bd374fb6b08f33a3dd8b6c4cc6bc782a780
|
||||
sha256sums = 3f764ff048b68ef93b9461e58a2d61149810bf38ae36a3ac5df3b51a58a244ba
|
||||
source = git+https://github.com/plrigaux/sysd-manager.git#commit=348c336e8ccc0e3599728a7b5df05f9d26a63844
|
||||
sha256sums = f91b2c3c82dc320a15c542d6ea24c1179f1dca490a351e751375906b4eeb9017
|
||||
|
||||
pkgname = sysd-manager
|
||||
|
|
|
|||
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -4,6 +4,16 @@ 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.14.0] - 2025-02-17
|
||||
|
||||
### Added
|
||||
|
||||
- Retrieve the description of unloaded units for the list display
|
||||
- Provide the possibility to list units from the system bus and from the user session bus at the same time
|
||||
### Changed
|
||||
|
||||
- The list of all units is now fetched asynchronously
|
||||
|
||||
## [1.13.2] - 2025-02-11
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Maintainer: Pierre-Luc Rigaux
|
||||
pkgname=sysd-manager
|
||||
pkgver=1.14.0
|
||||
pkgver=1.14.1
|
||||
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=ea1b7bd374fb6b08f33a3dd8b6c4cc6bc782a780
|
||||
_commit=348c336e8ccc0e3599728a7b5df05f9d26a63844
|
||||
source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit")
|
||||
noextract=()
|
||||
sha256sums=('3f764ff048b68ef93b9461e58a2d61149810bf38ae36a3ac5df3b51a58a244ba')
|
||||
sha256sums=('f91b2c3c82dc320a15c542d6ea24c1179f1dca490a351e751375906b4eeb9017')
|
||||
validpgpkeys=()
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue