From 66dec0cbe31bc95344c8ca0edc043fa0b6feb6d5 Mon Sep 17 00:00:00 2001 From: Alexey Lyubimov Date: Wed, 8 Nov 2023 12:51:46 +0300 Subject: [PATCH 1/2] Added doublecmd and gnome-commander build requires pkgs to msvsphere-9.json --- msvsphere-9.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/msvsphere-9.json b/msvsphere-9.json index 7ca375c..50a16d2 100644 --- a/msvsphere-9.json +++ b/msvsphere-9.json @@ -164,6 +164,9 @@ "fontconfig-font-replacements": { "url": "custom" }, + "fpc": { + "url": "https://src.fedoraproject.org/rpms/fpc.git" + }, "fpc-srpm-macros": { "url": "https://src.fedoraproject.org/rpms/fpc-srpm-macros.git" }, @@ -579,6 +582,9 @@ "gnome-shell-extension-notification-banner-reloaded": { "url": "custom" }, + "gnome-vfs2": { + "url": "https://src.fedoraproject.org/rpms/gnome-vfs2.git" + }, "go-rpm-macros-epel": { "url": "https://src.fedoraproject.org/rpms/go-rpm-macros-epel.git" }, @@ -803,6 +809,9 @@ "kora-icon-theme": { "url": "custom" }, + "lazarus": { + "url": "https://src.fedoraproject.org/rpms/lazarus.git" + }, "ldc": { "url": "https://src.fedoraproject.org/rpms/ldc.git" }, @@ -1438,6 +1447,9 @@ "ubuntu-fonts": { "url": "custom" }, + "unique": { + "url": "https://src.fedoraproject.org/rpms/unique.git" + }, "vamp-plugin-sdk": { "url": "https://src.fedoraproject.org/rpms/vamp-plugin-sdk.git" }, From 4c0687dfcaec4e5dfada910b1675514cfff3b88c Mon Sep 17 00:00:00 2001 From: Alexey Lyubimov Date: Thu, 9 Nov 2023 10:03:52 +0300 Subject: [PATCH 2/2] Added dependencies for building gnome-vfs2 (BR for gnome-commander) - GConf2, ORBit2 and libIDL --- msvsphere-9.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/msvsphere-9.json b/msvsphere-9.json index 50a16d2..7b0fee6 100644 --- a/msvsphere-9.json +++ b/msvsphere-9.json @@ -6,6 +6,9 @@ "FAudio": { "url": "https://src.fedoraproject.org/rpms/FAudio.git" }, + "GConf2": { + "url": "https://src.fedoraproject.org/rpms/GConf2.git" + }, "GraphicsMagick": { "url": "https://src.fedoraproject.org/rpms/GraphicsMagick.git" }, @@ -818,6 +821,9 @@ "libXpresent": { "url": "https://src.fedoraproject.org/rpms/libXpresent.git" }, + "libIDL": { + "url": "https://src.fedoraproject.org/rpms/libIDL.git" + }, "libaccounts-glib": { "url": "https://src.fedoraproject.org/rpms/libaccounts-glib.git" }, @@ -1089,6 +1095,9 @@ "nv-codec-headers": { "url": "https://src.fedoraproject.org/rpms/nv-codec-headers.git" }, + "ORBit2": { + "url": "https://src.fedoraproject.org/rpms/ORBit2.git" + }, "oath-toolkit": { "url": "https://src.fedoraproject.org/rpms/oath-toolkit.git" },