[arch-commits] Commit in slim/trunk (PKGBUILD install)

Tom Gundersen tomegun at archlinux.org
Sun Oct 14 15:16:23 UTC 2012


    Date: Sunday, October 14, 2012 @ 11:16:23
  Author: tomegun
Revision: 168701

upgpkg: slim 1.3.4-4

remove CK dependency

Part of TODO 188. Also remove instructions about inittab/rc.conf as
they are now deprecated.

Modified:
  slim/trunk/PKGBUILD
Deleted:
  slim/trunk/install

----------+
 PKGBUILD |    8 +++-----
 install  |    7 -------
 2 files changed, 3 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-14 15:12:55 UTC (rev 168700)
+++ PKGBUILD	2012-10-14 15:16:23 UTC (rev 168701)
@@ -6,12 +6,12 @@
 
 pkgname=slim
 pkgver=1.3.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Desktop-independent graphical login manager for X11'
 arch=('i686' 'x86_64')
 url='http://slim.berlios.de/'
 license=('GPL2')
-depends=('consolekit' 'pam' 'libxmu' 'libpng' 'libjpeg' 'libxft')
+depends=('pam' 'libxmu' 'libpng' 'libjpeg' 'libxft')
 makedepends=('cmake' 'freeglut')
 backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim')
 source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz"
@@ -23,8 +23,6 @@
         'libpng-1.4+-support.patch'
         'fix-glibc-segfault-1.3.4.patch')
 
-install=install
-
 build() {
         cd "${srcdir}/${pkgname}-${pkgver}"
 	patch -p1 -i ../session-name.patch # FS#26693: fix default session name
@@ -37,7 +35,7 @@
                 -DCMAKE_BUILD_TYPE=Release \
                 -DCMAKE_SKIP_RPATH=ON \
                 -DCMAKE_INSTALL_PREFIX=/usr \
-                -DUSE_PAM=yes -DUSE_CONSOLEKIT=yes
+                -DUSE_PAM=yes -DUSE_CONSOLEKIT=no
 	make
 }
 

Deleted: install
===================================================================
--- install	2012-10-14 15:12:55 UTC (rev 168700)
+++ install	2012-10-14 15:16:23 UTC (rev 168701)
@@ -1,7 +0,0 @@
-post_install() {
-  cat <<EOF
-
-==> Add slim to the DAEMONS array in /etc/rc.conf or update /etc/inittab.
-
-EOF
-}




More information about the arch-commits mailing list