mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-30 07:18:26 +00:00
add elementary-sound-theme
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user