gnome-extra/gnome-shell-extension-dash-to-panel - 73 (gentoo)

Search

Install

Install this version:

emerge -a =gnome-extra/gnome-shell-extension-dash-to-panel-73

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gnome-extra/gnome-shell-extension-dash-to-panel-73

Or alternatively:

emerge --autounmask-write -a =gnome-extra/gnome-shell-extension-dash-to-panel-73

Package Information

Description:
An icon taskbar for the Gnome Shell
Homepage:
https://github.com/home-sweet-gnome/dash-to-panel
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
73 8 ~amd64 ~ppc64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit gnome2-utils

MY_PN="${PN/gnome-shell-extension-/}"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="An icon taskbar for the Gnome Shell"
HOMEPAGE="https://github.com/home-sweet-gnome/dash-to-panel"
SRC_URI="
	https://github.com/home-sweet-gnome/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
	branding? ( https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )
"
S="${WORKDIR}/${MY_P}"
extension_uuid="dash-to-panel@jderose9.github.com"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="branding"

COMMON_DEPEND="dev-libs/glib:2"
RDEPEND="${COMMON_DEPEND}
	app-eselect/eselect-gnome-shell-extensions
	>=gnome-base/gnome-shell-46
"
DEPEND="${COMMON_DEPEND}"
BDEPEND="
	dev-util/intltool
	sys-devel/gettext
"

src_prepare() {
	default

	# Set correct version
	export VERSION="${PV}"

	# Don't install README and COPYING in unwanted locations
	sed -i -e 's/COPYING//g' -e 's/README.md//g' Makefile || die

	# Provide fancy Gentoo icon when requested
	use branding && eapply "${FILESDIR}"/${PN}-26-branding.patch
}

src_install() {
	default
	if use branding; then
		insinto /usr/share/gnome-shell/extensions/dash-to-panel@jderose9.github.com/img
		doins "${WORKDIR}/tango-gentoo-v1.1/scalable/gentoo.svg"
	fi
}

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
}

USE Flags

Manage flags for this package: euse -i <flag> -p gnome-extra/gnome-shell-extension-dash-to-panel | euse -E <flag> -p gnome-extra/gnome-shell-extension-dash-to-panel | euse -D <flag> -p gnome-extra/gnome-shell-extension-dash-to-panel

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

dev-libs/glib:2

RDEPEND

dev-libs/glib:2
	app-eselect/eselect-gnome-shell-extensions
	>=gnome-base/gnome-shell-46

BDEPEND

	dev-util/intltool
	sys-devel/gettext

Manifest for 73

Type File Size Source URLs
DIST gnome-shell-extension-dash-to-panel-73.tar.gz 21281258 bytes https://github.com/home-sweet-gnome/dash-to-panel/archive/v73.tar.gz
DIST tango-gentoo-v1.1.tar.gz 29322 bytes https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz