mirror of
https://github.com/terrapkg/packages.git
synced 2026-07-01 15:58:28 +00:00
9e12a63083
* fix(lint): anda/desktops
* bump some packages and fix some random stuff
* fix: elementary-terminal granite-7
* fix: unityx-shell
* fix: fynedesk
* fix: fynedesk unityx-shell
* fix: fynedesk
* fix: fyshos-fynedesk
also fixes noarch stuff
* fix(noarch): ...
* Revert "fix(noarch): ..."
This reverts commit be94a3ccb4.
54 lines
962 B
RPMSpec
54 lines
962 B
RPMSpec
%global srcname sound-theme
|
|
|
|
Name: elementary-sound-theme
|
|
Summary: Set of system sounds for elementary
|
|
Version: 1.1.0
|
|
Release: 2%?dist
|
|
License: Unlicense AND CC-BY-4.0
|
|
|
|
# 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
|
|
BuildRequires: fdupes
|
|
|
|
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
|
|
|
|
%fdupes %buildroot%_datadir/sounds/elementary/stereo/
|
|
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSE
|
|
|
|
%{_datadir}/sounds/elementary/
|
|
|
|
|
|
%changelog
|
|
%autochangelog
|