[x11-misc/cinnamon] now in Portage, remove
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
AUX cinnamon-1.1.3.desktop 157 RMD160 222c0efc68eb9779423c1e3177207888054c838d SHA1 af05fba2df1ba411564dce73b08a4b0e7787ded3 SHA256 c9a0a90ef2439abb51d4780459b81dc74b54d3c017567505a9df8157b6172026
|
||||
AUX cinnamon-1.1.3.session 275 RMD160 9dedd95f3c0031789710f61cfc519f2247004110 SHA1 73ee8ba544ac50690fb15d60384eefcc00035948 SHA256 043617ee64bde8616d3bff6092500fd2fa0e0b337e11ff76466623057d2f321b
|
||||
DIST cinnamon-1.1.3.tar.gz 2273742 RMD160 37f6cc48c6c46c69c8da16c647af3675ee3c0347 SHA1 fa563ab939d3cc47ab4833f611bfb2904ca32257 SHA256 dc349c4d924503468a34f61513c768d83aaef685811ec388f2ee826e195ff65c
|
||||
EBUILD cinnamon-1.1.3.ebuild 1509 RMD160 cf0998e0d085a33a251f38148553d579926e8cc2 SHA1 1a7ec85891352c8bca88cc97c71c91ba586f8a35 SHA256 06595d8645c4542abba2ea5b6b7bb50cb6a52940a87a0d2239f126ea78b76a40
|
||||
@@ -1,60 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
GNOME2_LA_PUNT="yes"
|
||||
PYTHON_DEPEND="2"
|
||||
inherit eutils python gnome2
|
||||
|
||||
DESCRIPTION="A fork of GNOME Shell with layout similar to GNOME 2"
|
||||
HOMEPAGE="http://cinnamon.linuxmint.com/"
|
||||
SRC_URI="https://github.com/linuxmint/Cinnamon/tarball/${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
app-accessibility/caribou
|
||||
dev-libs/glib:2
|
||||
gnome-base/gconf
|
||||
gnome-base/gnome-menus:3
|
||||
gnome-extra/evolution-data-server
|
||||
>=dev-libs/folks-0.5.2
|
||||
>=dev-libs/gjs-1.29.18
|
||||
dev-libs/gobject-introspection
|
||||
>=gnome-base/gnome-session-3
|
||||
gnome-base/libgnome-keyring
|
||||
>=media-libs/clutter-1.7.5:1.0
|
||||
media-libs/gstreamer
|
||||
net-im/telepathy-logger
|
||||
net-misc/networkmanager
|
||||
>=net-libs/telepathy-glib-0.15.5
|
||||
sys-auth/polkit[introspection]
|
||||
x11-libs/gtk+:3
|
||||
>=x11-wm/mutter-3.2.1
|
||||
x11-libs/startup-notification
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/intltool-0.40
|
||||
dev-util/pkgconfig
|
||||
sys-devel/gettext
|
||||
"
|
||||
S="${WORKDIR}/linuxmint-Cinnamon-dae5da1"
|
||||
|
||||
src_prepare() {
|
||||
gnome2_src_prepare
|
||||
# https://github.com/linuxmint/Cinnamon/issues/55
|
||||
sed -i -e '/^SHELL = @SHELL@/d' "${S}/js/Makefile.in" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
gnome2_src_install
|
||||
python_convert_shebangs 2 "${ED}"usr/bin/${PN}-extension-tool
|
||||
insinto /usr/share/gnome-session/sessions
|
||||
newins "${FILESDIR}/${P}.session" ${PN}.session
|
||||
insinto /usr/share/xsessions
|
||||
newins "${FILESDIR}/${P}.desktop" ${PN}.desktop
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Cinnamon
|
||||
Comment=This session logs you into Cinnamon
|
||||
TryExec=gnome-session
|
||||
Exec=gnome-session --session=cinnamon
|
||||
Icon=
|
||||
Type=Application
|
||||
@@ -1,8 +0,0 @@
|
||||
[GNOME Session]
|
||||
Name=Cinnamon
|
||||
RequiredComponenets=gnome-settings-daemon;
|
||||
RequiredProviders=windowmanager;panel;
|
||||
DefaultProvider-windowmanager=cinnamon
|
||||
DefaultProvider-panel=cinnamon
|
||||
IsRunnableHelper=/usr/libexec/gnome-session-check-accelerated
|
||||
FallbackSession=gnome-fallback
|
||||
Reference in New Issue
Block a user