[arch-commits] Commit in util-linux/trunk (PKGBUILD)

Dave Reisner dreisner at nymeria.archlinux.org
Mon Oct 21 14:45:18 UTC 2013


    Date: Monday, October 21, 2013 @ 16:45:17
  Author: dreisner
Revision: 197039

upgpkg: util-linux 2.24-1

Modified:
  util-linux/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 14:38:35 UTC (rev 197038)
+++ PKGBUILD	2013-10-21 14:45:17 UTC (rev 197039)
@@ -4,7 +4,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=util-linux
-pkgver=2.23.2
+pkgver=2.24
 pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux"
 url="http://www.kernel.org/pub/linux/utils/util-linux/"
@@ -11,13 +11,14 @@
 arch=('i686' 'x86_64')
 groups=('base' 'base-devel')
 depends=('pam' 'shadow' 'coreutils' 'glibc')
-makedepends=('systemd')
+optdepends=('python: python bindings to libmount')
+makedepends=('systemd' 'python')
 # checkdepends=('bc')
 conflicts=('util-linux-ng' 'eject')
 provides=("util-linux-ng=$pkgver" 'eject')
 license=('GPL2')
-options=('!libtool')
-source=("ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.23/$pkgname-$pkgver.tar.xz"
+options=('!libtool' 'strip' 'debug')
+source=("ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.24/$pkgname-$pkgver.tar.xz"
         uuidd.tmpfiles
         pam-login
         pam-common
@@ -28,7 +29,7 @@
         etc/pam.d/su
         etc/pam.d/su-l)
 install=util-linux.install
-md5sums=('b39fde897334a4858bb2098edcce5b3f'
+md5sums=('4fac6443427f575fc5f3531a4ad2ca01'
          'a39554bfd65cccfd8254bb46922f4a67'
          '4368b3f98abd8a32662e094c54e7f9b1'
          'a31374fef2cba0ca34dfc7078e2969e4'
@@ -39,6 +40,7 @@
 
   ./configure --prefix=/usr \
               --libdir=/usr/lib \
+              --bindir=/usr/bin \
               --localstatedir=/run \
               --enable-fs-paths-extra=/usr/bin \
               --enable-raw \
@@ -47,10 +49,10 @@
               --enable-chfn-chsh \
               --enable-write \
               --enable-mesg \
-              --enable-socket-activation
+              --enable-socket-activation \
+              --with-python=3
 
 #              --enable-reset \ # part of ncurses
-#              --enable-line \ # not part of any package
 #              --enable-last \ # not compat
 
   make
@@ -83,6 +85,5 @@
   # usrmove
   cd "$pkgdir"
   mv {,usr/}sbin/* usr/bin
-  mv bin/* usr/bin
-  rmdir bin sbin usr/sbin
+  rmdir sbin usr/sbin
 }




More information about the arch-commits mailing list