Skip to content

Commit

Permalink
x11-themes/pop-icon-theme: new package, add 3.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Daichi Yamamoto <[email protected]>
  • Loading branch information
yamader committed Aug 22, 2024
1 parent 8931a5a commit 31debd2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-themes/pop-icon-theme/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST pop-icon-theme-3.5.0.tar.gz 23658746 BLAKE2B 4eece02ad5029755a0e11e3ac0377b62e854429a13a72c81edb8aa5ee19d07f95721dc3068b3d1c6faebaac002fe7ad8789dc778bcf85efe15c9a1f24b469be4 SHA512 36b400c306e6e27d1e1c51a53c6728057058f7dba7958c82846979942930b108d065badc60aa3494bfc3f9fd3b69e955cc7f1717c8d2b9a81eda016205cb3030
12 changes: 12 additions & 0 deletions x11-themes/pop-icon-theme/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>Daichi Yamamoto</name>
</maintainer>
<stabilize-allarches />

This comment has been minimized.

Copy link
@stkw0

stkw0 Aug 23, 2024

Contributor

What is this? I guess it have something to do with NATTkA? In any case, since we don't do stabilization it's not needed.

This comment has been minimized.

Copy link
@yamader

yamader Aug 23, 2024

Author Contributor

I certainly don't do stabilization. I will remove it.
I didn't know about NATTkA; Gentoo has a lot of tools that are not documented on their beginners page: ......

<upstream>
<remote-id type="github">pop-os/icon-theme</remote-id>
</upstream>
</pkgmetadata>
15 changes: 15 additions & 0 deletions x11-themes/pop-icon-theme/pop-icon-theme-3.5.0.ebuild
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 31debd2

Please sign in to comment.