diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-02-23 10:44:49 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-02-23 10:44:49 +0000 |
commit | 1066267ee1c3f751bc8d266b48694ac2b234cfc2 (patch) | |
tree | d2913951cff18ec8abd30e0c9c3157bb79c5892e /gnome-extra | |
parent | Version bump. (diff) | |
download | gentoo-2-1066267ee1c3f751bc8d266b48694ac2b234cfc2.tar.gz gentoo-2-1066267ee1c3f751bc8d266b48694ac2b234cfc2.tar.bz2 gentoo-2-1066267ee1c3f751bc8d266b48694ac2b234cfc2.zip |
Version bump.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/office-runner/ChangeLog | 10 | ||||
-rw-r--r-- | gnome-extra/office-runner/office-runner-1.0.ebuild | 33 |
2 files changed, 41 insertions, 2 deletions
diff --git a/gnome-extra/office-runner/ChangeLog b/gnome-extra/office-runner/ChangeLog index b333f59dba9b..937bea39bb17 100644 --- a/gnome-extra/office-runner/ChangeLog +++ b/gnome-extra/office-runner/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/office-runner -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/office-runner/ChangeLog,v 1.2 2012/05/05 06:25:19 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/office-runner/ChangeLog,v 1.3 2013/02/23 10:44:49 eva Exp $ + +*office-runner-1.0 (23 Feb 2013) + + 23 Feb 2013; Gilles Dartiguelongue <eva@gentoo.org> + +office-runner-1.0.ebuild: + Version bump. 05 May 2012; Jeff Horelick <jdhore@gentoo.org> office-runner-0.0_pre20110916.ebuild: diff --git a/gnome-extra/office-runner/office-runner-1.0.ebuild b/gnome-extra/office-runner/office-runner-1.0.ebuild new file mode 100644 index 000000000000..d5cc5e4ee046 --- /dev/null +++ b/gnome-extra/office-runner/office-runner-1.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/office-runner/office-runner-1.0.ebuild,v 1.1 2013/02/23 10:44:49 eva Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Lighthearted tool to temporarily inhibit GNOME's suspend on lid close behavior" +HOMEPAGE="http://www.gnome.org/ http://www.hadess.net/search/label/office-runner" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-libs/glib:2 + >=gnome-base/gnome-settings-daemon-3.0 + x11-libs/gtk+:3 +" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40.0 + virtual/pkgconfig + sys-devel/gettext +" + +pkg_postinst() { + gnome2_pkg_postinst + + elog "Note: ${PN} inhibits suspend on lid close only for 10 minutes" +} |