mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 21:18:09 -07:00
gnome-extra/gnome-shell-extension-desktop-icons-ng: drop 47.0.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST gnome-shell-extension-desktop-icons-ng-47.0.12.tar.bz2 158720 BLAKE2B 7e85f3078e4a6ff0f72489d9b4e8772907d5d27d5b496e0eead682a2e6ddeb22c100148e2886e1a88ce702761fedf6f287ae00e9378ae95ee93481eaf5c9b243 SHA512 c516afd55a76dae2b9b22d6bf2588aee1df75b9b0f94be94b8d19aa56b83144586e97eb5dd5866109fab9e1c7ea8e435f09a547707d85effce6339c7406aff41
|
||||
DIST gnome-shell-extension-desktop-icons-ng-47.0.13.tar.bz2 161454 BLAKE2B 48dff2800766659028c7ead4cf2eac1646b209b928e6c51767129078e292d8928bec7ccc1d43a4b63a4c1a83f1e6374b675fd411d28b9654666f72c08731e63a SHA512 8ed46a3091565b14d2d8379650ae09901feea3be3bb0ebbee38b34f6008e012c0cf9fe43584614d2774f8e8ce4b921b3ab0c32ef1e02fcd3504cb9ae445f4df1
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit gnome2-utils meson
|
||||
|
||||
MY_PN="desktop-icons-ng"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
COMMIT="c6bbb6a3b6397e8b874e3b2c1bdd1c427a45c7ee"
|
||||
|
||||
DESCRIPTION="Desktop icon support for GNOME Shell"
|
||||
HOMEPAGE="https://gitlab.com/rastersoft/desktop-icons-ng"
|
||||
SRC_URI="https://gitlab.com/rastersoft/desktop-icons-ng/-/archive/${PV}/${P}.tar.bz2"
|
||||
S="${WORKDIR}/${MY_P}-${COMMIT}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
COMMON_DEPEND="dev-libs/glib:2"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
app-eselect/eselect-gnome-shell-extensions
|
||||
>=gnome-base/gnome-shell-45
|
||||
>=gnome-base/nautilus-3.38
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}"
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user