add elementary-sound-theme

This commit is contained in:
Cappy Ishihara
2022-11-09 17:27:09 +07:00
parent 6c4be6d5fe
commit 50b992ecca
2 changed files with 56 additions and 0 deletions
@@ -0,0 +1,6 @@
project "pkg" {
rpm {
spec = "elementary-sound-theme.spec"
sources = "."
}
}
@@ -0,0 +1,50 @@
%global srcname sound-theme
Name: elementary-sound-theme
Summary: Set of system sounds for elementary
Version: 1.1.0
Release: %autorelease
License: Unlicense and CC-BY
# Unlicense:
# - audio-volume-change
# - bell
# - dialog-information
# Creative Commons Attribution:
# - dialog-warning:
# https://notificationsounds.com/standard-ringtones/answer-quickly-45
URL: https://github.com/elementary/%{srcname}
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: meson
BuildArch: noarch
%description
A set of system sounds for elementary OS. Designed to be light, natural/
physical, and pleasant.
%prep
%autosetup -n %{srcname}-%{version}
%build
%meson
%meson_build
%install
%meson_install
%files
%doc README.md
%license LICENSE
%{_datadir}/sounds/elementary/
%changelog
%autochangelog