From 0fc892e2dbde2a50b9f7eccac4ba4d64e08491b8 Mon Sep 17 00:00:00 2001 From: Curtis Cali Date: Fri, 25 Oct 2024 23:34:25 -0700 Subject: [PATCH 1/3] Added a section to the README for Fedora to reflect it's availability in DNF --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ddbcf18..c60c133 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ Activate wayland overlay as described in [README](https://github.com/bsd-ac/wayl # emerge --ask gui-apps/hyprshot ``` +### Fedora +As of Fedora 40: +```bash +# sudo dnf install hyprshot +``` + ### Dependencies - hyprland (this one should be obvious) From 72edae9af8e05e8ab0955f6b8a339775b4958adf Mon Sep 17 00:00:00 2001 From: Curtis Cali Date: Tue, 4 Feb 2025 15:56:46 -0800 Subject: [PATCH 2/3] Amended README section for Fedora to mention the COPR Repo --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c60c133..4978d16 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,13 @@ Activate wayland overlay as described in [README](https://github.com/bsd-ac/wayl ``` ### Fedora -As of Fedora 40: +As of Fedora 40, hyprshot can be installed from the [Hyprland COPR Repository](https://copr.fedorainfracloud.org/coprs/solopasha/hyprland) ```bash -# sudo dnf install hyprshot +# enable the COPR if you have not already +sudo dnf copr enable solopasha/hyprland + +# install hyprshot via DNF +sudo dnf install hyprshot ``` ### Dependencies From 17c0e40e33fe685b9e452ebdde1b092654b2c53e Mon Sep 17 00:00:00 2001 From: Curtis Cali Date: Mon, 5 Jan 2026 21:10:59 -0800 Subject: [PATCH 3/3] Updated Fedora Version to Fedora 43 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4978d16..1842e7f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Activate wayland overlay as described in [README](https://github.com/bsd-ac/wayl ``` ### Fedora -As of Fedora 40, hyprshot can be installed from the [Hyprland COPR Repository](https://copr.fedorainfracloud.org/coprs/solopasha/hyprland) +As of Fedora 43, hyprshot can be installed from the [Hyprland COPR Repository](https://copr.fedorainfracloud.org/coprs/solopasha/hyprland) ```bash # enable the COPR if you have not already sudo dnf copr enable solopasha/hyprland