public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-session/
Date: Sun, 15 Nov 2015 22:30:54 +0000 (UTC)	[thread overview]
Message-ID: <1447626609.405d44ef6d3d3b2d3da2385d02c2abc8f7444fc6.pacho@gentoo> (raw)

commit:     405d44ef6d3d3b2d3da2385d02c2abc8f7444fc6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 21:54:43 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 22:30:09 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405d44ef

gnome-extra/cinnamon-session: Version bump

Package-Manager: portage-2.2.24

 gnome-extra/cinnamon-session/Manifest              |  1 +
 .../cinnamon-session/cinnamon-session-2.8.2.ebuild | 72 ++++++++++++++++++++++
 2 files changed, 73 insertions(+)

diff --git a/gnome-extra/cinnamon-session/Manifest b/gnome-extra/cinnamon-session/Manifest
index 9da2f53..33aad7c 100644
--- a/gnome-extra/cinnamon-session/Manifest
+++ b/gnome-extra/cinnamon-session/Manifest
@@ -1,3 +1,4 @@
 DIST cinnamon-session-2.4.3.tar.gz 903363 SHA256 07afa992ae1c513b3a1e83a2fd29f83305f697dd45ba04121521ba8a7c005733 SHA512 318815e786f447237bceb08689eca5cf499c7fb0bd70b86c16f76af49e8f43c2a8c78e4caa96c0253a5e088702933ee53996286a8d4c2a68fa346832f12ec317 WHIRLPOOL 13e6c4d2e606484ad8fd290f195f9db4de6a9d09073b6bd8ae3c34af7786fee4aeff8a94e6aab03f5178c2721ec251d7fd2122fe1882002cfd4fdcf74c4624e8
 DIST cinnamon-session-2.6.2.tar.gz 610789 SHA256 42ea718b77240ff24061203bc03ba6af7d51bcba2323b0bb73a56870e232cb92 SHA512 93b2caab5164de470794947a63dbb05a21f47c10d14df81f7563fac404be11423a7083e8e2aae20f41e4f43ae29bbb1131b5b1c56e2b2cc37aff0686a6d0c450 WHIRLPOOL e37b101665b49a7710237e63bb12634dc059cf56ba37b196cf24f6e6a2af7d9d6055005b646cb916fbbb47133c97c8126da76e2cd6c9f7845a529c2331886162
 DIST cinnamon-session-2.6.3.tar.gz 612267 SHA256 391db79472cbd6c1546cec5e7e8e82f2a465fea92cda019fca14f7c54cfa4dc1 SHA512 91cf30dfd5fe7812c98d67233d54049ba11d04e142910f081a22bd48e2f0bbd0b4eeea4e66326628a0196c90164a146a2ef2ac61b26f289c17a0db8dbcc45a9b WHIRLPOOL f0841219624373c377e7f527b527682034d7b2519de105473395df87ab7aea3b130c5a45ad3141ca2fd4a1f523f3308b5af0e5409472e46131a6e68869134225
+DIST cinnamon-session-2.8.2.tar.gz 591438 SHA256 0a7236c75fef67c1a1c173e184c083ff2879e870428bdc3cb53a892cb0bfaf79 SHA512 4f713cc5d9ec21bb118a2761792b1a86b43c386e0042f3f1c57ab6fa01fb7fd34463d83e63c794950dfe8358e757277a87d649340cda33f72fe4c89c7cf099bc WHIRLPOOL 6f202a79a27cdf6a8bbe1ed62d5b4a6c6edd5746b8b50a448fc8874cb5de4b45c4201e1bce25760072ee2874438e87505405810b45c7e10019fdbfc4c7cc9b6b

