File eeman.spec of Package eeman
#
# spec file for package Eeman
#
# Copyright (c) 2025 mantarimay
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define appid pro.saladin.Eeman
Name: eeman
Version: 0.1.2
Release: 0
Summary: An app that lets you track your Salah timings and read Quran
License: GPL-3.0-or-later
URL: https://github.com/SaladinAyyub/Eeman
Source: %{url}/archive/%{version}/Eeman-%{version}.tar.gz
BuildRequires: meson
BuildRequires: appstream-glib
BuildRequires: desktop-file-utils
BuildRequires: blueprint-compiler
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(gtk4)
Requires: geocoder
BuildArch: noarch
%description
Eeman is an application to get Salah (Prayer) timings and read
the beautiful Quran with more features planned.
%lang_package
%prep
%autosetup -n Eeman-%{version}
%build
%meson
%meson_build
%install
%meson_install
%files
%license LICENSE
%doc README.md
%{_bindir}/eeman
%{_datadir}/applications/%{appid}.desktop
%{_datadir}/eeman
%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
%{_datadir}/icons/hicolor
%{_datadir}/metainfo/%{appid}.metainfo.xml
%changelog