Package Details: sysd-manager 1.24.0-1

Git Clone URL: https://aur.archlinux.org/sysd-manager.git (read-only, click to copy)
Package Base: sysd-manager
Description: 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.
Upstream URL: https://github.com/plrigaux/sysd-manager
Licenses: GPLv3+
Submitter: plrigaux
Maintainer: plrigaux
Last Packager: plrigaux
Votes: 1
Popularity: 0.60
First Submitted: 2025-02-04 16:26 (UTC)
Last Updated: 2025-04-18 13:43 (UTC)

Latest Comments

plrigaux commented on 2025-04-10 20:37 (UTC)

Sorry, sorry, sorry, ... It's frustrating to have an installation that breaks after a long compile. My trivial change in the PKGBUILD file wasn't so trivial after all.

Now it should be fixed for good and PKGBUILD wont't change for a while.

43615 commented on 2025-04-10 18:10 (UTC)

Figured it out, please add -$pkgver to the paths in package():

package() {
    install -Dm755 "$pkgname-$pkgver/target/release/sysd-manager" -t "$pkgdir/usr/bin"
    install -Dm644 "$pkgname-$pkgver/data/applications/io.github.plrigaux.sysd-manager.desktop" -t "$pkgdir/usr/share/applications"
    install -Dm644 "$pkgname-$pkgver/data/icons/hicolor/scalable/apps/io.github.plrigaux.sysd-manager.svg" -t "$pkgdir/usr/share/icons/hicolor/scalable/apps/"
    install -Dm644 "$pkgname-$pkgver/data/schemas/io.github.plrigaux.sysd-manager.gschema.xml" -t "$pkgdir/usr/share/glib-2.0/schemas"
    install -Dm644 "$pkgname-$pkgver/data/metainfo/io.github.plrigaux.sysd-manager.metainfo.xml" -t "$pkgdir/usr/share/metainfo"
}

43615 commented on 2025-04-10 18:00 (UTC)

dawg 💀💀💀

    Finished `release` profile [optimized] target(s) in 35.76s
==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat 'sysd-manager/target/release/sysd-manager': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
error: failed to build 'sysd-manager-1.22.2-1': 

plrigaux commented on 2025-04-10 00:28 (UTC)

I fixed it. Sorry for that. I will investigate that the issue not happen again.

43615 commented on 2025-04-09 22:52 (UTC)

Same issue as before:

==> Validating source files with sha256sums...
    sysd-manager ... fatal: not a tree object: 8da7325999949aa5e427d1b17cd4cf36f90b6df5
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'sysd-manager-1.21.1-1': 
error: packages failed to build: sysd-manager-1.21.1-1

Damgaldor commented on 2025-04-09 18:19 (UTC)

Git clone fails

BluePeril commented on 2025-04-01 06:43 (UTC)

Thanks. It's working

plrigaux commented on 2025-03-31 19:07 (UTC)

I put the dependency gtksourceview5 in version 1.20.2. Tell my if it's fixed?

BluePeril commented on 2025-03-30 07:26 (UTC)

Could you please add gtksourceview5 to depends otherwise the package won't build in a clean environment or even run. Thank you

43615 commented on 2025-03-27 05:30 (UTC)

Build fails:

==> Making package: sysd-manager 1.19.1-1 (Thu Mar 27 06:28:42 2025)
==> Retrieving sources...
  -> Updating sysd-manager git repo...
==> Validating source files with sha256sums...
    sysd-manager ... fatal: not a tree object: c541aa28ba55da7fcbba7e3929b8625377a4a8c4
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'sysd-manager-1.19.1-1': 
error: packages failed to build: sysd-manager-1.19.1-1