Feat: add lomiri-sounds (#324)

Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com>
This commit is contained in:
cat-master21
2023-03-25 17:05:59 -07:00
committed by GitHub
parent 2123308a55
commit 423d8a222b
2 changed files with 44 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
project "pkg" {
rpm {
spec = "lomiri-sounds.spec"
}
}
@@ -0,0 +1,39 @@
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-sounds
%global commit 4e71c32b2181ae00feb09818c304a7e8e4574fed
%forgemeta
Name: lomiri-sounds
Summary: Ring-tones and notification tones included with Ubuntu Touch
Version: 22.02
Release: %autorelease
License: CC-BY-SA-3.0
URL: https://gitlab.com/ubports/development/core/lomiri-sounds
Source0: %{url}/-/archive/%commit/lomiri-sounds-%commit.tar.gz
BuildArch: noarch
BuildRequires: cmake
BuildRequires: gcc
BuildRequires: g++
%description
Lomiri sounds contains the ringtones and notification tones recommended for the Lomiri stack.
%prep
%autosetup -n %{name}-%commit
%build
%cmake
%cmake_build
%install
%cmake_install
%files
%{_datadir}/pkgconfig/lomiri-sounds.pc
%dir %{_datadir}/sounds/lomiri
%{_datadir}/sounds/lomiri/camera/
%{_datadir}/sounds/lomiri/notifications/
%{_datadir}/sounds/lomiri/ringtones/
%changelog
%autochangelog