From 54f81155ea9a7a5cffc1a79692ac1679ce43b219 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Jun 02 2021 14:45:12 +0000 Subject: add Requires: gambas3-gb-gtk3-x11 to gambas3-ide, for users running on xorg instead of wayland --- diff --git a/gambas3.spec b/gambas3.spec index 7a67792..4c39773 100644 --- a/gambas3.spec +++ b/gambas3.spec @@ -8,7 +8,7 @@ Name: gambas3 Summary: IDE based on a basic interpreter with object extensions Version: 3.16.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ URL: http://gambas.sourceforge.net/ Source0: https://gitlab.com/gambas/gambas/-/archive/%{version}/gambas-%{version}.tar.bz2 @@ -143,6 +143,8 @@ Requires: %{name}-gb-util = %{version}-%{release} Requires: %{name}-gb-gtk3-webview = %{version}-%{release} # Since Fedora is wayland by default... Requires: %{name}-gb-gtk3-wayland = %{version}-%{release} +# ... but there are enough users on xorg to make this helpful too. +Requires: %{name}-gb-gtk3-x11 = %{version}-%{release} %description ide This package includes the complete Gambas3 Development Environment. @@ -1710,6 +1712,9 @@ install -m 0644 -p main/mime/application-x-gambas3.xml %{buildroot}%{_datadir}/m %{_datadir}/%{name}/info/gb.xml.xslt.* %changelog +* Wed Jun 2 2021 Tom Callaway - 3.16.1-2 +- add Requires: gambas3-gb-gtk3-x11 to gambas3-ide, for users running on xorg instead of wayland + * Tue Jun 1 2021 Tom Callaway - 3.16.1-1 - update to 3.16.1