Skip to content

Commit

Permalink
x11-themes/numix-icon-theme-circle: Version bump (v19.09.20)
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed Sep 26, 2019
1 parent a6ad41b commit 182b9dd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-themes/numix-icon-theme-circle/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ DIST numix-icon-theme-circle-19.02.22.tar.gz 2242228 BLAKE2B 57aa99ce3c3715d533f
DIST numix-icon-theme-circle-19.03.20.tar.gz 2256561 BLAKE2B 87b30bd82f71c9d8604da7d761e4214d901fc70e266e39a93ef7d8b6ef58b1f1d1702ecd9ff33ac7fabf437f68ee870b29dec7ee705c1f29f734bbf47af3eada SHA512 311d310eac3c172ba852d06f2882813bc57c489474883347f6488ff3056ccf7ff72c9b8dedcdbeb1312ff0eb3606552a22f2bd971a331e5baeb0a44b507b8a40
DIST numix-icon-theme-circle-19.04.15.tar.gz 2159340 BLAKE2B a1f9808ea0e8596c4114b3b00452936728000c9eb85ee139091ec5af6a3e29680a94acbe43fd9c7d9933244dff236a20a77f28353086c7dd43bd1d19e3ed2baa SHA512 a3e95e2813b88cb19de65e06f9544ee0a1ccac022c0770be961a0aa441f6e4f2cebbce9c09ec02bd740c0bb70ced9cc2fd16f48a669946b87a75bd9928147322
DIST numix-icon-theme-circle-19.05.07.tar.gz 2160219 BLAKE2B 3a172cd98b870d3f0b90b1fa2c82f52c991c428adb4b2608a6c3ca6e9ec52987810d82c685e10c59163eed6d2a3ab1fbd4de8709d175e4de54ca9c4433bf62e5 SHA512 9e15ffe7412d54b710fdd640fd1965fd7844f995d8b85eba8072d9bd7c07576ced5ab9cf2cffe58afff777b01174bec485aa7e41d3964cdff177524f78457074
DIST numix-icon-theme-circle-19.09.20.tar.gz 2193017 BLAKE2B 495f4b2c1cb74ac43d59515ed03d9b4032fe3453f37fb20bd09c24aa3e1037654967149372cdc3294f0d21b2ae5d95e43604864b7fd7520bb626ce58ec333769 SHA512 bc0e80953e646c305d8af9f2360389850f7f67b5bfc35501c137f07dbb99db146e4de6e2afaa711b8eafe83315ab5f392ce1276bd54a431516c21171da20a9ff
Original file line number Diff line number Diff line change
@@ -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; }

0 comments on commit 182b9dd

Please sign in to comment.