diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-01 03:41:51 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-01 03:41:51 +0000 |
commit | 8d64e04cb528732ef0844a120620acc64f9fbc41 (patch) | |
tree | d70f60b2bfc9767593a9c9430f7cfffd9d4c80c6 /community/cinnamon/PKGBUILD | |
parent | 7cd564d1e9657febf970765ffd43fcee8abe7ff5 (diff) |
Sun Jun 1 03:39:22 UTC 2014
Diffstat (limited to 'community/cinnamon/PKGBUILD')
-rw-r--r-- | community/cinnamon/PKGBUILD | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/community/cinnamon/PKGBUILD b/community/cinnamon/PKGBUILD index 5647c6b2e..bb46f1acf 100644 --- a/community/cinnamon/PKGBUILD +++ b/community/cinnamon/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 110978 2014-05-11 17:05:35Z bgyorgy $ +# $Id: PKGBUILD 112283 2014-05-30 22:24:47Z faidoc $ # Maintainer: Alexandre Filgueira <alexfilgueira@cinnarch.com> # Contributor: M0Rf30 # Contributor: unifiedlinux # Contributor: CReimer pkgname=cinnamon -pkgver=2.2.8 +pkgver=2.2.13 pkgrel=1 pkgdesc="Linux desktop which provides advanced innovative features and a traditional user experience" arch=('i686' 'x86_64') @@ -24,9 +24,9 @@ install=${pkgname}.install source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz" "upower_calender_fix.patch" "set_wheel.patch") -sha256sums=('d145d9c8087668006da5177fbae99c06958a5b8d1ad32381720fa6d20579023b' - 'babfe88a3773f5369b05c7b61d0318cf969b482b9e0c3f281afaf488b0051e53' - 'd5d5634b24e56837cb677e62669450c25f79005ed1388584760a131f461180ec') +sha256sums=('123261a6a90954adc13f251489d708bc1b611808c63ae87c5189bf717f42483a' + '2edb96f42fb4da07eee635b1159e3ae869c64d7ac80f600bc509190648abcf3e' + 'dafb2b7b275053aa77d15f2ffab62ad1567aa9d93ed7a82077feeef86b81c7f7') prepare() { cd ${srcdir}/Cinnamon* @@ -41,9 +41,6 @@ prepare() { # Use wheel group instread of sudo patch -Np1 -i ../set_wheel.patch - # Use cinnamon-menus instead of gnome-menus in cinnamon-desktop-editor - sed -i 's/GMenu/CMenu/g' files/usr/lib/cinnamon-desktop-editor/cinnamon-desktop-editor.py - # Add polkit agent to required components sed -i 's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/' files/usr/share/cinnamon-session/sessions/cinnamon*.session |