Added fvwm_icons-1.0.
This commit is contained in:
parent
85873aae9f
commit
ec70a8d1d7
3
x11-themes/fvwm_icons/Manifest
Normal file
3
x11-themes/fvwm_icons/Manifest
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
DIST fvwm_icons-1.0.tar.bz2 328620 BLAKE2B 3df1b64903601e1db420c09d80c2907ecddbfdd8fd235b9f1a833be9ccdf20e0e8889ef6259e1c5663e107c7e7625f26fc0d7432a46571ad906436948a01f561 SHA512 79bd47492bb3854c79b5ea144467732460a0dc97a975b4ddf273d60f97a51ac71c94004293c6e073cdcbde72e6f6b38da697df6849808314937384e280f3d6d4
|
||||||
|
EBUILD fvwm_icons-1.0.ebuild 435 BLAKE2B 83f96056398ff9c42129b50bda5b0f604955227759916fd9087e76552a164d94ec96493464246222be7fe5e0182fef5708b3c6e575aa6226bb4cad0c76bd4deb SHA512 c783dd02c95df96982a550433106b8c461a8c5bb66cc53e604c3f85783be3dec5606f264b858187c7d7acfdb2224bf9f98f3a95e52b3a69b92651e4701ec2bca
|
||||||
|
MISC metadata.xml 192 BLAKE2B fef49cb9e1dda8063c379e650d4897670410d2c0641f469b8a200d5e7ec8d3f505e692277d03b583790cb1340ece9c2e8f7e7c9ff5080d42a2e0ef3fc7138a44 SHA512 bece454b8da734c7a28ce25f8080b3fca56332e57cde854c50f0b884ba3836f1af7782a1ee9f63e6aeff4830e2bca71c5c466471fc82eee75339565aab6495d5
|
20
x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
Normal file
20
x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DESCRIPTION="Icons for use with FVWM"
|
||||||
|
HOMEPAGE="https://www.fvwm.org/"
|
||||||
|
SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
||||||
|
S="${WORKDIR}/${PN}"
|
||||||
|
|
||||||
|
LICENSE="GPL-2 FVWM"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~sparc x86"
|
||||||
|
|
||||||
|
RDEPEND="|| ( x11-wm/fvwm3 >=x11-wm/fvwm-2.6.2 )"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
insinto /usr/share/icons/fvwm
|
||||||
|
doins -r .
|
||||||
|
}
|
6
x11-themes/fvwm_icons/metadata.xml
Normal file
6
x11-themes/fvwm_icons/metadata.xml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<!-- maintainer-needed -->
|
||||||
|
<stabilize-allarches/>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue