added gear

parent 41ebdb6f
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"
spec: .gear/ximper-welcome.spec
tar: .
tar: vendor name=@name@-development-@version@ base=vendor
copy: .gear/config.toml
%define xdg_name ru.ximperlinux.Welcome
Name: ximper-welcome
Version: 0.1.0
Release: eter1
License: GPL-3.0
Summary: A welcome window at the first launch of the system
Group: Graphical desktop/Other
Url: https://gitlab.eterfund.ru/ximperlinux/ximper-welcome
Vcs: https://gitlab.eterfund.ru/ximperlinux/ximper-welcome.git
Source: %name-%version.tar
Source1: %name-development-%version.tar
Source2: config.toml
BuildRequires(pre): rpm-macros-meson
BuildRequires: rpm-build-rust
BuildRequires: meson
BuildRequires: /proc
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1)
Requires: /etc/os-release
%description
%summary based on the GNOME Tour application.
%prep
%setup -a1
install -vD %SOURCE2 .cargo/config.toml
%build
%meson
%meson_build
%install
%meson_install
%find_lang %name
%files -f %name.lang
%doc README.md
%_bindir/%name
%_desktopdir/%xdg_name.desktop
%_iconsdir/hicolor/*/apps/*.svg
%_datadir/metainfo/%xdg_name.metainfo.xml
%_datadir/%name/
%changelog
* Sun Feb 02 2025 Kirill Unitsaev <fiersik@altlinux.org> 0.1.0-eter1
- Initial build
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment