| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.8.1 | 8 | ~amd64 | 0 |
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils
DESCRIPTION="context-menu entry for opening other terminal in nautilus"
HOMEPAGE="https://github.com/Stunkymonkey/nautilus-open-any-terminal"
SRC_URI="https://github.com/Stunkymonkey/nautilus-open-any-terminal/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/nautilus-python
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-build/make
sys-devel/gettext
"
pkg_postinst() {
gnome2_schemas_update
}
pkg_postrm() {
gnome2_schemas_update
}
dev-python/nautilus-python
dev-python/nautilus-python
dev-build/make sys-devel/gettext
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | nautilus-open-any-terminal-0.8.1.tar.gz | 137592 bytes | https://github.com/Stunkymonkey/nautilus-open-any-terminal/archive/0.8.1.tar.gz |