From 9df8e3613a57e38449583dfb56813296fef5607f Mon Sep 17 00:00:00 2001 From: Alexey Lyubimov Date: Tue, 7 Nov 2023 14:06:54 +0300 Subject: [PATCH 1/3] Creating msvsphere-8.json with added perl-PerlIO-gzip --- msvsphere-8.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 msvsphere-8.json diff --git a/msvsphere-8.json b/msvsphere-8.json new file mode 100644 index 0000000..28d943f --- /dev/null +++ b/msvsphere-8.json @@ -0,0 +1,7 @@ +{ + "packages": { + "perl-PerlIO-gzip": { + "url": "https://src.fedoraproject.org/rpms/perl-PerlIO-gzip.git" + }, + } +} From cbe4361e59aea53a5e0f47ddace5268bcc3e1391 Mon Sep 17 00:00:00 2001 From: Alexey Lyubimov Date: Tue, 7 Nov 2023 14:14:17 +0300 Subject: [PATCH 2/3] Added a closing curly brace --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b737731..0b68f01 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ "wine": { "url": "https://src.fedoraproject.org/rpms/wine.git", "branch": "f38" +}, ``` ### Правила именования веток From 4d2678df709f80ef66a1192be7e7f4897e071ee7 Mon Sep 17 00:00:00 2001 From: Alexey Lyubimov Date: Tue, 7 Nov 2023 14:27:14 +0300 Subject: [PATCH 3/3] Added doublecmd and gnome-commander to msvsphere-9.json --- msvsphere-9.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/msvsphere-9.json b/msvsphere-9.json index 0b2d4e1..7ca375c 100644 --- a/msvsphere-9.json +++ b/msvsphere-9.json @@ -123,6 +123,10 @@ "dpkg": { "url": "https://src.fedoraproject.org/rpms/dpkg.git" }, + "doublecmd": { + "url": "https://src.fedoraproject.org/rpms/doublecmd.git", + "branch": "f39" + }, "eb": { "url": "https://src.fedoraproject.org/rpms/eb.git", "branch": "f39" @@ -544,6 +548,10 @@ "gn": { "url": "https://src.fedoraproject.org/rpms/gn.git" }, + "gnome-commander: { + "url": "https://src.fedoraproject.org/rpms/gnome-commander.git", + "branch": "f39" + }, "gnome-epub-thumbnailer": { "url": "https://src.fedoraproject.org/rpms/gnome-epub-thumbnailer.git" },