commit:     10cfdcae6c2e33d7fc564ce756b69be01298157d
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Tue Jun 22 14:35:31 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Tue Jun 22 14:35:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10cfdcae

x11-themes/sound-theme-librem5: initial additions of packages for phosh-meta

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 x11-themes/sound-theme-librem5/Manifest            |  1 +
 x11-themes/sound-theme-librem5/metadata.xml        | 11 ++++++++++
 .../sound-theme-librem5-0.1.0.ebuild               | 25 ++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/x11-themes/sound-theme-librem5/Manifest 
b/x11-themes/sound-theme-librem5/Manifest
new file mode 100644
index 000000000..e6ed28678
--- /dev/null
+++ b/x11-themes/sound-theme-librem5/Manifest
@@ -0,0 +1 @@
+DIST sound-theme-librem5-v0.1.0.tar.gz 478867 BLAKE2B 
1621e0f9a2a7ba3e295edc199b0f64957f1d734f3edffd2878bc037e0e2fadfb5fe3b7d882349d06a3147af6165c68d0269b6b706742334295ef0b791627b982
 SHA512 
348031406e0393f9c67c1ea99e5b250ae985f736cc5b1ce79c959134605bfc79bf875ec10abfe324077d0129df09041e5b574273df7d142af8d8bc5604a12406

diff --git a/x11-themes/sound-theme-librem5/metadata.xml 
b/x11-themes/sound-theme-librem5/metadata.xml
new file mode 100644
index 000000000..a0b29038e
--- /dev/null
+++ b/x11-themes/sound-theme-librem5/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>ma...@scardovi.com</email>
+               <name>Marco Scardovi</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">atom/atom</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/x11-themes/sound-theme-librem5/sound-theme-librem5-0.1.0.ebuild 
b/x11-themes/sound-theme-librem5/sound-theme-librem5-0.1.0.ebuild
new file mode 100644
index 000000000..e2129612e
--- /dev/null
+++ b/x11-themes/sound-theme-librem5/sound-theme-librem5-0.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Sound theme for the Librem 5/PinePhone"
+HOMEPAGE="https://source.puri.sm/Librem5/sound-theme-librem5";
+SRC_URI="https://source.puri.sm/Librem5/sound-theme-librem5/-/archive/v${PV}/${PN}-v${PV}.tar.gz";
+
+LICENSE="GPL-2 LGPL-2 CC-BY-3.0 CC-BY-SA-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+DEPEND="
+       sys-devel/gettext
+       dev-libs/glib:2
+       >=dev-util/intltool-0.40
+"
+
+S="${WORKDIR}/${PN}-v${PV}"
+
+src_install() {
+       insinto /usr/share/sounds/
+       doins -r librem5
+}

Reply via email to