mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
x11-themes/candy-icon-theme: version bump dated ebuild
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST candy-icon-theme-0_pre20200606.tar.gz 1018867 BLAKE2B 35aed3d59f501dc16837eb1271e1d60e4db7f4a3e8d5714192c3c138c21f26b71b48486fa699fd3329df5c9a9ca2f5ecc9d744de31000002b5e3b9eb0e0e6b9c SHA512 5729547bda9859e4b3b29587c86e3f11af2113e55790070f7d2f3a9ebd53f20c4136e1e1801af97406e65a3a4ea5558d6821657a6d4b42b9838469cbe435b3d6
|
||||
DIST candy-icon-theme-0_pre20201031.tar.gz 1151665 BLAKE2B 06a8343a9d3e35237ce70e57407a23ad467933519a4b7d969a39db9aa7e53673b3db8aa4fa76388344e166997a5bdcfad5ef0302ba412e0d33594e032bbc3027 SHA512 889371f81101ea48715b90439cc094fb0da155a57d53f56954dee7914745024bdbd9b844525f38a05ec23b8ed8c1f958e72ff7c05b404e2a66114ec93cd2e733
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
MY_PN="candy-icons"
|
||||
|
||||
DESCRIPTION="sweet gradient icons"
|
||||
|
||||
HOMEPAGE="https://github.com/EliverLara/candy-icons"
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/EliverLara/candy-icons.git"
|
||||
else
|
||||
COMMIT="4c80adb4630fb75c16ce2c94be7614e6d45f35ba"
|
||||
SRC_URI="https://github.com/EliverLara/candy-icons/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
S="${WORKDIR}/${MY_PN}-${COMMIT}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
# dead symbolic links QA
|
||||
src_prepare() {
|
||||
default
|
||||
find . -xtype l -delete || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /usr/share/icons/candy-icons
|
||||
insinto /usr/share/icons/candy-icons
|
||||
doins -r index.theme apps devices places preferences preview
|
||||
}
|
||||
@@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/EliverLara/candy-icons.git"
|
||||
else
|
||||
COMMIT="1b69d37f6ffecf04d4029ee6fa1d72c2f5875a92"
|
||||
COMMIT="4c80adb4630fb75c16ce2c94be7614e6d45f35ba"
|
||||
SRC_URI="https://github.com/EliverLara/candy-icons/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
S="${WORKDIR}/${MY_PN}-${COMMIT}"
|
||||
@@ -31,5 +31,5 @@ src_prepare() {
|
||||
src_install() {
|
||||
dodir /usr/share/icons/candy-icons
|
||||
insinto /usr/share/icons/candy-icons
|
||||
doins -r index.theme preview places apps
|
||||
doins -r index.theme apps devices places preferences preview
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user