summaryrefslogtreecommitdiff
path: root/community/cinnamon/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-23 00:06:21 -0700
committerroot <root@rshg054.dnsready.net>2013-03-23 00:06:21 -0700
commita42cd7aaabfdb3ecc0a538548e8dbcc7ca860b2d (patch)
treebbea919c4d1e7d8d747e636040d0cd510c279d68 /community/cinnamon/PKGBUILD
parent6b3123e5628817e3cef9c44989dffd21c49b0817 (diff)
Sat Mar 23 00:06:20 PDT 2013
Diffstat (limited to 'community/cinnamon/PKGBUILD')
-rw-r--r--community/cinnamon/PKGBUILD16
1 files changed, 5 insertions, 11 deletions
diff --git a/community/cinnamon/PKGBUILD b/community/cinnamon/PKGBUILD
index 722ca2356..594f40855 100644
--- a/community/cinnamon/PKGBUILD
+++ b/community/cinnamon/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 86162 2013-03-12 14:14:05Z faidoc $
+# $Id: PKGBUILD 86852 2013-03-22 21:33:07Z faidoc $
# Maintainer: Alexandre Filgueira <alexfilgueira@cinnarch.com>
# Contributor: M0Rf30
# Contributor: unifiedlinux
# Contributor: CReimer
pkgname=cinnamon
-pkgver=1.7.2
-pkgrel=3
+pkgver=1.7.3
+pkgrel=1
pkgdesc="Linux desktop which provides advanced innovative features and a traditional user experience"
arch=('i686' 'x86_64')
url="http://cinnamon.linuxmint.com/"
@@ -24,13 +24,11 @@ optdepends=('cinnamon-control-center: extended configurations for Cinnamon'
options=('!libtool' '!emptydirs')
install=${pkgname}.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/tarball/$pkgver"
- "gnome-autogen.sh"
"keyboard_applet.patch"
"fix-control-center-check.patch")
-md5sums=('d136978607d2584ea1ca29db436f96df'
- 'a925691c9b57a6a884dcf07da057fd1f'
+md5sums=('c733e2a2280508aecf3ee010587e6743'
'2b1ece84416c3e4de030be15f1774d82'
- 'fd429779aa986ffb3f481149f19a0baf')
+ 'c3f25b06d345d9d36c197cd96e08f496')
build() {
cd ${srcdir}/linuxmint-Cinnamon*
@@ -42,10 +40,6 @@ build() {
# Check for the cc-panel path, not for the unneeded binary
patch -Np1 -i ${srcdir}/fix-control-center-check.patch
- cp ${srcdir}/gnome-autogen.sh .
- sed -i 's/\ --warn-all\ --warn-error//' src/Makefile.am
- sed -i 's/gnome-autogen.sh/.\/gnome-autogen.sh/g' autogen.sh
- chmod +x gnome-autogen.sh
./autogen.sh --prefix=/usr \
--sysconfdir=/etc \