Package Details: pmount-modern 0.10.0_dbus-2

Git Clone URL: https://aur.archlinux.org/pmount-modern.git (read-only, click to copy)
Package Base: pmount-modern
Description: Modernized pmount with D-Bus, PolicyKit, and systemd integration
Upstream URL: https://github.com/zHappySnake/pmount-modern
Licenses: GPL-3.0-or-later
Conflicts: pmount
Provides: pmount
Replaces: pmount
Submitter: ashleydev
Maintainer: ashleydev
Last Packager: ashleydev
Votes: 1
Popularity: 0.38
First Submitted: 2026-04-06 12:03 (UTC)
Last Updated: 2026-05-01 10:09 (UTC)

Required by (8)

Sources (1)

Latest Comments

ashleydev commented on 2026-05-01 10:15 (UTC)

Updated the package accordingly, Cheers

dreieck commented on 2026-04-27 15:31 (UTC)

You need to make the license identifier SPDX compliant, e.g. GPL-3.0-or-later.

Regards and thanks for maintaining!

dreieck commented on 2026-04-27 15:26 (UTC)

You need to add cmake to the makedepends array:

==> Starting build()...
+ exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_pie=true -D python.bytecompile=1 pmount-modern-0.10.0-dbus build -Ddbus=enabled -Dpolkit=enabled -Dsystemd=enabled -Dmount-prog=/usr/bin/mount -Dumount-prog=/usr/bin/umount -Dcryptsetup-prog=/usr/bin/cryptsetup -Dmount-ntfs-3g=/usr/bin/mount.ntfs-3g -Dfsck-prog=/usr/bin/fsck -Dlosetup-prog=/usr/bin/losetup --prefix=/usr --sysconfdir=/etc --sharedstatedir=/var/lib
The Meson build system
Version: 1.11.1
Source dir: /tmp/makepkg/build/pmount-modern/src/pmount-modern-0.10.0-dbus
Build dir: /tmp/makepkg/build/pmount-modern/src/build
Build type: native build
Project name: pmount
Project version: 0.10.0-dbus
C compiler for the host machine: cc (gcc 15.2.1 "cc (GCC) 15.2.1 20260209")
C linker for the host machine: cc ld.bfd 2.46
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: YES (/usr/bin/pkg-config) 2.5.1
Run-time dependency blkid found: YES 2.42.0
Run-time dependency bash-completion found: YES 2.17.0
Library intl found: NO
Run-time dependency dbus-1 found: YES 1.16.2
Run-time dependency dbus-glib-1 found: YES 0.114
Run-time dependency polkit-gobject-1 found: YES 127
Run-time dependency gio-2.0 found: YES 2.88.0
Run-time dependency glib-2.0 found: YES 2.88.0
Run-time dependency mount found: YES 2.42.0
Did not find CMake 'cmake'
Found CMake: NO
[...]

Regards!