From 423d8a222b1871a6650edf0918da4fd299e0e676 Mon Sep 17 00:00:00 2001 From: cat-master21 <96554164+cat-master21@users.noreply.github.com> Date: Sat, 25 Mar 2023 17:05:59 -0700 Subject: [PATCH] Feat: add lomiri-sounds (#324) Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com> --- anda/others/lomiri-sounds/anda.hcl | 5 +++ anda/others/lomiri-sounds/lomiri-sounds.spec | 39 ++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 anda/others/lomiri-sounds/anda.hcl create mode 100644 anda/others/lomiri-sounds/lomiri-sounds.spec diff --git a/anda/others/lomiri-sounds/anda.hcl b/anda/others/lomiri-sounds/anda.hcl new file mode 100644 index 0000000000..98f3dc911f --- /dev/null +++ b/anda/others/lomiri-sounds/anda.hcl @@ -0,0 +1,5 @@ +project "pkg" { + rpm { + spec = "lomiri-sounds.spec" + } +} diff --git a/anda/others/lomiri-sounds/lomiri-sounds.spec b/anda/others/lomiri-sounds/lomiri-sounds.spec new file mode 100644 index 0000000000..5508db28ab --- /dev/null +++ b/anda/others/lomiri-sounds/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