summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Elsner <friends@ccube.de>2012-01-24 15:50:12 +0100
committerLukas Elsner <friends@ccube.de>2012-01-24 15:50:12 +0100
commit114447ca813105515711023e5f67cf3b59435065 (patch)
treee9a8092f21d7ccf0864ac0db1a7c2536cef95ce3
parent.. (diff)
downloadluman-114447ca813105515711023e5f67cf3b59435065.tar.gz
luman-114447ca813105515711023e5f67cf3b59435065.tar.bz2
luman-114447ca813105515711023e5f67cf3b59435065.zip
..
-rw-r--r--gnome-extra/cinnamon/Manifest2
-rw-r--r--gnome-extra/cinnamon/cinnamon-1.2.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/gnome-extra/cinnamon/Manifest b/gnome-extra/cinnamon/Manifest
index 990c82c..605ec0f 100644
--- a/gnome-extra/cinnamon/Manifest
+++ b/gnome-extra/cinnamon/Manifest
@@ -1,3 +1,3 @@
DIST cinnamon-1.2.tar.gz 2375269 RMD160 66844177f0b9a331c2bf59434ffbfa39504f4854 SHA1 bdf91cef0e01ccbdf4d1b4e35c0f51ad04adacbd SHA256 caa83d0536bc08e2446277bb744efdf141b40cf705f4cf86ffbb91dea5d6d488
DIST cinnamon-session_1.0.0_all.deb 1634 RMD160 3420dd6144fe184cd0b049f9a7dc0b033b3cdb5a SHA1 f963e4473dbdb28964357f742119cf1c87c3361f SHA256 720e07da6f3163346db9d01fff1b8771aaf145c2d406a4e88435826a38de0134
-EBUILD cinnamon-1.2.ebuild 6846 RMD160 fb2e31f780a44a9779d6dee4f35153e84396a422 SHA1 07053855f3798253d0f0d0ad55e791956b85b655 SHA256 e5e5b3a7fe436d5e0758606ca35a5ccf44b80492b9e854f1b58c0bce61f0b9c2
+EBUILD cinnamon-1.2.ebuild 6849 RMD160 5630a2eba14f3c086ac757db382a3023800736a1 SHA1 19fe6248255a36754775b41183d3d311cfcb52f0 SHA256 0b03e65edc9e254ae41482ba5d39a0232a061096fe68d18d30ae4273fed6ec47
diff --git a/gnome-extra/cinnamon/cinnamon-1.2.ebuild b/gnome-extra/cinnamon/cinnamon-1.2.ebuild
index a486096..3757ee3 100644
--- a/gnome-extra/cinnamon/cinnamon-1.2.ebuild
+++ b/gnome-extra/cinnamon/cinnamon-1.2.ebuild
@@ -99,7 +99,7 @@ DEPEND="${COMMON_DEPEND}
!!=dev-lang/spidermonkey-1.8.2*"
# libmozjs.so is picked up from /usr/lib while compiling, so block at build-time
# https://bugs.gentoo.org/show_bug.cgi?id=360413
-S="${WORKDIR}/linuxmint-Cinnamon-dae5da1"
+S="${WORKDIR}/linuxmint-Cinnamon-185383f"
pkg_setup() {
DOCS="AUTHORS NEWS README"
@@ -123,11 +123,11 @@ src_unpack() {
src_prepare() {
# Fix automagic gnome-bluetooth dep, bug #398145
- epatch "${FILESDIR}/${PN}-1.1.3-automagic-gnome-bluetooth.patch"
+ #epatch "${FILESDIR}/${PN}-1.1.3-automagic-gnome-bluetooth.patch"
# Do not depend on libgnome (patch from gnome-shell 3.3.x)
- epatch "${FILESDIR}/${PN}-1.1.3-extensionjs_path.patch"
- epatch "${FILESDIR}/${PN}-1.1.3-xdg-open.patch"
+ #epatch "${FILESDIR}/${PN}-1.1.3-extensionjs_path.patch"
+ #epatch "${FILESDIR}/${PN}-1.1.3-xdg-open.patch"
# Gentoo uses /usr/libexec
sed -e "s:/usr/lib/gnome-session/gnome-session-check-accelerated:${EPREFIX}/usr/libexec/gnome-session-check-accelerated:" \