mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
x11-themes/pop-icon-theme: new package, add 3.5.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
1
x11-themes/pop-icon-theme/Manifest
Normal file
1
x11-themes/pop-icon-theme/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pop-icon-theme-3.5.0.tar.gz 23658746 BLAKE2B 4eece02ad5029755a0e11e3ac0377b62e854429a13a72c81edb8aa5ee19d07f95721dc3068b3d1c6faebaac002fe7ad8789dc778bcf85efe15c9a1f24b469be4 SHA512 36b400c306e6e27d1e1c51a53c6728057058f7dba7958c82846979942930b108d065badc60aa3494bfc3f9fd3b69e955cc7f1717c8d2b9a81eda016205cb3030
|
||||
12
x11-themes/pop-icon-theme/metadata.xml
Normal file
12
x11-themes/pop-icon-theme/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>dev@dyama.net</email>
|
||||
<name>Daichi Yamamoto</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches />
|
||||
<upstream>
|
||||
<remote-id type="github">pop-os/icon-theme</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
15
x11-themes/pop-icon-theme/pop-icon-theme-3.5.0.ebuild
Normal file
15
x11-themes/pop-icon-theme/pop-icon-theme-3.5.0.ebuild
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson xdg
|
||||
|
||||
DESCRIPTION="System76 Pop icon theme for Linux"
|
||||
HOMEPAGE="https://github.com/pop-os/icon-theme"
|
||||
SRC_URI="https://github.com/pop-os/icon-theme/archive/v${PV}/${P}.tar.gz"
|
||||
S="${WORKDIR}/icon-theme-${PV}"
|
||||
|
||||
LICENSE="CC-BY-SA-4.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
Reference in New Issue
Block a user