Hey guys, I’m trying to set up a Copr for this GitHub - Stunkymonkey/nautilus-open-any-terminal and I’m not really sure what I’m doing wrong. I’m kind of stumbling through the process as I go.
Can someone with a bit more knowledge maybe point out things I’m doing wrong here? I’d love to do more copr repos in the future if I can manage to figure it all out…
Note that the default terminal with f41 is no longer nautilus but is now ptyxis. I wonder if your effort with nautilus is actually an exercise in futility for the future.
This extension just adds a context menu to nautilus that allows you to open any terminal you want in the directory. It’s what the “tilix-nautilus” package does, but with any terminal.
%global forgeurl https://github.com/Stunkymonkey/nautilus-open-any-terminal
%global version 0.6.0
%global commit 21034de459ac602067e5b8c9933fc156893b4b64
%global date 20250125
%global source_date_epoch_from_changelog 0
%forgemeta
Name: nautilus-open-any-terminal
Version: %{forgeversion}
Release: %{autorelease}
Summary: Open any terminal emulator from Nautilus
License: GPL-3.0-only
URL: https://github.com/Stunkymonkey/nautilus-open-any-terminal
Source: %{forgesource}
BuildArch: noarch
BuildRequires: make
BuildRequires: gettext
Requires: nautilus-python
%description
This is an extension for Nautilus.
It allows to open any terminal emulator from the context menu.
%prep
%forgesetup
%build
%make_build
%install
export DESTDIR="%{buildroot}"
make install-nautilus
%files
%license LICENSE
%doc README.md
%{_datadir}/glib-2.0/schemas/*
%{_datadir}/locale/*/LC_MESSAGES/*
%{_datadir}/nautilus-python/extensions/*