-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x11-themes/pop-icon-theme: new package, add 3.5.0
Signed-off-by: Daichi Yamamoto <[email protected]>
- Loading branch information
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
yamader
Author
Contributor
|
||
<upstream> | ||
<remote-id type="github">pop-os/icon-theme</remote-id> | ||
</upstream> | ||
</pkgmetadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
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.