gnome-extra/nautilus-open-any-terminal: new package, add 0.6.3

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2025-10-09 23:32:59 +03:00
parent df2298554e
commit 759d3db8cc
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST nautilus-open-any-terminal-0.6.3.tar.gz 132322 BLAKE2B 561edcbaf005c28c07ab88d3a0e8b23ad2eb55252a7f0d11fcfb7bf0236eaf574856a74bec6ec8438e4ac70a6a026958ef4241b257e6e47ccee2e4466a1eeb2c SHA512 6ebf8589aaba5ff3a6d15cb6386f015e54e7042370d67d121f70ebf2ced723ced1410caaf6c4bd92583d35c83c6cc199e013768ae94d0266d70bbd7d1fde09a8

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Pavel Sobolev</name>
<email>contact@paveloom.dev</email>
</maintainer>
<upstream>
<bugs-to>https://github.com/Stunkymonkey/nautilus-open-any-terminal/issues</bugs-to>
<remote-id type="github">Stunkymonkey/nautilus-open-any-terminal</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils
DESCRIPTION="A Nautilus extension that adds a context-entry for opening any terminal"
HOMEPAGE="https://github.com/Stunkymonkey/nautilus-open-any-terminal"
SRC_URI="https://github.com/Stunkymonkey/nautilus-open-any-terminal/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/nautilus-python
"
BDEPEND="
sys-devel/gettext
"
pkg_postinst() {
gnome2_schemas_update
}
pkg_postrm() {
gnome2_schemas_update
}