Skip to content

Commit

Permalink
gnome-extra/cinnamon-session: Version bump
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0_rc1
  • Loading branch information
pacho2 committed May 29, 2016
1 parent 9eed59f commit 822ba87
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
1 change: 1 addition & 0 deletions gnome-extra/cinnamon-session/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST cinnamon-session-2.8.2.tar.gz 591438 SHA256 0a7236c75fef67c1a1c173e184c083ff2879e870428bdc3cb53a892cb0bfaf79 SHA512 4f713cc5d9ec21bb118a2761792b1a86b43c386e0042f3f1c57ab6fa01fb7fd34463d83e63c794950dfe8358e757277a87d649340cda33f72fe4c89c7cf099bc WHIRLPOOL 6f202a79a27cdf6a8bbe1ed62d5b4a6c6edd5746b8b50a448fc8874cb5de4b45c4201e1bce25760072ee2874438e87505405810b45c7e10019fdbfc4c7cc9b6b
DIST cinnamon-session-2.8.3.tar.gz 591500 SHA256 306eb9448500b15b0d06826b66f438d767d001b706fd345c53b4a91d308ae4a9 SHA512 a581af6a00a5273ab4cf7b91ac4770b78d8ab670cf238c396e2087113795de059b4eaa3abcc8440b5eaa5cf0c4edc9696b183f9ce81803af36b9a3a37b5d5977 WHIRLPOOL d3c9d0f6791522c2c24801faacb0a5be34d658cceeaed2459d5f006c24e683d1ea39876045c505dd526ec972912e6c8bde8fffe703da6fa0f69a43f2e579ab61
66 changes: 66 additions & 0 deletions gnome-extra/cinnamon-session/cinnamon-session-2.8.3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6
inherit autotools eutils gnome2

DESCRIPTION="Cinnamon session manager"
HOMEPAGE="http://cinnamon.linuxmint.com/"
SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc ipv6 systemd"

COMMON_DEPEND="
>=dev-libs/dbus-glib-0.88
>=dev-libs/glib-2.37.3:2
media-libs/libcanberra
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-3:3
x11-libs/cairo
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXau
x11-libs/libXcomposite
x11-libs/libXext
x11-libs/libXrender
x11-libs/libXtst
x11-libs/pango[X]
virtual/opengl
systemd? ( >=sys-apps/systemd-183 )
!systemd? ( >=sys-power/upower-pm-utils-0.9.23 )
"
RDEPEND="${COMMON_DEPEND}
>=gnome-extra/cinnamon-desktop-2.6[systemd=]
!systemd? ( sys-auth/consolekit )
"
DEPEND="${COMMON_DEPEND}
dev-libs/libxslt
>=dev-util/intltool-0.40.6
virtual/pkgconfig
doc? ( app-text/xmlto )
gnome-base/gnome-common
"
# gnome-base/gnome-common for eautoreconf

src_prepare() {
# make upower and logind check non-automagic
eapply "${FILESDIR}/${PN}-2.6.2-automagic.patch"
eautoreconf
gnome2_src_prepare
}

src_configure() {
gnome2_src_configure \
--disable-gconf \
--disable-static \
$(use_enable doc docbook-docs) \
$(use_enable ipv6) \
$(use_enable systemd logind) \
$(usex systemd --disable-old-upower --enable-old-upower)
}

0 comments on commit 822ba87

Please sign in to comment.