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 B8BFA1382C5 for ; Sat, 5 Dec 2020 12:49:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4458E08AD; Sat, 5 Dec 2020 12:49:57 +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 6241DE08AD for ; Sat, 5 Dec 2020 12:49:57 +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 B63FB340B57 for ; Sat, 5 Dec 2020 12:49:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BE8945B for ; Sat, 5 Dec 2020 12:49:54 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1607172585.4a2a5381f161eab2e93644e2b2152c1a4d261a57.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-desktop-icons/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-shell-extension-desktop-icons/Manifest gnome-extra/gnome-shell-extension-desktop-icons/gnome-shell-extension-desktop-icons-20.04.0-r2.ebuild X-VCS-Directories: gnome-extra/gnome-shell-extension-desktop-icons/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4a2a5381f161eab2e93644e2b2152c1a4d261a57 X-VCS-Branch: master Date: Sat, 5 Dec 2020 12:49:54 +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: 5e8d0d13-df1a-4b8f-9898-9627303d69c2 X-Archives-Hash: a7401254d893e8e8a416290f49d8e09a commit: 4a2a5381f161eab2e93644e2b2152c1a4d261a57 Author: Pacho Ramos gentoo org> AuthorDate: Sat Dec 5 12:49:45 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Dec 5 12:49:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2a5381 gnome-extra/gnome-shell-extension-desktop-icons: Bump for 3.38 support Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Pacho Ramos gentoo.org> .../gnome-shell-extension-desktop-icons/Manifest | 1 + ...shell-extension-desktop-icons-20.04.0-r2.ebuild | 48 ++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/gnome-extra/gnome-shell-extension-desktop-icons/Manifest b/gnome-extra/gnome-shell-extension-desktop-icons/Manifest index f0df33f1758..c302e614b3a 100644 --- a/gnome-extra/gnome-shell-extension-desktop-icons/Manifest +++ b/gnome-extra/gnome-shell-extension-desktop-icons/Manifest @@ -1 +1,2 @@ +DIST desktop-icons-20.04.0.tar.bz2 59444 BLAKE2B 245ca07afaabe5f4e26ed920d4d0caec104f535398a92d79cddb08ef2bef42b6cff389320c48449d6ad904e2d2d0f74140512a6b0214e7a81ab444e5bafee2c0 SHA512 c7b13077aafd1e554e425b2ef323be309b880a38bcbfa3ba849a8bbb3458a4eb42177f75b1004741b85907bc0113cc09c72566401bc99f64f47ad87013659bf9 DIST desktop-icons-20.04.0.tar.xz 50448 BLAKE2B a93baf7cb37a3f78deb8780dcf4ec65bd20e42ecd9255924c61f457d3f6fe4cafd4865b80e414105f9e72fe835caaf034474f7e587a30b91c233edfc2851ad00 SHA512 6c411e4983901a0646d49ffa58bc9d711c33222b787795f5c237370168fb4bc7ff186cc071675decdcfaae846c1696d718b659b75120ad7777cb04dfd26dbc84 diff --git a/gnome-extra/gnome-shell-extension-desktop-icons/gnome-shell-extension-desktop-icons-20.04.0-r2.ebuild b/gnome-extra/gnome-shell-extension-desktop-icons/gnome-shell-extension-desktop-icons-20.04.0-r2.ebuild new file mode 100644 index 00000000000..9edcdc42247 --- /dev/null +++ b/gnome-extra/gnome-shell-extension-desktop-icons/gnome-shell-extension-desktop-icons-20.04.0-r2.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit gnome2-utils meson + +MY_PN="${PN/gnome-shell-extension-/}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A GNOME Shell extension for providing desktop icons" +HOMEPAGE="https://gitlab.gnome.org/World/ShellExtensions/desktop-icons" + +COMMIT="219eaf7c76b06f9fadb47ee2470cf166f2a070c4" +#SRC_URI="https://gitlab.gnome.org/World/ShellExtensions/${MY_PN}/uploads/${COMMIT}/${MY_P}.tar.xz" +SRC_URI="https://gitlab.gnome.org/World/ShellExtensions/${MY_PN}/-/archive/${COMMIT}/${MY_P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND="dev-libs/glib:2" +RDEPEND="${COMMON_DEPEND} + app-eselect/eselect-gnome-shell-extensions + >=gnome-base/gnome-shell-3.38 + >=gnome-base/nautilus-3.30.4 + sys-apps/xdg-desktop-portal +" +DEPEND="${COMMON_DEPEND}" +BDEPEND="" + +#S="${WORKDIR}/${MY_P}" +S="${WORKDIR}/${MY_PN}-${COMMIT}" + +pkg_preinst() { + gnome2_schemas_savelist +} + +pkg_postinst() { + gnome2_schemas_update + ebegin "Updating list of installed extensions" + eselect gnome-shell-extensions update + eend $? +} + +pkg_postrm() { + gnome2_schemas_update +}