Date: Saturday, June 21, 2014 @ 18:42:19 Author: dreisner Revision: 215335
move groups to util-linux package (FS#40714) Modified: util-linux/trunk/PKGBUILD ----------+ PKGBUILD | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-21 16:09:10 UTC (rev 215334) +++ PKGBUILD 2014-06-21 16:42:19 UTC (rev 215335) @@ -10,9 +10,7 @@ pkgdesc="Miscellaneous system utilities for Linux" url="http://www.kernel.org/pub/linux/utils/util-linux/" arch=('i686' 'x86_64') -groups=('base' 'base-devel') makedepends=('systemd' 'python') -# checkdepends=('bc') license=('GPL2') options=('strip' 'debug') source=("ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.24/$pkgname-$pkgver.tar.xz" @@ -43,17 +41,9 @@ --enable-socket-activation \ --with-python=3 -# --enable-reset \ # part of ncurses -# --enable-last \ # not compat - make } -#check() { -# fails for some reason in chroot, works outside -# make -C "$pkgname-$pkgver" check -#} - package_util-linux() { conflicts=('util-linux-ng' 'eject') provides=("util-linux-ng=$pkgver" 'eject') @@ -60,6 +50,7 @@ depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libutil-linux') optdepends=('python: python bindings to libmount') install=util-linux.install + groups=('base' 'base-devel') backup=(etc/pam.d/chfn etc/pam.d/chsh etc/pam.d/login
