mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-20 02:20:42 +00:00
0f3801bf27
(cherry picked from commit d1ffb19bbf)
Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
46 lines
1012 B
RPMSpec
46 lines
1012 B
RPMSpec
%global commit be92ea86af35aa1ecee28b12cd4401aac82cadb0
|
|
%global commit_date 20251023
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
Name: rasputin
|
|
Version: 0~%commit_date.git~%shortcommit
|
|
Release: 1%?dist
|
|
Summary: Mouse and keyboard settings for Raspberry Pi Desktop
|
|
License: BSD-3-Clause
|
|
URL: https://github.com/raspberrypi-ui/rasputin
|
|
Source0: %url/archive/%commit.tar.gz
|
|
Packager: Owen Zimmerman <owen@fyralabs.com>
|
|
|
|
BuildRequires: meson
|
|
BuildRequires: ninja-build
|
|
BuildRequires: gtk3-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: intltool
|
|
BuildRequires: gcc
|
|
|
|
Requires: libxml2
|
|
|
|
%description
|
|
%summary.
|
|
|
|
%prep
|
|
%autosetup -n rasputin-%{commit}
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%find_lang rpcc_rasputin
|
|
|
|
%files -f rpcc_rasputin.lang
|
|
%license debian/copyright
|
|
%{_datadir}/rpcc/ui/rasputin.ui
|
|
%{_libdir}/rpcc/librpcc_rasputin.so
|
|
|
|
%changelog
|
|
* Sun Oct 26 2025 Owen Zimmerman <owen@fyralabs.com>
|
|
- Initial commit
|