diff options
Diffstat (limited to 'meta-gnome/recipes-support/usermode/usermode_1.111.bb')
-rw-r--r-- | meta-gnome/recipes-support/usermode/usermode_1.111.bb | 29 |
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 @@ | |||
1 | DESCRIPTION = "The usermode contains the userhelper program, which can be used to allow configured \ | ||
2 | programs to be run with superuser privileges by ordinary users, and several \ | ||
3 | graphical 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 | " | ||
8 | HOMEPAGE = "https://pagure.io/usermode" | ||
9 | LICENSE = "GPLv2+" | ||
10 | DEPENDS = "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 | |||
16 | SRC_URI = "https://releases.pagure.org/${BPN}/${BPN}-${PV}.tar.xz \ | ||
17 | file://0001-formatting-issues.patch \ | ||
18 | " | ||
19 | SRC_URI[md5sum] = "28ba510fbd8da9f4e86e57d6c31cff29" | ||
20 | SRC_URI[sha256sum] = "3dd0b9639b5bd396b7ea5fada6aaa694dbfdaa3ad06eb95a6eabcdfd02f875c6" | ||
21 | |||
22 | SRC_URI_append_libc-musl = " file://0001-fix-compile-failure-against-musl-C-library.patch" | ||
23 | |||
24 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
25 | |||
26 | inherit autotools gettext pkgconfig | ||
27 | |||
28 | EXTRA_OEMAKE += "INSTALL='install -p'" | ||
29 | |||