public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/flatpak-app-config] f45: Add gnome-genius metainfo
@ 2026-09-10 21:36 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-10 21:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/flatpak-app-config
Branch : f45
Commit : e15594081a9897611e2a299781bba289fd2a4cf4
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2025-03-24T14:27:13-04:00
Stats : +42/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/flatpak-app-config/c/e15594081a9897611e2a299781bba289fd2a4cf4?branch=f45
Log:
Add gnome-genius metainfo
https://src.fedoraproject.org/rpms/genius/pull-request/1 has seen no
response for months.
---
diff --git a/flatpak-app-config.spec b/flatpak-app-config.spec
index bfd6f7e..d5dbf45 100644
--- a/flatpak-app-config.spec
+++ b/flatpak-app-config.spec
@@ -75,6 +75,8 @@ Supplements: (%{pkgname} and flatpak-runtime-config)\
%add_subpkg -n libva-utils -i %{plat_id}.VaInfo
%add_subpkg -n vdpauinfo -i %{plat_id}.VdpauInfo
%add_subpkg -n vulkan-tools -i %{plat_id}.VulkanInfo
+# Desktop applications that need metdata
+%add_subpkg -n gnome-genius -i org.gnome.Genius
# additional dependencies
%add_subpkg -n ark -r arj,p7zip-plugins,unrar,unar
%add_subpkg -n gdk-pixbuf2-modules-extra -r avif-pixbuf-loader,gdk-pixbuf2-modules,heif-pixbuf-loader,jxl-pixbuf-loader,rsvg-pixbuf-loader,webp-pixbuf-loader
diff --git a/org.gnome.Genius.metainfo.xml b/org.gnome.Genius.metainfo.xml
new file mode 100644
index 0000000..538a81c
--- /dev/null
+++ b/org.gnome.Genius.metainfo.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+ <id>org.gnome.Genius</id>
+ <name>Genius</name>
+ <summary>Arbitrary precision integer and multiple precision floatingpoint calculator</summary>
+ <metadata_license>FSFAP</metadata_license>
+ <project_license>GPL-3.0-or-later</project_license>
+ <description>
+ <p>
+ Genius is a calculator program similar in some aspects to BC, Matlab
+ or Maple. GEL is the name of its extension language, in fact, a large
+ part of the standard genius functions are written in GEL itself.
+ </p>
+ </description>
+ <launchable type="desktop-id">gnome-genius.desktop</launchable>
+ <provides>
+ <binary>gnome-genius</binary>
+ </provides>
+ <content_rating type="oars-1.1"/>
+ <developer_name>Jiri Lebl</developer_name>
+ <screenshots>
+ <screenshot type="default">
+ <caption>Sierpinski triangle example</caption>
+ <image>https://www.jirka.org/images/genius-1.0.19-sierpinski-fs8.png</image>
+ </screenshot>
+ <screenshot>
+ <caption>Lorenz attractor example</caption>
+ <image>https://www.jirka.org/images/genius-1.0.19-lorenz-fs8.png</image>
+ </screenshot>
+ <screenshot>
+ <caption>Slope field with a few solutions</caption>
+ <image>https://www.jirka.org/images/gnome-genius-1.0.5-fs8.png</image>
+ </screenshot>
+ <screenshot>
+ <caption>Parametric plot of the butterfly curve</caption>
+ <image>https://www.jirka.org/images/gnome-genius-1.0.1-fs8.png</image>
+ </screenshot>
+ </screenshots>
+ <url type="homepage">%{url}</url>
+</component>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-10 21:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 21:36 [rpms/flatpak-app-config] f45: Add gnome-genius metainfo Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox