mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
51 lines
1.1 KiB
RPMSpec
51 lines
1.1 KiB
RPMSpec
%define debug_package %{nil}
|
|
|
|
Name: kew
|
|
Version: 4.0.0
|
|
Release: 1%{?dist}
|
|
Summary: Music for the Shell
|
|
URL: https://codeberg.org/ravachol/kew
|
|
Source0: %{url}/archive/v%{version}.tar.gz
|
|
License: GPL-2.0-or-later
|
|
BuildRequires: make
|
|
BuildRequires: gcc
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: libatomic
|
|
BuildRequires: pkgconfig(taglib)
|
|
BuildRequires: pkgconfig(fftw3f)
|
|
BuildRequires: pkgconfig(chafa)
|
|
BuildRequires: pkgconfig(opus)
|
|
BuildRequires: pkgconfig(opusfile)
|
|
BuildRequires: pkgconfig(vorbis)
|
|
BuildRequires: pkgconfig(vorbisfile)
|
|
BuildRequires: pkgconfig(ogg)
|
|
|
|
Packager: Owen Zimmerman <owen@fyralabs.com>
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%prep
|
|
%git_clone https://codeberg.org/ravachol/kew.git v%{version}
|
|
|
|
%build
|
|
%make_build
|
|
|
|
%install
|
|
%make_install PREFIX=/usr
|
|
|
|
%find_lang kew
|
|
|
|
%files -f kew.lang
|
|
%license LICENSE
|
|
%doc README.md
|
|
%lang(zh_CN) %doc README_zh_CN.md
|
|
%{_bindir}/kew
|
|
%{_datadir}/kew/themes/*.theme
|
|
%{_datadir}/kew/themes/*.txt
|
|
%{_mandir}/man1/kew.1.*
|
|
|
|
%changelog
|
|
* Thu Apr 09 2026 Owen Zimmerman <owen@fyralabs.com>
|
|
- Initial commit
|