mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 02:54:36 +08:00
util-linux: move python3 to optdepends
This commit is contained in:
parent
59ea79a7c4
commit
142c53c58c
@ -1,18 +1,19 @@
|
||||
pkgname=util-linux
|
||||
pkgver=2.27
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Miscellaneous system utilities for Linux"
|
||||
url="https://www.kernel.org/pub/linux/utils/util-linux/"
|
||||
arch=('x86_64')
|
||||
groups=('base')
|
||||
depends=('pam' 'shadow' 'coreutils' 'glibc' 'python3')
|
||||
makedepends=('systemd')
|
||||
depends=('pam' 'shadow' 'coreutils' 'glibc')
|
||||
makedepends=('systemd' 'python3')
|
||||
optdepends=('python3: python bindings to libmount')
|
||||
conflicts=('util-linux-ng' 'eject')
|
||||
provides=("util-linux-ng=${pkgver}" 'eject')
|
||||
license=('GPL2')
|
||||
options=('strip' 'debug')
|
||||
validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284') # Karel Zak
|
||||
source=("https://www.kernel.org/pub/linux/utils/util-linux/v2.27/$pkgname-$pkgver.tar.xz"
|
||||
source=("https://www.kernel.org/pub/linux/utils/util-linux/v2.27/$pkgname-$pkgver.tar."{xz,sign}
|
||||
"0001-libmount-monitor-don-t-check-for-regular-mtab.patch"
|
||||
pam-{login,common,su})
|
||||
backup=(etc/pam.d/chfn
|
||||
@ -21,6 +22,7 @@ backup=(etc/pam.d/chfn
|
||||
etc/pam.d/su
|
||||
etc/pam.d/su-l)
|
||||
md5sums=('5b06bbda9309624ee7add15bc8d8ca22'
|
||||
'SKIP'
|
||||
'f9e06605db9107b9c4bb1c48059fe18e'
|
||||
'4368b3f98abd8a32662e094c54e7f9b1'
|
||||
'a31374fef2cba0ca34dfc7078e2969e4'
|
||||
@ -38,7 +40,7 @@ build() {
|
||||
./configure --prefix=/usr \
|
||||
--libdir=/usr/lib \
|
||||
--bindir=/usr/bin \
|
||||
--sbindir=/usr/sbin \
|
||||
--sbindir=/usr/bin \
|
||||
--localstatedir=/run \
|
||||
--enable-fs-paths-extra=/usr/bin:/usr/sbin \
|
||||
--enable-raw \
|
||||
|
Loading…
Reference in New Issue
Block a user