[arch-commits] Commit in (cinnamon/trunk/PKGBUILD nemo/trunk/PKGBUILD)

Alexandre Filgueira faidoc at nymeria.archlinux.org
Sun Oct 6 00:45:08 UTC 2013


    Date: Sunday, October 6, 2013 @ 02:45:08
  Author: faidoc
Revision: 98109

python2-pam as dependency on cinnamon

Modified:
  cinnamon/trunk/PKGBUILD
  nemo/trunk/PKGBUILD

-------------------------+
 cinnamon/trunk/PKGBUILD |    5 ++++-
 nemo/trunk/PKGBUILD     |    4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: cinnamon/trunk/PKGBUILD
===================================================================
--- cinnamon/trunk/PKGBUILD	2013-10-06 00:44:23 UTC (rev 98108)
+++ cinnamon/trunk/PKGBUILD	2013-10-06 00:45:08 UTC (rev 98109)
@@ -14,7 +14,7 @@
 depends=('accountsservice' 'caribou' 'clutter-gtk' 'cjs' 'gnome-bluetooth'
          'gnome-icon-theme' 'gnome-menus' 'cinnamon-settings-daemon' 'cinnamon-session'
          'gnome-themes-standard' 'gstreamer0.10' 'libgnome-keyring' 'librsvg'
-         'networkmanager' 'muffin' 'pygtk' 'python2-dbus' 'python2-pillow'
+         'networkmanager' 'muffin' 'pygtk' 'python2-dbus' 'python2-pillow' 'python2-pexpect' 'python2-pam'
          'python2-pyinotify' 'python2-lxml' 'webkitgtk' 'gnome-panel' 'python2' 'cinnamon-translations')
 makedepends=('gnome-common' 'intltool')
 optdepends=('cinnamon-control-center: extended configurations for Cinnamon'
@@ -52,6 +52,9 @@
 
   # Prefix 'System Settings' with 'Cinnamon' to avoid confusion with gnome-control-center
   sed -i 's/^Name\(.*\)=\(.*\)/Name\1=Cinnamon \2/' files/usr/share/applications/cinnamon-settings.desktop
+
+  # fix for the python2 PAM module  
+  sed -i 's:import PAM:import pam:' "$pkgdir"/usr/lib/cinnamon-settings/modules/cs_user.py
 }
 
 build() {

Modified: nemo/trunk/PKGBUILD
===================================================================
--- nemo/trunk/PKGBUILD	2013-10-06 00:44:23 UTC (rev 98108)
+++ nemo/trunk/PKGBUILD	2013-10-06 00:45:08 UTC (rev 98109)
@@ -4,7 +4,7 @@
 
 pkgname=nemo
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/nemo"
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
          'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 'libxml2')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 'cinnamon-translations')
 optdepends=('gksu: Open as Root')
 options=('!emptydirs' '!libtool')
 install=nemo.install




More information about the arch-commits mailing list