diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-06-22 16:35:31 +0200 |
---|---|---|
committer | Marco Scardovi <marco@scardovi.com> | 2021-06-22 16:35:31 +0200 |
commit | 10cfdcae6c2e33d7fc564ce756b69be01298157d (patch) | |
tree | 7d2b6a7d8dacb4ce57df76ab633c7291551c9140 /x11-themes | |
parent | gui-wm/phosh: new package (diff) | |
download | guru-10cfdcae6c2e33d7fc564ce756b69be01298157d.tar.gz guru-10cfdcae6c2e33d7fc564ce756b69be01298157d.tar.bz2 guru-10cfdcae6c2e33d7fc564ce756b69be01298157d.zip |
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@scardovi.com>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/sound-theme-librem5/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/sound-theme-librem5/metadata.xml | 11 | ||||
-rw-r--r-- | x11-themes/sound-theme-librem5/sound-theme-librem5-0.1.0.ebuild | 25 |
3 files changed, 37 insertions, 0 deletions
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>marco@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 +} |