diff --git a/gnome-extra/cinnamon-session/cinnamon-session-2.8.2.ebuild b/gnome-extra/cinnamon-session/cinnamon-session-2.8.2.ebuild
new file mode 100644
index 0000000..13d43b6
--- /dev/null
+++ b/gnome-extra/cinnamon-session/cinnamon-session-2.8.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+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
+	epatch "${FILESDIR}/${PN}-2.6.2-automagic.patch"
+	epatch_user
+
+	eautoreconf
+	gnome2_src_prepare
+}
+
+src_configure() {
+	DOCS="AUTHORS README README.md"
+
+	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)
+}


             reply	other threads:[~2015-11-15 22:31 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-15 22:30 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-06 18:58 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-session/ Mikle Kolyada
2016-05-29 12:42 Pacho Ramos
2016-05-29 12:42 Pacho Ramos
2016-09-17 13:29 Kristian Fiskerstrand
2016-10-01  0:54 Pacho Ramos
2016-11-22 20:42 Kristian Fiskerstrand
2017-06-24 14:58 Kristian Fiskerstrand
2017-09-05 20:00 Kristian Fiskerstrand
2017-11-26 15:43 Kristian Fiskerstrand
2017-11-28 18:37 Kristian Fiskerstrand
2017-11-28 18:48 Kristian Fiskerstrand
2017-11-28 18:48 Kristian Fiskerstrand
2018-04-06 14:00 Aaron Bauman
2018-04-12 19:07 Thomas Deutschmann
2018-11-28 19:56 Kristian Fiskerstrand
2018-12-05  7:04 Mart Raudsepp
2019-03-17 21:44 Mart Raudsepp
2019-06-04 20:58 Thomas Deutschmann
2019-06-07 20:12 Mikle Kolyada
2020-05-29  0:11 Matt Turner
2020-05-31 19:05 Matt Turner
2020-09-09  2:15 Sam James
2020-09-15 14:20 Joonas Niilola
2020-12-16 22:30 Sam James
2020-12-29 17:14 Sam James
2021-01-06  1:05 Sam James
2021-01-24 17:31 Joonas Niilola
2021-03-01 13:02 Joonas Niilola
2021-06-01 16:28 Joonas Niilola
2021-06-01 16:28 Joonas Niilola
2021-06-08  7:34 Sam James
2021-06-12  3:55 Sam James
2021-06-12  3:55 Sam James
2021-07-31  8:36 Joonas Niilola
2021-07-31  8:36 Joonas Niilola
2021-11-23  1:25 Yixun Lan
2021-12-24 19:25 Jakov Smolić
2021-12-24 20:00 Jakov Smolić
2022-01-21 17:15 Sam James
2022-01-21 17:15 Sam James
2022-02-18  2:44 Sam James
2022-05-05  3:01 Sam James
2022-05-05  3:01 Sam James
2022-05-11  2:11 Sam James
2022-10-12 23:09 Sam James
2022-10-12 23:09 Sam James
2022-11-21 17:46 Arthur Zamarin
2022-11-22  6:20 Sam James
2022-11-22  6:20 Sam James
2022-12-24  7:11 Sam James
2023-04-29 18:16 Arthur Zamarin
2023-04-30 16:50 Arthur Zamarin
2023-05-07 22:14 Sam James
2023-06-03  1:47 Matt Turner
2023-06-03  1:47 Matt Turner
2023-07-16 18:34 Sam James
2023-09-26 15:59 WANG Xuerui
2023-10-04  8:24 Joonas Niilola
2023-10-13  7:43 Joonas Niilola
2024-02-15 13:29 Joonas Niilola
2024-05-29 11:47 Sam James
2024-05-29 14:43 Jakov Smolić
2024-06-03  6:34 Sam James
2024-07-01  6:47 Joonas Niilola
2024-07-01  6:47 Joonas Niilola
2024-08-05  3:36 Eli Schwartz
2024-08-05  3:36 Eli Schwartz
2024-09-25 13:58 Joonas Niilola
2024-09-25 14:22 Joonas Niilola
2025-03-10  2:25 Sam James
2025-03-12  0:52 Eli Schwartz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1447626609.405d44ef6d3d3b2d3da2385d02c2abc8f7444fc6.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox