mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
x11-themes/numix-icon-theme-circle: Version bump (v19.01.24)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
@@ -2,3 +2,4 @@ DIST numix-icon-theme-circle-18.08.29.tar.gz 2095843 BLAKE2B b39bd5eaf3c9ec4156a
|
||||
DIST numix-icon-theme-circle-18.09.19.tar.gz 2196678 BLAKE2B a58ab5381f4ad1e441d188c1b7db0836b025d57c4075030c0e83a12de7917cd775be7bb8ae686afe302188232569c67d21772c119102a30d4bc717f301b3e44e SHA512 ace6c50ec9e9b08aac579ae92a44ba48494f2f22403e233c5ec00bb967c9bb6b70e785fbb061bfc9693db4de0ee90023af66c66e6984bd36d1e92be5f68afb02
|
||||
DIST numix-icon-theme-circle-18.10.03.tar.gz 2198504 BLAKE2B 632baceb5dd56cce372a79cb8a0e21cc5201d4bf32f939db10fd9dcfb5642f64ab38e180c622e832e23299580b3c4c4f23baccf6a771e09c1e7efeb4864af4e7 SHA512 0e494367cffd7e77dca282ceb7d368950eb6c2e64d8bc58ded95bfdf4b83265be5bd9c7ed8cb5377a5e8250109dbc87ba48c2fcab29e9c3e2626e93cd999eb54
|
||||
DIST numix-icon-theme-circle-18.12.01.tar.gz 2212077 BLAKE2B f599b71061bba262ee85e3d582ef8c9dfe9811f32ae18f1c33acc0e56db411cb1d71f93045adb86eaa8e0b21be274d73e1c51743837fbf3c5f10caab331bd157 SHA512 2e90504579941f289892f14a7f25316066fee78cd816a4fd5ebc2f19ba2635267eb52d38680625120eda68e4afa095be2eb6bb258d948cd5dd70742e3dd61436
|
||||
DIST numix-icon-theme-circle-19.01.24.tar.gz 2222261 BLAKE2B 638d44ba5982a9e62849bc1ede45465cdfab8ddb8b84913d16664d839bbd25c1f679f54aa366fa7d9bf2b16474f9f084372fd8b4c90a69d6c7c4d02a3de3ddb0 SHA512 c2d4d6c7bd97bb7a8e63ca11b6a6b1ac26f39aec53cd0253b074ce958a083dfb0f6ea3ea5d14c71fa54017d3cc70730525efce6b9d5ae8fd0889a519aff9472a
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit gnome2-utils
|
||||
|
||||
DESCRIPTION="An icon theme for Linux from the Numix project"
|
||||
HOMEPAGE="https://github.com/numixproject"
|
||||
SRC_URI="https://github.com/numixproject/numix-icon-theme-circle/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="x11-themes/numix-icon-theme"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/icons
|
||||
doins -r Numix-Circle{,-Light}
|
||||
|
||||
}
|
||||
|
||||
pkg_preinst() { gnome2_icon_savelist; }
|
||||
pkg_postinst() { gnome2_icon_cache_update; }
|
||||
pkg_postrm() { gnome2_icon_cache_update; }
|
||||
Reference in New Issue
Block a user