From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64CCB1382C5 for ; Sun, 20 Jun 2021 19:21:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9C07E0828; Sun, 20 Jun 2021 19:21:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C4DCE0828 for ; Sun, 20 Jun 2021 19:21:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5899933D3C1 for ; Sun, 20 Jun 2021 19:21:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E54C579A for ; Sun, 20 Jun 2021 19:21:21 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1624216857.446069ba57c3128b130947a83ce0dd1889d819c3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/office-runner/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/office-runner/Manifest gnome-extra/office-runner/office-runner-1.0.3.ebuild X-VCS-Directories: gnome-extra/office-runner/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 446069ba57c3128b130947a83ce0dd1889d819c3 X-VCS-Branch: master Date: Sun, 20 Jun 2021 19:21:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: adb0748f-9423-4a6b-9319-83f53d74c9fb X-Archives-Hash: c76928d7b17ce3ea20200db65dce8f6c commit: 446069ba57c3128b130947a83ce0dd1889d819c3 Author: Matt Turner gentoo org> AuthorDate: Sun Jun 20 19:08:51 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jun 20 19:20:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446069ba gnome-extra/office-runner: Version bump to 1.0.3 Closes: https://bugs.gentoo.org/778698 Signed-off-by: Matt Turner gentoo.org> gnome-extra/office-runner/Manifest | 1 + .../office-runner/office-runner-1.0.3.ebuild | 43 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/gnome-extra/office-runner/Manifest b/gnome-extra/office-runner/Manifest index 5c76ba80c96..e7a7468d567 100644 --- a/gnome-extra/office-runner/Manifest +++ b/gnome-extra/office-runner/Manifest @@ -1 +1,2 @@ DIST office-runner-1.0.2.tar.xz 562660 BLAKE2B ad69a4340025b58d45f954524c9807831c98a4d81901276bfa3e8f76adb3a5bd1fcf0b50908e00c19888d82b6c48602228a42b84b008f2b7b95210868c8a90ed SHA512 a840af75f014147d30e950a4bc8628c97a79c8161eab3d0f658f5e4f5200df5baaa761d4ea27dc1bc70c6a467fc2536ac0aa473c338ffcbfc48689ba1ec13177 +DIST office-runner-1.0.3.tar.bz2 957912 BLAKE2B 064dac6f511d9c1019a2da073276509d6ccf9bce19ae1778335f5dde3fe1f236a76430dd3fb989f06e64d0214b5125769b0a3531cba44460ae15b0ad8b87f07d SHA512 475aac701cd4faec378e4f7673658489e9d4cebea499b24fb2baa6cc981ed1dab435769ce75ed82ffa9d28bf29e96d2911820a29abaa5aafed7d38af80636584 diff --git a/gnome-extra/office-runner/office-runner-1.0.3.ebuild b/gnome-extra/office-runner/office-runner-1.0.3.ebuild new file mode 100644 index 00000000000..62c820e0058 --- /dev/null +++ b/gnome-extra/office-runner/office-runner-1.0.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +GNOME2_EAUTORECONF="yes" +inherit gnome2 readme.gentoo-r1 + +DESCRIPTION="Lighthearted tool to temporarily inhibit GNOME's suspend on lid close behavior" +HOMEPAGE="https://www.hadess.net/search/label/office-runner" +SRC_URI="https://gitlab.gnome.org/GNOME/office-runner/-/archive/${PV}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-libs/glib:2 + >=gnome-base/gnome-settings-daemon-3.0 + >=x11-libs/gtk+-3.8:3 +" +# requires systemd's org.freedesktop.login1 dbus service +RDEPEND="${DEPEND} + >=sys-apps/systemd-190 +" +BDEPEND=" + >=dev-util/intltool-0.40.0 + virtual/pkgconfig + sys-devel/gettext +" + +DOC_CONTENTS="${PN} inhibits suspend on lid close only for 10 minutes" + +src_install() { + gnome2_src_install + mv "${ED}"/usr/share/{appdata,metainfo}/ || die + readme.gentoo_create_doc +} + +pkg_postinst() { + gnome2_pkg_postinst + readme.gentoo_print_elog +}