Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-welcome
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-welcome
Commits
b899dea2
Verified
Commit
b899dea2
authored
Feb 02, 2025
by
Кирилл Уницаев
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added gear
parent
41ebdb6f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
64 additions
and
0 deletions
+64
-0
config.toml
.gear/config.toml
+5
-0
rules
.gear/rules
+4
-0
ximper-welcome.spec
.gear/ximper-welcome.spec
+55
-0
No files found.
.gear/config.toml
0 → 100644
View file @
b899dea2
[source.crates-io]
replace-with
=
"vendored-sources"
[source.vendored-sources]
directory
=
"vendor"
.gear/rules
0 → 100644
View file @
b899dea2
spec: .gear/ximper-welcome.spec
tar: .
tar: vendor name=@name@-development-@version@ base=vendor
copy: .gear/config.toml
.gear/ximper-welcome.spec
0 → 100644
View file @
b899dea2
%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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment