mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
52 lines
1.2 KiB
RPMSpec
52 lines
1.2 KiB
RPMSpec
%global commit 9d5396972bb5557c427a79309ce5c00f91bc9211
|
|
%global commit_date 20260130
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
Name: raindrop
|
|
Version: 0~%commit_date.git~%shortcommit
|
|
Release: 1%?dist
|
|
Summary: Desktop front-end for arandr and wlrandr
|
|
License: BSD-3-Clause
|
|
URL: https://github.com/raspberrypi-ui/raindrop
|
|
Packager: Owen Zimmerman <owen@fyralabs.com>
|
|
Source0: %url/archive/%commit.tar.gz
|
|
|
|
BuildRequires: meson
|
|
BuildRequires: ninja-build
|
|
BuildRequires: gtk3-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: intltool
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: gcc
|
|
BuildRequires: gtk-layer-shell-devel
|
|
BuildRequires: polkit
|
|
|
|
Requires: libxml2 libinput wlr-randr gtk3 polkit
|
|
|
|
%description
|
|
Screen configuration tool for Raspberry Pi Desktop,
|
|
GTK screen configuration tool for labwc and openbox environments.
|
|
|
|
%prep
|
|
%autosetup -n raindrop-%commit
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
%find_lang rpcc_%{name}
|
|
|
|
%files -f rpcc_%{name}.lang
|
|
%license debian/copyright
|
|
%doc README
|
|
%{_libdir}/rpcc/librpcc_raindrop.so
|
|
%{_datadir}/rpcc/ui/minus.png
|
|
%{_datadir}/rpcc/ui/plus.png
|
|
%{_datadir}/rpcc/ui/raindrop.ui
|
|
|
|
%changelog
|
|
* Thu Aug 07 2025 Owen Zimmerman <owen@fyralabs.com>
|
|
- Package raindrop
|