Package Details: sysd-manager 1.32.3-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: 4
Popularity: 0.99
First Submitted: 2025-02-04 16:26 (UTC)
Last Updated: 2025-09-12 16:49 (UTC)

Latest Comments

1 2 Next › Last »

plrigaux commented on 2025-09-24 19:03 (UTC)

why not update rust auto ?

Hello Maziaz, The PKGBUILD as the line makedepends=(cargo git) witch represent the dependencies to build this AUR package. Unfortunately, after few tries I didn't find the way to force to update rust to a minimum version.

Once I find out I will enforce it the PKGBUILD ;-)

As a workaround you can execute rustup update it will update rust to the latest version

Thank you

Maziar commented on 2025-09-24 07:53 (UTC) (edited on 2025-09-24 07:57 (UTC) by Maziar)

==> WARNING: Using existing $srcdir/ tree ==> Starting build()... error: rustc 1.87.0 is not supported by the following packages: sysd-manager@1.32.3 requires rustc 1.89 sysd-manager@1.32.3 requires rustc 1.89 sysd-manager@1.32.3 requires rustc 1.89 sysd-manager-translating@0.4.2 requires rustc 1.89

why not update rust auto ?

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?