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

Balló György bgyorgy at nymeria.archlinux.org
Mon Oct 28 04:35:31 UTC 2013


    Date: Monday, October 28, 2013 @ 05:35:30
  Author: bgyorgy
Revision: 99377

upgpkg: cinnamon 2.0.6-2

Remove cinnamon-fallback-mount-helper, add more dependencies (FS#37517)

Modified:
  cinnamon/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-28 02:48:09 UTC (rev 99376)
+++ PKGBUILD	2013-10-28 04:35:30 UTC (rev 99377)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=2.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux desktop which provides advanced innovative features and a traditional user experience"
 arch=('i686' 'x86_64')
 url="http://cinnamon.linuxmint.com/"
@@ -15,13 +15,10 @@
          'cinnamon-translations' 'cjs' 'clutter-gtk' 'gconf' 'gnome-icon-theme'
          'gnome-menus' 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring'
          'librsvg' 'networkmanager' 'muffin' 'pygtk' 'python2-dbus' 'python2-pillow'
-         'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 'webkitgtk')
+         'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 'webkitgtk'
+         'cinnamon-control-center' 'cinnamon-screensaver' 'libgnomekbd'
+         'network-manager-applet' 'nemo')
 makedepends=('gnome-common' 'intltool')
-optdepends=('cinnamon-control-center: extended configurations for Cinnamon'
-            'cinnamon-screensaver: lock screen'
-            'gucharmap: show character table from Keyboard applet'
-            'libgnomekbd: show keyboard layout from Keyboard applet'
-            'nemo: the official Cinnamon file manager (forked from Nautilus)')
 options=('!libtool' '!emptydirs')
 install=${pkgname}.install
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz"
@@ -69,6 +66,9 @@
 
   # Port to GStreamer 1.0. Also backports some recorder bugfixes
   patch -Np1 -i ../cinnamon-gstreamer1.patch
+
+  # Remove cinnamon-fallback-mount-helper from required components
+  sed -i 's/cinnamon-fallback-mount-helper;//' files/usr/share/cinnamon-session/sessions/cinnamon*.session
 }
 
 build() {




More information about the arch-commits mailing list