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/gnome-shell-extension-desktop-icons/
Date: Sun, 24 Mar 2019 15:34:18 +0000 (UTC)	[thread overview]
Message-ID: <1553441528.d960c54f5b73b078a8526fcec6dbfdc128b50abd.pacho@gentoo> (raw)

commit:     d960c54f5b73b078a8526fcec6dbfdc128b50abd
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 15:32:08 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 15:32:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d960c54f

gnome-extra/gnome-shell-extension-desktop-icons: Extension to draw desktop icons

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../gnome-shell-extension-desktop-icons/Manifest   |  1 +
 ...me-shell-extension-desktop-icons-19.01.1.ebuild | 43 ++++++++++++++++++++++
 .../metadata.xml                                   |  7 ++++
 3 files changed, 51 insertions(+)

diff --git a/gnome-extra/gnome-shell-extension-desktop-icons/Manifest b/gnome-extra/gnome-shell-extension-desktop-icons/Manifest
new file mode 100644
index 00000000000..30fc3644d0e
--- /dev/null
+++ b/gnome-extra/gnome-shell-extension-desktop-icons/Manifest
@@ -0,0 +1 @@
+DIST desktop-icons-19.01.1.tar.xz 41624 BLAKE2B bc528d0abf1951db50594fcb44260ae235890b90fb5c180e83dc91e7bc27a13b1508809ca88f2dbbd50ff30e47ce865242f21a983298e0ae69bd699cf7cfc9a5 SHA512 04f9752bb75c6ca008337f57f88ce3e0000f34c54982adac58519bd6d0767763f7c94c9a0145f2e2836fc3053b68aef828f1960f7efdcc6b97ace3dbc8dbd9e8

diff --git a/gnome-extra/gnome-shell-extension-desktop-icons/gnome-shell-extension-desktop-icons-19.01.1.ebuild b/gnome-extra/gnome-shell-extension-desktop-icons/gnome-shell-extension-desktop-icons-19.01.1.ebuild
new file mode 100644
index 00000000000..2cea16162aa
--- /dev/null
+++ b/gnome-extra/gnome-shell-extension-desktop-icons/gnome-shell-extension-desktop-icons-19.01.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 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"
+SRC_URI="https://gitlab.gnome.org/World/ShellExtensions/${MY_PN}/uploads/c15ece9cbe50ca428e195eba96e12fd4/${MY_P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+COMMON_DEPEND="dev-libs/glib:2"
+RDEPEND="${COMMON_DEPEND}
+	app-eselect/eselect-gnome-shell-extensions
+	>=gnome-base/gnome-shell-3.30.0
+	>=gnome-base/nautilus-3.30.4
+	sys-apps/xdg-desktop-portal
+"
+DEPEND="${COMMON_DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+
+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
+}

diff --git a/gnome-extra/gnome-shell-extension-desktop-icons/metadata.xml b/gnome-extra/gnome-shell-extension-desktop-icons/metadata.xml
new file mode 100644
index 00000000000..020b40648ee
--- /dev/null
+++ b/gnome-extra/gnome-shell-extension-desktop-icons/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>pacho@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2019-03-24 15:34 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-24 15:34 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-05-09 20:49 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-desktop-icons/ Pacho Ramos
2019-05-10 16:02 Pacho Ramos
2019-06-09 11:06 Pacho Ramos
2019-06-09 11:06 Pacho Ramos
2019-08-15 17:54 Pacho Ramos
2019-09-04 20:21 Pacho Ramos
2019-10-20 10:14 Pacho Ramos
2019-10-20 10:14 Pacho Ramos
2020-03-11 16:48 Pacho Ramos
2020-04-22 21:00 Pacho Ramos
2020-04-22 21:00 Pacho Ramos
2020-05-31 12:42 Pacho Ramos
2020-05-31 12:42 Pacho Ramos
2020-07-15  8:22 Pacho Ramos
2020-07-15  8:22 Pacho Ramos
2020-12-05 12:49 Pacho Ramos
2021-01-23 22:38 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-04-04 17:14 Pacho Ramos
2021-05-20 12:37 Pacho Ramos

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=1553441528.d960c54f5b73b078a8526fcec6dbfdc128b50abd.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