diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /x11-themes/arc-icon-theme | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'x11-themes/arc-icon-theme')
| -rw-r--r-- | x11-themes/arc-icon-theme/Manifest | 1 | ||||
| -rw-r--r-- | x11-themes/arc-icon-theme/arc-icon-theme-20161122-r1.ebuild | 24 | ||||
| -rw-r--r-- | x11-themes/arc-icon-theme/metadata.xml | 9 |
3 files changed, 34 insertions, 0 deletions
diff --git a/x11-themes/arc-icon-theme/Manifest b/x11-themes/arc-icon-theme/Manifest new file mode 100644 index 000000000000..522399f9b937 --- /dev/null +++ b/x11-themes/arc-icon-theme/Manifest @@ -0,0 +1 @@ +DIST arc-icon-theme-20161122.tar.gz 5033333 BLAKE2B 844a6a0979cbffaf08f32ddbb4c8b7f2be9e514b3174771ea2b0872d78b256d824994ff285f5ed5181b82b96930d9f23caa5f2e8b39d438b33c77c6101887c18 SHA512 5d0f1417358eb81994868949acefe146537d8f3cc2fd7f529f9e6ba9c264845e50962f94427bac1262a76d3ca98d05795819d7c4a6ecd3139b0b57a6e9fdfad1 diff --git a/x11-themes/arc-icon-theme/arc-icon-theme-20161122-r1.ebuild b/x11-themes/arc-icon-theme/arc-icon-theme-20161122-r1.ebuild new file mode 100644 index 000000000000..16384a134ffb --- /dev/null +++ b/x11-themes/arc-icon-theme/arc-icon-theme-20161122-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools xdg + +DESCRIPTION="Vertex icon theme" +HOMEPAGE="https://github.com/horst3180/arc-icon-theme" +SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc x86 ~x64-solaris" +# This ebuild does not install any binaries +RESTRICT="binchecks strip" + +# Require adwaita until moka is packaged +RDEPEND="x11-themes/adwaita-icon-theme" + +src_prepare() { + default + eautoreconf +} diff --git a/x11-themes/arc-icon-theme/metadata.xml b/x11-themes/arc-icon-theme/metadata.xml new file mode 100644 index 000000000000..f6b6cde5f785 --- /dev/null +++ b/x11-themes/arc-icon-theme/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
