diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-03-06 07:15:36 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-03-06 07:15:36 +0000 |
| commit | 6665804c54da30cc55e602711b02548f7f683343 (patch) | |
| tree | 1371496dcbaf05431522b2b42dbfa1346dd9f7ee /x11-themes | |
| parent | 166802665d0efaeab9a68a2e890fe3fbbd9eaa44 (diff) | |
| download | baldeagleos-repo-6665804c54da30cc55e602711b02548f7f683343.tar.gz baldeagleos-repo-6665804c54da30cc55e602711b02548f7f683343.tar.xz baldeagleos-repo-6665804c54da30cc55e602711b02548f7f683343.zip | |
Adding metadata
Diffstat (limited to 'x11-themes')
3 files changed, 31 insertions, 0 deletions
diff --git a/x11-themes/xapp-symbolic-icon-theme/Manifest b/x11-themes/xapp-symbolic-icon-theme/Manifest new file mode 100644 index 000000000000..7b8ba213e894 --- /dev/null +++ b/x11-themes/xapp-symbolic-icon-theme/Manifest @@ -0,0 +1 @@ +DIST xapp-symbolic-icon-theme-1.0.9.tar.gz 207458 BLAKE2B 64421b93c5e1062b0f3f0660b19400a27b2f4bdf914c7f57e3b5c2f7f9d343ced1d45f6ed8b3e0d8c82bc74fcc7177e60a84cd7eca528342b9177281ce9cdb2e SHA512 d42c8dbb0edd5547c2b314094b0b52f263e99fad6b579d2197edd0ce14ca07df26cbee85664258d1ef536dcef41f5fdb76c69baf6d6790c766bd4b293acbcd48 diff --git a/x11-themes/xapp-symbolic-icon-theme/metadata.xml b/x11-themes/xapp-symbolic-icon-theme/metadata.xml new file mode 100644 index 000000000000..c1f0cce20aae --- /dev/null +++ b/x11-themes/xapp-symbolic-icon-theme/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>sparky@bluefang-logic.com</email> + <name>Matthew Turnbull</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/x11-themes/xapp-symbolic-icon-theme/xapp-symbolic-icon-theme-1.0.9.ebuild b/x11-themes/xapp-symbolic-icon-theme/xapp-symbolic-icon-theme-1.0.9.ebuild new file mode 100644 index 000000000000..ba29f0440e37 --- /dev/null +++ b/x11-themes/xapp-symbolic-icon-theme/xapp-symbolic-icon-theme-1.0.9.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson xdg + +DESCRIPTION="XApp Symbolic Icons" +HOMEPAGE="https://github.com/xapp-project/xapp-symbolic-icons/" + +SRC_URI="https://github.com/xapp-project/xapp-symbolic-icons/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/xapp-symbolic-icons-${PV}" +LICENSE="CC0-1.0 CC-BY-SA-4.0 LGPL-3 MIT" +SLOT="0" + +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" |
