summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support/usermode/usermode_1.111.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-support/usermode/usermode_1.111.bb')
-rw-r--r--meta-gnome/recipes-support/usermode/usermode_1.111.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/usermode/usermode_1.111.bb b/meta-gnome/recipes-support/usermode/usermode_1.111.bb
new file mode 100644
index 000000000..06e400e52
--- /dev/null
+++ b/meta-gnome/recipes-support/usermode/usermode_1.111.bb
@@ -0,0 +1,29 @@
1DESCRIPTION = "The usermode contains the userhelper program, which can be used to allow configured \
2programs to be run with superuser privileges by ordinary users, and several \
3graphical tools for users: \
4* userinfo allows users to change their finger information. \
5* usermount lets users mount, unmount, and format filesystems. \
6* userpasswd allows users to change their passwords. \
7"
8HOMEPAGE = "https://pagure.io/usermode"
9LICENSE = "GPLv2+"
10DEPENDS = "libuser ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} \
11 gtk+ desktop-file-utils-native \
12 startup-notification intltool-native \
13 util-linux \
14"
15
16SRC_URI = "https://releases.pagure.org/${BPN}/${BPN}-${PV}.tar.xz \
17 file://0001-formatting-issues.patch \
18"
19SRC_URI[md5sum] = "28ba510fbd8da9f4e86e57d6c31cff29"
20SRC_URI[sha256sum] = "3dd0b9639b5bd396b7ea5fada6aaa694dbfdaa3ad06eb95a6eabcdfd02f875c6"
21
22SRC_URI_append_libc-musl = " file://0001-fix-compile-failure-against-musl-C-library.patch"
23
24LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
25
26inherit autotools gettext pkgconfig
27
28EXTRA_OEMAKE += "INSTALL='install -p'"
29