summaryrefslogtreecommitdiffstats
path: root/cambalache/cambalache.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cambalache/cambalache.spec')
-rw-r--r--cambalache/cambalache.spec35
1 files changed, 10 insertions, 25 deletions
diff --git a/cambalache/cambalache.spec b/cambalache/cambalache.spec
index c798e94..bf1aeb6 100644
--- a/cambalache/cambalache.spec
+++ b/cambalache/cambalache.spec
@@ -1,10 +1,9 @@
%global forgeurl https://gitlab.gnome.org/jpu/cambalache
-%global commit c91562afbdf460571c109441e38679e5eae3f977
%global uuid ar.xjuan.Cambalache
Name: cambalache
-Version: 0.6.0
+Version: 0.7.4
Release: %autorelease
Summary: RAD tool for Gtk 4 & 3 with a clear MVC design and data model first philosophy
BuildArch: noarch
@@ -17,28 +16,22 @@ BuildArch: noarch
License: LGPLv2 AND GPLv2
URL: %{forgeurl}
Source0: %{forgesource}
-Patch0: appdata-metainfo.patch
-Patch1: installation-changes.patch
BuildRequires: meson
BuildRequires: gtk4-devel
+BuildRequires: gtk3-devel
BuildRequires: python3-devel
BuildRequires: python3-gobject-devel
+BuildRequires: python3-lxml
+BuildRequires: webkit2gtk3
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
-BuildRequires: git-core
+Requires: gtk4
Requires: hicolor-icon-theme
-Requires: merengue
Requires: python3-lxml
Requires: webkit2gtk3
-
-%package -n merengue
-Summary: %{summary}
-
-Requires: gtk4
Recommends: gtk3
-Requires: python3-gobject
%global _description %{expand:
@@ -51,11 +44,9 @@ the Gdk broadway backend.}
%description %{_description}
-%description -n merengue %{_description}
-
%prep
-%forgeautosetup -S git
+%forgeautosetup
%build
@@ -78,18 +69,12 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{uuid}.desktop
%doc README.md
%{_bindir}/%{name}
%{python3_sitelib}/%{name}/
-%{python3_sitelib}/%{name}ui/
-%{_metainfodir}/%{uuid}.appdata.xml
+%{_metainfodir}/%{uuid}.metainfo.xml
%{_datadir}/applications/%{uuid}.desktop
%{_datadir}/%{name}/
-%{_datadir}/%{name}ui/
-%{_datadir}/icons/hicolor/*/apps/*.svg
-
-%files -n merengue
-%license COPYING
-%{_bindir}/merengue
-%{python3_sitelib}/merengue/
-%{_datadir}/merengue/
+%{_datadir}/glib-2.0/schemas/%{uuid}.gschema.xml
+%{_datadir}/icons/hicolor/*/{apps,mimetypes}/*.svg
+%{_datadir}/mime/packages/%{uuid}.mime.xml
%changelog